| Age | Commit message (Expand) | Author | Lines |
| 2020-04-22 | Rollup merge of #71369 - ctaggart:wasm32_profiling, r=ecstatic-morse | Dylan DPC | -31/+42 |
| 2020-04-22 | remove some extra } | Cameron Taggart | -30/+28 |
| 2020-04-22 | suggested rearrangement of the cfg if statements | Cameron Taggart | -32/+30 |
| 2020-04-21 | accept cfg_if suggestion | Cameron Taggart | -17/+7 |
| 2020-04-21 | use cfg_if! and use FileSerializationSink for wasi | Cameron Taggart | -38/+56 |
| 2020-04-21 | sccs are computed in dependency order | Niko Matsakis | -0/+5 |
| 2020-04-20 | ./x.py fmt | Cameron Taggart | -6/+6 |
| 2020-04-20 | allow wasm32 compilation of librustc_data_structures/profiling.rs | Cameron Taggart | -4/+11 |
| 2020-04-20 | Remove unused ToHex/FromHex trait | Shotaro Yamada | -2/+0 |
| 2020-04-18 | Move `MapInPlace` to rustc_data_structures | Yuki Okushi | -0/+109 |
| 2020-04-16 | rustc_target::abi: add Primitive variant to FieldsShape. | Ana-Maria Mihalache | -0/+6 |
| 2020-04-11 | Depend on libc from crates.io | Luca Barbieri | -2/+1 |
| 2020-04-09 | Use tri-color search for unconditional recursion lint | Dylan MacKenzie | -3/+10 |
| 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 |