about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-05-05Auto merge of #60544 - petrochenkov:parder, r=eddybbors-169/+143
2019-05-05Auto merge of #60525 - eddyb:namespaces-not-kinds, r=petrochenkovbors-121/+86
2019-05-05Auto merge of #60508 - varkor:const-generics-fold-ct-err, r=petrochenkovbors-36/+106
2019-05-05Auto merge of #60476 - froydnj:aarch64-profiling, r=alexcrichtonbors-1/+4
2019-05-04Early error for mixing order of const and type parametersvarkor-13/+27
2019-05-04Delegate SmallVec's stable_hash to array's stable_hash.Jesper Steen Møller-3/+1
2019-05-04Hash all of the import_ids for the TraitCandidate.Jesper Steen Møller-6/+18
2019-05-04Removed unneccesary reference for trait nameJesper Steen Møller-4/+4
2019-05-04Use binding autoref, because we can.Jesper Steen Møller-2/+2
2019-05-04Reuse 'kind' parameter.Jesper Steen Møller-1/+1
2019-05-04Improved name: first_import_idJesper Steen Møller-2/+2
2019-05-04Revert the introduced typedefsJesper Steen Møller-13/+9
2019-05-04Fix misleading indentationJesper Steen Møller-6/+5
2019-05-04Fix #45268 by saving all NodeId's for resolved traits.Jesper Steen Møller-49/+122
2019-05-04Remove `Res::Label`Vadim Petrochenkov-23/+24
2019-05-04Rename `Res::kind_name` to `Res::descr` for consistencyVadim Petrochenkov-17/+17
2019-05-04Rename `PathResolution` to `PartialRes`Vadim Petrochenkov-130/+103
2019-05-04Add testsvarkor-0/+29
2019-05-04Fix subst error for consts in wfcheckvarkor-8/+8
2019-05-04Fix subst error for consts in astconvvarkor-2/+2
2019-05-04Improve subst error when parameter kinds mismatchvarkor-13/+40
2019-05-04Auto merge of #60538 - matthiaskrgr:submodule_upd, r=eddybbors-8/+10
2019-05-04Auto merge of #60117 - sunfishcode:wasi-os, r=sunfishcodebors-4/+4
2019-05-04submodules: update clippy from 2ed0b3bf to fc96aa03Matthias Krüger-8/+10
2019-05-04Rollup merge of #60527 - davidtwco:issue-60518, r=cramertjMazdak Farrokhzad-1/+15
2019-05-04Rollup merge of #60521 - rasendubi:tidy-2018-edition, r=CentrilMazdak Farrokhzad-17/+8
2019-05-04Rollup merge of #60517 - estebank:wording, r=davidtwcoMazdak Farrokhzad-115/+115
2019-05-04Rollup merge of #60516 - JohnTitor:remove-typeck, r=matthewjasperMazdak Farrokhzad-192/+131
2019-05-04Rollup merge of #60513 - chrisvittal:remove-borrowck-compare, r=matthewjasperMazdak Farrokhzad-675/+128
2019-05-04Rollup merge of #60486 - spastorino:place-related-refactors, r=oli-obkMazdak Farrokhzad-22/+9
2019-05-04Rollup merge of #60449 - matthewjasper:impl-trait-outlives, r=pnkfelixMazdak Farrokhzad-72/+129
2019-05-04Rollup merge of #60429 - estebank:pub-path, r=michaelwoeristerMazdak Farrokhzad-6/+21
2019-05-03Categorize WASI as an "OS" rather than as an "environment".Dan Gohman-4/+4
2019-05-04Auto merge of #59897 - tmandry:variantful-generators, r=eddybbors-331/+804
2019-05-03Address review commentsTyler Mandry-51/+39
2019-05-04rustc: rename DefPathData::{MacroDef,LifetimeParam} to {Macro,Lifetime}Ns.Eduard-Mihai Burtescu-18/+22
2019-05-04rustc: collapse relevant DefPathData variants into ValueNs.Eduard-Mihai Burtescu-12/+2
2019-05-04rustc: collapse relevant DefPathData variants into TypeNs.Eduard-Mihai Burtescu-90/+61
2019-05-03Auto merge of #60462 - eddyb:def-1-a-mere-resolution, r=petrochenkovbors-1692/+1840
2019-05-03Split out debuginfo from type info in MIR GeneratorLayoutTyler Mandry-16/+59
2019-05-03Fix async fn lowering ICE with APIT.David Wood-1/+15
2019-05-03Update help messageChristopher Vittal-2/+2
2019-05-03Make variant_fields inner an IndexVecTyler Mandry-4/+4
2019-05-03rustc: rename hir::def::Def to Res (short for "resolution").Eduard-Mihai Burtescu-1339/+1337
2019-05-03rustc: use DefKind instead of Def, where possible.Eduard-Mihai Burtescu-357/+381
2019-05-03rustc: factor most DefId-containing variants out of Def and into DefKind.Eduard-Mihai Burtescu-611/+737
2019-05-03tidy: Extract `let mut part` out of `parts` block in `version.rs`Alexey Shmalko-7/+5
2019-05-03Auto merge of #60496 - jethrogb:jb/address-integer-overflow, r=alexcrichtonbors-7/+17
2019-05-04Fix testYuki Okushi-2/+2
2019-05-03Migrate tidy to rust 2018 editionAlexey Shmalko-10/+3