about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-06-24rustc_target: Build sparc_unknown_linux_gnu with -mcpu=v9 and -m32John Paul Adrian Glaubitz-1/+1
2024-06-24rustc_target: Rewrite sparc_unknown_linux_gnu spec to use TargetOptionsJohn Paul Adrian Glaubitz-8/+11
2024-06-24bootstrap: Link against libatomic on 32-bit SPARCJohn Paul Adrian Glaubitz-3/+6
2024-06-24rustc_llvm: Link against libatomic on 32-bit SPARCJohn Paul Adrian Glaubitz-0/+1
2024-06-24rustc_data_structures: Use portable AtomicU64 on 32-bit SPARCJohn Paul Adrian Glaubitz-7/+7
2024-06-24Auto merge of #126788 - GuillaumeGomez:migrate-rustdoc-tests-syntax, r=fmease...bors-4644/+4702
2024-06-24Allow numbers in rustdoc tests commandsGuillaume Gomez-1/+1
2024-06-24Fix tidy issue for rustdoc tests commandsGuillaume Gomez-0/+5
2024-06-24Remove commands duplication between `compiletest` and `tests/rustdoc`Guillaume Gomez-455/+262
2024-06-24Update `tests/rustdoc` to new test syntaxGuillaume Gomez-4378/+4378
2024-06-24Move `tests/rustdoc` testsuite to `//@` syntaxGuillaume Gomez-37/+283
2024-06-24Auto merge of #126891 - matthiaskrgr:rollup-p6dl1gk, r=matthiaskrgrbors-280/+987
2024-06-24Rollup merge of #126888 - compiler-errors:oops-debug-printing, r=dtolnayMatthias Krüger-1/+0
2024-06-24Rollup merge of #126854 - devnexen:std_unix_os_fallback_upd, r=Mark-SimulacrumMatthias Krüger-3/+3
2024-06-24Rollup merge of #126849 - workingjubilee:correctly-classify-arm-low-dregs, r=...Matthias Krüger-40/+73
2024-06-24Rollup merge of #126845 - rust-lang:cargo_update, r=Mark-SimulacrumMatthias Krüger-128/+57
2024-06-24Rollup merge of #126807 - devnexen:copy_file_macos_simpl, r=Mark-SimulacrumMatthias Krüger-35/+15
2024-06-24Rollup merge of #126754 - compiler-errors:use-rustfmt, r=calebcartwrightMatthias Krüger-9/+105
2024-06-24Rollup merge of #126455 - surechen:fix_126222, r=estebankMatthias Krüger-9/+170
2024-06-24Rollup merge of #126298 - heiher:loongarch64-musl-ci, r=Mark-SimulacrumMatthias Krüger-2/+91
2024-06-24Rollup merge of #126177 - carbotaniuman:unsafe_attr_errors, r=jieyouxuMatthias Krüger-53/+473
2024-06-23Remove stray println from rustfmtMichael Goulet-1/+0
2024-06-24Auto merge of #126023 - amandasystems:you-dropped-this-again, r=nikomatsakisbors-51/+57
2024-06-23Add hard error and migration lint for unsafe attrscarbotaniuman-53/+473
2024-06-23Auto merge of #126878 - matthiaskrgr:rollup-oufemqp, r=matthiaskrgrbors-211/+343
2024-06-23Rollup merge of #126862 - ChrisDenton:needs-symlink, r=jieyouxuMatthias Krüger-0/+30
2024-06-23Rollup merge of #126851 - nnethercote:NtExprKind-NtPatKind, r=compiler-errorsMatthias Krüger-89/+98
2024-06-23Rollup merge of #126837 - petrochenkov:delegfix, r=compiler-errorsMatthias Krüger-2/+45
2024-06-23Rollup merge of #126833 - RalfJung:extern-type-field-ice, r=compiler-errorsMatthias Krüger-81/+96
2024-06-23Rollup merge of #126830 - RalfJung:unsized-fn-params, r=compiler-errorsMatthias Krüger-1/+1
2024-06-23Rollup merge of #126663 - onur-ozkan:gitdir-thing, r=Mark-SimulacrumMatthias Krüger-2/+0
2024-06-23Rollup merge of #126616 - onur-ozkan:less-warnings, r=Mark-SimulacrumMatthias Krüger-5/+11
2024-06-23Rollup merge of #126612 - ehuss:build-manifest-readme, r=Mark-SimulacrumMatthias Krüger-1/+1
2024-06-23Rollup merge of #126230 - onur-ozkan:followup-126225, r=Mark-SimulacrumMatthias Krüger-30/+61
2024-06-23Auto merge of #126865 - lnicola:sync-from-ra, r=lnicolabors-4787/+8836
2024-06-23Implement use<> formatting in rustfmtMichael Goulet-9/+105
2024-06-23Promote loongarch64-unknown-linux-musl to Tier 2 with host toolsWANG Rui-2/+5
2024-06-23ci: Add support for dist-loongarch64-muslWANG Rui-0/+86
2024-06-23Auto merge of #123088 - tgross35:f16-f128-pattern-analysis, r=Nadrierilbors-43/+323
2024-06-23Add need-symlink directive to compiletestChris Denton-0/+30
2024-06-23Auto merge of #124733 - workingjubilee:cant-beleaf-we-dont-have-this, r=saethlinbors-20/+69
2024-06-23Change a fixed crash test to a standard testTrevor Gross-5/+14
2024-06-23Replace `f16` and `f128` pattern matching stubs with real implementationsTrevor Gross-38/+309
2024-06-23compiler: parse the empty frame-pointerJubilee Young-2/+2
2024-06-23Auto merge of #126855 - matthiaskrgr:rollup-ap5m2l6, r=matthiaskrgrbors-60/+136
2024-06-23fix buildDavid Carlier-2/+1
2024-06-23Rollup merge of #126843 - workingjubilee:allow-variadics-in-c-unwind, r=nneth...Matthias Krüger-46/+56
2024-06-23Rollup merge of #126783 - tguichaoua:fix_tcplistener_into_incoming_issue_numb...Matthias Krüger-5/+5
2024-06-23Rollup merge of #126782 - mtilda:mtilda/patch/x-test-with-absolute-paths, r=o...Matthias Krüger-9/+29
2024-06-23Rollup merge of #126779 - Zalathar:rust-dev, r=KobzolMatthias Krüger-0/+9