| Age | Commit message (Expand) | Author | Lines |
| 2020-04-07 | Use assoc integer constants in librustc_* | Linus Färnstrand | -1/+1 |
| 2020-04-04 | Do not lose or reorder user-provided linker arguments | Vadim Petrochenkov | -16/+8 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -15/+17 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -17/+17 |
| 2020-03-28 | Auto merge of #70095 - jsgf:link-native, r=nagisa | bors | -3/+10 |
| 2020-03-27 | Rollup merge of #70345 - nnethercote:rm-no_integrated_as, r=alexcrichton | Mazdak Farrokhzad | -65/+1 |
| 2020-03-27 | Implement -Zlink-native-libraries | Jeremy Fitzhardinge | -3/+10 |
| 2020-03-27 | Rollup merge of #70068 - jclulow:illumos-gcc, r=cramertj | Dylan DPC | -1/+13 |
| 2020-03-27 | Remove `no_integrated_as` mode. | Nicholas Nethercote | -65/+1 |
| 2020-03-26 | Introduce `EmitObj`. | Nicholas Nethercote | -32/+49 |
| 2020-03-25 | Remove `TargetOptions::embed_bitcode`. | Nicholas Nethercote | -9/+8 |
| 2020-03-24 | Rollup merge of #70289 - nnethercote:refactor-codegen, r=eddyb | Mazdak Farrokhzad | -17/+22 |
| 2020-03-23 | Combine `ModuleConfig::embed_bitcode{,_marker}`. | Nicholas Nethercote | -14/+22 |
| 2020-03-22 | don't create variable bindings just to return the bound value immediately (cl... | Matthias Krüger | -7/+3 |
| 2020-03-21 | Rollup merge of #69965 - mark-i-m:codegen-utils, r=eddyb | Mazdak Farrokhzad | -14/+16 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -1/+1 |
| 2020-03-19 | Refactorings to begin getting rid of rustc_codegen_utils | Mark Mansi | -14/+16 |
| 2020-03-19 | Remove unused `ModuleConfig::emit_lto_bc` field. | Nicholas Nethercote | -3/+0 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -15/+15 |
| 2020-03-17 | review feedback: add a comment describing the situation | Joshua M. Clulow | -0/+6 |
| 2020-03-17 | Auto merge of #69519 - 12101111:remove-proc-macro-check, r=nagisa | bors | -5/+6 |
| 2020-03-16 | use "gcc" instead of "cc" on *-sun-solaris systems when linking | Joshua M. Clulow | -1/+7 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -15/+15 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -1/+1 |
| 2020-03-14 | Update `krate_attrs` and `get_module` | John Kåre Alsaker | -2/+2 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -0/+14 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-05 | Link to libgcc dynamically on windows-gnu when using dylib crates | Amanieu d'Antras | -0/+14 |
| 2020-03-04 | Don't use "if let" bindings to only check a value and not actually bind anyth... | Matthias Krüger | -1/+1 |
| 2020-03-03 | Rollup merge of #69650 - matthiaskrgr:clnp, r=varkor | Dylan DPC | -1/+1 |
| 2020-03-03 | Improve linking of crates with circular dependencies | Tomasz Miąsko | -7/+15 |
| 2020-03-03 | Run format. | 12101111 | -1/+2 |
| 2020-03-03 | Don't use static crt by default when build proc-macro. | 12101111 | -5/+5 |
| 2020-03-03 | Use .nth(x) instead of .skip(x).next() on iterators. | Matthias Krüger | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -2/+2 |
| 2020-02-28 | simplify condition in start_executing_work() | Matthias Krüger | -5/+5 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -8/+8 |
| 2020-02-21 | Detect Chocolatey MinGW installation | Mateusz Mikuła | -3/+10 |
| 2020-02-21 | Fix MinGW detection for Cygwin | Mateusz Mikuła | -8/+7 |
| 2020-02-12 | Rollup merge of #67954 - nikic:new-pm, r=nagisa | Dylan DPC | -0/+3 |
| 2020-02-12 | Add support for new pass manager | Nikita Popov | -0/+3 |
| 2020-02-11 | rustbuild: include channel in sanitizers installed name | Marc-Antoine Perennou | -2/+5 |
| 2020-02-10 | self-profile: Support arguments for generic_activities. | Michael Woerister | -7/+14 |
| 2020-02-05 | Auto merge of #67429 - mati865:mingw-ultimate-fix, r=alexcrichton | bors | -0/+78 |
| 2020-02-04 | Prefer system MinGW libs when available | Mateusz Mikuła | -0/+78 |
| 2020-02-01 | Auto merge of #68133 - Centril:slimmer-syntax, r=petrochenkov | bors | -1/+1 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-28 | Add support for Control Flow Guard on Windows. | Andrew Paverd | -1/+26 |
| 2020-01-24 | Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichton | bors | -24/+71 |
| 2020-01-24 | Rollup merge of #68473 - nopsledder:rust_sanitizer_fuchsia, r=alexcrichton | Tyler Mandry | -1/+1 |