| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-10-06 | rustc_target: Refactor internal linker flavors | Vadim Petrochenkov | -75/+82 |
| 2022-10-06 | Remove `-Ztime` option. | Nicholas Nethercote | -1/+1 |
| 2022-09-29 | Only export `__tls_*` on wasm32-unknown-unknown. | Dan Gohman | -6/+9 |
| 2022-09-29 | Rollup merge of #102426 - sunfishcode:sunfishcode/no-wasm-init-memory, r=nagisa | Michael Howell | -6/+0 |
| 2022-09-28 | Don't export `__wasm_init_memory` on WebAssembly. | Dan Gohman | -6/+0 |
| 2022-09-27 | Don't export `__heap_base` and `__data_end` on wasm32-wasi. | Dan Gohman | -4/+6 |
| 2022-09-25 | Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikic | fee1-dead | -2/+0 |
| 2022-09-22 | Rollup merge of #101598 - chriswailes:sanitizers, r=nagisa,eholk | Dylan DPC | -5/+6 |
| 2022-09-20 | Update rustc's information on Android's sanitizers | Chris Wailes | -5/+6 |
| 2022-09-20 | fix verbatim with upstream dependencies | bors | -6/+12 |
| 2022-09-18 | Remove -Znew-llvm-pass-manager | Josh Stone | -2/+0 |
| 2022-09-13 | Auto merge of #100101 - BelovDV:issue-99429, r=petrochenkov | bors | -46/+128 |
| 2022-09-12 | change rlib format to discern native dependencies | Daniil Belov | -46/+128 |
| 2022-09-12 | Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726 | Dylan DPC | -17/+8 |
| 2022-09-06 | Fix CI failures on windows and aarch64-linux | Vadim Petrochenkov | -0/+8 |
| 2022-09-06 | change stdlib circular dependencies handling | Daniil Belov | -102/+8 |
| 2022-09-02 | Rollup merge of #100200 - petrochenkov:zgccld2, r=lqd,Mark-Simulacrum | Matthias Krüger | -14/+18 |
| 2022-09-01 | rustc_target: Refactor internal linker flavors slightly | Vadim Petrochenkov | -26/+22 |
| 2022-09-01 | rustc_target: Add a compatibility layer to separate internal and user-facing ... | Vadim Petrochenkov | -1/+2 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -1/+1 |
| 2022-08-31 | Rollup merge of #100753 - LuisCardosoOliveira:translation-migrate-session, r=... | Ralf Jung | -1/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-28 | Auto merge of #92845 - Amanieu:std_personality, r=Mark-Simulacrum | bors | -11/+7 |