about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-138/+11
2023-11-17Fix links for std::process::Child{Stdin, Stdout, Stderr}Carl Scherer-2/+2
2023-11-17Auto merge of #114292 - estebank:issue-71039, r=b-naberbors-67/+200
2023-11-18Simplify `run_compiler` control flow.Nicholas Nethercote-72/+54
2023-11-18Factor out two `print_crate_info` calls.Nicholas Nethercote-2/+3
2023-11-18Move `describe_lints` calls.Nicholas Nethercote-9/+9
2023-11-18Merge `interface::run_compiler` calls.Nicholas Nethercote-30/+18
2023-11-17use new apis and add new functionouz-a-17/+20
2023-11-18Rename `early_error_handler` as `default_handler`.Nicholas Nethercote-9/+9
2023-11-17Use ptr::invalid_mut for SGX image baseMohsen Zohrevandi-1/+1
2023-11-17Add stable mir members to triagebot configCelina G. Val-0/+9
2023-11-17Auto merge of #15925 - lnicola:pathres-nodebug, r=lnicolabors-9/+0
2023-11-17Remove debugging code in path resolutionLaurențiu Nicola-9/+0
2023-11-17Auto merge of #11002 - y21:issue9422, r=Jarchobors-69/+545
2023-11-17Auto merge of #111922 - vaporoxx:feat-searcher, r=dtolnaybors-0/+4
2023-11-17Fix markup in recent lint documentation.Kevin Reid-7/+12
2023-11-17Auto merge of #117993 - nnethercote:streamline-Linker, r=bjorn3bors-64/+42
2023-11-17Workaround simd_bitmask limitationsCaleb Zulawski-25/+90
2023-11-17Auto merge of #117944 - lcnr:region-refactor-uwu, r=BoxyUwUbors-120/+93
2023-11-17chore: add use case for `PathSegment::qualifying_trait`Young-Flash-1/+1
2023-11-17Update windows-bindgenChris Denton-10/+10
2023-11-17Auto merge of #112422 - aliemjay:implied-bounds-placeholders, r=lcnrbors-3/+81
2023-11-17Define `INVALID_HANDLE_VALUE` ourselvesChris Denton-2/+3
2023-11-17Auto merge of #11821 - GuillaumeGomez:misspelled-cfg, r=blyxyasbors-2/+69
2023-11-17Auto merge of #11828 - CleanCut:patch-1, r=xFrednetbors-1/+1
2023-11-17only free lifetimes may get erasedlcnr-4/+6
2023-11-17move pretty into stable_mirOğuz Ağcayazı-305/+308
2023-11-17change smir to StableMirOğuz Ağcayazı-23/+35
2023-11-17remove unwrapOğuz Ağcayazı-10/+15
2023-11-17better formatting for statementsOğuz Ağcayazı-25/+49
2023-11-17cover statementsOğuz Ağcayazı-26/+155
2023-11-17emit basic smirOğuz Ağcayazı-5/+160
2023-11-17Auto merge of #117278 - lcnr:try-normalize-ty, r=compiler-errorsbors-316/+410
2023-11-17implement unoptimized code logic for [`infinite_loops`]J-ZhengLi-8/+571
2023-11-17rename bound region instantiationlcnr-22/+22
2023-11-17rename bound region instantiationlcnr-69/+78
2023-11-17replace unnecessary folder impls with fold_regionlcnr-51/+15
2023-11-17address commentaustaras-48/+62
2023-11-17Auto merge of #15917 - lnicola:sync-from-rust, r=lnicolabors-0/+0
2023-11-17Merge branch 'master' into sync-from-rustLaurențiu Nicola-1/+5
2023-11-17Auto merge of #118003 - matthiaskrgr:rollup-80t3uky, r=matthiaskrgrbors-80/+784
2023-11-17Rollup merge of #117998 - estebank:issue-88404, r=TaKO8KiMatthias Krüger-0/+84
2023-11-17Rollup merge of #117688 - celinval:smir-kani-reach, r=compiler-errorsMatthias Krüger-72/+583
2023-11-17Rollup merge of #115476 - RalfJung:abi-compat-docs, r=Mark-SimulacrumMatthias Krüger-8/+117
2023-11-17linking in general has more pitfalls than just call ABIRalf Jung-2/+3
2023-11-17Make `Compiler::sess` private.Nicholas Nethercote-2/+2
2023-11-17Remove a low-value local variable.Nicholas Nethercote-3/+2
2023-11-17Rename `Linker::prepare_outputs` as `output_filenames`.Nicholas Nethercote-5/+5
2023-11-17Move `CodegenBackend` out of `Linker`.Nicholas Nethercote-26/+17
2023-11-17Add some additional warnings for duplicated diagnostic itemsGeorg Semmler-17/+219