summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-09-21Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlinbors-4/+2
2024-09-21Auto merge of #129283 - saethlin:unreachable-allocas, r=scottmcmbors-1/+1
2024-09-21remove `#[cmse_nonsecure_entry]`Folkert-5/+4
2024-09-21add `C-cmse-nonsecure-entry` ABIFolkert de Vries-0/+5
2024-09-21Remove x86_64-fuchsia and aarch64-fuchsia target aliasesArtyom Tetyukhin-2/+0
2024-09-21fmt (with a huge diff for some reason)Ralf Jung-205/+180
2024-09-21Merge from rustcRalf Jung-4099/+7524
2024-09-21Preparing for merge from rustcRalf Jung-1/+1
2024-09-20Add --enable-profiler to armhf distElli Howard-1/+1
2024-09-21Rollup merge of #130642 - cuviper:run-make-cargo, r=jieyouxuMatthias Krüger-0/+19
2024-09-21Fix clippyBen Kimock-1/+1
2024-09-21move enzyme flags from general cargo to rustc-specific cargoonur-ozkan-6/+4
2024-09-20Pass the current cargo to `run-make` testsJosh Stone-0/+19
2024-09-20Auto merge of #130632 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-09-20Update to LLVM 19.1.0Josh Stone-0/+0
2024-09-20Auto merge of #130631 - GuillaumeGomez:rollup-jpgy1iv, r=GuillaumeGomezbors-5/+52
2024-09-20Update cargoWeihang Lo-0/+0
2024-09-20Rollup merge of #130619 - GuillaumeGomez:scraped-examples-height, r=notriddleGuillaume Gomez-2/+9
2024-09-20Rollup merge of #130614 - arttet:arm64e-apple-tvos, r=bjorn3Guillaume Gomez-3/+43
2024-09-20analysis-stats: respect --disable-proc-macros flagDavid Barsky-1/+5
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-93/+157
2024-09-20miri: An error message got changedJubilee Young-2/+2
2024-09-20Normalize being an annoying little compile testJubilee Young-1/+0
2024-09-21Support clobber_abi and vector/access registers (clobber-only) in s390x inlin...Taiki Endo-0/+7
2024-09-20skip `FileCheck` check when running in dry-run modeonur-ozkan-11/+11
2024-09-20Add arm64e-apple-tvos targetArtyom Tetyukhin-3/+43
2024-09-20remove workaround for make prepare and use dry-run build insteadonur-ozkan-10/+1
2024-09-20Improve paddings for code blocks line numbersGuillaume Gomez-2/+6
2024-09-20Revert additional scraped examples heightGuillaume Gomez-0/+3
2024-09-20Rollup merge of #130607 - GnomedDev:remove-seekfrom-paths, r=compiler-errorsGuillaume Gomez-25/+18
2024-09-20Rollup merge of #130585 - GuillaumeGomez:add-rustdoc-template-tidy-check, r=n...Guillaume Gomez-0/+60
2024-09-20Rollup merge of #130566 - jieyouxu:breakup-runtest, r=compiler-errorsGuillaume Gomez-2041/+2156
2024-09-20Update std support for all vxworks target archsB I Mohammed Abbas-2/+2
2024-09-20Add Vxworks RISC-V targetsB I Mohammed Abbas-0/+4
2024-09-20[Clippy] Remove final std paths for diagnostic itemGnomedDev-25/+18
2024-09-20Auto merge of #130508 - adwinwhite:niche-not-depend-on-order, r=the8472bors-4/+5
2024-09-20Auto merge of #18132 - ChayimFriedman2:fix-closure-semi, r=Veykrilbors-32/+100
2024-09-20Auto merge of #18151 - ChayimFriedman2:metavar-concat, r=Veykrilbors-5/+304
2024-09-20Auto merge of #18108 - ChayimFriedman2:lint-level-cfg, r=Veykrilbors-16/+120
2024-09-20Auto merge of #130597 - matthiaskrgr:rollup-9ls4066, r=matthiaskrgrbors-17/+16
2024-09-20Rollup merge of #130582 - notriddle:notriddle/doctest-span, r=GuillaumeGomezMatthias Krüger-11/+2
2024-09-20Rollup merge of #130567 - jieyouxu:tool-docs-compiletest, r=KobzolMatthias Krüger-6/+14
2024-09-19Merge commit 'b23b69900eab1260be510b2bd8922f4b6de6cf1e' into sync-from-rustfmtYacin Tmimi-1556/+4708
2024-09-19Add `field@` and `variant@` doc-link disambiguatorsNoa-43/+56
2024-09-19bless issue-56762.rs as huge-static.rsJubilee Young-1/+0
2024-09-19Add tidy check for rustdoc templates to ensure the whitespace characters are ...Guillaume Gomez-0/+60
2024-09-19rustdoc: use the correct span for doctestsMichael Howell-11/+2
2024-09-19When checking for forbidden expr kind matches, account for rawnessChayim Refael Friedman-1/+25
2024-09-19Handle lint attributes that are under `#[cfg_attr]`Chayim Refael Friedman-16/+120
2024-09-19Support the `${concat(...)}` metavariable expressionChayim Refael Friedman-5/+304