| Age | Commit message (Expand) | Author | Lines |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -3/+3 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -3/+3 |
| 2023-01-17 | `rustc_data_structures`: remove `ref` patterns and other artifacts of the past | Maybe Waffle | -24/+22 |
| 2023-01-16 | Document wf constraints on control flow in cleanup blocks | Jakob Degen | -1/+4 |
| 2023-01-12 | Harden the pre-tyctxt query system against accidental recomputation | Oli Scherer | -0/+5 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -18/+15 |
| 2023-01-02 | Reduce HIR debug output | Nilstrieb | -1/+8 |
| 2022-12-25 | fix some typos | KaDiWa | -1/+1 |
| 2022-12-24 | Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk | Matthias Krüger | -11/+8 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -11/+8 |
| 2022-12-20 | Bump `cfg-if` to `1.0` | Chris Denton | -2/+6 |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -1/+1 |
| 2022-12-15 | more clippy::complexity fixes | Matthias Krüger | -4/+4 |
| 2022-12-12 | minor code cleanups | Matthias Krüger | -1/+1 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -20/+5 |
| 2022-12-06 | Rollup merge of #104898 - oli-obk:group_all_the_things, r=wesleywiser | Matthias Krüger | -83/+0 |
| 2022-12-06 | Auto merge of #105175 - michaelwoerister:add-stable-ord-trait, r=nagisa | bors | -33/+79 |
| 2022-12-05 | StableOrd: Address review comments. | Michael Woerister | -19/+19 |
| 2022-12-03 | Auto merge of #105218 - matthiaskrgr:rollup-8d3k08n, r=matthiaskrgr | bors | -24/+24 |
| 2022-12-03 | Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514 | Matthias Krüger | -24/+24 |
| 2022-12-03 | Auto merge of #97485 - bjorn3:new_archive_writer, r=wesleywiser | bors | -0/+6 |
| 2022-12-02 | Add StableOrd trait as proposed in MCP 533. | Michael Woerister | -34/+80 |
| 2022-12-01 | `rustc_data_structures` deref in a more humane way | Maybe Waffle | -12/+12 |
| 2022-12-01 | Remove useless borrows and derefs | Maybe Waffle | -12/+12 |
| 2022-12-01 | rustc_hir: Change representation of import paths to support multiple resolutions | Vadim Petrochenkov | -1/+1 |
| 2022-11-30 | move WithCachedTypeInfo to rustc_type_ir | Oli Scherer | -83/+0 |
| 2022-11-30 | s/WithStableHash/WithCachedTypeInfo/ | Oli Scherer | -10/+10 |
| 2022-11-28 | fix document | Neutron3529 | -2/+2 |
| 2022-11-26 | Rewrite LLVM's archive writer in Rust | bjorn3 | -0/+6 |
| 2022-11-19 | Auto merge of #97870 - eggyal:inplace_fold_spec, r=wesleywiser | bors | -34/+2 |
| 2022-11-11 | Use the interned stable hash as plain hash. | Camille GILLOT | -1/+5 |
| 2022-11-11 | Hash spans when interning. | Camille GILLOT | -7/+2 |
| 2022-11-05 | Update several crates for improved support of the new targets | Mateusz Mikuła | -1/+1 |
| 2022-11-04 | Rollup merge of #103845 - camsteffen:data-structures-track-caller, r=compiler... | Matthias Krüger | -0/+11 |
| 2022-11-02 | rustdoc: use ThinVec for cleaned generics | Michael Howell | -1/+1 |
| 2022-11-01 | Add track_caller to some Lock methods | Cameron Steffen | -0/+11 |
| 2022-10-27 | Introduce UnordMap, UnordSet, and UnordBag (see MCP 533) | Michael Woerister | -0/+384 |
| 2022-10-21 | fix some typos | Rageking8 | -1/+1 |
| 2022-10-19 | Auto merge of #103214 - Nilstrieb:set-theory, r=petrochenkov | bors | -7/+5 |
| 2022-10-19 | Use Set instead of Vec in transitive_relation | nils | -7/+5 |
| 2022-10-18 | Auto merge of #102543 - daym:patch-1, r=joshtriplett | bors | -6/+1 |
| 2022-10-17 | Remove execute bit from lock file permissions | Danny Milosavljevic | -6/+1 |
| 2022-10-14 | more dupe word typos | Rageking8 | -2/+2 |
| 2022-10-06 | Rollup merge of #102725 - nnethercote:rm-Z-time, r=davidtwco | Matthias Krüger | -37/+27 |
| 2022-10-06 | Be consistent about deciding whether to print pass data. | Nicholas Nethercote | -19/+21 |
| 2022-10-06 | Remove `-Ztime` option. | Nicholas Nethercote | -18/+6 |
| 2022-10-06 | Fix some comments. | Nicholas Nethercote | -4/+4 |
| 2022-10-06 | Auto merge of #99324 - reez12g:issue-99144, r=jyn514 | bors | -1/+0 |
| 2022-10-01 | Use a SortedMap instead of a VecMap. | Camille GILLOT | -14/+17 |
| 2022-10-01 | Compute by owner instead of HirId. | Camille GILLOT | -0/+14 |