about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-10-22Auto merge of #129935 - RalfJung:unsupported_calling_conventions, r=compiler-...bors-83/+24
2024-10-21Auto merge of #131840 - compiler-errors:impossible-maybe, r=lcnrbors-12/+14
2024-10-21Rollup merge of #132001 - lcnr:stabilize-coherence-again, r=compiler-errorsMatthias Krüger-7/+19
2024-10-21Rollup merge of #131997 - Veykril:veykril/push-upvqkyxmvkzw, r=jieyouxuMatthias Krüger-15/+23
2024-10-21Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnayMatthias Krüger-12/+9
2024-10-21don't bail when encountering many placeholderslcnr-1/+2
2024-10-21normalizes-to disable infer var checklcnr-7/+18
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-11/+4
2024-10-21stabilize Strict Provenance and Exposed ProvenanceRalf Jung-1/+5
2024-10-21Make rustc_abi compile on stable againLukas Wirth-15/+23
2024-10-21Auto merge of #130628 - workingjubilee:clean-up-result-ffi-guarantees, r=Ralf...bors-8/+3
2024-10-21Auto merge of #131988 - matthiaskrgr:rollup-tx173wn, r=matthiaskrgrbors-514/+104
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-468/+33
2024-10-21Rollup merge of #126588 - linyihai:trim-extra-comma, r=petrochenkovMatthias Krüger-5/+25
2024-10-21Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwUbors-303/+324
2024-10-20Auto merge of #131980 - matthiaskrgr:rollup-iy5nw71, r=matthiaskrgrbors-65/+45
2024-10-20Rollup merge of #131967 - compiler-errors:lower-mono, r=fmeaseMatthias Krüger-42/+20
2024-10-20Rollup merge of #131814 - Borgerr:misapplied-optimize-attribute, r=jieyouxuMatthias Krüger-23/+25
2024-10-20Auto merge of #131949 - Noratrieb:fxhashup-thanks-alona, r=WaffleLapkinbors-17/+32
2024-10-20Remove the BoundConstness::NotConst variantMichael Goulet-41/+46
2024-10-20Rollup merge of #131965 - ChrisDenton:outdated-comment, r=jieyouxuMatthias Krüger-3/+0
2024-10-20Rollup merge of #131962 - Zalathar:llvm-set-section, r=Swatinem,workingjubileeMatthias Krüger-13/+14
2024-10-20Rollup merge of #131843 - workingjubilee:thaw-impossible-reprs, r=lukas-codeMatthias Krüger-4/+18
2024-10-20Rollup merge of #121560 - Noratrieb:stop-lint-macro-nonsense, r=jieyouxuMatthias Krüger-2/+5
2024-10-20misapplied optimize attribute throws a compilation error (#128488)ash-23/+25
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-468/+33
2024-10-20Make LowerPolyBounds take an IntoIteratorMichael Goulet-5/+5
2024-10-20make unsupported_calling_conventions a hard errorRalf Jung-83/+24
2024-10-20Added more scenarios where commas need to be removedLin Yihai-5/+25
2024-10-20compiler: Reject impossible reprs during enum layoutJubilee Young-0/+14
2024-10-20compiler: pre-move code for fixing enum layout ICEsJubilee Young-4/+4
2024-10-20Remove outdated commentChris Denton-3/+0
2024-10-20Stop relying on hashmap iteration for unused macro rules armsNoratrieb-14/+27
2024-10-20Stop relying on hashmap iteration for hir stat printingNoratrieb-1/+3
2024-10-20Update rustc-hash to version 2Noratrieb-2/+2
2024-10-20Make `llvm::set_section` take a `&CStr`Zalathar-13/+14
2024-10-20Auto merge of #131958 - Zalathar:rollup-gkuk3n1, r=Zalatharbors-28/+66
2024-10-20Rollup merge of #131942 - workingjubilee:reduce-haruspicy, r=lukas-code,lnicolaStuart Cook-1/+26
2024-10-20Rollup merge of #131876 - workingjubilee:llvm-c-c-c-comdat, r=ZalatharStuart Cook-27/+40
2024-10-20Auto merge of #131911 - lcnr:probe-no-more-leak-2, r=compiler-errorsbors-124/+175
2024-10-19compiler: Remove outdated commentJubilee Young-1/+0
2024-10-19`result_ffi_guarantees` stabilizes in `$CURRENT_RUSTC_VERSION`Jubilee-1/+1
2024-10-19compiler: Fully stabilize `result_ffi_guarantees`Jubilee Young-7/+3
2024-10-19Rollup merge of #131939 - compiler-errors:predicate-filter, r=fmeaseMatthias Krüger-95/+61
2024-10-19Rollup merge of #131932 - usamoi:tracked-path, r=NadrierilMatthias Krüger-2/+3
2024-10-19Rollup merge of #131931 - compiler-errors:constness-valid, r=fmeaseMatthias Krüger-45/+16
2024-10-19Rollup merge of #131795 - compiler-errors:expectation, r=NadrierilMatthias Krüger-21/+4
2024-10-19Rollup merge of #131789 - compiler-errors:capture-more, r=fmeaseMatthias Krüger-69/+65