| Age | Commit message (Expand) | Author | Lines |
| 2023-07-18 | added links as a note | nxya | -8/+8 |
| 2023-07-18 | add links to query documentation for E0391 | nxya | -8/+8 |
| 2023-07-18 | added links as a note | nxya | -8/+48 |
| 2023-07-18 | add links to query documentation for E0391 | nxya | -8/+8 |
| 2023-07-16 | Add const-eval test for `#[target_feature(enable = ...)]` function calls | Eduardo Sánchez Muñoz | -0/+26 |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -1/+1 |
| 2023-07-08 | Auto merge of #113491 - matthiaskrgr:rollup-mueqz7h, r=matthiaskrgr | bors | -10/+39 |
| 2023-07-08 | Rollup merge of #113005 - compiler-errors:dont-query-normalize, r=cjgillot | Matthias Krüger | -10/+39 |
| 2023-07-08 | Rollup merge of #113158 - davidtwco:unset-rustc-log-color-in-test, r=wesleywiser | Matthias Krüger | -0/+1 |
| 2023-07-04 | implement `ConstEvaluatable` goals in new solver | lcnr | -2/+20 |
| 2023-06-29 | tests: unset `RUSTC_LOG_COLOR` | David Wood | -0/+1 |
| 2023-06-27 | Don't sort strings right after we just sorted by types | Michael Goulet | -17/+17 |
| 2023-06-24 | use Const::eval instead of QueryNormalize in error reporting | Michael Goulet | -0/+29 |
| 2023-06-22 | Stop hiding const eval limit in external macros | Oli Scherer | -0/+40 |
| 2023-06-12 | Adjust UI tests for `unit_bindings` | 许杰友 Jieyou Xu (Joe) | -13/+13 |
| 2023-06-02 | Auto merge of #112198 - compiler-errors:rollup-o2xe4of, r=compiler-errors | bors | -4/+16 |
| 2023-06-01 | Implement custom diagnostic for ConstParamTy | Michael Goulet | -4/+16 |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -50/+58 |
| 2023-05-31 | Remove const eval limit and implement an exponential backoff lint instead | Oli Scherer | -187/+177 |
| 2023-05-29 | Rollup merge of #111558 - c410-f3r:t3st3ss, r=WaffleLapkin | Matthias Krüger | -0/+95 |
| 2023-05-26 | Blesses UI tests, add known bug to typeid-equality-by-subtyping | onestacked | -3/+0 |
| 2023-05-24 | Address comments | Caio | -0/+11 |
| 2023-05-24 | Move tests | Caio | -0/+84 |
| 2023-05-23 | add tests for const `NonNull::as_ref` | Lukas Markeffsky | -0/+30 |
| 2023-05-21 | Rename `forget_copy` lint to `forgetting_copy_types` | Urgau | -2/+2 |
| 2023-05-15 | Suppress "erroneous constant used" for constants tainted by errors | Tomasz Miąsko | -199/+15 |
| 2023-05-12 | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | -0/+5 |
| 2023-05-10 | Adjust tests for new drop and forget lints | Urgau | -0/+5 |
| 2023-05-05 | Stabilize const_ptr_read | bors | -25/+22 |
| 2023-05-04 | Rollup merge of #111100 - BoxyUwU:array_repeat_expr_wf, r=compiler-errors | Matthias Krüger | -2/+12 |
| 2023-05-04 | check array type of repeat exprs is wf | Boxy | -2/+12 |
| 2023-05-04 | Rollup merge of #110859 - compiler-errors:no-negative-drop-impls, r=oli-obk | Matthias Krüger | -22/+2 |
| 2023-05-04 | Rollup merge of #110943 - RalfJung:interpret-unsized-arg-ice, r=oli-obk | Dylan DPC | -81/+0 |
| 2023-05-01 | Rip it out | Nilstrieb | -1/+1 |
| 2023-04-28 | move some const-prop tests to appropriate folder | Ralf Jung | -81/+0 |
| 2023-04-27 | bless tests | The 8472 | -4/+4 |
| 2023-04-27 | Explicitly reject negative and reservation drop impls | Michael Goulet | -22/+2 |
| 2023-04-25 | Rollup merge of #110480 - whtahy:105107/known-bug-tests-for-unsound-issues, r... | Yuki Okushi | -0/+38 |
| 2023-04-22 | add known-bug test for unsound issue 49206 | whtahy | -0/+38 |
| 2023-04-22 | Encode lifetime param spans too | Michael Goulet | -30/+0 |
| 2023-04-21 | Ensure mir_drops_elaborated_and_const_checked when requiring codegen. | Camille GILLOT | -0/+2 |
| 2023-04-19 | Auto merge of #110061 - WaffleLapkin:duality_of_myself_and_this, r=cjgillot | bors | -0/+4 |
| 2023-04-19 | Extend and use `hir::Node::body_id` | Maybe Waffle | -0/+4 |
| 2023-04-19 | Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obk | bors | -130/+254 |
| 2023-04-17 | Encode def span for ConstParam | Michael Goulet | -0/+30 |
| 2023-04-16 | fix library and rustdoc tests | Deadbeef | -130/+254 |
| 2023-04-15 | Only enable ConstProp at mir-opt-level >= 2. | Camille GILLOT | -32/+0 |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -9/+18 |
| 2023-04-08 | bless ui tests | Deadbeef | -5/+34 |
| 2023-04-06 | Auto merge of #108504 - cjgillot:thir-pattern, r=compiler-errors,Nilstrieb | bors | -147/+37 |