| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-08-28 | Fix handling of rust_eh_personality in reachable_non_generics | Amanieu d'Antras | -11/+7 |
| 2022-08-26 | translations(rustc_session): migrate check_expected_reuse | Luis Cardoso | -1/+1 |
| 2022-08-24 | Rollup merge of #99993 - petrochenkov:linkdated, r=bjorn3 | Matthias Krüger | -18/+18 |
| 2022-08-19 | use <[u8]>::escape_ascii instead of core::ascii::escape_default | KaDiWa | -17/+8 |
| 2022-08-15 | errors: move translation logic into module | David Wood | -9/+11 |
| 2022-08-12 | rustc_target: Update some old naming around self contained linking | Vadim Petrochenkov | -24/+26 |
| 2022-08-11 | Rollup merge of #99500 - tmandry:fuchsia-flags, r=petrochenkov | Matthias Krüger | -4/+16 |
| 2022-08-10 | Fix flags when using clang as linker for Fuchsia | Tyler Mandry | -4/+16 |
| 2022-08-09 | Add support for link-flavor rust-lld for macOS | Mary | -1/+7 |
| 2022-08-06 | Change implementation of `-Z gcc-ld` and `lld-wrapper` again | Vadim Petrochenkov | -14/+18 |
| 2022-08-05 | Auto merge of #100035 - workingjubilee:merge-functions, r=nikic | bors | -2/+5 |
| 2022-08-05 | Enable function merging when opt is for size | Jubilee Young | -2/+5 |
| 2022-08-04 | Auto merge of #100120 - matthiaskrgr:rollup-g6ycykq, r=matthiaskrgr | bors | -7/+10 |
| 2022-08-03 | Add support for link-flavor rust-lld for iOS, tvOS and watchOS | mary | -7/+10 |
| 2022-08-02 | Fix backwards-compatibility check for tests with `+whole-archive` | Daniel Sommermann | -1/+1 |
| 2022-08-01 | Auto merge of #99944 - bjorn3:hide_proc_macro_symbols, r=eddyb | bors | -6/+6 |
| 2022-07-31 | linker: Update some outdated comments | Vadim Petrochenkov | -18/+18 |
| 2022-07-31 | Rollup merge of #99844 - bjorn3:archive_builder_interface_refactor, r=nagisa | Dylan DPC | -100/+123 |
| 2022-07-31 | Add issue reference | bjorn3 | -1/+1 |
| 2022-07-30 | Limit symbols exported from proc macros | bjorn3 | -6/+6 |
| 2022-07-29 | Auto merge of #99467 - BelovDV:add_option_link_arg, r=petrochenkov | bors | -9/+29 |
| 2022-07-29 | Auto merge of #99512 - nikic:llvm-15-fixes, r=cuviper | bors | -27/+44 |
| 2022-07-28 | fix: remove fake no_dead_strip for osx | csmoe | -3/+1 |
| 2022-07-28 | Introduce an ArchiveBuilderBuilder | bjorn3 | -75/+124 |
| 2022-07-28 | Inline inject_dll_import_lib | bjorn3 | -24/+6 |
| 2022-07-28 | Move output argument from ArchiveBuilder::new to .build() | bjorn3 | -19/+11 |
| 2022-07-27 | Also wait on other threads if a WorkerFatalError occurs | Nikita Popov | -5/+5 |
| 2022-07-27 | Reliably signal coordinator thread on panic during ongoing codegen | Nikita Popov | -22/+39 |
| 2022-07-26 | Lib kind -l link-arg: | Daniil Belov | -9/+29 |