| Age | Commit message (Expand) | Author | Lines |
| 2024-11-06 | Fix relative lines in coroutine test | Matt Weber | -2/+2 |
| 2024-11-06 | Clean up use requirements after rebasing | Matt Weber | -5/+4 |
| 2024-11-06 | Add location info for f16 | Matt Weber | -0/+18 |
| 2024-11-06 | Use -DAG to handle use of file before definition | Wesley Wiser | -4/+4 |
| 2024-11-06 | Restructure `compile-flags` for tests | Matt Weber | -12/+8 |
| 2024-11-06 | Update compile flags formatting | Matt Weber | -5/+5 |
| 2024-11-06 | Rename generator test file | Matt Weber | -7/+7 |
| 2024-11-06 | Rename option and add doc | Matt Weber | -52/+54 |
| 2024-11-06 | Add additional option checks | Matt Weber | -9/+38 |
| 2024-11-06 | Move additional source location info behind -Z option | Matt Weber | -34/+123 |
| 2024-11-06 | Move tests into issues directory | Matt Weber | -0/+0 |
| 2024-11-06 | Refactor and expand enum test | Matt Weber | -40/+41 |
| 2024-11-06 | Add test for async function and async block | Matt Weber | -0/+25 |
| 2024-11-06 | Allow check lines to exceed normal length limit | Matt Weber | -0/+8 |
| 2024-11-06 | Separate NONMSVC and MSVC checks | Matt Weber | -11/+18 |
| 2024-11-06 | Split metadata testing into multiple files | Matt Weber | -46/+74 |
| 2024-11-06 | Refactor `type_stub` from `DefId` to tuple | Matt Weber | -22/+26 |
| 2024-11-06 | Add file and line metadata for enum variant and fields | Matt Weber | -19/+27 |
| 2024-11-06 | Add file and line metadata for struct/union members | Matt Weber | -12/+42 |
| 2024-11-06 | Add file and line metadata for coroutines | Matt Weber | -2/+10 |
| 2024-11-06 | Refactor `type_map::stub` parameters | Matt Weber | -62/+65 |
| 2024-11-06 | Add file and line metadata for closures | Matt Weber | -3/+15 |
| 2024-11-06 | Add codegen test to validate IR for debuginfo | Matt Weber | -0/+11 |
| 2024-11-06 | Require `type_map::stub` callers to supply file information | Matt Weber | -6/+51 |
| 2024-11-06 | Auto merge of #132625 - compiler-errors:cache-only-if-opaque, r=lcnr | bors | -6/+18 |
| 2024-11-06 | Auto merge of #132703 - GuillaumeGomez:rollup-tfuef34, r=GuillaumeGomez | bors | -14/+10 |
| 2024-11-07 | Rollup merge of #132700 - matthiaskrgr:plzno, r=fmease | Guillaume Gomez | -1/+3 |
| 2024-11-07 | Rollup merge of #132698 - GuillaumeGomez:rm-unneeded-fields, r=notriddle | Guillaume Gomez | -7/+3 |
| 2024-11-07 | Rollup merge of #132617 - uellenberg:fix-rendered-doc, r=cuviper | Guillaume Gomez | -6/+4 |
| 2024-11-06 | add note not to re-report crashes from `crashes` tests | Matthias Krüger | -1/+3 |
| 2024-11-06 | Remove unneeded fields in `scrape_examples::FindCalls` | Guillaume Gomez | -7/+3 |
| 2024-11-06 | Auto merge of #132697 - compiler-errors:async-closure-sugar, r=fmease | bors | -1/+7 |
| 2024-11-06 | Clean middle generics using paren sugar if trait has rustc_paren_sugar | Michael Goulet | -1/+7 |
| 2024-11-06 | Auto merge of #132404 - makai410:suggest-swap-lhs-rhs, r=fee1-dead | bors | -2/+91 |
| 2024-11-06 | Auto merge of #131721 - okaneco:const_eq_ignore_ascii_case, r=m-ou-se | bors | -3/+25 |
| 2024-11-06 | Auto merge of #132663 - estebank:e0320-tweak, r=compiler-errors | bors | -17/+17 |
| 2024-11-06 | Auto merge of #132500 - RalfJung:char-is-whitespace-const, r=jhpratt | bors | -4/+5 |
| 2024-11-05 | Add new unstable feature `const_eq_ignore_ascii_case` | okaneco | -3/+25 |
| 2024-11-06 | Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgr | bors | -151/+65 |
| 2024-11-05 | Change some code blocks to quotes in rendered std doc | uellenberg | -6/+4 |
| 2024-11-05 | Rollup merge of #132660 - ehuss:remove-unused-errs, r=saethlin | Matthias Krüger | -88/+0 |
| 2024-11-05 | Rollup merge of #132562 - alexcrichton:remove-wasm32-wasi, r=jieyouxu | Matthias Krüger | -48/+9 |
| 2024-11-05 | Rollup merge of #132077 - alexcrichton:wide-arithmetic, r=jieyouxu | Matthias Krüger | -2/+6 |
| 2024-11-05 | Rollup merge of #131405 - davidtwco:hardcoded-strip-macos, r=jieyouxu,albertl... | Matthias Krüger | -11/+47 |
| 2024-11-05 | Rollup merge of #131261 - clarfonthey:unsafe-cell-from-mut, r=m-ou-se | Matthias Krüger | -2/+3 |
| 2024-11-05 | Auto merge of #132661 - matthiaskrgr:rollup-npytbl6, r=matthiaskrgr | bors | -528/+761 |
| 2024-11-05 | Tweak E0320 overflow error wording | Esteban Küber | -17/+17 |
| 2024-11-05 | Rollup merge of #132642 - GuillaumeGomez:attr-docs, r=compiler-errors | Matthias Krüger | -0/+46 |
| 2024-11-05 | Rollup merge of #132637 - blyxyas:lint-less-passes, r=flip1995 | Matthias Krüger | -19/+9 |
| 2024-11-05 | Rollup merge of #132571 - RalfJung:const_eval_select_macro, r=oli-obk | Matthias Krüger | -458/+480 |