about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-06-25submodule updateKaran Janthe-0/+0
2025-06-25Auto merge of #140999 - hkBst:update-escaper, r=nnethercotebors-4/+5
2025-06-24Update cargoEric Huss-0/+0
2025-06-24Update wasm-component-ld to 0.5.14Alex Crichton-1/+2
2025-06-24Auto merge of #142979 - matthiaskrgr:rollup-szqah4e, r=matthiaskrgrbors-13/+8
2025-06-24fix clippyJana Dönszelmann-2/+3
2025-06-24Avoid exporting panic_unwind as stdlib cargo featurebjorn3-1/+1
2025-06-24Add all rustc_std_internal_symbol to symbols.objorn3-0/+1
2025-06-24rustdoc: Don't mark `#[target_feature]` functions as ⚠Alona Enraght-Moony-1/+2
2025-06-24Auto merge of #142959 - bjorn3:sync_cg_clif-2025-06-24, r=bjorn3bors-0/+3
2025-06-24Rollup merge of #142799 - petrochenkov:expnop, r=bjorn3Matthias Krüger-13/+8
2025-06-24Short circuit a couple hir-ty/lower queriesLukas Wirth-15/+40
2025-06-24ci: Fix cancel parallel jobs on windowsShoyu Vanilla-0/+4
2025-06-24Rollup merge of #142843 - dpaoliello:reproducible-build-2, r=jieyouxuGuillaume Gomez-1/+7
2025-06-24Rollup merge of #142704 - tgross35:remove-concat_idents, r=fee1-deadGuillaume Gomez-33/+4
2025-06-24rustc_session: Add a structure for keeping both explicit and default sysrootsVadim Petrochenkov-13/+8
2025-06-24Update tidy exceptionsbjorn3-0/+3
2025-06-24Remove the deprecated `concat_idents!` macroTrevor Gross-30/+3
2025-06-24Move some `issues-*` tests to better homesTrevor Gross-3/+1
2025-06-24Remove special casing in command factory (revert changes in ctx.ts), update m...Mark Pots-12/+3
2025-06-24Rollup merge of #142932 - Enselic:keep-empty-generic-params, r=aDotInTheVoidGuillaume Gomez-13/+16
2025-06-24Rollup merge of #142928 - Noratrieb:no-more-hang, r=clubby789Guillaume Gomez-0/+6
2025-06-24Rollup merge of #142354 - gstjepan2:firefox_copy_paste_issue, r=GuillaumeGomezGuillaume Gomez-1/+29
2025-06-24Rollup merge of #140622 - petrochenkov:annusexp, r=jieyouxuGuillaume Gomez-76/+159
2025-06-24Merge pull request #20012 from lnicola/bump-literal-escaperLukas Wirth-169/+139
2025-06-24Merge pull request #20080 from Veykril/push-vnrwqppplykmLukas Wirth-39/+60
2025-06-24Cleanup `folding_ranges` and support more thingsLukas Wirth-39/+60
2025-06-24Merge pull request #20061 from ChayimFriedman2/wrap-ret-tyLukas Wirth-34/+133
2025-06-24Merge pull request #20064 from Wilfred/document_sysroot_projectLukas Wirth-0/+3
2025-06-24Merge pull request #20036 from Veykril/push-yquvoyrxkksxLukas Wirth-70/+70
2025-06-24Do not default to 'static for trait object lifetimesLukas Wirth-70/+70
2025-06-24Merge pull request #20062 from ChayimFriedman2/doctestsLukas Wirth-0/+32
2025-06-24Add change tracker entryJakub Beránek-0/+5
2025-06-24Merge pull request #20072 from Veykril/push-sorvvvzskywvLukas Wirth-10/+44
2025-06-24Tweak `-Zmacro-stats` measurement.Nicholas Nethercote-3/+3
2025-06-24rustdoc-json: Keep empty generic args if parenthesizedMartin Nordholts-13/+16
2025-06-23Enable reproducible-build-2 for WindowsDaniel Paoliello-1/+7
2025-06-23Rollup merge of #142922 - JonathanBrouwer:fix-rustdoc-comment, r=jdonszelmannJubilee-1/+2
2025-06-23Rollup merge of #142908 - psumbera:solaris-tr, r=jieyouxuJubilee-4/+4
2025-06-23Rollup merge of #142827 - GuillaumeGomez:tidy-error-code-removal, r=KobzolJubilee-69/+103
2025-06-23feat: Extend vscode 'run' command with optional mode argument for running tes...Mark Pots-4/+70
2025-06-23Fix hang in --print=file-names in bootstrapNoratrieb-0/+6
2025-06-23Add `#[loop_match]` for improved DFA codegenbjorn3-0/+52
2025-06-23compiletest: Improve diagnostics for line annotation mismatchesVadim Petrochenkov-76/+159
2025-06-23Merge pull request #20076 from ChayimFriedman2/faqLaurențiu Nicola-0/+12
2025-06-23Fix comment on NoMangleJonathan Brouwer-1/+2
2025-06-23Add troubleshooting FAQ to the bookChayim Refael Friedman-0/+12
2025-06-23fix: Respect `.cargo/config.toml` `build.target-dir`Lukas Wirth-10/+44
2025-06-24fix: Use `ROOT` hygiene for `args` inside new `format_args!` expansionShoyu Vanilla-27/+36
2025-06-23Auto merge of #142907 - lnicola:sync-from-ra, r=lnicolabors-1241/+2756