summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src
AgeCommit message (Expand)AuthorLines
2024-02-20wasm: Store rlib metadata in wasm object filesAlex Crichton-20/+68
2024-02-20require simd_insert, simd_extract indices to be constantsRalf Jung-2/+1
2024-02-20Reduce capabilities of `Diagnostic`.Nicholas Nethercote-3/+1
2024-02-18Rollup merge of #121237 - Urgau:better-cargo-heuristic, r=compiler-errorsLeón Orell Valerian Liehr-2/+5
2024-02-17Rollup merge of #121209 - nnethercote:infallible-join_codegen, r=bjorn3Matthias Krüger-1/+1
2024-02-17Use better heuristic for printing Cargo specific diagnosticsUrgau-2/+5
2024-02-17Make `CodegenBackend::join_codegen` infallible.Nicholas Nethercote-1/+1
2024-02-16Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkinbors-67/+71
2024-02-15Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoeristerbors-39/+34
2024-02-15Allow codegen backends to opt-out of parallel codegenMaybe Waffle-2/+14
2024-02-15Rename `-Zno_parallel_llvm` -> `-Zno_parallel_backend`Maybe Waffle-2/+2
2024-02-14clean up potential_query_instability with FxIndexMap and UnordMapyukang-39/+34
2024-02-13Bump `indexmap`clubby789-1/+2
2024-02-12Rollup merge of #120965 - ChrisDenton:sahf, r=michaelwoeristerMatthias Krüger-0/+2
2024-02-12Give const_deallocate a default bodyOli Scherer-5/+0
2024-02-12Teach llvm backend how to fall back to default bodiesOli Scherer-51/+48
2024-02-12Create ret_dest as late as possible in all code pathsOli Scherer-13/+19
2024-02-12Do the entire ReturnDest computation within make_return_destOli Scherer-6/+12
2024-02-12Add lahfsahf and prfchw target featureChris Denton-0/+2
2024-02-12Implement intrinsics with fallback bodiesOli Scherer-1/+1
2024-02-11is_closure_likeMichael Goulet-3/+3
2024-02-09Turn the "no saved object file in work product" ICE into a translatable fatal...Ben Kimock-1/+9
2024-02-09Auto merge of #120843 - matthiaskrgr:rollup-med37z5, r=matthiaskrgrbors-0/+2
2024-02-09Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwcoMatthias Krüger-0/+2
2024-02-08Add a new debug_assertions instrinsic (compiler)Ben Kimock-4/+10
2024-02-08Don't lower assume in unoptimized buildsBen Kimock-2/+5
2024-02-06Rollup merge of #120502 - clubby789:remove-ffi-returns-twice, r=compiler-errorsMatthias Krüger-3/+0
2024-02-06Rollup merge of #120575 - nnethercote:simplify-codegen-diag-handling, r=estebankMatthias Krüger-1/+1
2024-02-06Add CoroutineClosure to TyKind, AggregateKind, UpvarArgsMichael Goulet-1/+5
2024-02-06Invert diagnostic lints.Nicholas Nethercote-0/+2
2024-02-05Make `Emitter::emit_diagnostic` consuming.Nicholas Nethercote-1/+1
2024-02-03Use `DiagnosticArgName` in a few more places.Nicholas Nethercote-2/+1
2024-02-03Remove some unnecessary `clone` calls.Nicholas Nethercote-1/+1
2024-01-30Remove `ffi_returns_twice` featureclubby789-3/+0
2024-01-30Rollup merge of #120485 - chenyukang:yukang-add-query-instability-check, r=mi...Guillaume Gomez-0/+2
2024-01-30Remove the lifetime from `DiagnosticArgName`.Nicholas Nethercote-1/+1
2024-01-30Remove `DiagnosticArgName` from `rustc_codegen_ssa`.Nicholas Nethercote-8/+9
2024-01-30Remove the lifetime from `DiagnosticArgValue`.Nicholas Nethercote-5/+5
2024-01-30add missing potential_query_instability for keys and values in hashmapyukang-0/+2
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-43/+43
2024-01-26Auto merge of #119968 - clubby789:unused-feature, r=compiler-errorsbors-2/+0
2024-01-25Rollup merge of #120099 - petrochenkov:linkapi, r=WaffleLapkinMatthias Krüger-295/+258
2024-01-25Remove unused featuresclubby789-2/+0
2024-01-24linker: Fix Rust dylib crate extension on windows-msvcVadim Petrochenkov-1/+5
2024-01-24linker: Cleanup implementations of `link_staticlib_*`Vadim Petrochenkov-23/+24
2024-01-24linker: Merge `link_staticlib_*` and `link_whole_staticlib_*`Vadim Petrochenkov-130/+86
2024-01-24linker: Do not collect search paths unless necessaryVadim Petrochenkov-21/+29
2024-01-24linker: Group library linking methods together and sort them consistentlyVadim Petrochenkov-171/+180
2024-01-24linker: Refactor APIs for linking static librariesVadim Petrochenkov-69/+114
2024-01-24linker: Refactor APIs for linking dynamic librariesVadim Petrochenkov-93/+33