| Age | Commit message (Expand) | Author | Lines |
| 2023-11-14 | fix: reduce [`manual_memcpy`] indexing when array length is same to loop range | Yudai Fukushima | -8/+90 |
| 2023-11-14 | Add guard checking for associated types before computing intercrate ambiguity... | Gavin Gray | -1/+9 |
| 2023-11-14 | [`impl_trait_in_params`]: fix span calculation | y21 | -20/+41 |
| 2023-11-14 | Remove UserError from LayoutError | Lukas Wirth | -32/+42 |
| 2023-11-14 | Simplify | Lukas Wirth | -106/+106 |
| 2023-11-14 | rename debugging support functions | Rémy Rakic | -11/+14 |
| 2023-11-14 | `LivenessValues` does not need to be generic over regions | Rémy Rakic | -18/+18 |
| 2023-11-14 | introduce `is_live_anywhere` instead of peeking into points | Rémy Rakic | -6/+12 |
| 2023-11-14 | Update to LLVM 17.0.5 | Nikita Popov | -0/+0 |
| 2023-11-14 | Auto merge of #117731 - nnethercote:rustc_macros, r=Nilstrieb | bors | -93/+60 |
| 2023-11-14 | Auto merge of #117330 - tmiasko:custom-mir-cleanup-blocks, r=cjgillot | bors | -107/+428 |
| 2023-11-14 | `needless_return_with_question_mark` ignore let-else | dswij | -2/+84 |
| 2023-11-14 | Custom MIR: Support cleanup blocks | Tomasz Miąsko | -107/+428 |
| 2023-11-14 | fix: Fix incorrectly replacing references in macro invocation in "Convert to ... | Jinoh Kang | -1/+1 |
| 2023-11-14 | Auto merge of #117856 - estebank:issue-66023, r=compiler-errors | bors | -10/+46 |
| 2023-11-14 | Auto merge of #117801 - tmiasko:remove-zsts-fuel, r=cjgillot | bors | -6/+5 |
| 2023-11-14 | Auto merge of #117773 - nnethercote:rm-Zperf-stats, r=wesleywiser | bors | -99/+31 |
| 2023-11-13 | Add `IdentPat::set_pat` | DropDemBits | -9/+76 |
| 2023-11-14 | Detect more `=>` typos | Esteban Küber | -10/+51 |
| 2023-11-13 | Suggest lhs deref for binops | sjwang05 | -19/+71 |
| 2023-11-14 | Recover `dyn` and `impl` after `for<...>` | Michael Goulet | -3/+95 |
| 2023-11-14 | Auto merge of #116301 - mj10021:issue-115737-fix, r=cuviper | bors | -7/+24 |
| 2023-11-13 | Remove unwraps from `destructure_tuple_binding` | DropDemBits | -4/+6 |
| 2023-11-13 | doc: add release notes to standalone doc bundle | Michael Howell | -9/+113 |
| 2023-11-13 | Auto merge of #117887 - matthiaskrgr:rollup-rgur03f, r=matthiaskrgr | bors | -14/+40 |
| 2023-11-13 | Rollup merge of #117879 - durin42:nneg-zext, r=nikic | Matthias Krüger | -2/+2 |
| 2023-11-13 | Rollup merge of #117870 - lcnr:rename-args_ref, r=compiler-errors | Matthias Krüger | -10/+8 |
| 2023-11-13 | Rollup merge of #117695 - 3tilley:prioritise-unwrap-expect-over-last-method-c... | Matthias Krüger | -2/+24 |
| 2023-11-13 | Rollup merge of #114224 - inferiorhumanorgans:solaris-llvm-wrapper, r=cuviper | Matthias Krüger | -0/+6 |
| 2023-11-13 | review comments: more targeted span setting approach | Esteban Küber | -2/+28 |
| 2023-11-13 | Auto merge of #116866 - slanterns:inspect-stabilize, r=BurntSushi | bors | -16/+4 |
| 2023-11-13 | Auto merge of #3163 - RalfJung:borrow-privacy, r=RalfJung | bors | -41/+47 |
| 2023-11-13 | don't expose all the borrow tracker stuff to the entire crate | Ralf Jung | -41/+47 |
| 2023-11-13 | Add missing rustc_private features | Laurențiu Nicola | -1/+8 |
| 2023-11-13 | Add missing rustc_private features | Laurențiu Nicola | -1/+8 |
| 2023-11-13 | Try Mode::ToolRustc | Laurențiu Nicola | -6/+6 |
| 2023-11-13 | Mention LLVM 64186 in a comment | Josh Stone | -0/+1 |
| 2023-11-13 | Auto merge of #3162 - RalfJung:random, r=RalfJung | bors | -49/+65 |
| 2023-11-13 | share getentropy shim across various unixes | Ralf Jung | -36/+48 |
| 2023-11-13 | Auto merge of #117881 - TaKO8Ki:rollup-n7jtmgj, r=TaKO8Ki | bors | -114/+39 |
| 2023-11-13 | organize pass-dep tests more by the crate they test | Ralf Jung | -14/+18 |
| 2023-11-13 | Auto merge of #11800 - blyxyas:meow-meow, r=Centri3 | bors | -1/+0 |
| 2023-11-13 | add tests for type-aliased hash types | Jacherr | -13/+44 |
| 2023-11-13 | fix doc | Rémy Rakic | -5/+3 |
| 2023-11-13 | regions do not contain liveness elements | Rémy Rakic | -8/+8 |
| 2023-11-13 | refer to points and not "elements", and remove unused return value | Rémy Rakic | -6/+5 |
| 2023-11-13 | add locations instead of "element"s, and remove unused return value | Rémy Rakic | -10/+9 |
| 2023-11-13 | iterate over regions and not "rows" in liveness values | Rémy Rakic | -3/+3 |
| 2023-11-13 | stop referring to a region as a "row" in liveness values | Rémy Rakic | -17/+17 |
| 2023-11-14 | Rollup merge of #117872 - Mark-Simulacrum:fwd-port-cranelift, r=onur-ozkan | Takayuki Maeda | -4/+1 |