| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-07-29 | remove some manual hash stable impls | lcnr | -0/+5 |
| 2022-07-20 | Remove unused StableMap and StableSet types from rustc_data_structures | Michael Woerister | -179/+0 |
| 2022-07-19 | use `par_for_each_in` in `par_body_owners` and `collect_crate_mono_items` | SparrowLii | -1/+1 |
| 2022-07-14 | Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillot | bors | -1/+62 |
| 2022-07-06 | Allow to create definitions inside the query system. | Camille GILLOT | -0/+28 |
| 2022-07-02 | define MmapMut and use it in Decodable impl | Yoshiki Matsuda | -1/+62 |
| 2022-06-28 | Rollup merge of #98384 - rdzhaafar:fix-macos-rss-reporting, r=davidtwco,micha... | Dylan DPC | -0/+18 |
| 2022-06-27 | catch unwind of every iter in parallel mode during wfcheck | SparrowLii | -2/+5 |
| 2022-06-22 | Fixed RSS reporting on macOS | Rida Dzhaafar | -0/+18 |
| 2022-06-22 | Rollup merge of #97895 - nbdd0121:unlikely, r=estebank | Yuki Okushi | -22/+2 |
| 2022-06-20 | Auto merge of #97674 - nnethercote:oblig-forest-tweaks, r=nikomatsakis | bors | -93/+77 |
| 2022-06-18 | Remove `likely!` and `unlikely!` macro from compiler | Gary Guo | -22/+2 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -3/+3 |
| 2022-06-16 | Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}` | Maybe Waffle | -1/+1 |
| 2022-06-15 | Rollup merge of #98083 - nnethercote:rename-Encoder, r=bjorn3 | Yuki Okushi | -5/+5 |
| 2022-06-14 | Rename rustc_serialize::opaque::Encoder as MemEncoder. | Nicholas Nethercote | -5/+5 |
| 2022-06-13 | Integrate measureme's hardware performance counter support. | Eduard-Mihai Burtescu | -4/+10 |
| 2022-06-10 | Revert b983e42936feab29f6333e9835913afc6b4a394e. | Nicholas Nethercote | -5/+5 |
| 2022-06-08 | Use liballoc's specialised in-place vec collection | Alan Egerton | -34/+2 |
| 2022-06-08 | Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`. | Nicholas Nethercote | -5/+5 |
| 2022-06-08 | Use delayed error handling for `Encodable` and `Encoder` infallible. | Nicholas Nethercote | -7/+6 |
| 2022-06-06 | Split `process_obligation` in two. | Nicholas Nethercote | -5/+14 |
| 2022-06-06 | Handle stalling within `ObligationForest`. | Nicholas Nethercote | -84/+62 |
| 2022-06-06 | Streamline `active_cache` to `done_cache` transfer. | Nicholas Nethercote | -8/+5 |
| 2022-06-04 | Fix stacked borrows invalidation in rustc_data_structures sip128 | Nilstrieb | -1/+2 |
| 2022-06-04 | Adapt rustc_data_structures tests to run in strict miri | Nilstrieb | -1/+10 |
| 2022-05-31 | Tweak insert docs | Ariel Davis | -2/+3 |
| 2022-05-30 | Fix typos in comment | Tobias Stoeckmann | -2/+2 |
| 2022-05-27 | libcore: Add `iter::from_generator` which is like `iter::from_fn`, but for co... | Vadim Petrochenkov | -25/+0 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -45/+28 |
| 2022-05-06 | Auto merge of #95454 - randomicon00:fix95444, r=wesleywiser | bors | -1/+20 |
| 2022-05-06 | Auto merge of #94598 - scottmcm:prefix-free-hasher-methods, r=Amanieu | bors | -0/+20 |
| 2022-05-06 | Add a dedicated length-prefixing method to `Hasher` | Scott McMurray | -0/+20 |
| 2022-05-05 | Fixing #95444 by only displaying passes that take more than 5 milliseconds | Peh | -1/+20 |