| Age | Commit message (Expand) | Author | Lines |
| 2019-02-15 | print more information for closures when `-Zverbose` is given | Niko Matsakis | -0/+9 |
| 2019-02-14 | Rollup merge of #58309 - wesleywiser:add_more_profiler_events, r=michaelwoeri... | Mazdak Farrokhzad | -18/+57 |
| 2019-02-11 | [self-profiler] Misc cleanups | Wesley Wiser | -15/+4 |
| 2019-02-11 | Capture time spent blocked waiting on queries | Wesley Wiser | -2/+26 |
| 2019-02-11 | Add self profiler events for loading incremental query results from disk | Wesley Wiser | -3/+29 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -21/+20 |
| 2019-02-10 | Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxc | bors | -1/+1 |
| 2019-02-10 | Auto merge of #58085 - wesleywiser:profiler_2, r=wesleywiser | bors | -173/+353 |
| 2019-02-07 | Add const params to Def | varkor | -0/+1 |
| 2019-02-07 | Calculate self-times not total times | Wesley Wiser | -7/+18 |
| 2019-02-07 | Add #[inline] annotations | Wesley Wiser | -0/+7 |
| 2019-02-07 | Implement more detailed self profiling | Wesley Wiser | -173/+335 |
| 2019-02-05 | rustc: partially HirIdify | ljedrz | -1/+1 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -20/+20 |
| 2019-01-10 | integrate trait aliases into def-paths / metadata | Niko Matsakis | -0/+1 |
| 2019-01-08 | Auto merge of #56988 - alexcrichton:monotonic-instant, r=sfackler | bors | -15/+2 |
| 2019-01-07 | Rename some functions | John Kåre Alsaker | -1/+1 |
| 2019-01-07 | Fix and optimize query profiling | John Kåre Alsaker | -7/+9 |
| 2019-01-07 | std: Force `Instant::now()` to be monotonic | Alex Crichton | -15/+2 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -13/+35 |
| 2019-01-04 | Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakis | bors | -5/+4 |
| 2019-01-04 | alphabetize marker traits when printed | Ariel Ben-Yehuda | -2/+15 |
| 2019-01-04 | fix ppaux | Ariel Ben-Yehuda | -1/+8 |
| 2019-01-04 | add support for principal-less trait object types | Ariel Ben-Yehuda | -10/+12 |
| 2019-01-03 | Display `impl Sized` correctly | Matthew Jasper | -0/+2 |
| 2019-01-02 | pacify the mercilous tidy | Niko Matsakis | -7/+9 |
| 2019-01-02 | refactor highlighting to take any RegionKind, making it more general | Niko Matsakis | -66/+84 |
| 2019-01-02 | add the ability to highlight placeholders | Niko Matsakis | -2/+81 |
| 2019-01-02 | generalize region highlights into a struct | Niko Matsakis | -45/+79 |
| 2019-01-02 | make `get_highlight_region_for_regionvid` only affect re-vid | Niko Matsakis | -4/+9 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -5/+4 |
| 2019-01-01 | Address review comments | Vadim Petrochenkov | -0/+3 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -70/+0 |
| 2018-12-10 | [self-profiler] Add column for percent of total time | Wesley Wiser | -4/+9 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-07 | Auto merge of #56502 - Zoxc:hir-func, r=eddyb | bors | -8/+8 |
| 2018-12-07 | Rollup merge of #56555 - Mark-Simulacrum:stderr-profile, r=wesleywiser | kennytm | -3/+3 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -8/+8 |
| 2018-12-05 | Send textual profile data to stderr, not stdout | Mark Rousskov | -3/+3 |
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -1/+1 |
| 2018-11-30 | proc_macro: introduce a "bridge" between clients (proc macros) and servers (c... | Eduard-Mihai Burtescu | -8/+5 |
| 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 |
| 2018-11-24 | [Windows] Work around non-monotonic clocks in the self-profiler | Wesley Wiser | -2/+15 |
| 2018-11-24 | Move `BoundTy` debruijn index to the `TyKind` enum variant | scalexm | -3/+3 |
| 2018-11-24 | Introduce `TyKind::Placeholder` variant | scalexm | -1/+4 |
| 2018-11-24 | Distinguish between placeholder kinds | scalexm | -1/+1 |
| 2018-11-24 | Rollup merge of #56091 - wesleywiser:fix_self_profiler_json, r=petrochenkov | kennytm | -2/+13 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -4/+0 |
| 2018-11-19 | Fix json output in the self-profiler | Wesley Wiser | -2/+13 |