| Age | Commit message (Expand) | Author | Lines |
| 2024-08-15 | Auto merge of #128787 - Oneirical:infohazardous-deprogram, r=jieyouxu | bors | -63/+37 |
| 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 | 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 | 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 |
| 2024-08-14 | CommandExt::before_exec: deprecate safety in edition 2024 | Ralf Jung | -0/+28 |
| 2024-08-14 | Auto merge of #129060 - matthiaskrgr:rollup-s72gpif, r=matthiaskrgr | bors | -13/+9 |
| 2024-08-14 | Rollup merge of #129062 - Nadrieril:fix-129009, r=compiler-errors | Matthias Krüger | -95/+132 |
| 2024-08-14 | Rollup merge of #128759 - notriddle:notriddle/spec-to-string, r=workingjubile... | Matthias Krüger | -0/+43 |
| 2024-08-14 | Rollup merge of #128410 - Oneirical:dwarf-fortestress, r=jieyouxu | Matthias Krüger | -112/+202 |
| 2024-08-14 | Port `run-make/sysroot-crates-are-unstable` to rmake | Zalathar | -2/+5 |
| 2024-08-13 | stabilize `asm_const` | Folkert | -328/+264 |
| 2024-08-13 | Remove a no-longer-true `assert` | Nadrieril | -95/+132 |
| 2024-08-13 | Use the right type when coercing fn items to pointers | Michael Goulet | -4/+21 |
| 2024-08-13 | Test showing previous behavior | Michael Goulet | -0/+30 |
| 2024-08-13 | Rollup merge of #129050 - GuillaumeGomez:generate-link-to-definition-warning,... | Matthias Krüger | -9/+4 |
| 2024-08-13 | Rollup merge of #129034 - henryksloan:coroutine-must-use, r=joboet | Matthias Krüger | -2/+3 |
| 2024-08-13 | Rollup merge of #127857 - tbu-:pr_deprecated_safe_todo, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2024-08-13 | Use the `enum2$` Natvis visualiser for repr128 C-style enums | beetrees | -0/+50 |
| 2024-08-13 | Ignore cross compile check for `tests/run-make/doctests-keep-binaries-2024` test | Guillaume Gomez | -0/+2 |
| 2024-08-13 | Update `tests/run-make/doctests-keep-binaries-2024/rmake.rs` test to new run-... | Guillaume Gomez | -6/+5 |
| 2024-08-13 | Run fmt | Guillaume Gomez | -2/+4 |
| 2024-08-13 | Fix commands syntax in rustdoc-ui tests | Guillaume Gomez | -9/+9 |
| 2024-08-13 | Only keep "useful" code in `tests/rustdoc-ui/2024-doctests-checks.rs` | Guillaume Gomez | -24/+8 |
| 2024-08-13 | Add doctest to ensure that doctests with crate-level attributes are not part ... | Guillaume Gomez | -0/+34 |
| 2024-08-13 | Add more merged doctests tests | Guillaume Gomez | -0/+21 |
| 2024-08-13 | Don't special-case if there is only one merged doctest | Guillaume Gomez | -39/+19 |
| 2024-08-13 | Run mergeable doctest as part of standalone doctests if there is only one | Guillaume Gomez | -11/+30 |
| 2024-08-13 | Add 2024 edition doctests to cover corner cases | Guillaume Gomez | -0/+55 |
| 2024-08-13 | Disable merged doctests by default | Guillaume Gomez | -1/+0 |
| 2024-08-13 | Add new `run-make` tests for doctests | Guillaume Gomez | -0/+171 |