| Age | Commit message (Expand) | Author | Lines |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -4/+4 |
| 2021-05-12 | Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot | bors | -40/+3 |
| 2021-05-11 | Add initial asm!() support for PowerPC | Dr. Chat | -0/+8 |
| 2021-05-10 | Add link to historic note | bjorn3 | -1/+2 |
| 2021-05-08 | Support -C passes in NewPM | Nikita Popov | -16/+38 |
| 2021-05-08 | Don't force -O1 with ThinLTO | Nikita Popov | -22/+0 |
| 2021-05-08 | Explicitly register GCOV profiling pass as well | Nikita Popov | -9/+10 |
| 2021-05-08 | Explicitly register instrprof pass | Nikita Popov | -1/+7 |
| 2021-05-08 | Make -Z new-llvm-pass-manager an Option<bool> | Nikita Popov | -1/+1 |
| 2021-05-07 | Remove cg_llvm::metadata module | bjorn3 | -26/+15 |
| 2021-05-07 | Use the object crate for metadata reading | bjorn3 | -90/+1 |
| 2021-05-07 | Rollup merge of #84991 - alexcrichton:target-feature-remap, r=nagisa | Dylan DPC | -15/+23 |
| 2021-05-07 | Rollup merge of #84875 - richkadel:no-coverage-dont-check-unused, r=tmandry | Yuki Okushi | -6/+2 |
| 2021-05-07 | Rollup merge of #84815 - richkadel:coverage-docs-update-2021-05, r=tmandry | Yuki Okushi | -1/+1 |
| 2021-05-06 | Removes unneeded check of `#[no_coverage]` in mapgen | Rich Kadel | -6/+2 |
| 2021-05-06 | Update coverage docs and command line help | Rich Kadel | -1/+1 |
| 2021-05-06 | rustc: Support Rust-specific features in -Ctarget-feature | Alex Crichton | -15/+23 |
| 2021-05-05 | Implement RFC 2951: Native link modifiers | Luqman Aden | -2/+3 |
| 2021-05-05 | Use local and remapped paths where appropriate | Andy Wang | -2/+2 |
| 2021-05-05 | Revamp RealFileName public methods | Andy Wang | -2/+2 |
| 2021-05-05 | Use RealFileName for Session::working_dir as it may also be remapped | Andy Wang | -2/+2 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -1/+1 |
| 2021-05-02 | Move wasm_import_module_map provider to cg_ssa | bjorn3 | -38/+2 |
| 2021-05-02 | Pass target_cpu to LinkerInfo::new instead of link_binary | bjorn3 | -2/+1 |
| 2021-05-02 | Rollup merge of #84752 - lrh2000:generator-debuginfo, r=tmandry | Dylan DPC | -30/+34 |
| 2021-04-30 | Remove artificial flag from generator variants | lrh2000 | -25/+8 |
| 2021-04-30 | Move outer fields of enums into variant parts in debuginfo | lrh2000 | -5/+26 |
| 2021-04-30 | Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkov | bors | -1/+1 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -1/+1 |
| 2021-04-28 | Update list of allowed aarch64 features | Adam Gemmell | -0/+6 |
| 2021-04-27 | Derived Eq no longer shows uncovered | Rich Kadel | -0/+5 |
| 2021-04-23 | Disable LLVM's new fptoint intrinsics on riscv64 | Alex Crichton | -2/+10 |
| 2021-04-21 | rustc: Use LLVM's new saturating float-to-int intrinsics | Alex Crichton | -73/+50 |
| 2021-04-17 | Don't set `fast`(-math) for certain simd ops | Simonas Kazlauskas | -31/+29 |
| 2021-04-14 | Add more SIMD math.h intrinsics | Jubilee Young | -2/+6 |
| 2021-04-09 | Auto merge of #84004 - mattico:print-target-features-improvements, r=petroche... | bors | -7/+76 |
| 2021-04-09 | Categorize and explain target features support | Matt Ickstadt | -7/+76 |
| 2021-04-08 | rustc: Add a new `wasm` ABI | Alex Crichton | -16/+28 |
| 2021-04-06 | Auto merge of #81234 - repnop:fn-alignment, r=lcnr | bors | -0/+3 |
| 2021-04-06 | Auto merge of #83592 - nagisa:nagisa/dso_local, r=davidtwco | bors | -8/+54 |
| 2021-04-05 | Allow specifying alignment for functions | Wesley Norris | -0/+3 |
| 2021-04-05 | Rollup merge of #82483 - tmiasko:option-from-str, r=matthewjasper | Dylan DPC | -1/+1 |
| 2021-04-05 | Rollup merge of #83841 - Amanieu:asm_clobber_feature, r=nagisa | Dylan DPC | -1/+26 |
| 2021-04-05 | Rollup merge of #80525 - devsnek:wasm64, r=nagisa | Dylan DPC | -7/+4 |
| 2021-04-04 | wasm64 | Gus Caplan | -7/+4 |
| 2021-04-04 | Allow clobbering unsupported registers in asm! | Amanieu d'Antras | -1/+26 |
| 2021-04-03 | Auto merge of #83774 - richkadel:zero-based-counters, r=tmandry | bors | -6/+2 |
| 2021-04-02 | Translate counters from Rust 1-based to LLVM 0-based counter ids | Rich Kadel | -6/+2 |
| 2021-04-03 | Move SanitizerSet to rustc_target | Simonas Kazlauskas | -5/+6 |
| 2021-04-03 | Manually set dso_local when its valid to do so | Simonas Kazlauskas | -8/+54 |