| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-11-25 | Make JSON output from -Zprofile-json valid | Mark Rousskov | -1/+1 | |
| 2018-11-25 | Rollup merge of #56170 - wesleywiser:fix_self_profiler_windows, r=estebank | Pietro Albini | -2/+15 | |
| Fix self profiler ICE on Windows Fixes #51648 | ||||
| 2018-11-24 | [Windows] Work around non-monotonic clocks in the self-profiler | Wesley Wiser | -2/+15 | |
| On Windows, the high-resolution timestamp api doesn't seem to always be monotonic. This can cause panics when the self-profiler uses the `Instant` api to find elapsed time. Work around this by detecting the case where now is less than the start time and just use 0 elapsed ticks as the measurement. Fixes #51648 | ||||
| 2018-11-19 | Fix json output in the self-profiler | Wesley Wiser | -2/+13 | |
| Fix missing ',' array element separators and convert NaN's to 0. | ||||
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -1/+1 | |
| This seemed like a good way to kick the tires on the elided-lifetimes-in-paths lint (#52069)—seems to work! This was also pretty tedious—it sure would be nice if `cargo fix` worked on this codebase (#53896)! | ||||
| 2018-08-29 | Replace usages of 'bad_style' with 'nonstandard_style'. | Corey Farwell | -1/+1 | |
| `bad_style` is being deprecated in favor of `nonstandard_style`: - https://github.com/rust-lang/rust/issues/41646 | ||||
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ↵ | Matthias Krüger | -1/+1 | |
| or "".into() | ||||
| 2018-08-02 | Generate self-profiler types with macros | Wesley Wiser | -130/+91 | |
| 2018-08-02 | Fix tidy | Wesley Wiser | -12/+25 | |
| 2018-08-02 | Remove some dead code | Wesley Wiser | -17/+1 | |
| 2018-08-02 | Include additional data in the json output | Wesley Wiser | -2/+11 | |
| 2018-08-02 | Include query hits/totals | Wesley Wiser | -3/+10 | |
| 2018-08-02 | Refactor json printing | Wesley Wiser | -35/+21 | |
| 2018-08-02 | First pass at json output | Wesley Wiser | -0/+45 | |
| 2018-08-02 | Remove redundant s in output | Wesley Wiser | -1/+1 | |
| 2018-08-02 | Switch to markdown output | Wesley Wiser | -12/+15 | |
| 2018-08-02 | Add units to times | Wesley Wiser | -1/+1 | |
| 2018-08-02 | Basic incremental stats | Wesley Wiser | -7/+40 | |
| 2018-08-02 | Basic profiling | Wesley Wiser | -0/+207 | |
