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