Files
vgstation13/code/modules/error_handler
DamianX ada12cfc5c Rewrote runtime condenser (#16495)
* Rewrote runtime condenser

* Addressed 2/3 reviews

* fuck

* REMOVE .clone()

* Reduce unecessary allocations and hash map lookups.

Previously, when parsing the details of a runtime, every single details line needed the runtime to be looked up again in the hash map, and every runtime parsed needed at least one allocation to allow for the former. Both of this is has been optimized out by re-ordering the code completely.

* All the features

* Some untested work

* More work on supporting crap stack traces, still WiP

* Infinite loop and stack overflow traces work mostly.

* Add to travis

* Fix compiler warning

* Run cargo fmt

* Removed silly

* Removed more silly

* Verbose option

* rustfmt

* Sorted verbose output

* Stdout by default, stderr for errors

* rustfmt

* Don't panic on invalid UTF-8, static dispatch

* PARALLELISM

* Removed condenser from travis
2017-11-26 19:38:43 +01:00
..