| Age | Commit message (Expand) | Author | Lines |
| 2023-11-23 | Move WorkerLocal out of QueryArenas | Mark Rousskov | -4/+4 |
| 2023-11-23 | few more | klensy | -17/+0 |
| 2023-11-23 | remove unused pub fn | klensy | -111/+0 |
| 2023-11-22 | Call FileEncoder::finish in rmeta encoding | Ben Kimock | -2/+5 |
| 2023-11-22 | Cache flags for ty::Const | Michael Goulet | -33/+82 |
| 2023-11-22 | Auto merge of #118120 - compiler-errors:closure-kind, r=lcnr | bors | -12/+0 |
| 2023-11-22 | Auto merge of #118178 - compiler-errors:rollup-0i11w85, r=compiler-errors | bors | -4/+2 |
| 2023-11-22 | Rollup merge of #118161 - compiler-errors:coroutine-obligation-opaques, r=lcnr | Michael Goulet | -1/+1 |
| 2023-11-22 | Rollup merge of #118147 - Nilstrieb:no-redundant-casts, r=WaffleLapkin | Michael Goulet | -3/+1 |
| 2023-11-22 | Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin | bors | -1/+1 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -1/+1 |
| 2023-11-22 | Replace `no_ord_impl` with `orderable`. | Nicholas Nethercote | -0/+7 |
| 2023-11-22 | Replace `custom_encodable` with `encodable`. | Nicholas Nethercote | -0/+10 |
| 2023-11-22 | Allow defining opaques in check_coroutine_obligations | Michael Goulet | -1/+1 |
| 2023-11-22 | Auto merge of #117582 - compiler-errors:uplift-canonical-var, r=jackh726 | bors | -160/+48 |
| 2023-11-22 | Auto merge of #118152 - matthiaskrgr:rollup-bqcck4w, r=matthiaskrgr | bors | -4/+17 |
| 2023-11-21 | Rollup merge of #118110 - compiler-errors:defining-anchor, r=aliemjay | Matthias Krüger | -4/+17 |
| 2023-11-21 | Fix some unnecessary casts | Nilstrieb | -3/+1 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -62/+53 |
| 2023-11-21 | Remove ClosureKind predicate kind | Michael Goulet | -12/+0 |
| 2023-11-21 | Uplift CanonicalVarInfo and friends | Michael Goulet | -153/+46 |
| 2023-11-21 | Uplift BoundVar | Michael Goulet | -7/+2 |
| 2023-11-21 | Rollup merge of #118029 - saethlin:allocid-gc, r=RalfJung | Nilstrieb | -7/+0 |
| 2023-11-21 | Rollup merge of #118121 - nnethercote:rustc_hir, r=compiler-errors | Nilstrieb | -16/+1 |
| 2023-11-21 | Auto merge of #118107 - matthiaskrgr:rollup-k5bfkfr, r=matthiaskrgr | bors | -84/+23 |
| 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 |