| Age | Commit message (Expand) | Author | Lines |
| 2024-07-17 | rewrite extern-fn-with-packed-struct to rmake | Oneirical | -6/+17 |
| 2024-07-17 | rewrite extern-fn-explicit-align to rmake | Oneirical | -6/+17 |
| 2024-07-17 | rewrite static-extern-type to rmake | Oneirical | -6/+16 |
| 2024-07-17 | rewrite longjmp-across-rust to rmake | Oneirical | -6/+18 |
| 2024-07-17 | rewrite extern-fn-struct-passing-abi to rmake | Oneirical | -6/+16 |
| 2024-07-17 | rewrite and rename issue-25581 | Oneirical | -6/+17 |
| 2024-07-17 | rewrite extern-fn-with-extern-types to rmake | Oneirical | -6/+16 |
| 2024-07-17 | tests: update for `rfs` rename | 许杰友 Jieyou Xu (Joe) | -82/+80 |
| 2024-07-17 | tests: update rustdoc test for renamed `assert_dirs_are_equal` | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-07-17 | tests: update for renamed `fs` module in run_make_support | 许杰友 Jieyou Xu (Joe) | -239/+225 |
| 2024-07-17 | tests: update rustdoc test for renamed `assert_recursive_eq` | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-07-17 | Auto merge of #127840 - tgross35:rollup-jfkg1dq, r=tgross35 | bors | -0/+1 |
| 2024-07-16 | Rollup merge of #127512 - eggyal:newline-terminate-print-linkargs, r=compiler... | Trevor Gross | -0/+1 |
| 2024-07-17 | Auto merge of #126208 - Oneirical:one-flew-over-the-cuckoo's-test, r=jieyouxu | bors | -61/+126 |
| 2024-07-16 | Auto merge of #127831 - tgross35:rollup-c0j9n7b, r=tgross35 | bors | -70/+298 |
| 2024-07-16 | Rollup merge of #127501 - compiler-errors:invert-infer-error-mod-struture, r=... | Trevor Gross | -1/+1 |
| 2024-07-16 | Rollup merge of #127390 - Oneirical:rough-testimation, r=jieyouxu | Trevor Gross | -42/+86 |
| 2024-07-16 | Rollup merge of #126762 - compiler-errors:kw-lt, r=michaelwoerister | Trevor Gross | -10/+53 |
| 2024-07-16 | Rollup merge of #126699 - Bryanskiy:delegation-coercion, r=compiler-errors | Trevor Gross | -17/+158 |
| 2024-07-16 | build_native_static_lib with llvm_ar for run_make_support | Oneirical | -2/+10 |
| 2024-07-16 | rewrite prune-link-args to rmake format | Oneirical | -75/+66 |
| 2024-07-16 | rewrite dump-mono-stats to rmake format | Oneirical | -5/+12 |
| 2024-07-16 | rewrite compiler-lookup-paths to rmake | Oneirical | -44/+103 |
| 2024-07-16 | Auto merge of #126484 - Oneirical:test-in-peace, r=jieyouxu,kobzol | bors | -46/+83 |
| 2024-07-16 | Deny keyword lifetimes pre-expansion | Michael Goulet | -10/+53 |
| 2024-07-16 | Delegation: support coercion for target expression | Bryanskiy | -17/+158 |
| 2024-07-16 | Fix the issue of invalid suggestion for a reference of iterator | yukang | -8/+0 |
| 2024-07-16 | add test for issue 127590 | yukang | -0/+87 |
| 2024-07-16 | Rollup merge of #127780 - compiler-errors:zip-args, r=jieyouxu | Trevor Gross | -20/+97 |
| 2024-07-16 | Rollup merge of #120990 - chenyukang:yukang-fix-120327-dbg, r=oli-obk | Trevor Gross | -0/+189 |
| 2024-07-15 | Move rustc_infer::infer::error_reporting to rustc_infer::error_reporting::infer | Michael Goulet | -1/+1 |
| 2024-07-15 | Auto merge of #127629 - tesuji:suggest-option-ref-unwrap_or, r=estebank | bors | -1/+85 |
| 2024-07-15 | Make sure trait def ids match before zipping args in note_function_argument_o... | Michael Goulet | -20/+97 |
| 2024-07-15 | Rollup merge of #127684 - RalfJung:unleashed-mutable-refs, r=oli-obk | Matthias Krüger | -427/+399 |
| 2024-07-15 | Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obk | Matthias Krüger | -577/+2682 |
| 2024-07-15 | Rollup merge of #124921 - RalfJung:offset-from-same-addr, r=oli-obk | Matthias Krüger | -25/+30 |
| 2024-07-16 | Suggest a borrow when using dbg | yukang | -0/+189 |
| 2024-07-15 | Use multipart_suggestion to avoid place holder in span_to_snippet | Lzu Tao | -3/+3 |
| 2024-07-15 | Add support for `Result<&T, _>' | Lzu Tao | -0/+4 |
| 2024-07-14 | Rollup merge of #127711 - BoxyUwU:add_effects_test, r=fee1-dead | Matthias Krüger | -0/+88 |
| 2024-07-14 | Auto merge of #127670 - compiler-errors:no-type-length-limit, r=jackh726 | bors | -57/+49 |
| 2024-07-14 | Auto merge of #127087 - cjgillot:small-map, r=oli-obk | bors | -139/+403 |
| 2024-07-14 | add_effects_test | Boxy | -0/+88 |
| 2024-07-13 | Rollup merge of #127671 - notriddle:notriddle/issue-d, r=Mark-Simulacrum | Jubilee | -16/+40 |
| 2024-07-13 | Rollup merge of #122300 - CastilloDel:master, r=cjgillot | Jubilee | -6/+48 |
| 2024-07-13 | Auto merge of #127435 - GrigorenkoPV:tests-for-112905, r=cjgillot | bors | -0/+92 |
| 2024-07-13 | consolidate miri-unleashed tests for mutable refs into one file | Ralf Jung | -427/+399 |
| 2024-07-13 | Bless coverage. | Camille GILLOT | -7/+9 |
| 2024-07-13 | Propagate places through assignments. | Camille GILLOT | -23/+64 |
| 2024-07-13 | Add test for copying aggregates. | Camille GILLOT | -0/+221 |