| Age | Commit message (Expand) | Author | Lines |
| 2023-05-05 | Rollup merge of #111052 - nnethercote:fix-ice-test, r=Nilstrieb | Yuki Okushi | -20/+23 |
| 2023-05-04 | Reject borrows of projections in ConstProp. | Camille GILLOT | -14/+7 |
| 2023-05-04 | Add tests. | Camille GILLOT | -0/+68 |
| 2023-05-05 | Improve filtering in `default-backtrace-ice.rs`. | Nicholas Nethercote | -1/+18 |
| 2023-05-05 | Don't print backtrace on ICEs in `issue-86800.rs`. | Nicholas Nethercote | -19/+5 |
| 2023-05-04 | Rollup merge of #111100 - BoxyUwU:array_repeat_expr_wf, r=compiler-errors | Matthias Krüger | -4/+54 |
| 2023-05-04 | Rollup merge of #111009 - scottmcm:ascii-char, r=BurntSushi | Matthias Krüger | -0/+37 |
| 2023-05-04 | Rollup merge of #110982 - cjgillot:elided-self-const, r=petrochenkov | Matthias Krüger | -0/+51 |
| 2023-05-04 | Rollup merge of #110826 - cjgillot:place-mention-use, r=JakobDegen,lcnr | Matthias Krüger | -0/+34 |
| 2023-05-04 | Rollup merge of #110651 - durin42:xunit-stdout, r=cuviper | Matthias Krüger | -0/+56 |
| 2023-05-04 | check array type of repeat exprs is wf | Boxy | -4/+54 |
| 2023-05-04 | Rollup merge of #111103 - BoxyUwU:normal_fold_with_gce_norm, r=compiler-errors | Matthias Krüger | -11/+13 |
| 2023-05-04 | Rollup merge of #111094 - bjorn3:fix_test_annotations, r=jyn514 | Matthias Krüger | -0/+13 |
| 2023-05-04 | Rollup merge of #111039 - compiler-errors:foreign-span-rpitit, r=tmiasko | Matthias Krüger | -6/+30 |
| 2023-05-04 | Rollup merge of #111020 - cjgillot:validate-self-ctor, r=petrochenkov | Matthias Krüger | -0/+50 |
| 2023-05-04 | Rollup merge of #110859 - compiler-errors:no-negative-drop-impls, r=oli-obk | Matthias Krüger | -22/+35 |
| 2023-05-03 | Add the basic `ascii::Char` type | Scott McMurray | -0/+37 |
| 2023-05-03 | Rollup merge of #111146 - petrochenkov:decident, r=compiler-errors | Manish Goregaokar | -38/+85 |
| 2023-05-03 | Rollup merge of #110928 - loongarch-rs:tests, r=petrochenkov | Manish Goregaokar | -23/+364 |
| 2023-05-03 | Rollup merge of #110371 - notriddle:notriddle/search-corrections, r=Guillaume... | Manish Goregaokar | -0/+83 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -171/+833 |
| 2023-05-03 | Rollup merge of #97594 - WaffleLapkin:array_tuple_conv, r=ChrisDenton | Manish Goregaokar | -5/+18 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -171/+833 |
| 2023-05-04 | Rollup merge of #111086 - nnethercote:rm-MemEncoder, r=cjgillot | Dylan DPC | -111/+0 |
| 2023-05-04 | Rollup merge of #111062 - clubby789:invalid-repr-unchecked, r=petrochenkov | Dylan DPC | -1/+24 |
| 2023-05-04 | Rollup merge of #110943 - RalfJung:interpret-unsized-arg-ice, r=oli-obk | Dylan DPC | -0/+9 |
| 2023-05-04 | Rollup merge of #110874 - compiler-errors:index-op-specific, r=oli-obk | Dylan DPC | -6/+12 |
| 2023-05-04 | Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk | Dylan DPC | -50/+241 |
| 2023-05-03 | Do not recurse into const generic args when resolving self lifetime elision. | Camille GILLOT | -0/+51 |
| 2023-05-03 | Validate resolution for SelfCtor too. | Camille GILLOT | -0/+50 |
| 2023-05-03 | rustc_middle: Fix `opt_item_ident` for non-local def ids | Vadim Petrochenkov | -38/+85 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -1/+1 |
| 2023-05-02 | Make negative trait bounds work with the old trait solver | Michael Goulet | -14/+2 |
| 2023-05-02 | Disallow associated type constraints on negative bounds | Michael Goulet | -0/+54 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -50/+199 |
| 2023-05-02 | correctly recurse when expanding anon consts | Boxy | -11/+13 |
| 2023-05-02 | --bless tests | Maybe Waffle | -5/+18 |
| 2023-05-02 | Add needs-unwind annotations to tests that need stack unwinding | bjorn3 | -0/+13 |
| 2023-05-02 | Auto merge of #109128 - chenyukang:yukang/remove-type-ascription, r=estebank | bors | -716/+419 |
| 2023-05-02 | Auto merge of #111089 - Dylan-DPC:rollup-b8oj6du, r=Dylan-DPC | bors | -467/+773 |
| 2023-05-02 | Rollup merge of #111048 - compiler-errors:rpitit-not-incomplete, r=jackh726 | Dylan DPC | -361/+57 |
| 2023-05-02 | Rollup merge of #110955 - fee1-dead-contrib:sus-operation, r=compiler-errors | Dylan DPC | -7/+92 |
| 2023-05-02 | Rollup merge of #110512 - compiler-errors:fix-elaboration-with-associated-typ... | Dylan DPC | -73/+334 |
| 2023-05-02 | Rollup merge of #108668 - gibbyfree:stabilizedebuggervisualizer, r=wesleywiser | Dylan DPC | -23/+3 |
| 2023-05-02 | Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwU | Dylan DPC | -3/+287 |
| 2023-05-02 | Mark RPITIT and AFIT as no longer incomplete | Michael Goulet | -361/+57 |
| 2023-05-02 | Auto merge of #109521 - tmiasko:const-prop-validation, r=wesleywiser | bors | -5/+236 |
| 2023-05-02 | Move some `Encodable`/`Decodable` tests. | Nicholas Nethercote | -111/+0 |
| 2023-05-02 | Auto merge of #106075 - nbdd0121:ffi-unwind, r=joshtriplett | bors | -230/+36 |
| 2023-05-01 | fix stderrs | Gibby Free | -3/+3 |