| Age | Commit message (Expand) | Author | Lines |
| 2020-03-24 | Add richer printing | Mark Rousskov | -1/+9 |
| 2020-03-24 | Remove attribute `#[structural_match]` and any references to it | Vadim Petrochenkov | -48/+43 |
| 2020-03-24 | Mark hotplug_codegen_backend as ignore-stage1 | bjorn3 | -0/+2 |
| 2020-03-24 | Implement Fuse with Option | Josh Stone | -255/+340 |
| 2020-03-24 | Move rustc-guide submodule to rustc-dev-guide | Santiago Pastorino | -8/+8 |
| 2020-03-24 | resolve: Remove `rustc_attrs` as a standalone feature gate | Vadim Petrochenkov | -98/+75 |
| 2020-03-24 | Fix placement of suggested generic param when bounds are present | Esteban Küber | -5/+7 |
| 2020-03-24 | fmt | Jeremy Stucki | -1/+1 |
| 2020-03-24 | must_use on split_off | Kornel | -2/+4 |
| 2020-03-24 | update mir opt test | Bastian Kauschke | -1/+1 |
| 2020-03-24 | Auto merge of #70190 - pietroalbini:gha, r=Mark-Simulacrum | bors | -29/+1157 |
| 2020-03-24 | spaces between braces really ruin readability | Without Boats | -4/+4 |
| 2020-03-24 | ci: add notice on top of the azure pipelines configuration | Pietro Albini | -0/+55 |
| 2020-03-24 | bootstrap: remove default and only_host from expand-yaml-anchors | Pietro Albini | -2/+0 |
| 2020-03-24 | ci: run the "bors build finished" jobs only during try and auto runs | Pietro Albini | -2/+4 |
| 2020-03-24 | ci: move the whole workspace directory on gha/linux | Pietro Albini | -1/+9 |
| 2020-03-24 | ci: run gha workflows for try, auto and master on the fork | Pietro Albini | -3/+3 |
| 2020-03-24 | ci: fix out of disk space errors on linux GHA | Pietro Albini | -4/+8 |
| 2020-03-24 | ci: don't move the build to C: on GitHub Actions | Pietro Albini | -1/+1 |
| 2020-03-24 | ci: add github actions configuration | Pietro Albini | -11/+1072 |
| 2020-03-24 | ci: rename script windows-symlink-build-dir to symlink-build-dir | Pietro Albini | -2/+2 |
| 2020-03-24 | ci: fix azure pipeline specific code in install-awscli | Pietro Albini | -1/+1 |
| 2020-03-24 | Remove unknown lint from deny attribute | bishtpawan | -18/+0 |
| 2020-03-24 | actually we can reject all reads from mutable allocs in const-prop | Ralf Jung | -6/+5 |
| 2020-03-24 | Clean up E0454 | Guillaume Gomez | -1/+3 |
| 2020-03-24 | Auto merge of #70163 - nikic:llvm-10-preparation, r=cuviper | bors | -12/+37 |
| 2020-03-24 | Add explanation for inner attribute | bishtpawan | -7/+35 |
| 2020-03-24 | improve normalize cycle error | Bastian Kauschke | -19/+29 |
| 2020-03-24 | Update tools_lints | bishtpawan | -2/+3 |
| 2020-03-24 | Auto merge of #69894 - vtbassmatt:master, r=nellshamrell | bors | -23/+36 |
| 2020-03-24 | rustc: remove rustc_hir_pretty dependency. | Mazdak Farrokhzad | -98/+100 |
| 2020-03-24 | Refactor changes | bishtpawan | -3/+0 |
| 2020-03-24 | rustc_typeck: remove rustc_hir_pretty usage | Mazdak Farrokhzad | -55/+53 |
| 2020-03-24 | fix const_prop ICE | Ralf Jung | -8/+15 |
| 2020-03-24 | Add long error explanation for E0710 #61137 | bishtpawan | -1/+29 |
| 2020-03-24 | bless you | Ralf Jung | -1/+1 |
| 2020-03-24 | get back the more precise error message | Ralf Jung | -4/+10 |
| 2020-03-24 | bless; add test for mutating a static | Ralf Jung | -4/+48 |
| 2020-03-24 | move ModifiedStatic error to ConstEval errors, and generally adjust terminolo... | Ralf Jung | -105/+117 |
| 2020-03-24 | Rollup merge of #70289 - nnethercote:refactor-codegen, r=eddyb | Mazdak Farrokhzad | -109/+104 |
| 2020-03-24 | Rollup merge of #70284 - lcnr:issue70273-what-the-heck-git, r=eddyb | Mazdak Farrokhzad | -15/+73 |
| 2020-03-24 | Rollup merge of #70259 - wesleywiser:use_reveal_all, r=eddyb | Mazdak Farrokhzad | -18/+68 |
| 2020-03-24 | Rollup merge of #70213 - eddyb:stalled-on-ty-or-const, r=nikomatsakis | Mazdak Farrokhzad | -67/+121 |
| 2020-03-24 | Rollup merge of #70077 - Aaron1011:feature/new-def-path-ident, r=petrochenkov | Mazdak Farrokhzad | -75/+345 |
| 2020-03-24 | Rollup merge of #70074 - Centril:unpanictry, r=petrochenkov | Mazdak Farrokhzad | -274/+584 |
| 2020-03-24 | Rollup merge of #69788 - ArekPiekarz:unstable_book_optin_builtin_traits, r=Dy... | Mazdak Farrokhzad | -1/+1 |
| 2020-03-24 | Rollup merge of #68884 - Zoxc:gen-type, r=nikomatsakis | Mazdak Farrokhzad | -95/+231 |
| 2020-03-23 | Request "-Z unstable-options" for unstable options | Jubilee | -1/+1 |
| 2020-03-24 | pacify missing sysroot spans issue | Mazdak Farrokhzad | -4/+9 |
| 2020-03-24 | fix rebase fallout due to #69497. | Mazdak Farrokhzad | -10/+25 |