about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-02-11reduce query calls in pretty printing when finding bounds ofAdwin White-43/+45
2025-02-11Simplify intra-crate qualifiers.Nicholas Nethercote-51/+53
2025-02-11Auto merge of #127541 - estebank:diff-suggestions, r=petrochenkovbors-1/+1
2025-02-11Rollup merge of #136603 - workingjubilee:move-abi-versioning-into-ast, r=comp...Matthias Krüger-215/+196
2025-02-11Rollup merge of #136584 - oli-obk:pattern-types-generic, r=BoxyUwUMatthias Krüger-2/+45
2025-02-11Rollup merge of #136524 - compiler-errors:bad-pick, r=BoxyUwUMatthias Krüger-9/+15
2025-02-11Rollup merge of #136107 - dingxiangfei2009:coerce-pointee-wellformed, r=compi...Matthias Krüger-20/+275
2025-02-11fix ensure_monomorphic_enoughLukas Markeffsky-41/+3
2025-02-10Check whole Unsize predicate for escaping bound varsMichael Goulet-2/+3
2025-02-10Don't ICE when failing to lower contracts for associated impl itemsMichael Goulet-113/+95
2025-02-10Cast allocas to default address spaceFlakebi-2/+4
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-1/+1
2025-02-10Fix imports, remove attrs for unused_*Michael Goulet-4/+2
2025-02-10Stop using span hack for contracts feature gatingMichael Goulet-29/+11
2025-02-10cg_gcc: stop caring about compiling for unknown targetsJubilee Young-1/+1
2025-02-10compiler: die immediately instead of handling unknown target codegenJubilee Young-63/+7
2025-02-10rustc_codegen_llvm: Mark items as pub(crate) outside of the llvm moduleDaniel Paoliello-8/+8
2025-02-10Change CPU target back to pentiumproJeremy Soller-1/+1
2025-02-10Rollup merge of #136791 - nicholasbishop:bishop-disable-dwarf, r=jieyouxuMatthias Krüger-1/+8
2025-02-10Rollup merge of #136731 - safinaskar:parallel-2025-02-08-07-22, r=SparrowLiiMatthias Krüger-3/+0
2025-02-10Rollup merge of #136714 - tgross35:update-builtins, r=tgross35Matthias Krüger-2/+2
2025-02-10Rollup merge of #136419 - EnzymeAD:autodiff-tests, r=onur-ozkan,jieyouxuMatthias Krüger-71/+94
2025-02-10Extend the renaming to coerce_unsafe_ptrBastian Kersting-14/+14
2025-02-10Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptrBastian Kersting-34/+34
2025-02-10move pattern migration internals to the `migration` moduledianne-66/+114
2025-02-10move pattern migration setup/emitting to a separate moduledianne-61/+104
2025-02-10Reformat files王宇逸-8/+9
2025-02-10Reexport `literal-escaper` from `rustc_lexer` to allow rust-analyzer to compileGuillaume Gomez-0/+4
2025-02-10Extract `unescape` from `rustc_lexer` into its own crateGuillaume Gomez-736/+15
2025-02-10Apply suggestions王宇逸-18/+4
2025-02-10Add cygwin target.王宇逸-2/+87
2025-02-10Rollup merge of #136707 - clubby789:cmake-bisect, r=jieyouxuJubilee-2/+2
2025-02-10Rollup merge of #136201 - davidv1992:eliminate-field-offset-alt, r=Mark-Simul...Jubilee-10/+20
2025-02-10Rollup merge of #136053 - Zalathar:defer-counters, r=saethlinJubilee-494/+224
2025-02-10Bump `cc` to v1.2.13 for the compiler workspaceclubby789-2/+2
2025-02-09cg_clif: stop worrying about `Conv::PtxKernel`Jubilee Young-5/+1
2025-02-09compiler: internally merge `Conv::PtxKernel` into `GpuKernel`Jubilee Young-8/+3
2025-02-10remove outdated *First autodiff variants for higher-order adManuel Drehwald-22/+6
2025-02-10move second opt run to lto phase and cleanup codeManuel Drehwald-49/+67
2025-02-10Auto merge of #134740 - Flakebi:amdgpu-target, r=workingjubileebors-0/+53
2025-02-09compiler: remove `abi`-specific `extern "{abi}"` suggestionsJubilee Young-45/+12
2025-02-09compiler: remove rustc_target::spec::abi reexportsJubilee Young-14/+12
2025-02-09compiler: start using rustc_ast_lowering in rustc_passesJubilee Young-5/+7
2025-02-09compiler: gate `extern "{abi}"` in ast_loweringJubilee Young-157/+171
2025-02-10fix the error code documentDing Xiang Fei-0/+14
2025-02-09Disable DWARF in linker options for i686-unknown-uefiNicholas Bishop-1/+8
2025-02-09Remove lifetime_capture_rules_2024 featureMichael Goulet-27/+16
2025-02-09Remove the deduplicate_blocks passMichael Goulet-197/+0
2025-02-09Rollup merge of #136760 - chenyukang:fix-overflowing-int-lint-crash, r=oli-obkMatthias Krüger-4/+7
2025-02-09Rollup merge of #136746 - wesleywiser:err_dwarf1, r=UrgauMatthias Krüger-2/+5