| Age | Commit message (Expand) | Author | Lines |
| 2022-12-11 | Bump the const eval step limit | Oli Scherer | -4/+4 |
| 2022-11-15 | Use `nominal_obligations_without_const` in wf for FnDef | Deadbeef | -0/+5 |
| 2022-10-23 | Add normalize hack back | Michael Goulet | -0/+31 |
| 2022-10-20 | Do not suggest trivially false const predicates | Michael Goulet | -28/+0 |
| 2022-10-14 | Rollup merge of #102938 - c410-f3r:here-we-go-again, r=petrochenkov | Dylan DPC | -0/+21 |
| 2022-10-13 | Move some tests to more reasonable directories | Caio | -0/+21 |
| 2022-10-12 | Rollup merge of #102187 - b-naber:inline-const-source-info, r=eholk | Dylan DPC | -0/+67 |
| 2022-10-10 | Rollup merge of #102275 - Urgau:stabilize-half_open_range_patterns, r=cjgillot | Yuki Okushi | -1/+1 |
| 2022-10-08 | Auto merge of #102315 - RalfJung:assert_unsafe_precondition, r=thomcc | bors | -5/+5 |
| 2022-10-08 | Split slice part of feature(half_open_range_patterns) to [...]_in_slices | Urgau | -1/+1 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -4743/+1156 |
| 2022-10-07 | add a few more assert_unsafe_precondition | Ralf Jung | -5/+5 |
| 2022-10-07 | Rollup merge of #102720 - lyming2007:issue-102397-fix, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-10-05 | do not reverse the expected type and found type for ObligationCauseCode of If... | Yiming Lei | -1/+1 |
| 2022-10-05 | Rollup merge of #101061 - RalfJung:panic-on-uninit, r=oli-obk | Dylan DPC | -15/+18 |
| 2022-10-05 | change might_permit_raw_init to fully detect LLVM UB, but not more than that | Ralf Jung | -15/+18 |
| 2022-10-04 | Only allow ~const bounds for traits with #[const_trait] | Oli Scherer | -5/+6 |
| 2022-10-02 | Add a known-bug test for #102498 | Michael Goulet | -0/+39 |
| 2022-10-01 | bless ui tests | Maybe Waffle | -329/+329 |
| 2022-09-28 | Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8Ki | Yuki Okushi | -2/+0 |
| 2022-09-27 | Rollup merge of #102281 - RalfJung:invalid-enums, r=cjgillot | Matthias Krüger | -44/+45 |
| 2022-09-27 | Stabilize bench_black_box | Urgau | -2/+0 |
| 2022-09-27 | also query type_uninhabited_from | Ralf Jung | -36/+37 |
| 2022-09-26 | Rollup merge of #102181 - inquisitivecrystal:issue-100878-test, r=Mark-Simula... | Matthias Krüger | -0/+8 |
| 2022-09-26 | Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisa | bors | -0/+5 |
| 2022-09-26 | make invalid_value lint a bit smarter around enums | Ralf Jung | -8/+8 |
| 2022-09-26 | Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrum | fee1-dead | -2/+0 |
| 2022-09-26 | fix #102087, Suggest Default::default() when binding isn't initialized | yukang | -0/+5 |
| 2022-09-24 | Note the type when unable to drop values in compile time | Deadbeef | -91/+91 |
| 2022-09-23 | Add regression test for issue #100878 | inquisitivecrystal | -0/+8 |
| 2022-09-23 | Stabilize const `BTree{Map,Set}::new` | Nilstrieb | -2/+0 |
| 2022-09-23 | add test | b-naber | -0/+67 |
| 2022-09-21 | Make error messages great again (and fix clippy and add test) | Deadbeef | -31/+46 |
| 2022-09-17 | bless tests again | Deadbeef | -70/+42 |
| 2022-09-16 | Bless ui tests after typeck code change | Deadbeef | -74/+49 |
| 2022-09-16 | bless tests | Deadbeef | -75/+94 |
| 2022-09-13 | Use tcx.hir() utils for spans in MIR building. | Camille GILLOT | -1/+1 |
| 2022-09-09 | The `<*const T>::guaranteed_*` methods now return an option for the unknown case | Oli Scherer | -31/+19 |
| 2022-09-04 | Make `const_eval_select` a real intrinsic | Deadbeef | -40/+0 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-30 | Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk | Dylan DPC | -20/+299 |
| 2022-08-29 | Rollup merge of #101131 - RalfJung:ctfe-no-needs-rfc, r=oli-obk | Matthias Krüger | -2/+5 |
| 2022-08-29 | Rollup merge of #100897 - RalfJung:const-not-to-mutable, r=lcnr | Matthias Krüger | -10/+10 |
| 2022-08-28 | entirely get rid of NeedsRfc CTFE errors | Ralf Jung | -0/+3 |
| 2022-08-28 | CTFE: exposing pointers and calling extern fn doesn't need an RFC, it is just... | Ralf Jung | -2/+2 |
| 2022-08-28 | Rollup merge of #101038 - RalfJung:interning-alignment, r=oli-obk | Matthias Krüger | -0/+17 |
| 2022-08-27 | adjust tests | Ralf Jung | -20/+299 |
| 2022-08-27 | Rollup merge of #96240 - fee1-dead-contrib:stabilize_const_offset_from, r=Mar... | Yuki Okushi | -4/+1 |
| 2022-08-26 | make read_immediate error immediately on uninit, so ImmTy can carry initializ... | Ralf Jung | -391/+262 |
| 2022-08-26 | add a test | Ralf Jung | -0/+17 |