| Age | Commit message (Expand) | Author | Lines |
| 2023-11-20 | Document DefiningAnchor a bit more | Michael Goulet | -4/+17 |
| 2023-11-20 | Rollup merge of #117851 - compiler-errors:uplift-infer-const, r=spastorino | Matthias Krüger | -81/+5 |
| 2023-11-20 | Rollup merge of #117835 - Nilstrieb:note-object-lifetime-defaults, r=compiler... | Matthias Krüger | -1/+5 |
| 2023-11-20 | Rollup merge of #117327 - Nilstrieb:more-query-docs, r=compiler-errors | Matthias Krüger | -2/+13 |
| 2023-11-20 | Store feature stability un-split | Michael Goulet | -10/+4 |
| 2023-11-20 | Unify defined_lib_features and lib_features queries | Michael Goulet | -9/+14 |
| 2023-11-20 | Uplift InferConst to rustc_type_ir | Michael Goulet | -77/+2 |
| 2023-11-20 | Use InferTy from rustc_type_ir unconditionally | Michael Goulet | -4/+3 |
| 2023-11-20 | Remove unused arena kinds in `rustc_hir` and `rustc_middle`. | Nicholas Nethercote | -16/+1 |
| 2023-11-19 | Rollup merge of #117832 - RalfJung:interpret-shift, r=cjgillot | Michael Goulet | -4/+4 |
| 2023-11-19 | Expand Miri's BorTag GC to a Provenance GC | Ben Kimock | -7/+0 |
| 2023-11-19 | Add documentation for some queries | Nilstrieb | -2/+13 |
| 2023-11-17 | Rollup merge of #117549 - DaniPopes:more-copied, r=b-naber | Matthias Krüger | -1/+1 |
| 2023-11-17 | Auto merge of #117944 - lcnr:region-refactor-uwu, r=BoxyUwU | bors | -9/+13 |
| 2023-11-17 | Auto merge of #117278 - lcnr:try-normalize-ty, r=compiler-errors | bors | -0/+32 |
| 2023-11-17 | rename bound region instantiation | lcnr | -9/+13 |
| 2023-11-17 | Rollup merge of #117963 - nnethercote:rustc_query_system, r=compiler-errors | Takayuki Maeda | -2/+2 |
| 2023-11-17 | Move `lint_store` from `GlobalCtxt` to `Session`. | Nicholas Nethercote | -10/+1 |
| 2023-11-16 | Auto merge of #117956 - saethlin:provenance-gc-access, r=RalfJung | bors | -0/+7 |
| 2023-11-16 | Let Miri see the AllocId for all TyCtxt allocations | Ben Kimock | -0/+7 |
| 2023-11-16 | Reduce exposure of things. | Nicholas Nethercote | -2/+2 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -7/+7 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -4/+3 |
| 2023-11-15 | Auto merge of #117908 - lcnr:region-kind-rename, r=BoxyUwU | bors | -83/+88 |
| 2023-11-15 | Auto merge of #117359 - tmiasko:call-def, r=cjgillot | bors | -2/+17 |
| 2023-11-14 | Fix def-use check for call terminators | Tomasz Miąsko | -2/+17 |
| 2023-11-14 | Auto merge of #117849 - compiler-errors:cycle, r=cjgillot | bors | -8/+7 |
| 2023-11-14 | review + fix CI | lcnr | -1/+1 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -83/+88 |
| 2023-11-13 | Auto merge of #117887 - matthiaskrgr:rollup-rgur03f, r=matthiaskrgr | bors | -4/+4 |
| 2023-11-13 | Rollup merge of #117870 - lcnr:rename-args_ref, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2023-11-13 | Auto merge of #116866 - slanterns:inspect-stabilize, r=BurntSushi | bors | -1/+0 |
| 2023-11-13 | update type flags | lcnr | -10/+10 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -66/+55 |
| 2023-11-13 | args~~_ref~~_may_unify | lcnr | -4/+4 |
| 2023-11-12 | make LayoutError::Cycle carry ErrorGuaranteed | Michael Goulet | -8/+7 |
| 2023-11-12 | Note about object lifetime defaults in does not live long enough error | Nilstrieb | -1/+5 |
| 2023-11-12 | interpret: simplify handling of shifts by no longer trying to handle signed a... | Ralf Jung | -4/+4 |
| 2023-11-11 | Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnay | bors | -2/+1 |
| 2023-11-09 | rework alias-relate to `norm(lhs) == norm(rhs)` | lcnr | -0/+22 |
| 2023-11-09 | `try_normalize_ty` end with rigid alias on failure | lcnr | -0/+10 |
| 2023-11-08 | rename `BorrowKind::Shallow` to `Fake` | lcnr | -11/+11 |
| 2023-11-08 | Rollup merge of #117625 - nnethercote:clippy-perf, r=cuviper | Matthias Krüger | -1/+1 |
| 2023-11-08 | Rollup merge of #116399 - WaffleLapkin:erase_small_things, r=cjgillot | Matthias Krüger | -6/+16 |
| 2023-11-08 | Rollup merge of #113925 - clubby789:const-ctor-repeat, r=estebank | Matthias Krüger | -3/+23 |
| 2023-11-08 | rustc: minor changes suggested by clippy perf lints. | Nicholas Nethercote | -1/+1 |
| 2023-11-07 | Add an explanation for `transmute_unchecked` | Maybe Waffle | -0/+9 |
| 2023-11-07 | Auto merge of #117229 - matthewjasper:thir-unsafeck-fixes, r=cjgillot | bors | -1/+2 |
| 2023-11-06 | Visit patterns in THIR let expressions | Matthew Jasper | -1/+2 |
| 2023-11-06 | Auto merge of #117603 - HKalbasi:make-feature-additive, r=Nilstrieb | bors | -1/+1 |