about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-09-13resolve: Introduce two sub-namespaces in macro namespaceVadim Petrochenkov-35/+64
2018-09-13resolve: Future proof derive helper attributesVadim Petrochenkov-38/+117
2018-09-13resolve: Put different parent scopes into a single structureVadim Petrochenkov-72/+108
2018-09-12Auto merge of #53409 - GuillaumeGomez:associated-const-value, r=QuietMisdreavusbors-73/+31
2018-09-12Auto merge of #54152 - michaelwoerister:cgu-name-fix, r=alexcrichtonbors-19/+44
2018-09-12Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakisbors-753/+802
2018-09-12Really make CGU names unique across crates.Michael Woerister-19/+44
2018-09-12Auto merge of #54146 - kennytm:rollup, r=kennytmbors-361/+261
2018-09-12Rollup merge of #54142 - pnkfelix:fix-regression-test-for-16278, r=wesleywiserkennytm-3/+4
2018-09-12Rollup merge of #54136 - cuviper:global-isel-dbg.declare, r=alexcrichtonkennytm-1/+1
2018-09-12Rollup merge of #54107 - thevaleriemack:master, r=Mark-Simulacrumkennytm-4/+4
2018-09-12Rollup merge of #54106 - flip1995:pub_checklintnameresult, r=Manishearthkennytm-1/+1
2018-09-12Rollup merge of #54087 - ollie27:rustdoc_blanket_impl, r=QuietMisdreavuskennytm-14/+49
2018-09-12Rollup merge of #54085 - dtolnay:bare, r=alexcrichtonkennytm-7/+0
2018-09-12Rollup merge of #54074 - toidiu:ak-spimplifyOrd, r=eddybkennytm-12/+2
2018-09-12Rollup merge of #54073 - behnam:docs-1, r=frewsxcvkennytm-16/+19
2018-09-12Rollup merge of #54072 - blitzerr:master, r=Mark-Simulacrumkennytm-185/+3
2018-09-12Rollup merge of #54064 - nagisa:tiny-typo, r=sfacklerkennytm-2/+3
2018-09-12Rollup merge of #54046 - snaedis:issue-48022, r=steveklabnikkennytm-1/+2
2018-09-12Rollup merge of #54031 - ljedrz:cleanup_passes, r=oli-obkkennytm-128/+96
2018-09-12Rollup merge of #53777 - ivanbakel:result_map_or_else, r=alexcrichtonkennytm-0/+30
2018-09-12Rollup merge of #53703 - sourcefrog:doc-wrapping, r=frewsxcvkennytm-0/+3
2018-09-12Rollup merge of #52514 - DiamondLovesYou:amdgpu-fixes, r=eddybkennytm-6/+63
2018-09-12Auto merge of #51159 - pacman82:master, r=oli-obkbors-59/+86
2018-09-11Auto merge of #53913 - petrochenkov:biattr4, r=alexcrichtonbors-71/+353
2018-09-12Add ty::Ty to PatternKind::Range;u128 for Const in Constructor::ConstantRangeMarkus Klein-59/+86
2018-09-11Recover proper regression test for issue #16278.Felix S. Klock II-3/+4
2018-09-11Auto merge of #53873 - nikomatsakis:nll-universe-subtyping-and-pattern-ascrip...bors-1008/+1873
2018-09-11Update LLVM to fix GlobalISel dbg.declareJosh Stone-1/+1
2018-09-11Auto merge of #54111 - nikomatsakis:issue-53686-keywords-and-macros, r=alexcr...bors-14/+81
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-753/+802
2018-09-11we now successfully warn about `async` in macro invocationsNiko Matsakis-13/+26
2018-09-11Auto merge of #51363 - japaric:stable-used, r=cramertjbors-205/+11
2018-09-11Auto merge of #54113 - alexcrichton:update-cargo, r=Mark-Simulacrumbors-0/+0
2018-09-11Auto merge of #54092 - estebank:gotta-go-fast, r=nikomatsakisbors-26/+23
2018-09-10Update Cargo submoduleAlex Crichton-0/+0
2018-09-11resolve: Reserve a few very special names in macro namespaceVadim Petrochenkov-52/+62
2018-09-11resolve: Skip bang macros when resolving potentially built-in attributesVadim Petrochenkov-32/+29
2018-09-11resolve: Future proof resolutions for potentially built-in attributesVadim Petrochenkov-0/+274
2018-09-11resolve: Support resolving identifier macros without their own IDVadim Petrochenkov-47/+48
2018-09-10fix incremental testNiko Matsakis-1/+1
2018-09-10add test caseNiko Matsakis-0/+47
2018-09-10visit the paths in pre-expansion macrosNiko Matsakis-0/+7
2018-09-10make `add_pre_expansion_builtin` add a pre-expansion lintNiko Matsakis-1/+1
2018-09-10add FIXME related to `ref x` bindingsNiko Matsakis-14/+16
2018-09-10Auto merge of #54093 - petrochenkov:noinner, r=alexcrichtonbors-12/+48
2018-09-10fix typos in growth algo descriptionVal-4/+4
2018-09-10Reexport CheckLintNameResultflip1995-1/+1
2018-09-10add link to https://github.com/rust-lang/rust/issues/54105Niko Matsakis-3/+3
2018-09-10propagate user-ascribes types down onto resulting bindingsNiko Matsakis-35/+171