| Age | Commit message (Expand) | Author | Lines |
| 2022-10-28 | Retain ParamEnv constness when running deferred cast checks | Deadbeef | -0/+5 |
| 2022-10-27 | Rollup merge of #103525 - oli-obk:const_impl_on_non_const_trait, r=lcnr | Matthias Krüger | -12/+12 |
| 2022-10-26 | Auto merge of #103284 - compiler-errors:const-sad, r=oli-obk | bors | -3/+19 |
| 2022-10-25 | Move a wf-check into the site where the value is instantiated | Oli Scherer | -12/+12 |
| 2022-10-23 | Rollup merge of #103328 - compiler-errors:trivial-false-const-sugg, r=jackh726 | Matthias Krüger | -33/+0 |
| 2022-10-21 | Require Drop impls to have the same constness on its bounds as the bounds on ... | Oli Scherer | -46/+115 |
| 2022-10-20 | Do not suggest trivially false const predicates | Michael Goulet | -33/+0 |
| 2022-10-20 | Improve "`~const` is not allowed here" message | Deadbeef | -5/+42 |
| 2022-10-20 | Bless test | Michael Goulet | -3/+19 |
| 2022-10-13 | Delay intrinsic call until after we've determined the callee is a function | Michael Goulet | -0/+37 |
| 2022-10-04 | Merge the `~const` and `impl const` checks and add some explanatory notes | Oli Scherer | -17/+10 |
| 2022-10-04 | Only allow ~const bounds for traits with #[const_trait] | Oli Scherer | -75/+178 |
| 2022-09-27 | Fix ICE in const_trait check code | Deadbeef | -0/+34 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -1/+1 |
| 2022-09-26 | Rollup merge of #102273 - woppopo:relax_const_bound, r=fee1-dead | Matthias Krüger | -28/+40 |
| 2022-09-26 | Allow `~const` bounds on non-const functions | woppopo | -28/+40 |
| 2022-09-24 | added tests | Deadbeef | -0/+84 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -91/+188 |
| 2022-09-21 | Make error messages great again (and fix clippy and add test) | Deadbeef | -0/+12 |
| 2022-09-18 | make projection bounds with const bounds satisfy const | Deadbeef | -0/+14 |
| 2022-09-16 | do const trait method bounds check later in rustc_const_eval | Deadbeef | -63/+89 |
| 2022-09-16 | bless tests | Deadbeef | -28/+64 |
| 2022-09-16 | Add test | Deadbeef | -0/+23 |
| 2022-08-22 | Rollup merge of #100336 - fee1-dead-contrib:fix-wf-const-trait, r=oli-obk | Dylan DPC | -0/+29 |
| 2022-08-22 | fix tidy | Deadbeef | -1/+3 |
| 2022-08-22 | Overhaul 100222 test; wf always remap to nonconst | Deadbeef | -4/+17 |
| 2022-08-22 | Fix wf check on `#[const_trait]` return types | Deadbeef | -0/+14 |
| 2022-08-22 | Rollup merge of #99915 - WaffleLapkin:recover_keyword_bounds, r=compiler-errors | Dylan DPC | -3/+5 |
| 2022-08-21 | recover `const Tr` bounds (no `~`) | Maybe Waffle | -11/+6 |
| 2022-08-21 | Adjust messages, address some nits | Michael Goulet | -4/+4 |
| 2022-08-21 | Account for relative paths | Michael Goulet | -6/+6 |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -16/+24 |
| 2022-08-18 | Reword "Required because of the requirements on the impl of ..." | Andy Wang | -4/+4 |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -1/+1 |
| 2022-07-29 | Recover keywords in bounds | Maybe Waffle | -4/+11 |
| 2022-07-26 | Fix diagnostics for unfulfilled obligations | Deadbeef | -7/+1 |
| 2022-07-26 | bless tests, remove nonexistent E0395 | Deadbeef | -87/+77 |
| 2022-07-23 | Add tests | Deadbeef | -0/+100 |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -2/+2 |
| 2022-06-11 | Handle empty where-clause better | Michael Goulet | -2/+2 |
| 2022-05-30 | Remove `#[default..]` and add `#[const_trait]` | Deadbeef | -141/+33 |
| 2022-05-19 | Fix up tests | Oli Scherer | -4/+83 |
| 2022-05-19 | Stable const things need a stability attribute | Oli Scherer | -4/+7 |
| 2022-05-19 | Move check to existing pass | Jacob Pratt | -98/+36 |
| 2022-05-19 | Proper const stability check, default to unstable | Jacob Pratt | -64/+67 |
| 2022-04-21 | make `E0117` error clear | Takayuki Maeda | -2/+2 |
| 2022-04-11 | Auto merge of #94243 - compiler-errors:compiler-flags-typo, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-04-05 | Suggest derivable trait on E0277 | ohno418 | -0/+4 |
| 2022-03-24 | Properly track `ImplObligation`s | Esteban Kuber | -0/+12 |
| 2022-03-21 | Tidy up | Deadbeef | -1/+5 |