about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back
AgeCommit message (Expand)AuthorLines
2022-11-24rustc_codegen_ssa: write `.dwp` in a streaming fashionWeihang Lo-4/+5
2022-11-19Rollup merge of #104001 - Ayush1325:custom-entry, r=bjorn3Dylan DPC-1/+2
2022-11-14Issue error when `-C link-self-contained` option is used on unsupported platf...StackDoubleFlow-0/+3
2022-11-15Auto merge of #104091 - BelovDV:issue-103044, r=petrochenkovbors-15/+31
2022-11-14Wrap bundlen static libraries into object filesDaniil Belov-15/+31
2022-11-12linker: Link `profiler_builtins` even if it's marked as `NotLinked`Vadim Petrochenkov-3/+4
2022-11-12linker: Support mixing crates built with different values of `-Zpacked_bundle...Vadim Petrochenkov-9/+7
2022-11-12linker: Move some inner functions to the outsideVadim Petrochenkov-133/+127
2022-11-12linker: Simplify linking of `compiler_builtins` and `profiler_builtins`Vadim Petrochenkov-68/+33
2022-11-12linker: Factor out native library linking to a separate functionVadim Petrochenkov-213/+207
2022-11-11Rollup merge of #102215 - alexcrichton:wasm-link-whole-archive, r=estebankManish Goregaokar-2/+2
2022-11-11Improve generating Custom entry functionAyush Singh-1/+2
2022-11-09Add constructor for `Diagnostic` that takes `Vec<(DiagnosticMessage, Style)>`SLASHLogin-2/+1
2022-11-09Add `replace_args` method for `rustc_errors::diagnostic::Diagnostic`SLASHLogin-3/+1
2022-11-09Delay diagnostic translation in `rustc_codegen_ssa`SLASHLogin-9/+18
2022-11-05Rollup merge of #103660 - ozkanonur:master, r=jyn514Dylan DPC-1/+2
2022-11-04improve `filesearch::get_or_default_sysroot` r=ozkanonurOnur Özkan-1/+2
2022-11-04UPDATE - accept dyn error and make Box<dyn error> conform to IntoDiagnosticArgJhonny Bill Mena-15/+14
2022-11-04UPDATE - address PR CommentsJhonny Bill Mena-39/+20
2022-11-04FIX - Migrate missing errors in link.rsJhonny Bill Mena-4/+4
2022-11-04ADD - ExtractBundledLibsError. Migrated extract_bundled_libs to translatable ...Jhonny Bill Mena-19/+42
2022-11-04UPDATE - Complete link.rs migration to new diagnostics infraestructureJhonny Bill Mena-80/+43
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-2/+5
2022-10-24Support raw-dylib functions being used inside inlined functionsDaniel Paoliello-5/+37
2022-10-23Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`sJakub Beránek-4/+9
2022-10-23Allow LTO for dylibsbjorn3-11/+29
2022-10-23Add missing export for the oom strategy symbolbjorn3-1/+10
2022-10-22Auto merge of #103240 - BelovDV:issue-102290, r=petrochenkovbors-0/+4
2022-10-22Auto merge of #103196 - Nilstrieb:no-meta-query, r=cjgillotbors-1/+1
2022-10-20Auto merge of #103092 - petrochenkov:weaklto, r=wesleywiserbors-1/+1
2022-10-19Get rid of native_library projection queriesnils-1/+1
2022-10-19Add architectures to fn create_object_fileDaniil Belov-0/+4
2022-10-18Auto merge of #102418 - citrus-it:illumos-strip-debug, r=nagisabors-9/+40
2022-10-15linker: Fix weak lang item linking with combination windows-gnu + LLD + LTOVadim Petrochenkov-1/+1
2022-10-15The illumos linker does not support --strip-debugAndy Fiddaman-9/+40
2022-10-12Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errorsDylan DPC-2/+5
2022-10-10errors: use `HashMap` to store diagnostic argsDavid Wood-2/+5
2022-10-07ADD - implement IntoDiagnostic for thorin::Error wrapperJhonny Bill Mena-2/+1
2022-10-07Address PR commentsJhonny Bill Mena-11/+5
2022-10-07ADD - initial port of link.rsJhonny Bill Mena-52/+37
2022-10-07UPDATE - resolve fixme and emit errors via HandlerJhonny Bill Mena-13/+6
2022-10-07UPDATE - migrate write.rs to new diagnostics infraJhonny Bill Mena-22/+19
2022-10-07UPDATE - migrate linker.rs to new diagnostics infraJhonny Bill Mena-18/+17
2022-10-07UPDATE - LibDefWriteFailure to accept type instead of formatted stringJhonny Bill Mena-6/+6
2022-10-07ADD - migrate lib.def write fatal errorJhonny Bill Mena-3/+4
2022-10-07Auto merge of #102767 - matthiaskrgr:rollup-vcbt81v, r=matthiaskrgrbors-2/+3
2022-10-07Rollup merge of #102577 - kornelski:non-code-visual-studio, r=wesleywiserMatthias Krüger-2/+3
2022-10-07Auto merge of #101988 - petrochenkov:flavor2, r=lqdbors-75/+82
2022-10-06Warn about Visual Studio Code branding confusionKornel-2/+3
2022-10-06Rollup merge of #102725 - nnethercote:rm-Z-time, r=davidtwcoMatthias Krüger-1/+1