| Age | Commit message (Expand) | Author | Lines |
| 2024-08-16 | Enable more debuginfo tests on Windows | Ben Kimock | -12/+8 |
| 2024-08-16 | Auto merge of #129162 - matthiaskrgr:rollup-r0oxdev, r=matthiaskrgr | bors | -55/+53 |
| 2024-08-16 | Rollup merge of #129154 - wafarm:fix-95463, r=estebank | Matthias Krüger | -6/+6 |
| 2024-08-16 | Rollup merge of #129149 - GuillaumeGomez:migrate-python-script, r=jieyouxu | Matthias Krüger | -44/+44 |
| 2024-08-16 | Rollup merge of #129042 - Jaic1:fix-116308, r=BoxyUwU | Matthias Krüger | -1/+3 |
| 2024-08-16 | Re-enable debuginfo tests on freebsd | Ben Kimock | -4/+0 |
| 2024-08-16 | Reexport `serde_json` crate from run-make-support to give it access to `run-m... | Guillaume Gomez | -39/+36 |
| 2024-08-16 | Migrate `validate_json.py` script to rust in `run-make/rustdoc-map-file` test | Guillaume Gomez | -44/+47 |
| 2024-08-16 | massive refactor of reproducible-build test | Oneirical | -161/+179 |
| 2024-08-16 | rewrite reproducible-build to rmake | Oneirical | -140/+222 |
| 2024-08-16 | Fix wrong source location for some incorrect macro definitions | Wafarm | -6/+6 |
| 2024-08-16 | Auto merge of #128913 - saethlin:unignore-debuginfo-tests, r=compiler-errors | bors | -72/+48 |
| 2024-08-16 | Auto merge of #129143 - workingjubilee:rollup-h0hzumu, r=workingjubilee | bors | -196/+468 |
| 2024-08-15 | Rollup merge of #129135 - matthiaskrgr:ITKEEPSCRASHINGAAAAAAAAHH, r=compiler-... | Jubilee | -0/+131 |
| 2024-08-15 | Rollup merge of #129111 - Zalathar:python-sysroot, r=jieyouxu | Jubilee | -77/+99 |
| 2024-08-15 | Rollup merge of #129037 - Zalathar:rmake-libtest, r=jieyouxu | Jubilee | -42/+64 |
| 2024-08-15 | Rollup merge of #129018 - Oneirical:nmemonic-artifice, r=jieyouxu | Jubilee | -77/+174 |
| 2024-08-16 | Auto merge of #128725 - nnethercote:fix-assoc-expr-collect-problems, r=petroc... | bors | -2/+87 |
| 2024-08-16 | Special-case alias ty in `try_from_lit` | Jaic1 | -1/+3 |
| 2024-08-16 | Overhaul token collection. | Nicholas Nethercote | -16/+50 |
| 2024-08-16 | Add some attribute `stringify!` tests. | Nicholas Nethercote | -2/+53 |
| 2024-08-15 | Auto merge of #128787 - Oneirical:infohazardous-deprogram, r=jieyouxu | bors | -63/+37 |
| 2024-08-15 | Disable macro-stepping on current lldb | Ben Kimock | -1/+2 |
| 2024-08-15 | crashes: more tests | Matthias Krüger | -0/+131 |
| 2024-08-15 | Rollup merge of #129122 - GuillaumeGomez:remove-duplicated-rustdoc-output-met... | Matthias Krüger | -20/+20 |
| 2024-08-15 | Rollup merge of #129101 - compiler-errors:deref-on-parent-by-ref, r=lcnr | Matthias Krüger | -0/+34 |
| 2024-08-15 | Rollup merge of #129072 - compiler-errors:more-powerful-async-closure-inferen... | Matthias Krüger | -0/+49 |
| 2024-08-15 | Rollup merge of #128348 - dingxiangfei2009:allow-shadow-call-stack-sanitizer,... | Matthias Krüger | -0/+34 |
| 2024-08-15 | rewrite native-link-modifier-bundle to rmake | Oneirical | -46/+101 |
| 2024-08-15 | rewrite rlib-format-packed-bundled-libs to rmake | Oneirical | -39/+81 |
| 2024-08-15 | coalesce dep-info-spaces and dep-info-doesnt-run-much into dep-info | Oneirical | -63/+37 |
| 2024-08-15 | Auto merge of #128936 - bjorn3:fix_thin_archive_reading, r=jieyouxu | bors | -0/+38 |
| 2024-08-15 | About rmake tests | Guillaume Gomez | -20/+20 |
| 2024-08-15 | Auto merge of #128861 - khuey:mir-inlining-parameters-debuginfo, r=wesleywiser | bors | -5/+5 |
| 2024-08-15 | Auto merge of #128037 - beetrees:repr128-c-style-use-natvis, r=michaelwoerister | bors | -0/+50 |
| 2024-08-15 | Port the `sysroot-crates-are-unstable` Python script to rmake | Zalathar | -77/+99 |
| 2024-08-15 | Rollup merge of #128963 - GuillaumeGomez:output-to-stdout, r=aDotInTheVoid | Matthias Krüger | -0/+26 |
| 2024-08-15 | Rollup merge of #128925 - dingxiangfei2009:smart-ptr-helper-attr, r=compiler-... | Matthias Krüger | -12/+164 |
| 2024-08-15 | Rollup merge of #127905 - BKPepe:powerpc-muslspe, r=wesleywiser | Matthias Krüger | -0/+3 |
| 2024-08-15 | Rollup merge of #125970 - RalfJung:before_exec, r=m-ou-se | Matthias Krüger | -0/+28 |
| 2024-08-14 | Infer async closure args from Fn bound even if there is no corresponding Futu... | Michael Goulet | -0/+49 |
| 2024-08-14 | Auto merge of #128407 - Oneirical:feline-dotestication, r=jieyouxu | bors | -46/+82 |
| 2024-08-14 | Fix projections when parent capture is by-ref | Michael Goulet | -0/+34 |
| 2024-08-14 | Apply some suggestions to the test rmake file | bjorn3 | -8/+3 |
| 2024-08-14 | rewrite no-alloc-shim to rmake | Oneirical | -26/+57 |
| 2024-08-14 | rewrite min-global-align to rmake | Oneirical | -22/+27 |
| 2024-08-14 | Rollup merge of #129071 - Zalathar:sysroot-unstable, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -2/+5 |
| 2024-08-14 | Rollup merge of #129059 - compiler-errors:subtyping-correct-type, r=lcnr | 许杰友 Jieyou Xu (Joe) | -3/+50 |
| 2024-08-14 | Rollup merge of #128954 - zachs18:fromresidual-no-default, r=scottmcm | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-08-14 | Rollup merge of #128570 - folkertdev:stabilize-asm-const, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -328/+264 |