| Age | Commit message (Expand) | Author | Lines |
| 2025-05-03 | compiletest: Do not require annotations on empty labels and suggestions | Vadim Petrochenkov | -5/+4 |
| 2025-05-02 | Rollup merge of #140521 - RalfJung:oob-error, r=saethlin | Matthias Krüger | -27/+27 |
| 2025-05-01 | Clean up "const" situation in format_args!(). | Mara Bos | -4/+4 |
| 2025-04-30 | interpret: better error message for out-of-bounds pointer arithmetic and acce... | Ralf Jung | -27/+27 |
| 2025-04-30 | Rollup merge of #139624 - m-ou-se:unconst-format-args, r=jhpratt | Matthias Krüger | -1/+14 |
| 2025-04-30 | Add test for format_args!("{}", 0) in const. | Mara Bos | -1/+14 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -588/+642 |
| 2025-04-29 | stabilize ptr::swap_nonoverlapping in const | Ralf Jung | -8/+6 |
| 2025-04-26 | Fix error message for static references or mutable references | yuk1ty | -2/+2 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -15/+18 |
| 2025-04-22 | remove intrinsics::drop_in_place | Ralf Jung | -11/+11 |
| 2025-04-17 | Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur... | Matthias Krüger | -2/+2 |
| 2025-04-15 | Add test for issue 125668 | reddevilmidzy | -0/+5 |
| 2025-04-13 | Rollup merge of #139760 - petrochenkov:noerrpat2, r=jieyouxu | Jacob Pratt | -3/+4 |
| 2025-04-13 | Rollup merge of #138962 - xizheyin:issue-138836, r=compiler-errors | Jacob Pratt | -4/+4 |
| 2025-04-13 | UI tests: migrate remaining compile time `error-pattern`s to line annotations | Vadim Petrochenkov | -3/+4 |
| 2025-04-11 | Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxu | bors | -2/+2 |
| 2025-04-11 | Rollup merge of #139654 - nnethercote:AssocKind-descr, r=compiler-errors | Stuart Cook | -8/+8 |
| 2025-04-11 | Improve `AssocItem::descr`. | Nicholas Nethercote | -8/+8 |
| 2025-04-10 | replace `//@ compile-flags: --edition` with `//@ edition` | Pietro Albini | -2/+2 |
| 2025-04-09 | Ensure `swap_nonoverlapping` is really always untyped | Scott McMurray | -3/+3 |
| 2025-04-09 | Auto merge of #139555 - petrochenkov:errkind-ann, r=jieyouxu | bors | -67/+67 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -67/+67 |
| 2025-04-07 | compiletest: Avoid ignoring empty diagnostics in one more place | Vadim Petrochenkov | -4/+5 |
| 2025-04-04 | Use the span of the whole bound when the diagnostic talks about a bound | Oli Scherer | -1/+1 |
| 2025-04-03 | Use `cfg(false)` in UI tests | clubby789 | -2/+2 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -8/+10 |
| 2025-04-02 | Rollup merge of #138992 - dianne:simplify-byte-string-to-pat, r=oli-obk | Matthias Krüger | -0/+137 |
| 2025-04-01 | add tests for array/slice const patterns | dianne | -0/+137 |
| 2025-04-01 | Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obk | bors | -27/+0 |
| 2025-03-30 | Remove attribute `#[rustc_error]` | Vadim Petrochenkov | -11/+2 |
| 2025-03-28 | Do not treat lifetimes from parent items as influencing child items | Oli Scherer | -0/+13 |
| 2025-03-27 | Expect an array when expected and acutal types are both arrays during cast | xizheyin | -4/+4 |
| 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-21 | remove `feature(inline_const_pat)` | lcnr | -27/+0 |
| 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-12 | Bless more test | tiif | -2/+2 |
| 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 |