| Age | Commit message (Expand) | Author | Lines |
| 2023-05-06 | Emit while_true lint spanning the entire loop condition | Flying-Toast | -2/+1 |
| 2023-05-05 | Rollup merge of #111173 - nnethercote:still-more-Encoder-cleanups, r=cjgillot | Yuki Okushi | -127/+59 |
| 2023-05-05 | Rollup merge of #111132 - lcnr:nll-generalize, r=b-naber | Yuki Okushi | -113/+20 |
| 2023-05-05 | Rollup merge of #110954 - cjgillot:const-prop-ref, r=wesleywiser | Yuki Okushi | -5/+15 |
| 2023-05-04 | Reject borrows of projections in ConstProp. | Camille GILLOT | -5/+15 |
| 2023-05-04 | Auto merge of #111014 - klensy:no-rc, r=WaffleLapkin | bors | -28/+24 |
| 2023-05-04 | Rollup merge of #111100 - BoxyUwU:array_repeat_expr_wf, r=compiler-errors | Matthias Krüger | -2/+40 |
| 2023-05-04 | Rollup merge of #110982 - cjgillot:elided-self-const, r=petrochenkov | Matthias Krüger | -0/+4 |
| 2023-05-04 | Rollup merge of #110826 - cjgillot:place-mention-use, r=JakobDegen,lcnr | Matthias Krüger | -10/+15 |
| 2023-05-04 | Auto merge of #111174 - matthiaskrgr:rollup-ncnqivh, r=matthiaskrgr | bors | -143/+184 |
| 2023-05-04 | do not allow rustc::pass_by_value lint | Boxy | -6/+4 |
| 2023-05-04 | check array type of repeat exprs is wf | Boxy | -2/+42 |
| 2023-05-04 | Rollup merge of #111103 - BoxyUwU:normal_fold_with_gce_norm, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2023-05-04 | Rollup merge of #111070 - WaffleLapkin:break_ribs, r=lcnr | Matthias Krüger | -116/+113 |
| 2023-05-04 | Rollup merge of #111039 - compiler-errors:foreign-span-rpitit, r=tmiasko | Matthias Krüger | -1/+2 |
| 2023-05-04 | Rollup merge of #111027 - clubby789:query-instability-builtin-macros, r=petro... | Matthias Krüger | -11/+12 |
| 2023-05-04 | Rollup merge of #111024 - saethlin:stringify-full-svh, r=oli-obk | Matthias Krüger | -6/+11 |
| 2023-05-04 | Rollup merge of #111020 - cjgillot:validate-self-ctor, r=petrochenkov | Matthias Krüger | -2/+5 |
| 2023-05-04 | Rollup merge of #110859 - compiler-errors:no-negative-drop-impls, r=oli-obk | Matthias Krüger | -6/+39 |
| 2023-05-04 | Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr | bors | -171/+239 |
| 2023-05-04 | Factor out more repeated code in `{write,read}_leb128!`. | Nicholas Nethercote | -95/+44 |
| 2023-05-04 | Rename `file_encoder_write_leb128!`. | Nicholas Nethercote | -9/+9 |
| 2023-05-04 | Remove unneeded encode/decode methods. | Nicholas Nethercote | -13/+0 |
| 2023-05-04 | Reorder some `MemDecoder` methods. | Nicholas Nethercote | -18/+18 |
| 2023-05-04 | Remove a low value comment. | Nicholas Nethercote | -4/+0 |
| 2023-05-03 | Rollup merge of #111146 - petrochenkov:decident, r=compiler-errors | Manish Goregaokar | -4/+3 |
| 2023-05-03 | Rollup merge of #111104 - Manishearth:icuup, r=compiler-errors | Manish Goregaokar | -2026/+196 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -216/+550 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -216/+550 |
| 2023-05-03 | remove `inside_canonicalization_ctxt` flag | lcnr | -45/+13 |
| 2023-05-04 | Rollup merge of #111097 - oli-obk:🚲_layout, r=compiler-errors | Dylan DPC | -0/+14 |
| 2023-05-04 | Rollup merge of #111086 - nnethercote:rm-MemEncoder, r=cjgillot | Dylan DPC | -137/+62 |
| 2023-05-04 | Rollup merge of #111062 - clubby789:invalid-repr-unchecked, r=petrochenkov | Dylan DPC | -7/+1 |
| 2023-05-04 | Rollup merge of #110943 - RalfJung:interpret-unsized-arg-ice, r=oli-obk | Dylan DPC | -1/+11 |
| 2023-05-04 | Rollup merge of #110908 - petrochenkov:notagain4, r=compiler-errors | Dylan DPC | -46/+36 |
| 2023-05-04 | Rollup merge of #110874 - compiler-errors:index-op-specific, r=oli-obk | Dylan DPC | -9/+16 |
| 2023-05-04 | Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk | Dylan DPC | -135/+215 |
| 2023-05-03 | Do not recurse into const generic args when resolving self lifetime elision. | Camille GILLOT | -0/+4 |
| 2023-05-03 | Validate resolution for SelfCtor too. | Camille GILLOT | -2/+5 |
| 2023-05-03 | rustc_middle: Fix `opt_item_ident` for non-local def ids | Vadim Petrochenkov | -4/+3 |
| 2023-05-03 | cleanup nll generalizer | lcnr | -68/+7 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -729/+732 |
| 2023-05-02 | Make negative trait bounds work with the old trait solver | Michael Goulet | -0/+34 |
| 2023-05-02 | Disallow associated type constraints on negative bounds | Michael Goulet | -2/+22 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -135/+161 |
| 2023-05-02 | Auto merge of #111028 - compiler-errors:attr-query-no-caching, r=cjgillot | bors | -10/+0 |
| 2023-05-02 | Regen baked data | Manish Goregaokar | -2018/+188 |
| 2023-05-02 | Update ICU4X to 1.2 | Manish Goregaokar | -8/+8 |
| 2023-05-02 | correctly recurse when expanding anon consts | Boxy | -1/+2 |
| 2023-05-02 | Avoid ICEing miri on layout query cycles | Oli Scherer | -0/+14 |