| Age | Commit message (Expand) | Author | Lines |
| 2020-03-06 | fix various typos | Matthias Krüger | -3/+3 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -1/+1 |
| 2020-02-27 | Rollup merge of #69500 - cuviper:par_for_each_in-item, r=Mark-Simulacrum | Yuki Okushi | -8/+2 |
| 2020-02-26 | Simplify the signature of par_for_each_in | Josh Stone | -8/+2 |
| 2020-02-26 | clarify operator precedence | Matthias Krüger | -1/+1 |
| 2020-02-24 | remove redundant clones in librustc_mir_build and librustc_data_structures | Matthias Krüger | -2/+2 |
| 2020-02-22 | Auto merge of #69332 - nnethercote:revert-u8to64_le-changes, r=michaelwoerister | bors | -12/+43 |
| 2020-02-21 | Revert `u8to64_le` changes from #68914. | Nicholas Nethercote | -12/+43 |
| 2020-02-20 | Auto merge of #69072 - ecstatic-morse:associated-items, r=petrochenkov | bors | -1/+249 |
| 2020-02-19 | Implement an insertion-order preserving, efficient multi-map | Dylan MacKenzie | -1/+249 |
| 2020-02-19 | Tune inlining | John Kåre Alsaker | -3/+7 |
| 2020-02-15 | Rollup merge of #68475 - Aaron1011:fix/forest-caching, r=nikomatsakis | Yuki Okushi | -15/+20 |
| 2020-02-14 | Auto merge of #68693 - Zoxc:query-no-arc, r=michaelwoerister | bors | -2/+11 |
| 2020-02-13 | add selfprofiling for new llvm passmanager | Andreas Jonson | -0/+11 |
| 2020-02-12 | Rollup merge of #68914 - nnethercote:speed-up-SipHasher128, r=michaelwoerister | Dylan DPC | -80/+84 |
| 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 |