| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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-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-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 |
| 2022-09-07 | Use niche-filling optimization even when multiple variants have data. | Michael Benfield | -0/+4 |
| 2022-09-06 | Move `Queries::new` out of the macro | Joshua Nelson | -1/+1 |
| 2022-09-01 | Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino | bors | -224/+1 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -2/+2 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -2/+2 |
| 2022-08-30 | Use more `into_iter` rather than `drain(..)` | Donough Liu | -10/+10 |
| 2022-08-29 | Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`. | Nicholas Nethercote | -224/+1 |
| 2022-08-22 | get rid of `RefCell` in `TransitiveRelation` | SparrowLii | -70/+99 |
| 2022-08-22 | Use `AttrVec` in more places. | Nicholas Nethercote | -78/+94 |
| 2022-08-18 | Add diagnostic translation lints to crates that don't emit them | 5225225 | -0/+2 |
| 2022-08-16 | needless separation of impl blocks | Tshepang Mbambo | -2/+0 |