about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
2023-12-02Use `Session::diagnostic` in more places.Nicholas Nethercote-1/+1
2023-12-02Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.Nicholas Nethercote-1/+1
2023-12-02Rename `*note_without_error` as `*note`.Nicholas Nethercote-2/+2
2023-12-01Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelixbors-61/+22
2023-12-01Auto merge of #118472 - nnethercote:rustc_session, r=bjorn3bors-2/+2
2023-11-30Move `MetadataLoader{,Dyn}` to `rustc_metadata`.Nicholas Nethercote-2/+2
2023-11-29jobserver: check file descriptorsbelovdv-1/+1
2023-11-28Use a u64 for the rmeta root positionBen Kimock-8/+8
2023-11-28Rollup merge of #118378 - cormacrelf:bugfix/linker-plugin-lto-wasm, r=petroch...Matthias Krüger-1/+27
2023-11-27Rollup merge of #118202 - azhogin:azhogin/link_args_wrapping, r=petrochenkovMichael Goulet-34/+40
2023-11-28Perform LTO optimisations with wasm-ld + -Clinker-plugin-ltoCormac Relf-1/+27
2023-11-27Added linker_arg(s) Linker trait methods for link-arg to be prefixed "-Wl," f...Andrew Zhogin-34/+40
2023-11-26Serialize OutputFilenames into rmeta filebjorn3-2/+8
2023-11-26Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkinbors-1/+1
2023-11-26rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...Vadim Petrochenkov-2/+2
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-2/+1
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote-1/+0
2023-11-22Call FileEncoder::finish in rmeta encodingBen Kimock-1/+1
2023-11-22Rollup merge of #118147 - Nilstrieb:no-redundant-casts, r=WaffleLapkinMichael Goulet-7/+5
2023-11-22Rollup merge of #118013 - sivadeilra:user/ardavis/ehcont, r=wesleywiserMichael Goulet-0/+26
2023-11-22Auto merge of #117928 - nnethercote:rustc_ast_pretty, r=fee1-deadbors-1/+1
2023-11-21convert ehcont-guard to an unstable optionArlie Davis-1/+1
2023-11-21Add support for generating the EHCont sectionArlie Davis-0/+26
2023-11-22Update itertools to 0.11.Nicholas Nethercote-1/+1
2023-11-21Fix some unnecessary castsNilstrieb-7/+5
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-75/+70
2023-11-20Auto merge of #118082 - compiler-errors:rollup-ejsc8yd, r=matthiaskrgrbors-2/+7
2023-11-19Rollup merge of #117832 - RalfJung:interpret-shift, r=cjgillotMichael Goulet-2/+7
2023-11-20Auto merge of #115526 - arttet:master, r=jackh726bors-1/+10
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-3/+3
2023-11-17rename bound region instantiationlcnr-1/+1
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-11-15Add arm64e-apple-ios targetArtyom Tetyukhin-1/+10
2023-11-15Auto merge of #117359 - tmiasko:call-def, r=cjgillotbors-6/+13
2023-11-14Fix def-use check for call terminatorsTomasz Miąsko-6/+13
2023-11-13features must be additiveRalf Jung-1/+6
2023-11-12interpret: simplify handling of shifts by no longer trying to handle signed a...Ralf Jung-2/+7
2023-11-12target_feature: make it more clear what that 'Option' meansRalf Jung-242/+270
2023-11-09Auto merge of #117712 - lcnr:expand-coroutine, r=jackh726bors-1/+1
2023-11-09Remove `-Z strip`.Nicholas Nethercote-10/+2
2023-11-08rename `BorrowKind::Shallow` to `Fake`lcnr-1/+1
2023-11-07Rollup merge of #117616 - RalfJung:unstable-target-features, r=compiler-errorsMatthias Krüger-0/+9
2023-11-06warn when using an unstable feature with -Ctarget-featureRalf Jung-0/+9
2023-11-05Update doc comment for CodegenBackend::linkbjorn3-5/+1
2023-11-03Add crate `compiler_builtins` to LTO even if the `Linkage` is `IncludedFromDy...dianqk-2/+8
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-3/+2
2023-10-31Support enum variants in offset_of!George Bateman-1/+1
2023-10-30Rollup merge of #117317 - RalfJung:track-caller, r=oli-obkGuillaume Gomez-39/+4
2023-10-30Rollup merge of #117068 - nnethercote:clean-up-Cargo-toml, r=wesleywiserGuillaume Gomez-14/+17
2023-10-30Auto merge of #116485 - coastalwhite:stabilize-riscv-target-features, r=Amanieubors-20/+20