| Age | Commit message (Expand) | Author | Lines |
| 2025-01-27 | Rollup merge of #136112 - fmease:clean-up-all-dead-files-in-ui-tests, r=compi... | Guillaume Gomez | -1240/+0 |
| 2025-01-27 | Remove all dead files inside tests/ui/ | León Orell Valerian Liehr | -1240/+0 |
| 2025-01-25 | Add a suggestion to cast target_feature fn items to fn pointers. | Luca Versari | -13/+44 |
| 2025-01-25 | Auto merge of #133154 - estebank:issue-133137, r=wesleywiser | bors | -1/+3 |
| 2025-01-24 | Reword "crate not found" resolve message | Esteban Küber | -1/+3 |
| 2025-01-23 | tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}` | 许杰友 Jieyou Xu (Joe) | -4/+4 |
| 2025-01-22 | Rollup merge of #135409 - Shunpoco:issue-133117-ICE-never-false-edge-start-bl... | Matthias Krüger | -0/+106 |
| 2025-01-22 | address review: modify ICE-133063-never-arm-no-otherwise-block.rs | Shunpoco | -43/+12 |
| 2025-01-22 | address review: modify ICE-133117-duplicated-never-arm.rs | Shunpoco | -29/+15 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -37/+0 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -37/+0 |
| 2025-01-16 | Coerce safe-to-call target_feature functions to fn pointers. | Luca Versari | -2/+53 |
| 2025-01-15 | Auto merge of #134353 - oli-obk:safe-target-feature-unsafe-by-default, r=wesl... | bors | -23/+34 |
| 2025-01-15 | Avoid notes that only make sense for unsafe functions | Oli Scherer | -13/+0 |
| 2025-01-15 | Try to render shorthand differently | Oli Scherer | -6/+3 |
| 2025-01-15 | Render fn defs with target_features attrs with the attribute [second site] | Oli Scherer | -10/+10 |
| 2025-01-15 | Render fn defs with target_features attrs with the attribute | Oli Scherer | -12/+12 |
| 2025-01-15 | Hide the internal unsafety of safe target_feature fn items | Oli Scherer | -1/+1 |
| 2025-01-15 | Treat safe target_feature functions as unsafe by default | Oli Scherer | -23/+50 |
| 2025-01-12 | Fix ICE-130779 | Shunpoco | -0/+45 |
| 2025-01-12 | Fix ICE-133117 | Shunpoco | -0/+48 |
| 2025-01-12 | Fix ICE-133063 | Shunpoco | -0/+58 |
| 2025-01-07 | Update tests. | Mara Bos | -1/+1 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -6/+6 |
| 2024-12-15 | Use links to edition guide for edition migrations | Eric Huss | -1/+1 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -21/+20 |
| 2024-12-10 | Fix type (exit → exist) | Tobias Bucher | -2/+2 |
| 2024-12-09 | fix ICE on type error in promoted | Ralf Jung | -6/+0 |
| 2024-12-04 | Add more context to fall-through "const pattern of non-structural type" error | Esteban Küber | -1/+3 |
| 2024-12-04 | Add context to fall-through "const pattern of non-structural type" error | Esteban Küber | -0/+3 |
| 2024-12-04 | Add additional context for non-sructural type constant used in pattern | Esteban Küber | -48/+112 |
| 2024-12-04 | Reword message for non-structural type constant in pattern | Esteban Küber | -3/+2 |
| 2024-12-04 | Tweak output of some const pattern errors | Esteban Küber | -8/+8 |
| 2024-12-04 | Tweak ptr in pattern error | Esteban Küber | -24/+48 |
| 2024-12-04 | On `const` pattern errors, point at the `const` item definition | Esteban Küber | -0/+87 |
| 2024-12-01 | fix ICE when promoted has layout size overflow | Ralf Jung | -0/+6 |
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -17/+4 |
| 2024-11-23 | Update tests for new TRPL chapter order | Chris Krycho | -1/+1 |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -1/+1 |
| 2024-11-16 | Add regression test for issue #103476, fixed in edition 2024 | est31 | -0/+25 |
| 2024-11-16 | Also check if let chains with multiple lets in these two tests | est31 | -1/+28 |
| 2024-11-10 | Add more places where expressions can occur | est31 | -398/+835 |
| 2024-11-10 | Unify disallowed-positions test files into one file | est31 | -652/+2405 |
| 2024-11-04 | Rollup merge of #132303 - nyurik:non-exhaustive-err, r=compiler-errors | Jubilee | -1/+10 |
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable librar... | dianne | -2/+2 |
| 2024-10-30 | Rollup merge of #132332 - nnethercote:use-token_descr-more, r=estebank | Matthias Krüger | -4/+4 |
| 2024-10-30 | Rollup merge of #129394 - Jarcho:irrefutable_let_patterns, r=Nadrieril | Matthias Krüger | -1/+39 |
| 2024-10-29 | Don't lint `irrefutable_let_patterns` on leading patterns if `else if` let-ch... | Jason Newcomb | -1/+39 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -2/+2 |
| 2024-10-28 | More test for non-exhaustive C-like enums in FFI | Yuri Astrakhan | -1/+10 |