| Age | Commit message (Expand) | Author | Lines |
| 2023-11-22 | Auto merge of #117582 - compiler-errors:uplift-canonical-var, r=jackh726 | bors | -7/+44 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -34/+32 |
| 2023-11-21 | Remove ClosureKind predicate kind | Michael Goulet | -12/+0 |
| 2023-11-21 | Uplift CanonicalVarInfo and friends | Michael Goulet | -0/+42 |
| 2023-11-21 | Uplift BoundVar | Michael Goulet | -7/+2 |
| 2023-11-21 | Auto merge of #118107 - matthiaskrgr:rollup-k5bfkfr, r=matthiaskrgr | bors | -82/+7 |
| 2023-11-20 | Rollup merge of #117851 - compiler-errors:uplift-infer-const, r=spastorino | Matthias Krüger | -81/+5 |
| 2023-11-20 | Unify defined_lib_features and lib_features queries | Michael Goulet | -0/+1 |
| 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-19 | Add documentation for some queries | Nilstrieb | -1/+2 |
| 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/+22 |
| 2023-11-17 | rename bound region instantiation | lcnr | -9/+13 |
| 2023-11-17 | Move `lint_store` from `GlobalCtxt` to `Session`. | Nicholas Nethercote | -10/+1 |
| 2023-11-15 | Auto merge of #117908 - lcnr:region-kind-rename, r=BoxyUwU | bors | -80/+85 |
| 2023-11-14 | Auto merge of #117849 - compiler-errors:cycle, r=cjgillot | bors | -5/+5 |
| 2023-11-14 | review + fix CI | lcnr | -1/+1 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -80/+85 |
| 2023-11-13 | Rollup merge of #117870 - lcnr:rename-args_ref, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2023-11-13 | update type flags | lcnr | -10/+10 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -58/+48 |
| 2023-11-13 | args~~_ref~~_may_unify | lcnr | -4/+4 |
| 2023-11-12 | make LayoutError::Cycle carry ErrorGuaranteed | Michael Goulet | -5/+5 |
| 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-08 | rustc: minor changes suggested by clippy perf lints. | Nicholas Nethercote | -1/+1 |
| 2023-11-06 | Auto merge of #117603 - HKalbasi:make-feature-additive, r=Nilstrieb | bors | -1/+1 |
| 2023-11-05 | Make the randomize feature of rustc_abi additive | hkalbasi | -1/+1 |
| 2023-11-05 | Auto merge of #117589 - compiler-errors:global-vars-bug, r=jackh726 | bors | -32/+12 |
| 2023-11-04 | Rollup merge of #117583 - compiler-errors:placeholderconst-lifetime, r=cjgillot | Matthias Krüger | -3/+3 |
| 2023-11-04 | Make sure that predicates with unmentioned bound vars are still considered gl... | Michael Goulet | -32/+12 |
| 2023-11-04 | No lifetime on PlaceholderConst | Michael Goulet | -3/+3 |
| 2023-11-03 | Rollup merge of #117505 - estebank:issue-117501, r=TaKO8Ki | Matthias Krüger | -0/+2 |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -2/+1 |
| 2023-11-02 | Fix incorrect trait bound restriction suggestion | Esteban Küber | -0/+2 |
| 2023-11-02 | only erase param env regions where needed | lcnr | -1/+1 |
| 2023-11-02 | dropck_outlives check generator witness needs_drop | lcnr | -4/+6 |
| 2023-11-01 | Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiser | bors | -5/+32 |
| 2023-11-01 | Auto merge of #116692 - Nadrieril:half-open-ranges, r=cjgillot | bors | -35/+43 |
| 2023-10-31 | Enums in offset_of: update based on est31, scottmcm & llogiq review | George Bateman | -14/+18 |
| 2023-10-31 | Support enum variants in offset_of! | George Bateman | -6/+29 |
| 2023-10-30 | Some more coroutine renamings | Michael Goulet | -1/+1 |
| 2023-10-29 | Ignore RPIT duplicated lifetimes in opaque_types_defined_by | Michael Goulet | -1/+1 |
| 2023-10-29 | Auto merge of #117336 - workingjubilee:rollup-6negquv, r=workingjubilee | bors | -49/+37 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -0/+13 |
| 2023-10-28 | Remove needless `allow`s | Nilstrieb | -5/+0 |
| 2023-10-28 | Move macros to usage | Nilstrieb | -40/+40 |
| 2023-10-28 | Remove needless print ctx defs | Nilstrieb | -7/+0 |
| 2023-10-27 | Abstract over `PatRange` boundary value | Nadrieril | -35/+43 |