| Age | Commit message (Expand) | Author | Lines |
| 2025-05-02 | Add test for format_args!("{}", 0) in const. | Mara Bos | -1/+14 |
| 2025-03-28 | Do not treat lifetimes from parent items as influencing child items | Oli Scherer | -0/+13 |
| 2025-03-26 | Use the correct binder scope for elided lifetimes in assoc consts | Oli Scherer | -34/+16 |
| 2025-03-25 | Auto merge of #138865 - petrochenkov:errwhere, r=jieyouxu | bors | -0/+29 |
| 2025-03-25 | compiletest: Support matching on diagnostics without a span | Vadim Petrochenkov | -0/+29 |
| 2025-03-24 | Don't ICE when encountering placeholders in layout computation | Michael Goulet | -8/+22 |
| 2025-03-20 | Use def_path_str for def id arg in UnsupportedOpInfo | Michael Goulet | -4/+4 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -131/+0 |
| 2025-03-12 | Rollup merge of #138357 - lcnr:goodbye-TypeVerifier-rarw, r=compiler-errors | Manish Goregaokar | -6/+6 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -34/+82 |
| 2025-03-11 | merge `TypeChecker` and `TypeVerifier` | lcnr | -6/+6 |
| 2025-03-11 | Rollup merge of #137967 - mustartt:fix-aix-test-hangs, r=workingjubilee | Jakub Beránek | -3/+9 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -34/+82 |
| 2025-03-08 | Stabilize `const_vec_string_slice` | Martin Habovstiak | -1/+1 |
| 2025-03-04 | Fix test hangs on AIX | Henry Jiang | -3/+9 |
| 2025-03-03 | Don't typeck during WF, instead check outside of WF in check_crate | Michael Goulet | -6/+6 |
| 2025-03-03 | Check signature WF when lowering MIR body | Michael Goulet | -0/+28 |
| 2025-03-03 | Tweak error code for sized checks of const/static | Michael Goulet | -0/+6 |
| 2025-03-01 | Rollup merge of #136503 - estebank:const-panic, r=RalfJung | Matthias Krüger | -481/+317 |
| 2025-03-01 | Rollup merge of #137045 - BoxyUwU:defer_repeat_expr_checks, r=compiler-errors | Matthias Krüger | -4/+9 |
| 2025-02-28 | Shorten span of panic failures in const context | Esteban Küber | -481/+317 |
| 2025-02-27 | Bless | Boxy | -4/+9 |
| 2025-02-27 | make `simd_insert` and `simd_extract` `const fn`s | Folkert de Vries | -16/+1 |
| 2025-02-27 | remove most `simd_` intrinsic declaration in tests | Folkert de Vries | -5/+11 |
| 2025-02-23 | rename sub_ptr 😅 | bendn | -1/+1 |
| 2025-02-23 | Rollup merge of #137121 - bend-n:master, r=Noratrieb | Matthias Krüger | -18/+14 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -3/+2 |
| 2025-02-17 | stabilize (const_)ptr_sub_ptr | bendn | -18/+14 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -3/+3 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -9/+6 |
| 2025-02-14 | fallout :skull_emoji: | lcnr | -9/+9 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -30/+44 |
| 2025-02-04 | Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnr | Matthias Krüger | -61/+28 |
| 2025-02-03 | Check Sizedness of return type in WF | Michael Goulet | -61/+28 |
| 2025-02-02 | miri: improve error when offset_from preconditions are violated | Ralf Jung | -12/+12 |
| 2025-01-31 | Rollup merge of #136325 - compiler-errors:indirectly, r=RalfJung | Matthias Krüger | -0/+42 |
| 2025-01-31 | Delay a bug when indexing unsized slices | Michael Goulet | -0/+42 |
| 2025-01-30 | Rollup merge of #136180 - lukas-code:typed-valtree, r=oli-obk | Matthias Krüger | -2/+52 |
| 2025-01-30 | Rollup merge of #136004 - mrkajetanp:aarch64-skip-large-const-alloc-tests, r=... | Matthias Krüger | -3/+7 |
| 2025-01-30 | check the types in `ty::Value` to value conversion | Lukas Markeffsky | -2/+52 |
| 2025-01-30 | Auto merge of #134824 - niklasf:int_from_ascii, r=ibraheemdev | bors | -4/+8 |
| 2025-01-29 | tests: Skip const OOM tests on aarch64-unknown-linux-gnu | Kajetan Puchalski | -3/+7 |
| 2025-01-28 | Properly check that array length is valid type during built-in unsizing in index | Michael Goulet | -0/+4 |
| 2025-01-28 | Rollup merge of #135748 - compiler-errors:len-2, r=RalfJung,oli-obk | Matthias Krüger | -1/+3 |
| 2025-01-27 | Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=da... | Michael Goulet | -1/+3 |
| 2025-01-27 | Remove all dead files inside tests/ui/ | León Orell Valerian Liehr | -41/+0 |
| 2025-01-25 | Fix typo in const stability error message | Deadbeef | -15/+15 |
| 2025-01-24 | Rollup merge of #135926 - jieyouxu:needs-subprocess-thread, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-01-23 | Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushi | Matthias Krüger | -5/+5 |
| 2025-01-23 | tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}` | 许杰友 Jieyou Xu (Joe) | -1/+1 |