| Age | Commit message (Expand) | Author | Lines |
| 2021-05-08 | Rollup merge of #85044 - ChrisDenton:file-exists, r=jackh726 | Dylan DPC | -1/+1 |
| 2021-05-07 | Use the object crate for metadata reading | bjorn3 | -0/+66 |
| 2021-05-07 | Use `path.exists()` instead of `fs::metadata(path).is_ok()` | Chris Denton | -1/+1 |
| 2021-05-07 | Rollup merge of #84866 - petrochenkov:wholesome, r=Mark-Simulacrum | Dylan DPC | -2/+0 |
| 2021-05-06 | illumos should put libc last in library search order | Joshua M. Clulow | -0/+8 |
| 2021-05-06 | linker: Avoid library duplication with `/WHOLEARCHIVE` | Vadim Petrochenkov | -2/+0 |
| 2021-05-06 | Rollup merge of #83507 - luqmana:native-link-modifiers, r=petrochenkov | Dylan DPC | -65/+148 |
| 2021-05-06 | Auto merge of #84468 - iladin:iladin/fix-84467, r=petrochenkov | bors | -2/+4 |
| 2021-05-05 | Implement RFC 2951: Native link modifiers | Luqman Aden | -65/+148 |
| 2021-05-02 | Move wasm_import_module_map provider to cg_ssa | bjorn3 | -0/+29 |
| 2021-05-02 | Pass target_cpu to LinkerInfo::new instead of link_binary | bjorn3 | -33/+20 |
| 2021-05-01 | Deduplicate native libs before they are passed to the linker | Chris Denton | -0/+8 |
| 2021-04-30 | Fix linker_args with --target=sparcv9-sun-solaris | Daniel Silverman | -2/+4 |
| 2021-04-14 | Fix typos in rustc_codegen_ssa/src/back/write.rs. | Edd Barrett | -2/+2 |
| 2021-04-05 | Rollup merge of #82483 - tmiasko:option-from-str, r=matthewjasper | Dylan DPC | -1/+1 |
| 2021-04-05 | Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisa | Dylan DPC | -8/+3 |
| 2021-04-05 | Rollup merge of #80525 - devsnek:wasm64, r=nagisa | Dylan DPC | -1/+1 |
| 2021-04-04 | wasm64 | Gus Caplan | -1/+1 |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -8/+3 |
| 2021-04-03 | Auto merge of #83682 - bjorn3:mmap_wrapper, r=cjgillot | bors | -2/+4 |
| 2021-04-03 | rm target specific logic in link_sanitizer_runtime | Simonas Kazlauskas | -22/+14 |
| 2021-04-03 | Move SanitizerSet to rustc_target | Simonas Kazlauskas | -5/+6 |
| 2021-03-30 | Add an Mmap wrapper to rustc_data_structures | bjorn3 | -2/+4 |
| 2021-03-28 | linker: Use data execution prevention options by default when linker supports... | Vadim Petrochenkov | -0/+17 |
| 2021-03-28 | linker: Use `--as-needed` by default when linker supports it | Vadim Petrochenkov | -0/+13 |
| 2021-03-19 | coverage bug fixes and optimization support | Rich Kadel | -5/+3 |
| 2021-03-18 | Upgrade memmap to memmap2 in other crates. | Camille GILLOT | -2/+2 |
| 2021-03-11 | Adjust some `#[cfg]`s to take non-Unix non-Windows operating systems into acc... | hyd-dev | -2/+7 |
| 2021-03-09 | Remove hir::Crate::attrs. | Camille GILLOT | -6/+4 |
| 2021-03-09 | Use FromStr trait for number option parsing | Tomasz Miąsko | -1/+1 |
| 2021-03-03 | Fix tests | Ryan Levick | -1/+1 |
| 2021-02-26 | Rollup merge of #82535 - wesleywiser:wip_codegen_thread_names, r=nagisa | Guillaume Gomez | -47/+77 |
| 2021-02-26 | Rollup merge of #82456 - klensy:or-else, r=estebank | Guillaume Gomez | -1/+1 |
| 2021-02-25 | Set codegen thread names | Wesley Wiser | -47/+77 |
| 2021-02-25 | Rollup merge of #82214 - est31:no_to_string, r=oli-obk | Dylan DPC | -5/+5 |
| 2021-02-23 | replaced some unwrap_or with unwrap_or_else | klensy | -1/+1 |
| 2021-02-23 | Auto merge of #82127 - tgnottingham:tune-ahead-of-time-codegen, r=varkor | bors | -9/+64 |
| 2021-02-23 | Auto merge of #82102 - nagisa:nagisa/fix-dwo-name, r=davidtwco | bors | -1/+1 |
| 2021-02-22 | Rollup merge of #82367 - matthiaskrgr:wraps, r=petrochenkov | Yuki Okushi | -4/+4 |
| 2021-02-21 | rustc_codegen_ssa: remove unneeded wrapping of return type of execute_copy_fr... | Matthias Krüger | -4/+4 |
| 2021-02-21 | Rollup merge of #81966 - deg4uss3r:degausser/aarch64_apple_ios_sim, r=shepmaster | Yuki Okushi | -0/+1 |
| 2021-02-19 | added aarch64_apple_ios_sim as a rustc target | Ricky (deg4uss3r) | -0/+1 |
| 2021-02-17 | Remove redundant to_string calls | est31 | -5/+5 |
| 2021-02-15 | rustc_codegen_ssa: tune codegen according to available concurrency | Tyson Nottingham | -9/+64 |
| 2021-02-14 | Don't fail to remove files if they are missing | Simonas Kazlauskas | -11/+14 |
| 2021-02-14 | Set path of the compile unit to the source directory | Simonas Kazlauskas | -1/+1 |
| 2021-02-07 | HWASan support | Tri Vo | -0/+3 |
| 2021-01-29 | Rollup merge of #80215 - visigoth:issue-80202-fix, r=estebank | Yuki Okushi | -2/+7 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -48/+56 |
| 2021-01-24 | Rollup merge of #80933 - rcvalle:fix-sysroot-option, r=nagisa | Jonas Schievink | -7/+21 |