| Age | Commit message (Expand) | Author | Lines |
| 2019-10-25 | ci: extract enabling ipv6 on docker into a script | Pietro Albini | -9/+19 |
| 2019-10-25 | ci: extract installing ninja into a script | Pietro Albini | -14/+21 |
| 2019-10-25 | ci: extract installing mingw into a script | Pietro Albini | -40/+51 |
| 2019-10-25 | ci: extract installing msys2 into a script | Pietro Albini | -52/+47 |
| 2019-10-25 | ci: extract disabling git crlf handling into a script | Pietro Albini | -5/+20 |
| 2019-10-25 | ci: extract parts of windows-build-deps into scripts | Pietro Albini | -35/+68 |
| 2019-10-25 | ci: extract switching xcode into a script | Pietro Albini | -8/+18 |
| 2019-10-25 | ci: extract installing clang into a script | Pietro Albini | -47/+58 |
| 2019-10-25 | ci: extract installing sccache into a script | Pietro Albini | -22/+46 |
| 2019-10-25 | ci: extract dumping the environment into a script | Pietro Albini | -10/+21 |
| 2019-10-25 | ci: move install-awscli.sh into scripts/ | Pietro Albini | -1/+1 |
| 2019-10-25 | Auto merge of #65764 - Manishearth:clippyup, r=Manishearth | bors | -21/+16 |
| 2019-10-25 | Rollup merge of #65775 - matthewjasper:reempty, r=pnkfelix | Mazdak Farrokhzad | -2/+26 |
| 2019-10-25 | Rollup merge of #65763 - ObsidianMinor:diag/65642, r=varkor | Mazdak Farrokhzad | -14/+29 |
| 2019-10-25 | Rollup merge of #65747 - Centril:union-issue-fix, r=varkor | Mazdak Farrokhzad | -8/+16 |
| 2019-10-25 | Rollup merge of #65742 - Centril:gate-pre-expansion-subset, r=davidtwco | Mazdak Farrokhzad | -182/+295 |
| 2019-10-25 | Rollup merge of #65666 - XiangQingW:proc_macro, r=petrochenkov | Mazdak Farrokhzad | -0/+27 |
| 2019-10-25 | Rollup merge of #65414 - davidtwco:issue-65157-non-exhaustive-always-useful, ... | Mazdak Farrokhzad | -49/+75 |
| 2019-10-25 | Rollup merge of #65408 - guanqun:remove-rust-optimize, r=Mark-Simulacrum | Mazdak Farrokhzad | -15/+15 |
| 2019-10-25 | Rollup merge of #65390 - GuillaumeGomez:long-err-explanation-E0576, r=matthew... | Mazdak Farrokhzad | -3/+30 |
| 2019-10-25 | Rollup merge of #62959 - LukasKalbertodt:array-value-iter, r=scottmcm | Mazdak Farrokhzad | -1/+696 |
| 2019-10-25 | Auto merge of #65771 - Centril:rollup-upfsvrb, r=Centril | bors | -638/+715 |
| 2019-10-24 | Fix more `ReEmpty` ICEs | Matthew Jasper | -2/+26 |
| 2019-10-24 | Rollup merge of #65766 - alexcrichton:less-inline-hashbrown, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2019-10-24 | Rollup merge of #65755 - estebank:icicle, r=davidtwco | Mazdak Farrokhzad | -5/+96 |
| 2019-10-24 | Rollup merge of #65753 - csmoe:derive_fold, r=Centril | Mazdak Farrokhzad | -2/+18 |
| 2019-10-24 | Rollup merge of #65746 - estebank:newcomer-format, r=Centril | Mazdak Farrokhzad | -6/+19 |
| 2019-10-24 | Rollup merge of #65729 - Wind-River:master_003, r=alexcrichton | Mazdak Farrokhzad | -2/+5 |
| 2019-10-24 | Rollup merge of #65710 - ehuss:update-cargo, r=alexcrichton | Mazdak Farrokhzad | -0/+0 |
| 2019-10-24 | Rollup merge of #65627 - varkor:const-generics-forbid-non-structural_match, r... | Mazdak Farrokhzad | -207/+230 |
| 2019-10-24 | rustc_interface: Remove `ExpansionResult` and some `Steal`s | Vadim Petrochenkov | -28/+14 |
| 2019-10-24 | rustc_metadata: Minimize use of `Lrc` in crate store | Vadim Petrochenkov | -47/+41 |
| 2019-10-24 | rustc_metadata: Remove `RwLock` from `CStore` | Vadim Petrochenkov | -25/+26 |
| 2019-10-24 | Turn crate store into a resolver output | Vadim Petrochenkov | -100/+102 |
| 2019-10-24 | rustc: Combine resolver outputs into a single struct | Vadim Petrochenkov | -50/+41 |
| 2019-10-24 | resolve: Privatize all resolver fields | Vadim Petrochenkov | -50/+61 |
| 2019-10-24 | rustc: Add a convenience alias for `dyn MetadataLoader + Sync` | Vadim Petrochenkov | -10/+12 |
| 2019-10-24 | rustc_metadata: Move some code around | Vadim Petrochenkov | -98/+84 |
| 2019-10-24 | rustc_metadata: Remove unnecessary use of crate store in plugin loader | Vadim Petrochenkov | -83/+41 |
| 2019-10-24 | rustc_driver: Remove unnecessary use of crate store | Vadim Petrochenkov | -7/+7 |
| 2019-10-25 | Don't assert for different instance on impl trait alias | csmoe | -2/+18 |
| 2019-10-24 | workaround msys2 bug | Mateusz MikuĊa | -0/+23 |
| 2019-10-24 | reorder TomlTarget struct's fields based on the order in config.toml.example | Guanqun Lu | -2/+2 |
| 2019-10-24 | reorder Rust struct's fields based on the order in config.toml.example | Guanqun Lu | -5/+5 |
| 2019-10-24 | reorder Install struct's fields based on the order in config.toml.example | Guanqun Lu | -1/+1 |
| 2019-10-24 | reorder Build struct's fields based on the order in config.toml.example | Guanqun Lu | -4/+4 |
| 2019-10-24 | reorder Llvm struct's fields based on the order in config.toml.example | Guanqun Lu | -3/+3 |
| 2019-10-24 | Update clippy | Manish Goregaokar | -21/+16 |
| 2019-10-24 | Update hashbrown to 0.6.2 | Alex Crichton | -1/+1 |
| 2019-10-24 | Changed APIT with explicit generic args span to specific arg spans | Sydney Acksman | -14/+29 |