| Age | Commit message (Expand) | Author | Lines |
| 2025-03-27 | Rollup merge of #130883 - madsmtm:env-var-query, r=petrochenkov | Stuart Cook | -0/+11 |
| 2025-03-26 | Add `TyCtx::env_var_os` | Mads Marquart | -0/+11 |
| 2025-03-26 | Ensure define_opaque is accounted for in HIR hash | Michael Goulet | -1/+2 |
| 2025-03-15 | Squash fold into ty | Michael Goulet | -2/+1 |
| 2025-03-13 | Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearth | bors | -5/+7 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -1/+1 |
| 2025-03-12 | Rename `hir_attrs` query as `hir_attr_map`. | Nicholas Nethercote | -1/+1 |
| 2025-03-12 | Adjust `Map`'s `to_string` functionality. | Nicholas Nethercote | -3/+5 |
| 2025-03-10 | Convert `ShardedHashMap` to use `hashbrown::HashTable` | Josh Stone | -2/+2 |
| 2025-03-07 | Pass `Option<Symbol>` to `def_path_data`/`create_def` methods. | Nicholas Nethercote | -2/+2 |
| 2025-03-06 | expand comments of `TyCtxt` impl of `DynSync`/`DynSend` | Rémy Rakic | -1/+3 |
| 2025-03-06 | Revert "rustc_middle: parallel: TyCtxt: remove "unsafe impl DynSend/DynSync"" | Rémy Rakic | -0/+3 |
| 2025-03-01 | Rollup merge of #137689 - compiler-errors:coroutine, r=lcnr | Matthias Krüger | -3/+3 |
| 2025-02-28 | rework cycle handling | lcnr | -0/+4 |
| 2025-02-26 | Use bound_coroutine_witnesses in old solver | Michael Goulet | -2/+2 |
| 2025-02-26 | Use Binder<Vec<T>> instead of Vec<Binder<T>> in new solver | Michael Goulet | -1/+1 |
| 2025-02-26 | Auto merge of #137354 - FractalFir:intern_with_cap, r=FractalFir | bors | -24/+30 |
| 2025-02-25 | Changed interners to start with preallocated capacity | Michał Kostrubiec | -24/+30 |
| 2025-02-24 | Change span field accesses to method calls | Jana Dönszelmann | -1/+1 |
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -4/+4 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -4/+4 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -1/+5 |
| 2025-02-21 | Rollup merge of #137392 - klensy:unused, r=compiler-errors | Matthias Krüger | -2/+0 |
| 2025-02-21 | remove unused pred_rcache | klensy | -2/+0 |
| 2025-02-21 | Move methods from Map to TyCtxt, part 3. | Nicholas Nethercote | -1/+1 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -4/+4 |
| 2025-02-17 | Add `pattern_complexity_limit` to `Limits`. | Nicholas Nethercote | -0/+4 |
| 2025-02-13 | Auto merge of #136593 - lukas-code:ty-value-perf, r=oli-obk | bors | -24/+21 |
| 2025-02-13 | Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validity | Michael Goulet | -0/+1 |
| 2025-02-13 | intern valtrees | Lukas Markeffsky | -24/+21 |
| 2025-02-10 | Rollup merge of #136731 - safinaskar:parallel-2025-02-08-07-22, r=SparrowLii | Matthias Krüger | -3/+0 |
| 2025-02-08 | Rustfmt | bjorn3 | -10/+16 |
| 2025-02-08 | rustc_middle: parallel: TyCtxt: remove "unsafe impl DynSend/DynSync" | Askar Safin | -3/+0 |
| 2025-02-06 | Add opt_alias_variances and use it in outlives code | Michael Goulet | -0/+8 |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -5/+5 |
| 2025-02-06 | Fix whitespace in lift macros. | Nicholas Nethercote | -14/+16 |
| 2025-02-06 | Clean up trivial traversal/lift impl generator macro calls. | Nicholas Nethercote | -9/+5 |
| 2025-02-04 | Auto merge of #136115 - Mark-Simulacrum:shard-alloc-id, r=RalfJung | bors | -2/+2 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -5/+5 |
| 2025-02-01 | Shard AllocMap Lock | Mark Rousskov | -2/+2 |
| 2025-02-01 | Rename `tcx.ensure()` to `tcx.ensure_ok()` | Zalathar | -1/+1 |
| 2025-01-30 | introduce `ty::Value` | Lukas Markeffsky | -11/+15 |
| 2025-01-28 | Make item self/non-self bound naming less whack | Michael Goulet | -3/+3 |
| 2025-01-28 | Do not assume child bound assumptions for rigid alias | Michael Goulet | -0/+14 |
| 2025-01-27 | Rollup merge of #135988 - bjorn3:workaround_parallel_rustc_crash, r=lqd | Guillaume Gomez | -15/+30 |
| 2025-01-24 | use `fmt::from_fn` in more places, instead of using structs that impl formatt... | Yotam Ofek | -45/+35 |
| 2025-01-24 | Add a workaround for parallel rustc crashing when there are delayed bugs | bjorn3 | -15/+30 |
| 2025-01-23 | `visit_x_unambig` | Boxy | -2/+2 |
| 2025-01-23 | Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor` | Boxy | -3/+3 |
| 2025-01-21 | Move supertrait_def_ids into the elaborate module like all other fns | Michael Goulet | -10/+4 |