| Age | Commit message (Expand) | Author | Lines |
| 2022-07-31 | Rollup merge of #99844 - bjorn3:archive_builder_interface_refactor, r=nagisa | Dylan DPC | -70/+111 |
| 2022-07-29 | Auto merge of #99467 - BelovDV:add_option_link_arg, r=petrochenkov | bors | -9/+29 |
| 2022-07-28 | Introduce an ArchiveBuilderBuilder | bjorn3 | -65/+109 |
| 2022-07-28 | Inline inject_dll_import_lib | bjorn3 | -1/+6 |
| 2022-07-28 | Move output argument from ArchiveBuilder::new to .build() | bjorn3 | -17/+9 |
| 2022-07-26 | Lib kind -l link-arg: | Daniil Belov | -9/+29 |
| 2022-07-26 | Auto merge of #98989 - dpaoliello:rawdylibbin, r=michaelwoerister | bors | -7/+20 |
| 2022-07-25 | feat: impl export-executable-symbols | csmoe | -1/+6 |
| 2022-07-22 | Enable raw-dylib for binaries | Daniel Paoliello | -7/+20 |
| 2022-07-14 | Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillot | bors | -20/+2 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -12/+12 |
| 2022-07-08 | Auto merge of #98638 - bjorn3:less_string_interning, r=tmiasko | bors | -3/+6 |
| 2022-07-06 | ssa: abort if dwarf packaging fails | David Wood | -0/+1 |
| 2022-07-06 | ssa: remove dwo of metadata and allocator module | David Wood | -14/+18 |
| 2022-07-02 | import all necessary parts of rustc_metadata::fs | Yoshiki Matsuda | -3/+4 |
| 2022-07-02 | fix a typo | Yoshiki Matsuda | -1/+1 |
| 2022-07-02 | move emit_metadata to rustc_metadata::fs | Yoshiki Matsuda | -24/+5 |
| 2022-06-28 | Reduce usage of Symbol in the linker code | bjorn3 | -3/+6 |
| 2022-06-24 | Rollup merge of #98214 - petrochenkov:islike, r=compiler-errors | Yuki Okushi | -2/+2 |
| 2022-06-21 | Auto merge of #98098 - bjorn3:archive_refactor, r=michaelwoerister | bors | -20/+19 |
| 2022-06-19 | Remove the source archive functionality of ArchiveWriter | bjorn3 | -2/+2 |
| 2022-06-19 | Fix "Remove src_files and remove_file" | bjorn3 | -2/+3 |
| 2022-06-18 | rustc_target: Remove some redundant target properties | Vadim Petrochenkov | -2/+2 |
| 2022-06-16 | Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}` | Maybe Waffle | -1/+1 |
| 2022-06-14 | Remove src_files and remove_file | bjorn3 | -17/+15 |
| 2022-06-14 | Rollup merge of #95243 - vladimir-ea:compiler_watch_os, r=nagisa | Yuki Okushi | -2/+12 |
| 2022-06-13 | Add Apple WatchOS compile targets | Vladimir Michael Eatwell | -2/+12 |
| 2022-06-11 | Use safer `strip=symbols`-flag for dylibs on macOS | David Knaack | -4/+8 |
| 2022-06-09 | Stabilize the `bundle` native library modifier | Vadim Petrochenkov | -2/+2 |
| 2022-05-29 | Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoerister | Guillaume Gomez | -40/+34 |
| 2022-05-25 | Simplify implementation of `-Z gcc-ld` | Vadim Petrochenkov | -31/+14 |
| 2022-05-24 | Add support for embedding pretty printers via the `#[debugger_visualizer]` at... | ridwanabdillahi | -40/+34 |
| 2022-05-03 | Add support for a new attribute `#[debugger_visualizer]` to support embedding... | ridwanabdillahi | -2/+49 |
| 2022-05-02 | Auto merge of #96436 - petrochenkov:nowhole2, r=wesleywiser | bors | -31/+6 |
| 2022-04-28 | Add `@feat.00` symbol to symbols.o for COFF | Gary Guo | -0/+23 |
| 2022-04-27 | Use decorated names for linked_symbols on Windows | Gary Guo | -0/+4 |
| 2022-04-26 | linker: Stop using whole-archive on dependencies of dylibs | Vadim Petrochenkov | -31/+6 |
| 2022-04-25 | Auto merge of #95604 - nbdd0121:used2, r=petrochenkov | bors | -0/+75 |
| 2022-04-24 | Fix MSVC hang issue | Gary Guo | -0/+6 |
| 2022-04-18 | Synthesis object file for `#[used]` and exported symbols | Gary Guo | -0/+69 |
| 2022-04-18 | ssa: don't pack debuginfo on windows not only msvc | David Wood | -1/+1 |
| 2022-04-08 | check_doc_keyword: don't alloc string for emptiness check | klensy | -2/+2 |
| 2022-04-04 | Auto merge of #95606 - petrochenkov:linkregr, r=wesleywiser | bors | -1/+6 |
| 2022-04-03 | Cleanup after some refactoring in rustc_target | Loïc BRANSTETT | -3/+3 |
| 2022-04-03 | Replace LinkArgs with Cow<'static, str> | Loïc BRANSTETT | -5/+6 |
| 2022-04-03 | Replace every Vec in Target(Options) with it's Cow equivalent | Loïc BRANSTETT | -2/+2 |
| 2022-04-03 | Replace every `String` in Target(Options) with `Cow<'static, str>` | Loïc BRANSTETT | -8/+8 |
| 2022-04-03 | linker: Implicitly link native libs as whole-archive in some more cases | Vadim Petrochenkov | -1/+6 |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier spe... | Vadim Petrochenkov | -41/+62 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -3/+3 |