| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 | -4/+4 |
| 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 | -4/+4 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -2/+1 |
| 2023-11-03 | compiler: use `copied` instead of manual `map` | DaniPopes | -1/+1 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -5/+4 |
| 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 | Auto merge of #117134 - lcnr:dropck_outlives-coroutine, r=compiler-errors | bors | -4/+6 |
| 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-02 | Rollup merge of #117394 - lcnr:proof-tree-cache4, r=compiler-errors | Matthias Krüger | -25/+42 |
| 2023-11-02 | use global cache when computing proof trees | lcnr | -25/+42 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -5/+4 |
| 2023-11-01 | Rename hook. | Camille GILLOT | -2/+2 |
| 2023-11-01 | Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiser | bors | -7/+34 |
| 2023-11-01 | Auto merge of #116692 - Nadrieril:half-open-ranges, r=cjgillot | bors | -45/+282 |
| 2023-10-31 | Update MIR tests for offset_of | George Bateman | -1/+0 |
| 2023-10-31 | Enums in offset_of: update based on est31, scottmcm & llogiq review | George Bateman | -18/+22 |
| 2023-10-31 | Support enum variants in offset_of! | George Bateman | -10/+34 |
| 2023-10-31 | Turn const_caller_location from a query to a hook | Oli Scherer | -6/+5 |
| 2023-10-31 | Auto merge of #117444 - matthiaskrgr:rollup-43s0spc, r=matthiaskrgr | bors | -2/+4 |