about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-04-28Merge from rustcThe rustc-dev-guide Cronjob Bot-339/+502
2025-04-28Preparing for merge from rustcThe rustc-dev-guide Cronjob Bot-1/+1
2025-04-28add a FIXMEonur-ozkan-2/+3
2025-04-28Rollup merge of #139224 - epage:nocapture, r=thomccChris Denton-4/+6
2025-04-28Rollup merge of #138737 - Ayush1325:r-efi-update, r=tgross35Chris Denton-4/+4
2025-04-28Rollup merge of #138395 - Kobzol:ci-download-gcc, r=Mark-SimulacrumChris Denton-0/+3
2025-04-27Auto merge of #140362 - weihanglo:update-cargo, r=weihanglobors-0/+0
2025-04-27Rollup merge of #140348 - ehuss:lint-docs-edition, r=compiler-errorsMatthias Krüger-14/+8
2025-04-27Merge pull request #4293 from primoly/unsafe-attributesBen Kimock-4/+4
2025-04-27`unsafe(no_mangle)` in `miri_start` examplesprimoly-4/+4
2025-04-27Update cargoWeihang Lo-0/+0
2025-04-27Merge pull request #2351 from rust-lang/rustc-pullYuki Okushi-7423/+14760
2025-04-27ci: clean more disk space in codebuildMarcoIeni-50/+81
2025-04-27CI: docker: host-x86_64: test-various: uefi_qemu_test: Update r-efiAyush Singh-4/+4
2025-04-27Auto merge of #140291 - GuillaumeGomez:doctest-2024-stdout, r=notriddlebors-1/+16
2025-04-27bypass linker configuration and cross target check on `x check`onur-ozkan-1/+2
2025-04-26Auto merge of #140288 - Zalathar:new-executor, r=jieyouxubors-7/+11
2025-04-27Fix bad handling of macros if there is already a `main` functionGuillaume Gomez-1/+4
2025-04-26Update lint-docs to default to Rust 2024Eric Huss-1/+1
2025-04-26lint-docs: Don't hard-code the valid editionsEric Huss-14/+8
2025-04-26Merge pull request #19692 from vishruth-thimmaiah/remove_underscore_for_used_varChayim Refael Friedman-0/+212
2025-04-27feat: adds an assist to remove underscores from used variablesVishruth-Thimmaiah-0/+212
2025-04-26Don't escape `'static`Chayim Refael Friedman-2/+10
2025-04-26Escape raw names in labels properlyChayim Refael Friedman-5/+26
2025-04-26Rollup merge of #140226 - alexcrichton:update-wasm-component-ld, r=jieyouxuMatthias Krüger-1/+1
2025-04-26replace command that does not workTshepang Mbambo-3/+6
2025-04-26copy-paste easeTshepang Mbambo-1/+1
2025-04-26use correct code block markersTshepang Mbambo-24/+24
2025-04-26Merge pull request #2343 from hwhsu1231-fork/fix-prefix-chapterTshepang Mbambo-0/+5
2025-04-26Merge pull request #2345 from rust-lang/extraneousTshepang Mbambo-3/+3
2025-04-26Fix error message for static references or mutable referencesyuk1ty-1/+1
2025-04-25Clarify text for add_braces assistWilfred Hughes-3/+3
2025-04-26Merge from rustcThe Miri Cronjob Bot-171/+302
2025-04-26Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-04-26Auto merge of #140177 - tmandry:compiletest-par, r=jieyouxubors-38/+60
2025-04-25If there is a `;` alone, we consider that the doctest needs to be put inside ...Guillaume Gomez-2/+0
2025-04-25Improve codeGuillaume Gomez-4/+7
2025-04-25Auto merge of #140298 - matthiaskrgr:rollup-5tc1gvb, r=matthiaskrgrbors-1/+50
2025-04-25typoTshepang Mbambo-2/+2
2025-04-25Rollup merge of #140290 - styvane:patch0001-fix-typo-in-rusdoc-search, r=Guil...Matthias Krüger-1/+1
2025-04-25Rollup merge of #137683 - Kobzol:tidy-gcc-submodule, r=GuillaumeGomezMatthias Krüger-0/+49
2025-04-25Merge pull request #19690 from ChayimFriedman2/preallocate-inputChayim Refael Friedman-3/+10
2025-04-25Preallocate `parser::Input`Chayim Refael Friedman-3/+10
2025-04-25Auto merge of #140282 - matthiaskrgr:rollup-g6ze4jj, r=matthiaskrgrbors-5/+53
2025-04-25Correctly display stdout and stderr in case a doctest is failingGuillaume Gomez-1/+16
2025-04-25compiletest: Use the new non-libtest executor by default (2)Zalathar-7/+11
2025-04-25Merge pull request #19688 from ChayimFriedman2/less-unusedLukas Wirth-173/+164
2025-04-25avoid an unnecessary transmuteRalf Jung-1/+1
2025-04-25rustdoc: fix typo change from equivelent to equivalentSede Soukossi-1/+1
2025-04-25Switch `AstIdMap` to `hashbrown::HashTable` from the raw APIChayim Refael Friedman-10/+10