| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-09-29 | Remove from compiler/ crates | reez12g | -1/+0 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-22 | Rollup merge of #102037 - jyn514:normalize-docs, r=lcnr | Dylan DPC | -12/+33 |
| 2022-09-19 | Make cycle errors recoverable | Joshua Nelson | -12/+28 |
| 2022-09-19 | Make `OUT` an associated type instead of a generic parameter | Joshua Nelson | -0/+5 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-12 | Auto merge of #99334 - NiklasJonsson:84447/error-privacy, r=oli-obk | bors | -1/+14 |
| 2022-09-10 | Rollup merge of #101635 - jyn514:queries-new-derived, r=cjgillot | Dylan DPC | -1/+1 |
| 2022-09-10 | rustc_error, rustc_private, rustc_ast: Switch to stable hash containers | Niklas Jonsson | -1/+14 |