about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-05-06update rustdoc unit testsQuietMisdreavus-21/+25
2019-05-06add test for `async move` in a doctestQuietMisdreavus-0/+14
2019-05-06update playground url tests with new edition behaviorQuietMisdreavus-4/+4
2019-05-06set the default edition when pre-parsing a doctestQuietMisdreavus-53/+84
2019-05-06Auto merge of #53645 - varkor:const-generics-redux, r=eddybbors-40/+71
2019-05-06Implement `ToTrace` for `ty::Const`varkor-0/+18
2019-05-06Resolve a couple of `unimplemented!()`svarkor-4/+6
2019-05-06Auto merge of #60337 - fabric-and-ink:hiridification, r=Zoxcbors-60/+39
2019-05-06Remove incorrect FIXMEvarkor-2/+0
2019-05-06Clean up `push_const_name`varkor-14/+26
2019-05-06Implement TypeFoldable for InferConstvarkor-5/+13
2019-05-06Ignore const parameters when constructing type bounds in rustdocvarkor-3/+1
2019-05-06Shift const vars through bindersvarkor-8/+7
2019-05-06Remove duplicate commentvarkor-4/+0
2019-05-06Auto merge of #60436 - Xanewok:update-rls, r=Manishearthbors-0/+0
2019-05-06Auto merge of #60569 - RalfJung:miri-visitor-generators, r=Centrilbors-3/+3
2019-05-06Auto merge of #60261 - matklad:one-escape, r=petrochenkovbors-785/+1048
2019-05-05Auto merge of #60567 - Manishearth:rollup-rjagqnw, r=Manishearthbors-161/+178
2019-05-05fix typo in enum variant nameRalf Jung-3/+3
2019-05-05Rollup merge of #60536 - brainplot:fix-unicode-character, r=dtolnayManish Goregaokar-1/+1
2019-05-05Rollup merge of #60530 - eddyb:unfreevars, r=oli-obkManish Goregaokar-145/+120
2019-05-05Rollup merge of #60515 - euclio:div-in-heading, r=GuillaumeGomezManish Goregaokar-5/+4
2019-05-05Rollup merge of #60426 - varkor:fix-duplicate-arg-handling, r=alexcrichtonManish Goregaokar-8/+50
2019-05-05Rollup merge of #60131 - agnxy:doc-link, r=ehussManish Goregaokar-2/+3
2019-05-05Auto merge of #60237 - saleemjaffer:issue-56166-miri-fntype-arg-passing, r=eddybbors-154/+233
2019-05-05code review fixesSaleem Jaffer-21/+19
2019-05-05rustc: rename all occurences of "freevar" to "upvar".Eduard-Mihai Burtescu-94/+94
2019-05-05rustc: replace uses of with_freevars with the freevars query.Eduard-Mihai Burtescu-74/+49
2019-05-05Auto merge of #60541 - RalfJung:miri-visitor-generators, r=oli-obkbors-42/+29
2019-05-05Auto merge of #60544 - petrochenkov:parder, r=eddybbors-169/+143
2019-05-05Move run-make test to run-make-fulldepsvarkor-1/+1
2019-05-05Update getopts to 0.2.19varkor-2/+2
2019-05-05Add commentsvarkor-0/+9
2019-05-05Add a run-make test for command aliasesvarkor-0/+23
2019-05-05Fix argument alias handling for -g and -C debuginfovarkor-3/+8
2019-05-05Fix argument alias handling for -O and -C opt-levelvarkor-3/+8
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