| Age | Commit message (Expand) | Author | Lines |
| 2021-10-11 | Add enum_intrinsics_non_enums lint | Flying-Toast | -1/+1 |
| 2021-10-08 | bless warnings | Eliza Weisman | -0/+1 |
| 2021-10-04 | Rollup merge of #89482 - hkmatsumoto:patch-diagnostics, r=joshtriplett | Manish Goregaokar | -9/+9 |
| 2021-10-04 | Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplett | Jubilee | -194/+85 |
| 2021-10-04 | Stabilize `const_panic` | Jacob Pratt | -194/+85 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -12/+12 |
| 2021-10-03 | Follow the diagnostic output style guide | Hirochika Matsumoto | -9/+9 |
| 2021-10-02 | Add regression test for #89432 | Albin Hedman | -0/+9 |
| 2021-10-02 | Revert "Auto merge of #86853 - usbalbin:const_try, r=oli-obk" | Albin Hedman | -23/+0 |
| 2021-09-30 | Auto merge of #86853 - usbalbin:const_try, r=oli-obk | bors | -0/+23 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -1/+1 |
| 2021-09-29 | Auto merge of #88950 - Nadrieril:deconstruct-pat, r=oli-obk | bors | -1/+4 |
| 2021-09-26 | Replace `Pat` with a new intermediate representation | Nadrieril | -1/+4 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -1/+1 |
| 2021-09-25 | Bless tests | Gary Guo | -2/+2 |
| 2021-09-21 | Rollup merge of #89147 - b-naber:refs_in_check_const_value_eq, r=oli-obk | the8472 | -0/+48 |
| 2021-09-21 | add case for checking const refs in check_const_value_eq | b-naber | -0/+48 |
| 2021-09-20 | Fix ICE when `indirect_structural_match` is allowed | Fabian Wolff | -0/+22 |
| 2021-09-19 | Rollup merge of #89021 - WaffleLapkin:separate_error_for_dyn_trait_in_const_f... | Yuki Okushi | -18/+18 |
| 2021-09-17 | Rollup merge of #88954 - nbdd0121:panic3, r=oli-obk | Guillaume Gomez | -37/+83 |
| 2021-09-17 | Rollup merge of #88883 - c410-f3r:tests, r=petrochenkov | Yuki Okushi | -0/+36 |
| 2021-09-16 | Add a separate error for `dyn Trait` in `const fn` | Waffle | -18/+18 |
| 2021-09-15 | Allow `panic!("{}", computed_str)` in const fn. | Gary Guo | -37/+83 |
| 2021-09-15 | Move some tests to more reasonable directories | Caio | -0/+36 |
| 2021-09-15 | Move tests to library/core/tests | Albin Hedman | -20/+0 |
| 2021-09-15 | Add test for try operator with Option | Albin Hedman | -2/+9 |
| 2021-09-15 | Add test for try operator on Result | Albin Hedman | -0/+16 |
| 2021-09-15 | Add tests for feature(const_identity_convert) | Albin Hedman | -0/+20 |
| 2021-09-13 | Highlight the const function if error happened because of a bound on the impl... | Waffle | -4/+23 |
| 2021-09-06 | 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 |