| Age | Commit message (Expand) | Author | Lines |
| 2021-09-16 | Add a regression test for https://github.com/rust-lang/rust/issues/88649 | hyd-dev | -0/+18 |
| 2021-09-03 | Auto merge of #88572 - matthewjasper:if-let-scoping-fix, r=oli-obk | bors | -16/+12 |
| 2021-09-01 | Fix drop handling for `if let` expressions | Matthew Jasper | -16/+12 |
| 2021-09-01 | Stop sorting bodies by span. | Camille GILLOT | -14/+14 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -4/+4 |
| 2021-08-27 | Fix more tests | Deadbeef | -1/+1 |
| 2021-08-27 | Introduce `~const` | Deadbeef | -11/+2 |
| 2021-08-26 | Rollup merge of #87832 - wesleywiser:fix_match_step, r=davidtwco | Manish Goregaokar | -4/+4 |
| 2021-08-25 | Fix debugger stepping behavior around `match` expressions | Wesley Wiser | -4/+4 |
| 2021-08-24 | Morph `layout_raw` query into `layout_of`. | Eduard-Mihai Burtescu | -0/+2 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 |
| 2021-08-19 | Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli... | Erik Desjardins | -8/+1 |
| 2021-08-15 | Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk" | Erik Desjardins | -1/+8 |
| 2021-08-15 | Fix ui tests for llvm_asm! deprecation | Amanieu d'Antras | -10/+9 |
| 2021-08-14 | Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk | bors | -8/+1 |
| 2021-08-14 | Auto merge of #87375 - fee1-dead:move-constness-to-traitpred, r=oli-obk | bors | -2/+4 |
| 2021-08-14 | Auto merge of #87600 - JohnTitor:classify-ui-tests, r=petrochenkov | bors | -0/+17 |
| 2021-08-13 | Fix tests | Deadbeef | -2/+4 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -6/+6 |
| 2021-08-10 | Move some UI tests to more suitable subdirs | Yuki Okushi | -0/+17 |
| 2021-08-07 | Run RemoveZsts at mir-opt-level=1 | Erik Desjardins | -8/+1 |
| 2021-08-04 | Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakis | bors | -11/+9 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -16/+16 |
| 2021-08-03 | rustc: Fill out remaining parts of C-unwind ABI | Alex Crichton | -11/+9 |
| 2021-08-02 | Auto merge of #87248 - RalfJung:ctfe-partial-overwrite, r=oli-obk | bors | -0/+35 |
| 2021-07-31 | add a test | Ralf Jung | -0/+35 |
| 2021-07-29 | Update tests | Jonas Schievink | -8/+22 |
| 2021-07-29 | Add `const_for` test | Jonas Schievink | -0/+25 |
| 2021-07-29 | Add feature gates for `for` and `?` in consts | Jonas Schievink | -0/+78 |
| 2021-07-29 | Auto merge of #86664 - m-ou-se:uninit-track-caller, r=JohnTitor | bors | -10/+2 |
| 2021-07-28 | Add test for const panic in Rust 2021. | Mara Bos | -0/+94 |
| 2021-07-28 | Add #[track_caller] for some function in core::mem. | Mara Bos | -10/+2 |
| 2021-07-27 | Update tests | Jacob Pratt | -88/+40 |
| 2021-07-18 | miri: better ptr-out-of-bounds errors | Ralf Jung | -10/+25 |
| 2021-07-17 | Auto merge of #87123 - RalfJung:miri-provenance-overhaul, r=oli-obk | bors | -207/+189 |
| 2021-07-16 | Mark `const_trait_impl` as active | Deadbeef | -2/+0 |
| 2021-07-15 | tweak pointer out-of-bounds error message | Ralf Jung | -19/+20 |
| 2021-07-14 | more precise message for the ptr access check on deref | Ralf Jung | -3/+3 |
| 2021-07-14 | test dynamic check for ptr-int-casts (unleashed) | Ralf Jung | -3/+21 |
| 2021-07-14 | adjust tests | Ralf Jung | -196/+159 |
| 2021-07-11 | Fix ICE with unsized type in const pattern | Fabian Wolff | -0/+42 |
| 2021-07-10 | remove duplicate test | Ralf Jung | -15/+0 |
| 2021-07-10 | remove const_raw_ptr_to_usize_cast feature | Ralf Jung | -124/+45 |
| 2021-07-09 | Use #[track_caller] in const panic diagnostics. | Mara Bos | -15/+42 |
| 2021-07-08 | Rollup merge of #86838 - lambinoo:I-69630-rust_const_unstable_check_const, r=... | Guillaume Gomez | -0/+154 |
| 2021-07-08 | fn must be const if marked with stability attribut | Lamb | -0/+154 |
| 2021-07-06 | Add s to non_fmt_panic | Ryan Levick | -1/+1 |
| 2021-07-06 | Revert "Revert "Update tests"" | bjorn3 | -2/+2 |
| 2021-07-04 | Auto merge of #86255 - Smittyvb:mir-alloc-oom, r=RalfJung,oli-obk | bors | -0/+33 |
| 2021-07-03 | Auto merge of #86571 - fee1-dead:const-trait-impl-fix, r=jackh726 | bors | -0/+3 |