| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-07-26 | Auto merge of #98989 - dpaoliello:rawdylibbin, r=michaelwoerister | bors | -8/+48 |
| 2022-07-25 | feat: impl export-executable-symbols | csmoe | -5/+19 |
| 2022-07-22 | Enable raw-dylib for binaries | Daniel Paoliello | -8/+48 |
| 2022-07-21 | Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwco | bors | -0/+2 |
| 2022-07-14 | Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillot | bors | -22/+3 |
| 2022-07-14 | rustc: add ability to output regular LTO bitcode modules | Ziv Dunkelman | -0/+2 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -39/+38 |
| 2022-07-08 | Auto merge of #98638 - bjorn3:less_string_interning, r=tmiasko | bors | -60/+55 |
| 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-06 | incr: cache dwarf objects in work products | David Wood | -24/+51 |
| 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 | -26/+6 |
| 2022-06-28 | Reduce usage of Symbol in the linker code | bjorn3 | -60/+55 |
| 2022-06-24 | Rollup merge of #98214 - petrochenkov:islike, r=compiler-errors | Yuki Okushi | -2/+2 |
| 2022-06-24 | Rollup merge of #97633 - mkroening:object-osabi, r=petrochenkov | Yuki Okushi | -5/+14 |
| 2022-06-23 | Rollup merge of #98355 - hoodmane:emscripten-no-default, r=petrochenkov | Michael Goulet | -1/+1 |
| 2022-06-23 | Session object: Set OS/ABI | Martin Kröning | -1/+9 |
| 2022-06-21 | Update Emscripten's no_default_libraries handling | Hood Chatham | -1/+1 |
| 2022-06-21 | Auto merge of #98098 - bjorn3:archive_refactor, r=michaelwoerister | bors | -24/+21 |
| 2022-06-19 | Rollup merge of #98146 - hoodmane:remove-memory-init-flag, r=petrochenkov | Dylan DPC | -2/+0 |
| 2022-06-19 | Remove the source archive functionality of ArchiveWriter | bjorn3 | -3/+3 |
| 2022-06-19 | Fix "Remove src_files and remove_file" | bjorn3 | -3/+4 |
| 2022-06-18 | ENH Move --memory-init-file flag from EmLinker to asmjs target spec | Hood Chatham | -2/+0 |
| 2022-06-19 | Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se | Matthias Krüger | -1/+1 |
| 2022-06-18 | Rollup merge of #98150 - hoodmane:emscripten-g4, r=sbc100 | Yuki Okushi | -2/+2 |
| 2022-06-18 | rustc_target: Remove some redundant target properties | Vadim Petrochenkov | -2/+2 |
| 2022-06-17 | Replace -g4 with -gsource-map | Hood Chatham | -2/+2 |
| 2022-06-16 | Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}` | Maybe Waffle | -1/+1 |
| 2022-06-16 | Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi... | Matthias Krüger | -1/+1 |
| 2022-06-16 | Support lint expectations for `--force-warn` lints (RFC 2383) | xFrednet | -1/+1 |
| 2022-06-14 | Remove src_files and remove_file | bjorn3 | -19/+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-06-07 | Rollup merge of #97058 - bjorn3:multi_artifact_work_products, r=nagisa | Dylan DPC | -29/+25 |
| 2022-06-06 | Make saved_file field of WorkProduct non-optional | bjorn3 | -23/+19 |
| 2022-06-06 | Factor Option out of copy_cgu_workproduct_to_incr_comp_cache_dir call | bjorn3 | -6/+6 |
| 2022-06-06 | Avoid an unnecessary clone for copy_cgu_workproduct_to_incr_comp_cache_dir calls | bjorn3 | -2/+2 |
| 2022-06-03 | Fix emscripten linker invocation | bjorn3 | -13/+6 |
| 2022-06-03 | Avoid rustc_serialize in linker.rs | bjorn3 | -16/+13 |
| 2022-06-01 | Session object: Decouple e_flags from FileFlags | Martin Kröning | -5/+6 |
| 2022-05-29 | Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoerister | Guillaume Gomez | -43/+37 |
| 2022-05-25 | Simplify implementation of `-Z gcc-ld` | Vadim Petrochenkov | -37/+15 |
| 2022-05-24 | Add support for embedding pretty printers via the `#[debugger_visualizer]` at... | ridwanabdillahi | -43/+37 |