| Age | Commit message (Expand) | Author | Lines |
| 2023-08-06 | Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly | Scott McMurray | -0/+122 |
| 2023-08-06 | bless tests | Deadbeef | -14/+40 |
| 2023-08-04 | Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 | Matthias Krüger | -2/+2 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -2/+2 |
| 2023-08-03 | Rollup merge of #114372 - RalfJung:const-pointer-as-int, r=oli-obk | Matthias Krüger | -168/+228 |
| 2023-08-03 | Rollup merge of #113657 - Urgau:expand-incorrect_fn_null_check-lint, r=cjgillot | Matthias Krüger | -0/+1 |
| 2023-08-03 | Also lint on cast/cast_mut and ptr::from_mut/ptr::from_ref | Urgau | -0/+1 |
| 2023-08-02 | const validation: point at where we found a pointer but expected an integer | Ralf Jung | -168/+228 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -7/+43 |
| 2023-08-02 | Rollup merge of #114335 - RalfJung:ptr_comparisons, r=oli-obk | Nilstrieb | -68/+8 |
| 2023-08-02 | Auto merge of #114333 - RalfJung:dangling-ptr-offset, r=oli-obk | bors | -4/+4 |
| 2023-08-01 | fix and extend ptr_comparison test | Ralf Jung | -68/+8 |
| 2023-08-01 | properly track why we checked whether a pointer is in-bounds | Ralf Jung | -4/+4 |
| 2023-08-01 | Auto merge of #112849 - m-ou-se:panic-message-format, r=thomcc | bors | -2/+2 |
| 2023-07-30 | Auto merge of #112843 - chenyukang:yukang-more-on-backtrace, r=workingjubilee | bors | -1/+1 |
| 2023-07-30 | Rollup merge of #102198 - lukas-code:nonnull_as_ref, r=Amanieu | Matthias Krüger | -0/+30 |
| 2023-07-29 | print omitted frames count for short backtrace mode | yukang | -1/+1 |
| 2023-07-29 | Fix tests. | Mara Bos | -1/+1 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -1/+1 |
| 2023-07-27 | update tests, adding known-bug | Deadbeef | -181/+70 |
| 2023-07-25 | bless more | Ralf Jung | -7/+20 |
| 2023-07-25 | interpret: refactor projection code to work on a common trait, and use that f... | Ralf Jung | -22/+69 |
| 2023-07-24 | Improve diagnostic for const ctors in array repeat expressions | clubby789 | -9/+55 |
| 2023-07-24 | interpret: support projecting into Place::Local without force_allocation | Ralf Jung | -1/+1 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -4/+2 |
| 2023-07-21 | add `naive_layout_of` query | Moulins | -2/+4 |
| 2023-07-18 | moved note as unspanned note, moved note to the bottom of the msg | nxya | -40/+8 |
| 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 |