| Age | Commit message (Expand) | Author | Lines |
| 2021-05-08 | Make -Z new-llvm-pass-manager an Option<bool> | Nikita Popov | -1/+1 |
| 2021-05-08 | Rollup merge of #85044 - ChrisDenton:file-exists, r=jackh726 | Dylan DPC | -1/+1 |
| 2021-05-07 | Disable wasm feature of object in cg_ssa | bjorn3 | -1/+5 |
| 2021-05-07 | Use the object crate for metadata reading | bjorn3 | -0/+67 |
| 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 | -66/+150 |
| 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 | -66/+150 |
| 2021-05-05 | Use local and remapped paths where appropriate | Andy Wang | -1/+1 |
| 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 | -35/+24 |
| 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-30 | Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkov | bors | -5/+22 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -5/+22 |
| 2021-04-28 | Update list of allowed aarch64 features | Adam Gemmell | -2/+75 |
| 2021-04-28 | Auto merge of #84498 - workingjubilee:update-grab-bag, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-04-23 | Use tempfile | Jubilee Young | -1/+1 |
| 2021-04-23 | Auto merge of #84339 - alexcrichton:llvm-fptoint-sat, r=nagisa | bors | -133/+36 |
| 2021-04-21 | bump jobserver dependency | The8472 | -1/+1 |
| 2021-04-21 | rustc: Use LLVM's new saturating float-to-int intrinsics | Alex Crichton | -133/+36 |
| 2021-04-14 | Fix typos in rustc_codegen_ssa/src/back/write.rs. | Edd Barrett | -2/+2 |
| 2021-04-08 | Fix closed over variables not available in debuginfo for Windows MSVC | Wesley Wiser | -15/+51 |
| 2021-04-07 | Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov | Dylan DPC | -34/+30 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -34/+30 |
| 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 | -10/+3 |
| 2021-04-05 | Rollup merge of #80525 - devsnek:wasm64, r=nagisa | Dylan DPC | -2/+2 |
| 2021-04-04 | wasm64 | Gus Caplan | -2/+2 |
| 2021-04-03 | Auto merge of #83811 - JohnTitor:rollup-hnw1xwz, r=JohnTitor | bors | -0/+1 |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -10/+3 |
| 2021-04-04 | Rollup merge of #83803 - surechen:add_target_feature, r=petrochenkov | Yuki Okushi | -0/+1 |
| 2021-04-03 | Auto merge of #83682 - bjorn3:mmap_wrapper, r=cjgillot | bors | -3/+4 |
| 2021-04-03 | add fp-armv8 for ARM_ALLOWED_FEATURES | surechen | -0/+1 |
| 2021-04-03 | Auto merge of #83774 - richkadel:zero-based-counters, r=tmandry | bors | -17/+84 |
| 2021-04-02 | Translate counters from Rust 1-based to LLVM 0-based counter ids | Rich Kadel | -17/+84 |
| 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 | -3/+4 |
| 2021-03-28 | linker: Use data execution prevention options by default when linker supports... | Vadim Petrochenkov | -0/+17 |
| 2021-03-28 | Auto merge of #83587 - petrochenkov:asneeded, r=nagisa | bors | -0/+13 |
| 2021-03-28 | linker: Use `--as-needed` by default when linker supports it | Vadim Petrochenkov | -0/+13 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -3/+2 |
| 2021-03-25 | Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandry | bors | -15/+42 |
| 2021-03-23 | Changes from review comments | Rich Kadel | -15/+4 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -1/+1 |
| 2021-03-20 | update `const_eval_resolve` | lcnr | -2/+2 |