| Age | Commit message (Expand) | Author | Lines |
| 2019-03-19 | rustc: Update linker flavor inference from filename | Alex Crichton | -8/+11 |
| 2019-03-14 | Use try blocks in rustc_codegen_ssa | Taiki Endo | -9/+6 |
| 2019-03-10 | Replace TimeLine with SelfProfiler | Wesley Wiser | -52/+66 |
| 2019-03-08 | Rollup merge of #58984 - estebank:multi-treat-err-as-bug, r=oli-obk | Pietro Albini | -1/+1 |
| 2019-03-06 | Make `-Z treat-err-as-bug` take a number of errors to be emitted | Esteban Küber | -1/+1 |
| 2019-03-05 | Use non_erasable_generics for codegen | varkor | -1/+1 |
| 2019-03-03 | Wrap the self-profiler in an `Arc<Mutex<>>` | Wesley Wiser | -0/+24 |
| 2019-03-02 | hir: remove NodeId from StructField | ljedrz | -6/+6 |
| 2019-02-26 | replace &'tcx Substs with SubstsRef | csmoe | -3/+3 |
| 2019-02-25 | librustc_codegen_ssa: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -17/+17 |
| 2019-02-14 | Rollup merge of #58378 - alexcrichton:incremental-lto, r=michaelwoerister | Mazdak Farrokhzad | -17/+58 |
| 2019-02-13 | Rollup merge of #58057 - michaelwoerister:stabilize-xlto, r=alexcrichton | Mazdak Farrokhzad | -19/+19 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -4/+4 |
| 2019-02-12 | Fix some rebasing fallout regarding xLTO. | Michael Woerister | -1/+1 |
| 2019-02-12 | Stabilize linker-plugin based LTO. | Michael Woerister | -18/+18 |
| 2019-02-12 | rustc: Implement incremental "fat" LTO | Alex Crichton | -17/+58 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -4/+4 |
| 2019-02-09 | librustc_codegen_ssa => 2018 | Taiki Endo | -7/+6 |
| 2019-01-29 | Provide PTXLinker with fallback to internal `target-cpu` | Denys Zariaiev | -0/+6 |
| 2019-01-28 | Adjust PTXLinker LTO logic and CLI | Denys Zariaiev | -9/+8 |
| 2019-01-27 | Create `nvptx64-nvidia-cuda` target specification | Denys Zariaiev | -0/+126 |
| 2019-01-26 | Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelix | bors | -1/+2 |
| 2019-01-24 | Implement optimize(size) and optimize(speed) | Simonas Kazlauskas | -1/+2 |
| 2019-01-23 | Don't export table by default in wasm | Sergey Pepyakin | -3/+0 |
| 2019-01-19 | Rollup merge of #57573 - Xanewok:querify-entry-fn, r=Zoxc | Mazdak Farrokhzad | -1/+1 |
| 2019-01-19 | Rollup merge of #57268 - peterhj:peterhj-optmergefunc, r=nagisa | Mazdak Farrokhzad | -2/+19 |
| 2019-01-15 | Querify entry_fn | Igor Matuszewski | -1/+1 |
| 2019-01-13 | Querify local plugin_registrar_fn | Igor Matuszewski | -3/+2 |
| 2019-01-13 | Querify local proc_macro_decls_static | Igor Matuszewski | -3/+2 |
| 2019-01-05 | Add a target option "merge-functions" taking values in ("disabled", | Peter Jin | -2/+19 |
| 2019-01-04 | rustc: Place wasm linker args first instead of last | Alex Crichton | -60/+62 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -80/+0 |
| 2018-12-14 | Auto merge of #56351 - davidtwco:issue-55396-stabilize-linker-flavor, r=nagisa | bors | -5/+1 |
| 2018-12-13 | Stabilize `linker-flavor` flag. | David Wood | -5/+1 |
| 2018-12-12 | Remove `Session::sysroot()`. | Nicholas Nethercote | -2/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -2/+2 |
| 2018-12-07 | Auto merge of #56502 - Zoxc:hir-func, r=eddyb | bors | -9/+9 |
| 2018-12-07 | Auto merge of #56487 - nikic:discard-modules-earlier, r=alexcrichton | bors | -88/+124 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -9/+9 |
| 2018-12-06 | Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavis | Pietro Albini | -1/+1 |
| 2018-12-04 | Serialize modules into ThinBuffer after initial optimization | Nikita Popov | -15/+19 |
| 2018-12-04 | Remove unnecessary parts of run_fat_lto signature | Nikita Popov | -2/+4 |
| 2018-12-04 | Separate out methods for running thin and fat LTO | Nikita Popov | -2/+2 |
| 2018-12-04 | Separate codepaths for fat and thin LTO in write.rs | Nikita Popov | -27/+56 |
| 2018-12-04 | Refactor LTO type determination | Nikita Popov | -35/+41 |
| 2018-12-04 | Extract free_worker closure | Nikita Popov | -23/+18 |
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -1/+1 |
| 2018-12-03 | codegen_llvm_back: improve allocations | ljedrz | -3/+4 |
| 2018-12-01 | Rollup merge of #56349 - davidtwco:issue-55396-inference-extension, r=nagisa | kennytm | -1/+5 |
| 2018-11-30 | proc_macro: introduce a "bridge" between clients (proc macros) and servers (c... | Eduard-Mihai Burtescu | -1/+1 |