| Age | Commit message (Expand) | Author | Lines |
| 2020-04-05 | Stop importing int/float modules in librustc_* | Linus Färnstrand | -2/+0 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-27 | Auto merge of #69916 - oli-obk:mir_bless, r=eddyb | bors | -2/+2 |
| 2020-03-26 | Enable `--bless`ing of MIR dumps | Oliver Scherer | -2/+2 |
| 2020-03-26 | Upgrade rustc and bootstrap dependencies | Mateusz Mikuła | -2/+2 |
| 2020-03-23 | Rollup merge of #70269 - matthiaskrgr:clippy_closures, r=Dylan-DPC | Mazdak Farrokhzad | -1/+1 |
| 2020-03-22 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -1/+1 |
| 2020-03-21 | Return NonZeroU64 from ThreadId::as_u64. | Thomas Bächler | -2/+2 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -2/+2 |
| 2020-03-15 | Bump the bootstrap compiler | Jonas Schievink | -39/+0 |
| 2020-03-15 | Rollup merge of #69967 - mark-i-m:rinfctx, r=matthewjasper | Dylan DPC | -0/+64 |
| 2020-03-13 | update rustdocs for frozen | Mark Mansi | -1/+7 |
| 2020-03-13 | move frozen to rustc_data_structures | Mark Mansi | -0/+58 |
| 2020-03-12 | remove lifetimes that can be elided (clippy::needless_lifetimes) | Matthias Krüger | -2/+2 |
| 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 |