about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-10-22make some rustc_feature internals private, and ensure invariants with debug a...Ralf Jung-26/+62
2024-10-22terminology: #[feature] *enables* a feature (instead of "declaring" or "activ...Ralf Jung-129/+115
2024-10-21Auto merge of #131972 - klensy:FindFirstFileExW, r=ChrisDentonbors-14/+41
2024-10-21Auto merge of #130628 - workingjubilee:clean-up-result-ffi-guarantees, r=Ralf...bors-500/+165
2024-10-21lang: Strengthen RFC 3391 guarantees to match T-lang consensusJubilee Young-0/+71
2024-10-21Auto merge of #131988 - matthiaskrgr:rollup-tx173wn, r=matthiaskrgrbors-1752/+1385
2024-10-21Rollup merge of #131981 - compiler-errors:bound-constness, r=cjgillotMatthias Krüger-41/+46
2024-10-21Rollup merge of #131968 - compiler-errors:old-effect-handling, r=fee1-deadMatthias Krüger-491/+34
2024-10-21Rollup merge of #131728 - jieyouxu:boopstrap, r=onur-ozkanMatthias Krüger-1211/+1229
2024-10-21Rollup merge of #126588 - linyihai:trim-extra-comma, r=petrochenkovMatthias Krüger-9/+76
2024-10-21Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwUbors-338/+407
2024-10-21bootstrap: move `builder.rs` under `builder/` directory许杰友 Jieyou Xu (Joe)-0/+0
2024-10-21bootstrap: minor docs cleanup许杰友 Jieyou Xu (Joe)-12/+15
2024-10-21bootstrap: extract builder cargo to its own module许杰友 Jieyou Xu (Joe)-1211/+1226
2024-10-21Auto merge of #120869 - devnexen:update_fbsd_ci, r=Mark-Simulacrumbors-20/+20
2024-10-20Auto merge of #131980 - matthiaskrgr:rollup-iy5nw71, r=matthiaskrgrbors-121/+158
2024-10-20Rollup merge of #131976 - jalil-salame:rustdoc-types-copy-enums, r=aDotInTheVoidMatthias Krüger-7/+7
2024-10-20Rollup merge of #131973 - jalil-salame:rustdoc-types-document-feature, r=aDot...Matthias Krüger-0/+12
2024-10-20Rollup merge of #131967 - compiler-errors:lower-mono, r=fmeaseMatthias Krüger-42/+20
2024-10-20Rollup merge of #131927 - clubby789:skip-filecheck-directives, r=Mark-SimulacrumMatthias Krüger-3/+4
2024-10-20Rollup merge of #131814 - Borgerr:misapplied-optimize-attribute, r=jieyouxuMatthias Krüger-69/+115
2024-10-20Auto merge of #131949 - Noratrieb:fxhashup-thanks-alona, r=WaffleLapkinbors-70/+85
2024-10-20Remove the BoundConstness::NotConst variantMichael Goulet-41/+46
2024-10-20fix(rustdoc-json-types): typosJalil David Salamé Messina-4/+4
2024-10-20feat(rustdoc-json-types): mark simple enums as copyJalil David Salamé Messina-3/+3
2024-10-20Auto merge of #131970 - matthiaskrgr:rollup-nr32ksd, r=matthiaskrgrbors-83/+606
2024-10-20fix(rustdoc-json-types): document rustc-hash featureJalil David Salamé Messina-0/+12
2024-10-20fix docsklensy-7/+7
2024-10-20replace FindFirstFileW with FindFirstFileExW and apply optimizationklensy-4/+25
2024-10-20Rollup merge of #131965 - ChrisDenton:outdated-comment, r=jieyouxuMatthias Krüger-3/+0
2024-10-20Rollup merge of #131964 - matthiaskrgr:crashes2010, r=jieyouxuMatthias Krüger-0/+76
2024-10-20Rollup merge of #131962 - Zalathar:llvm-set-section, r=Swatinem,workingjubileeMatthias Krüger-13/+14
2024-10-20Rollup merge of #131961 - jieyouxu:dirty, r=ZalatharMatthias Krüger-9/+7
2024-10-20Rollup merge of #131926 - clubby789:configure-enable, r=KobzolMatthias Krüger-1/+2
2024-10-20Rollup merge of #131843 - workingjubilee:thaw-impossible-reprs, r=lukas-codeMatthias Krüger-8/+125
2024-10-20Rollup merge of #131647 - jieyouxu:unicode-table-generator, r=Mark-SimulacrumMatthias Krüger-12/+43
2024-10-20Rollup merge of #131365 - heiseish:fix-issue-101993, r=Mark-SimulacrumMatthias Krüger-5/+79
2024-10-20Rollup merge of #121560 - Noratrieb:stop-lint-macro-nonsense, r=jieyouxuMatthias Krüger-32/+260
2024-10-20misapplied optimize attribute throws a compilation error (#128488)ash-69/+115
2024-10-20Inline lower_mono_bounds into lower_poly_boundsMichael Goulet-39/+17
2024-10-20Rip out old effects var handling code from traitsMichael Goulet-491/+34
2024-10-20Make LowerPolyBounds take an IntoIteratorMichael Goulet-5/+5
2024-10-20replace FindFirstFileW with FindFirstFileExW and regenerate bindingsklensy-3/+9
2024-10-20Added more scenarios where commas need to be removedLin Yihai-9/+76
2024-10-20compiler: Reject impossible reprs during enum layoutJubilee Young-4/+121
2024-10-20compiler: pre-move code for fixing enum layout ICEsJubilee Young-4/+4
2024-10-20Remove outdated commentChris Denton-3/+0
2024-10-20add latest crash testsMatthias Krüger-0/+76
2024-10-20Stop relying on hashmap iteration for unused macro rules armsNoratrieb-36/+49
2024-10-20Stop relying on hashmap iteration for hir stat printingNoratrieb-24/+26