| Age | Commit message (Expand) | Author | Lines |
| 2020-07-29 | Auto merge of #72049 - mati865:mingw-lld, r=petrochenkov | bors | -5/+5 |
| 2020-07-29 | MinGW: emit dllexport/dllimport by rustc | Mateusz Mikuła | -5/+5 |
| 2020-07-27 | mv std libs to library/ | mark | -1/+1 |
| 2020-07-22 | build: Remove unnecessary `cargo:rerun-if-env-changed` annotations | Vadim Petrochenkov | -1/+1 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -0/+14 |
| 2020-06-26 | errors: use `-Z terminal-width` in JSON emitter | David Wood | -4/+12 |
| 2020-06-20 | Support sanitizers on aarch64-unknown-linux-gnu | Tomasz Miąsko | -5/+13 |
| 2020-06-14 | Diagnose use of incompatible sanitizers | Tomasz Miąsko | -37/+33 |
| 2020-06-09 | Handle assembler warnings properly | Amanieu d'Antras | -0/+3 |
| 2020-05-30 | Rollup merge of #72669 - petrochenkov:smclean, r=Mark-Simulacrum | Ralf Jung | -40/+15 |
| 2020-05-28 | standardize limit comparisons with `Limit` type | David Wood | -6/+48 |
| 2020-05-27 | rustc_session: Cleanup session creation | Vadim Petrochenkov | -40/+15 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -16/+39 |
| 2020-05-18 | Implement AST lowering for asm! | Amanieu d'Antras | -0/+16 |
| 2020-05-17 | Auto merge of #72248 - petrochenkov:codemodel, r=Amanieu | bors | -1/+6 |
| 2020-05-16 | rustc_target: Stop using "string typing" for code models | Vadim Petrochenkov | -1/+6 |
| 2020-05-14 | Consistently use LLVM lifetime markers during codegen | Tomasz Miąsko | -0/+10 |
| 2020-05-11 | Rollup merge of #72067 - jonas-schievink:fuel-warn, r=varkor | Dylan DPC | -1/+1 |
| 2020-05-10 | Emit a warning when optimization fuel runs out | Jonas Schievink | -1/+1 |
| 2020-05-10 | Auto merge of #71775 - petrochenkov:crtcfg, r=matthewjasper | bors | -8/+3 |
| 2020-05-05 | Rollup merge of #69984 - lenary:lenary/force-uwtables, r=hanna-kruppe | Dylan DPC | -0/+44 |
| 2020-05-04 | Add Option to Force Unwind Tables | Sam Elliott | -0/+44 |
| 2020-05-03 | Auto merge of #71631 - RalfJung:miri-unleash-the-gates, r=oli-obk | bors | -1/+47 |
| 2020-05-03 | fmt | Ralf Jung | -1/+1 |
| 2020-05-03 | warn about each skipped feature gate | Ralf Jung | -21/+27 |
| 2020-05-03 | Enable `cfg` predicate for `target_feature = "crt-static"` only if the target... | Vadim Petrochenkov | -8/+3 |
| 2020-05-02 | fix miri-unleash delayed sanity checking | Ralf Jung | -9/+14 |
| 2020-05-02 | make sure the miri-unleash-flag is not used to circumvent feature gates | Ralf Jung | -1/+36 |
| 2020-05-02 | cleanup: `config::CrateType` -> `CrateType` | Vadim Petrochenkov | -6/+6 |
| 2020-04-29 | Remove Session::no_landing_pads() | Amanieu d'Antras | -3/+0 |
| 2020-04-29 | Remove -Z no-landing-pads flag | Amanieu d'Antras | -1/+1 |
| 2020-04-26 | rustc_target: Stop using "string typing" for TLS models | Vadim Petrochenkov | -1/+5 |
| 2020-04-26 | rustc_target: Stop using "string typing" for relocation models | Vadim Petrochenkov | -1/+5 |
| 2020-04-19 | Replace uses of `parse_opt_*` with `parse_*` where possible. | Nicholas Nethercote | -4/+4 |
| 2020-04-04 | Auto merge of #69718 - arlosi:debughash, r=eddyb | bors | -26/+30 |
| 2020-04-03 | Auto merge of #70156 - michaelwoerister:incr-cgus, r=nikomatsakis | bors | -0/+7 |
| 2020-04-02 | Add hash of source files in debug info | Arlo Siemsen | -26/+30 |
| 2020-04-02 | Translate the virtual `/rustc/$hash` prefix back to a real directory. | Eduard-Mihai Burtescu | -0/+30 |
| 2020-03-31 | Make the rustc respect the `-C codegen-units` flag in incremental mode. | Michael Woerister | -0/+7 |
| 2020-03-23 | query normalize_generic_arg_after_erasing_regions | Bastian Kauschke | -4/+4 |
| 2020-03-21 | move CrateDisambiguator -> rustc_ast | Mazdak Farrokhzad | -49/+10 |
| 2020-03-17 | Auto merge of #69519 - 12101111:remove-proc-macro-check, r=nagisa | bors | -8/+17 |
| 2020-03-14 | rustc_metadata: Remove `rmeta::MacroDef` | Vadim Petrochenkov | -6/+0 |
| 2020-03-10 | [Miri] Use a session variable instead of checking for an env var always | Wesley Wiser | -0/+24 |
| 2020-03-10 | When `crate_type` is `None`,check compiler options | 12101111 | -1/+1 |
| 2020-03-08 | Simplify checking of crt_static_feature() | 12101111 | -26/+10 |
| 2020-03-05 | Add a new test to reach const_limit setting, although with wrong WARNINGs yet | Christoph Schmidler | -2/+2 |
| 2020-03-05 | Prepare const_limit feature gate and attribute | Christoph Schmidler | -0/+4 |
| 2020-03-03 | Run format. | 12101111 | -1/+1 |
| 2020-03-03 | Don't use static crt by default when build proc-macro. | 12101111 | -8/+33 |