| Age | Commit message (Expand) | Author | Lines |
| 2022-10-25 | rustc_codegen_ssa: use more consistent naming. | Nicholas Nethercote | -30/+31 |
| 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/+12 |
| 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-23 | Migrate all diagnostics | Nilstrieb | -62/+62 |
| 2022-10-22 | Auto merge of #103240 - BelovDV:issue-102290, r=petrochenkov | bors | -0/+4 |
| 2022-10-22 | Auto merge of #103231 - ecnelises:le_fix, r=lcnr | bors | -4/+2 |
| 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 | -4/+9 |
| 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-19 | Remove byte swap of valtree hash on big endian | Qiu Chaofan | -4/+2 |
| 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 | -4/+9 |
| 2022-10-15 | The illumos linker does not support --strip-debug | Andy Fiddaman | -9/+40 |
| 2022-10-15 | Auto merge of #101832 - compiler-errors:dyn-star-plus, r=eholk | bors | -34/+57 |
| 2022-10-14 | Sort target features alphabetically | nils | -96/+112 |
| 2022-10-14 | Address nits, add test for implicit dyn-star coercion without feature gate | Michael Goulet | -2/+5 |
| 2022-10-14 | Allow dyn* upcasting | Michael Goulet | -34/+54 |
| 2022-10-13 | Rollup merge of #102641 - eholk:dyn-star-box, r=compiler-errors | Yuki Okushi | -0/+9 |
| 2022-10-12 | Add a fixme | Eric Holk | -0/+3 |
| 2022-10-12 | Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errors | Dylan DPC | -2/+5 |
| 2022-10-11 | Rollup merge of #102612 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru... | Matthias Krüger | -91/+414 |
| 2022-10-10 | errors: use `HashMap` to store diagnostic args | David Wood | -2/+5 |
| 2022-10-08 | Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obk | Matthias Krüger | -2/+8 |
| 2022-10-07 | Cast vtable type too | Eric Holk | -0/+1 |
| 2022-10-07 | ADD - implement IntoDiagnostic for thorin::Error wrapper | Jhonny Bill Mena | -12/+193 |
| 2022-10-07 | Address PR comments | Jhonny Bill Mena | -45/+13 |
| 2022-10-07 | ADD - initial port of link.rs | Jhonny Bill Mena | -58/+141 |
| 2022-10-07 | DELETE - unused error after PR# 100101 was merged | Jhonny Bill Mena | -6/+0 |
| 2022-10-07 | UPDATE - resolve fixme and emit errors via Handler | Jhonny Bill Mena | -13/+6 |
| 2022-10-07 | UPDATE - codege-ssa errors to new Diagnostic macro name | Jhonny Bill Mena | -16/+16 |
| 2022-10-07 | UPDATE - migrate write.rs to new diagnostics infra | Jhonny Bill Mena | -22/+67 |
| 2022-10-07 | UPDATE - migrate linker.rs to new diagnostics infra | Jhonny Bill Mena | -18/+59 |
| 2022-10-07 | UPDATE - LibDefWriteFailure to accept type instead of formatted string | Jhonny Bill Mena | -7/+8 |
| 2022-10-07 | ADD - migrate lib.def write fatal error | Jhonny Bill Mena | -3/+10 |
| 2022-10-07 | ADD - codegen_ssa initial diags translations machinery | Jhonny Bill Mena | -0/+10 |
| 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 | Remove `mir::CastKind::Misc` | ouz-a | -2/+8 |
| 2022-10-06 | rustc_target: Refactor internal linker flavors | Vadim Petrochenkov | -75/+82 |
| 2022-10-06 | Remove `-Ztime` option. | Nicholas Nethercote | -1/+1 |
| 2022-10-05 | Rollup merge of #102440 - sunfishcode:sunfishcode/wasm-no-export-tls-api, r=o... | Dylan DPC | -6/+9 |
| 2022-10-04 | Support casting boxes to dyn* | Eric Holk | -0/+5 |
| 2022-10-02 | Remove type argument of array_alloca and rename to byte_array_alloca | bjorn3 | -2/+2 |
| 2022-10-02 | Remove dynamic_alloca from BuilderMethods | bjorn3 | -1/+0 |