about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-20stabilize `naked_functions`Folkert de Vries-294/+165
2025-04-20Auto merge of #140043 - ChrisDenton:rollup-vwf0s9j, r=ChrisDentonbors-1576/+2813
2025-04-19Auto merge of #140053 - ChrisDenton:rollup-tt00skl, r=ChrisDentonbors-149/+363
2025-04-19Rollup merge of #140039 - apiraino:add-option-for-stable-backport-poll, r=aDo...Chris Denton-0/+1
2025-04-19Rollup merge of #140024 - cjgillot:continue-jumping, r=compiler-errorsChris Denton-71/+64
2025-04-19Rollup merge of #140008 - GuillaumeGomez:cleanup-clean_maybe_renamed_item, r=...Chris Denton-14/+33
2025-04-19Rollup merge of #140000 - EnzymeAD:autodiff-check-builds, r=onur-ozkanChris Denton-2/+1
2025-04-19Rollup merge of #139843 - thaliaarchi:editor-file-associations, r=Mark-Simula...Chris Denton-11/+23
2025-04-19Rollup merge of #139533 - jogru0:130711, r=Mark-SimulacrumChris Denton-0/+44
2025-04-19Rollup merge of #139042 - compiler-errors:do-not-optimize-switchint, r=saethlinChris Denton-51/+197
2025-04-19Add option for stable backport pollapiraino-0/+1
2025-04-19Auto merge of #140040 - ChrisDenton:rollup-56bzfuq, r=ChrisDentonbors-69/+187
2025-04-19Rollup merge of #139995 - spencer3035:clean-ui-tests-4-of-n, r=jieyouxuChris Denton-182/+202
2025-04-19Rollup merge of #139978 - Kobzol:ci-test-summary, r=jieyouxuChris Denton-21/+511
2025-04-19Rollup merge of #139868 - thaliaarchi:move-env-consts-pal, r=joboetChris Denton-203/+206
2025-04-19Rollup merge of #139834 - ChrisDenton:spf, r=WaffleLapkinChris Denton-6/+76
2025-04-19Rollup merge of #139762 - compiler-errors:non-env, r=lcnrChris Denton-56/+107
2025-04-19Rollup merge of #139753 - folkertdev:naked-function-unsafe-attribute, r=tgros...Chris Denton-403/+375
2025-04-19Rollup merge of #139091 - mejrs:format, r=compiler-errorsChris Denton-685/+962
2025-04-19Rollup merge of #138934 - onur-ozkan:extended-config-profiles, r=KobzolChris Denton-20/+374
2025-04-19Rollup merge of #140025 - Sky9x:re-remove-adtflags-anon, r=compiler-errorsChris Denton-2/+0
2025-04-19Rollup merge of #140016 - pfmooney:illumos-fstatat, r=jhprattChris Denton-3/+6
2025-04-19Rollup merge of #140007 - roblabla:fix-win7, r=ChrisDentonChris Denton-0/+6
2025-04-19Rollup merge of #139922 - jnqnfe:cstr_doc_fix, r=jhprattChris Denton-1/+1
2025-04-19Rollup merge of #139919 - GuillaumeGomez:rustdoc-json-1-indexed, r=aDotInTheVoidChris Denton-7/+11
2025-04-19Rollup merge of #139535 - ChrisDenton:default-ptr, r=tgross35Chris Denton-0/+33
2025-04-19Rollup merge of #139297 - RossSmyth:NixClean, r=WaffleLapkinChris Denton-50/+111
2025-04-19Rollup merge of #137454 - mu001999-contrib:fix-137414, r=wesleywiserChris Denton-6/+19
2025-04-19added test for Enumerate::next_index on empty iteratorJonathan Gruner-0/+11
2025-04-19added doctest for Enumerate::next_indexJonathan Gruner-0/+21
2025-04-19add next_index to EnumerateJonathan Gruner-0/+12
2025-04-19Auto merge of #139114 - m-ou-se:super-let-pin, r=davidtwcobors-192/+78
2025-04-19Cleaned up 4 tests in `tests/ui/issues`Spencer-182/+202
2025-04-18Use struct update syntax for some TargetOptionsThalia Archibald-16/+14
2025-04-18Handle unsupported fallbackThalia Archibald-1/+28
2025-04-18Combine env consts into std::sys::env_constsThalia Archibald-95/+71
2025-04-18Re-remove `AdtFlags::IS_ANONYMOUS`Sky-2/+0
2025-04-19Auto merge of #140015 - GuillaumeGomez:subtree-update_cg_gcc_2025-04-18, r=an...bors-1247/+960
2025-04-18Sort Unix env constants alphabetically by target_osThalia Archibald-98/+100
2025-04-18Remove early exits from JumpThreading.Camille GILLOT-71/+64
2025-04-19Fix importGuillaume Gomez-1/+2
2025-04-19Make `#[naked]` an unsafe attributeFolkert de Vries-403/+375
2025-04-18Fix compilation error in GCC backendGuillaume Gomez-1/+1
2025-04-18std: Use fstatat() on illumosPatrick Mooney-3/+6
2025-04-18Fix `rustc_codegen_gcc/tests/run/return-tuple.rs` testGuillaume Gomez-6/+0
2025-04-18Merge commit 'db1a31c243a649e1fe20f5466ba181da5be35c14' into subtree-update_c...Guillaume Gomez-1244/+962
2025-04-18Update rustdoc-json-types `FORMAT_VERSION` to 45Guillaume Gomez-1/+1
2025-04-18Add regression test for span 1-indexed checkGuillaume Gomez-2/+6
2025-04-18Make rustdoc JSON Span column 1-based, just like line numbersGuillaume Gomez-4/+4
2025-04-18Merge pull request #650 from rust-lang/sync_from_rust_2025_04_17antoyo-843/+933