about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-11-04ty::KContainer -> ty::AssocItemContainer::KMichael Goulet-44/+42
2024-11-04Remove the trivial constkind importsMichael Goulet-27/+23
2024-11-04Reduce visibilities.Nicholas Nethercote-21/+23
2024-11-04find the generic container rather than simply looking up for the assoc with c...bohan-8/+2
2024-11-03Rollup merge of #132576 - jdonszelmann:no-attrid-in-stats, r=nnethercoteJubilee-80/+76
2024-11-03Rollup merge of #132565 - bjorn3:less_target_name_dependence, r=workingjubileeJubilee-38/+18
2024-11-03Rollup merge of #132423 - RalfJung:const-eval-align-offset, r=dtolnayJubilee-89/+6
2024-11-03Rollup merge of #131222 - thejpster:fix-sparc-v7-symbol-o, r=workingjubileeJubilee-1/+9
2024-11-03Rollup merge of #132574 - workingjubilee:abi-in-compiler, r=compiler-errorsJubilee-382/+363
2024-11-03Rollup merge of #132521 - klensy:times, r=compiler-errorsJubilee-16/+10
2024-11-03use backticks instead of single quotes when reporting "use of unstable librar...dianne-4/+4
2024-11-03compiler: Remove unused rustc_target from Cargo.tomlsJubilee Young-3/+0
2024-11-03compiler: Replace rustc_target with abi in symbol_manglingJubilee Young-5/+3
2024-11-03compiler: Directly use rustc_abi in sessionJubilee Young-2/+2
2024-11-03compiler: Directly use rustc_abi in lintsJubilee Young-7/+6
2024-11-03compiler: Directly use rustc_abi in ty_utilsJubilee Young-21/+19
2024-11-03compiler: Directly use rustc_abi in smir againJubilee Young-58/+58
2024-11-03compiler: Directly use rustc_abi in mir_transformJubilee Young-44/+45
2024-11-03compiler: Directly use rustc_abi in metadata and middleJubilee Young-102/+93
2024-11-03compiler: Directly use rustc_abi in hir_{analysis,typeck}Jubilee Young-56/+58
2024-11-03compiler: Directly use rustc_abi in const_evalJubilee Young-32/+29
2024-11-03remove attribute ids from hir stats (they're simply not needed)Jonathan Dönszelmann-80/+76
2024-11-03Remove is_builtin target spec fieldbjorn3-12/+1
2024-11-03compiler: Directly use rustc_abi in codegenJubilee Young-52/+50
2024-11-03Rename the FIXMEs, remove a few that dont matter anymoreMichael Goulet-28/+20
2024-11-03Yeet effects featureMichael Goulet-2/+3
2024-11-03Properly suggest `E::assoc` when we encounter `E::Variant::assoc`Esteban Küber-10/+36
2024-11-03Gate checking ~const bounds on const_trait_implMichael Goulet-10/+4
2024-11-03Reduce dependence on the target namebjorn3-26/+17
2024-11-03remove const-support for align_offsetRalf Jung-89/+6
2024-11-03Remove the `wasm32-wasi` target from rustcAlex Crichton-28/+3
2024-11-03Auto merge of #132555 - matthiaskrgr:rollup-2d79661, r=matthiaskrgrbors-39/+47
2024-11-03make time format parsing compiletimeklensy-3/+3
2024-11-03replace manual time convertions with std onesklensy-13/+7
2024-11-03Auto merge of #132514 - Zalathar:print-target-cpus, r=jieyouxubors-90/+92
2024-11-03Rollup merge of #132550 - workingjubilee:rustc-abi-selects-borrowck-for-mono-...Matthias Krüger-28/+30
2024-11-03Rollup merge of #132540 - compiler-errors:gc, r=calebcartwrightMatthias Krüger-0/+6
2024-11-03Rollup merge of #132537 - durin42:llvm-20-prelinklto, r=DianQKMatthias Krüger-7/+6
2024-11-03Rollup merge of #132528 - compiler-errors:fallback-sugg-opt, r=jieyouxuMatthias Krüger-3/+4
2024-11-03Rollup merge of #132522 - senekor:consistenst-codegen-help, r=compiler-errorsMatthias Krüger-1/+1
2024-11-03Auto merge of #132419 - durin42:llvm-20-type-test-thing, r=cuviperbors-3/+3
2024-11-03Auto merge of #132526 - bjorn3:sync_cg_clif-2024-11-02, r=bjorn3bors-264/+165
2024-11-02compiler: Add rustc_abi to _sanitizersJubilee Young-6/+6
2024-11-02compiler: Add rustc_abi to _monomorphizeJubilee Young-1/+2
2024-11-02compiler: Replace rustc_target with _abi in _trait_selectionJubilee Young-9/+9
2024-11-02compiler: Replace rustc_target with _abi in _hirJubilee Young-5/+6
2024-11-02compiler: Replace rustc_target with _abi in _borrowckJubilee Young-7/+7
2024-11-02Auto merge of #125579 - Noratrieb:print-host, r=davidtwcobors-142/+144
2024-11-02Suggest fixing typos and let bindings at the same timeuellenberg-3/+6
2024-11-02Add `--print host-triple`Noratrieb-0/+3