| Age | Commit message (Expand) | Author | Lines |
| 2020-02-12 | Use a counter instead of pointers to the stack | John Kåre Alsaker | -2/+11 |
| 2020-02-12 | Improve `u8to64_le`. | Nicholas Nethercote | -41/+12 |
| 2020-02-11 | Move macro enum_from_u32 to rustc_data_structures. | Camille GILLOT | -0/+38 |
| 2020-02-11 | Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC | Dylan DPC | -3/+0 |
| 2020-02-10 | self-profile: Support arguments for generic_activities. | Michael Woerister | -34/+73 |
| 2020-02-10 | Speed up `SipHasher128`. | Nicholas Nethercote | -39/+72 |
| 2020-02-06 | Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc | Dylan DPC | -0/+39 |
| 2020-02-06 | Remove `RefCell` usage from `ObligationForest`. | Nicholas Nethercote | -5/+5 |
| 2020-02-04 | Remove unused feature gates from librustc_data_structures | bjorn3 | -3/+0 |
| 2020-02-02 | Fix bootstrap rustc build | Jonas Schievink | -0/+39 |
| 2020-02-01 | Use BufWriter | Shotaro Yamada | -1/+2 |
| 2020-01-24 | [self-profiler] Clean up `EventFilter` | Wesley Wiser | -7/+3 |
| 2020-01-24 | [self-profiler] Use `ThreadId::as_u64()` instead of transmute | Wesley Wiser | -7/+3 |
| 2020-01-23 | unused-parens: implement for block return values | Tyler Lanphear | -1/+1 |
| 2020-01-22 | Use a `ParamEnvAnd<Predicate>` for caching in `ObligationForest` | Aaron Hill | -15/+20 |
| 2020-01-17 | Rollup merge of #68278 - wesleywiser:doc_query_key_recording, r=michaelwoerister | Dylan DPC | -0/+2 |
| 2020-01-17 | Rollup merge of #67791 - Zoxc:lift-interning, r=eddyb | Dylan DPC | -0/+14 |
| 2020-01-17 | [self-profiler] Add example to `-Z help` to turn on query key recording | Wesley Wiser | -0/+2 |
| 2020-01-15 | Rollup merge of #68141 - euclio:replace-bindings-with-winapi, r=alexcrichton | Yuki Okushi | -67/+19 |
| 2020-01-12 | Rollup merge of #67948 - llogiq:gallop, r=Mark-Simulacrum | Mazdak Farrokhzad | -20/+40 |
| 2020-01-11 | use winapi for non-stdlib Windows bindings | Andy Russell | -67/+19 |
| 2020-01-12 | Galloping search for binary_search_util | Andre Bogus | -20/+40 |
| 2020-01-11 | Lift using interners instead of in_arena | John Kåre Alsaker | -0/+14 |
| 2020-01-11 | Rollup merge of #68043 - Zoxc:missing-timers, r=wesleywiser | Mazdak Farrokhzad | -0/+6 |
| 2020-01-10 | Fix some rebasing fallout. | Michael Woerister | -3/+6 |
| 2020-01-10 | Update measureme to 0.7.1 in order to fix compilation error on big-endian pla... | Michael Woerister | -1/+1 |
| 2020-01-10 | Run 'x.py fmt'. | Michael Woerister | -22/+7 |
| 2020-01-10 | self-profile: Fix issue with handling query blocking. | Michael Woerister | -0/+1 |
| 2020-01-10 | Initial support for recording query keys in self-profiling data. | Michael Woerister | -9/+39 |
| 2020-01-10 | self-profile: Switch to new approach for event_id generation that enables que... | Michael Woerister | -32/+161 |
| 2020-01-10 | Rollup merge of #67922 - Centril:lowering-cleanup, r=petrochenkov | Mazdak Farrokhzad | -0/+11 |
| 2020-01-09 | Label unmarked time | John Kåre Alsaker | -0/+6 |
| 2020-01-09 | {rustc::util -> rustc_data_structures}::captures | Mazdak Farrokhzad | -0/+11 |
| 2020-01-09 | More comments | John Kåre Alsaker | -2/+6 |
| 2020-01-09 | Change -Z time event naming scheme and make them generic activities | John Kåre Alsaker | -92/+47 |
| 2020-01-05 | Rollup merge of #67882 - euclio:flock, r=rkruppe | Dylan DPC | -106/+15 |
| 2020-01-05 | Use self profile infrastructure for -Z time and -Z time-passes | John Kåre Alsaker | -19/+213 |
| 2020-01-04 | remove bespoke flock bindings | Andy Russell | -106/+15 |
| 2020-01-04 | define_id_collections -> rustc_data_structures | Mazdak Farrokhzad | -0/+8 |
| 2019-12-31 | Revert parts of #66405. | Nicholas Nethercote | -111/+80 |
| 2019-12-29 | Auto merge of #67614 - Mark-Simulacrum:global-callbacks, r=Zoxc | bors | -0/+28 |
| 2019-12-26 | Convert collapsed to shortcut reference links | Matthew Kraai | -5/+5 |
| 2019-12-25 | Store callbacks in global statics | Mark Rousskov | -0/+28 |
| 2019-12-22 | Format the world | Mark Rousskov | -1286/+1278 |
| 2019-12-17 | Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton" | Mark Rousskov | -4/+1 |
| 2019-12-17 | Move AtomicU64 usage to AtomicUsize | Mark Rousskov | -1/+4 |
| 2019-12-13 | Avoid re-processing nodes in `find_cycles_from_node`. | Nicholas Nethercote | -4/+8 |
| 2019-12-13 | Remove an unnecessary local variable. | Nicholas Nethercote | -2/+1 |
| 2019-12-13 | Remove some `debug!` statements. | Nicholas Nethercote | -19/+1 |
| 2019-12-13 | Move functions around. | Nicholas Nethercote | -59/+59 |