| Age | Commit message (Expand) | Author | Lines |
| 2022-11-24 | rustc_codegen_ssa: write `.dwp` in a streaming fashion | Weihang Lo | -4/+5 |
| 2022-11-19 | Rollup merge of #104001 - Ayush1325:custom-entry, r=bjorn3 | Dylan DPC | -1/+2 |
| 2022-11-14 | Issue error when `-C link-self-contained` option is used on unsupported platf... | StackDoubleFlow | -0/+3 |
| 2022-11-15 | Auto merge of #104091 - BelovDV:issue-103044, r=petrochenkov | bors | -15/+31 |
| 2022-11-14 | Wrap bundlen static libraries into object files | Daniil Belov | -15/+31 |
| 2022-11-12 | linker: Link `profiler_builtins` even if it's marked as `NotLinked` | Vadim Petrochenkov | -3/+4 |
| 2022-11-12 | linker: Support mixing crates built with different values of `-Zpacked_bundle... | Vadim Petrochenkov | -9/+7 |
| 2022-11-12 | linker: Move some inner functions to the outside | Vadim Petrochenkov | -133/+127 |
| 2022-11-12 | linker: Simplify linking of `compiler_builtins` and `profiler_builtins` | Vadim Petrochenkov | -68/+33 |
| 2022-11-12 | linker: Factor out native library linking to a separate function | Vadim Petrochenkov | -213/+207 |
| 2022-11-11 | Rollup merge of #102215 - alexcrichton:wasm-link-whole-archive, r=estebank | Manish Goregaokar | -2/+2 |
| 2022-11-11 | Improve generating Custom entry function | Ayush Singh | -1/+2 |
| 2022-11-09 | Add constructor for `Diagnostic` that takes `Vec<(DiagnosticMessage, Style)>` | SLASHLogin | -2/+1 |
| 2022-11-09 | Add `replace_args` method for `rustc_errors::diagnostic::Diagnostic` | SLASHLogin | -3/+1 |
| 2022-11-09 | Delay diagnostic translation in `rustc_codegen_ssa` | SLASHLogin | -9/+18 |
| 2022-11-05 | Rollup merge of #103660 - ozkanonur:master, r=jyn514 | Dylan DPC | -1/+2 |
| 2022-11-04 | improve `filesearch::get_or_default_sysroot` r=ozkanonur | Onur Özkan | -1/+2 |
| 2022-11-04 | UPDATE - accept dyn error and make Box<dyn error> conform to IntoDiagnosticArg | Jhonny Bill Mena | -15/+14 |
| 2022-11-04 | UPDATE - address PR Comments | Jhonny Bill Mena | -39/+20 |
| 2022-11-04 | FIX - Migrate missing errors in link.rs | Jhonny Bill Mena | -4/+4 |
| 2022-11-04 | ADD - ExtractBundledLibsError. Migrated extract_bundled_libs to translatable ... | Jhonny Bill Mena | -19/+42 |
| 2022-11-04 | UPDATE - Complete link.rs migration to new diagnostics infraestructure | Jhonny Bill Mena | -80/+43 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -2/+5 |
| 2022-10-24 | Support raw-dylib functions being used inside inlined functions | Daniel Paoliello | -5/+37 |
| 2022-10-23 | Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`s | Jakub Beránek | -4/+9 |
| 2022-10-23 | Allow LTO for dylibs | bjorn3 | -11/+29 |
| 2022-10-23 | Add missing export for the oom strategy symbol | bjorn3 | -1/+10 |
| 2022-10-22 | Auto merge of #103240 - BelovDV:issue-102290, r=petrochenkov | bors | -0/+4 |
| 2022-10-22 | Auto merge of #103196 - Nilstrieb:no-meta-query, r=cjgillot | bors | -1/+1 |
| 2022-10-20 | Auto merge of #103092 - petrochenkov:weaklto, r=wesleywiser | bors | -1/+1 |
| 2022-10-19 | Get rid of native_library projection queries | nils | -1/+1 |
| 2022-10-19 | Add architectures to fn create_object_file | Daniil Belov | -0/+4 |
| 2022-10-18 | Auto merge of #102418 - citrus-it:illumos-strip-debug, r=nagisa | bors | -9/+40 |
| 2022-10-15 | linker: Fix weak lang item linking with combination windows-gnu + LLD + LTO | Vadim Petrochenkov | -1/+1 |
| 2022-10-15 | The illumos linker does not support --strip-debug | Andy Fiddaman | -9/+40 |
| 2022-10-12 | Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errors | Dylan DPC | -2/+5 |
| 2022-10-10 | errors: use `HashMap` to store diagnostic args | David Wood | -2/+5 |
| 2022-10-07 | ADD - implement IntoDiagnostic for thorin::Error wrapper | Jhonny Bill Mena | -2/+1 |
| 2022-10-07 | Address PR comments | Jhonny Bill Mena | -11/+5 |
| 2022-10-07 | ADD - initial port of link.rs | Jhonny Bill Mena | -52/+37 |
| 2022-10-07 | UPDATE - resolve fixme and emit errors via Handler | Jhonny Bill Mena | -13/+6 |
| 2022-10-07 | UPDATE - migrate write.rs to new diagnostics infra | Jhonny Bill Mena | -22/+19 |
| 2022-10-07 | UPDATE - migrate linker.rs to new diagnostics infra | Jhonny Bill Mena | -18/+17 |
| 2022-10-07 | UPDATE - LibDefWriteFailure to accept type instead of formatted string | Jhonny Bill Mena | -6/+6 |
| 2022-10-07 | ADD - migrate lib.def write fatal error | Jhonny Bill Mena | -3/+4 |
| 2022-10-07 | Auto merge of #102767 - matthiaskrgr:rollup-vcbt81v, r=matthiaskrgr | bors | -2/+3 |
| 2022-10-07 | Rollup merge of #102577 - kornelski:non-code-visual-studio, r=wesleywiser | Matthias Krüger | -2/+3 |
| 2022-10-07 | Auto merge of #101988 - petrochenkov:flavor2, r=lqd | bors | -75/+82 |
| 2022-10-06 | Warn about Visual Studio Code branding confusion | Kornel | -2/+3 |
| 2022-10-06 | Rollup merge of #102725 - nnethercote:rm-Z-time, r=davidtwco | Matthias Krüger | -1/+1 |