about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-09-13resolve: Introduce two sub-namespaces in macro namespaceVadim Petrochenkov-24/+46
2018-09-13resolve: Future proof derive helper attributesVadim Petrochenkov-0/+81
2018-09-12Auto merge of #53409 - GuillaumeGomez:associated-const-value, r=QuietMisdreavusbors-29/+4
2018-09-12Auto merge of #54152 - michaelwoerister:cgu-name-fix, r=alexcrichtonbors-3/+3
2018-09-12Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakisbors-580/+733
2018-09-12Really make CGU names unique across crates.Michael Woerister-3/+3
2018-09-12Rollup merge of #54142 - pnkfelix:fix-regression-test-for-16278, r=wesleywiserkennytm-3/+4
2018-09-12Rollup merge of #54087 - ollie27:rustdoc_blanket_impl, r=QuietMisdreavuskennytm-0/+37
2018-09-12Rollup merge of #54072 - blitzerr:master, r=Mark-Simulacrumkennytm-155/+0
2018-09-11Auto merge of #53913 - petrochenkov:biattr4, r=alexcrichtonbors-0/+238
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-139/+395
2018-09-11Auto merge of #54111 - nikomatsakis:issue-53686-keywords-and-macros, r=alexcr...bors-13/+73
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-580/+733
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-40/+6
2018-09-11resolve: Reserve a few very special names in macro namespaceVadim Petrochenkov-52/+48
2018-09-11resolve: Future proof resolutions for potentially built-in attributesVadim Petrochenkov-0/+242
2018-09-10fix incremental testNiko Matsakis-1/+1
2018-09-10add test caseNiko Matsakis-0/+47
2018-09-10add FIXME related to `ref x` bindingsNiko Matsakis-13/+2
2018-09-10Auto merge of #54093 - petrochenkov:noinner, r=alexcrichtonbors-4/+22
2018-09-10propagate user-ascribes types down onto resulting bindingsNiko Matsakis-18/+79
2018-09-10expand the patterns test with a bunch more scenariosNiko Matsakis-5/+172
2018-09-10Auto merge of #54000 - jkozlowski:fix-53174, r=cramertjbors-1/+52
2018-09-10optimize `let x: T = ..` to avoid a temporaryNiko Matsakis-121/+63
2018-09-10WIP remove incorrect nll.stderr reference filesNiko Matsakis-56/+0
2018-09-10fix SCCs containing mixture of universesNiko Matsakis-0/+31
2018-09-10insert `AscribeUserType` for ascriptionsNiko Matsakis-19/+100
2018-09-10add the `AscribeUserType` statement kindNiko Matsakis-1/+1
2018-09-10now that we can handle subtyping, fix higher-ranked equalityNiko Matsakis-12/+1
2018-09-10add a test for variables used twiceNiko Matsakis-0/+52
2018-09-10Auto merge of #54011 - eddyb:anchored-in-the-future, r=petrochenkovbors-0/+249
2018-09-10rustc_resolve: ignore uniform_paths canaries that resolve to an import of the...Eduard-Mihai Burtescu-0/+33
2018-09-10rustc_resolve: inject `uniform_paths` canaries regardless of the feature-gate...Eduard-Mihai Burtescu-0/+216
2018-09-10Auto merge of #53565 - PramodBisht:issue/53359_b, r=estebankbors-8/+42
2018-09-10Auto merge of #53854 - davidtwco:issue-53668, r=nikomatsakisbors-0/+210
2018-09-10resolve: Remove `unshadowable_attrs`Vadim Petrochenkov-4/+8
2018-09-10Feature gate non-builtin attributes in inner attribute positionVadim Petrochenkov-4/+22
2018-09-09Auto merge of #53778 - petrochenkov:shadrelax2, r=nikomatsakisbors-42/+975
2018-09-09update ui testsJorge Aparicio-36/+6
2018-09-09rustdoc: Remove generated blanket impls from trait pagesOliver Middleton-0/+37
2018-09-09Auto merge of #54057 - matthiaskrgr:stabilize-edition-plus-clippy, r=Mark-Sim...bors-8/+8
2018-09-09stabilize `#[used]`Jorge Aparicio-4/+0
2018-09-09Auto merge of #53902 - dtolnay:group, r=petrochenkovbors-1/+2
2018-09-09Auto merge of #53998 - eddyb:issue-53728, r=oli-obkbors-0/+26
2018-09-09Auto merge of #53988 - eddyb:issue-53770, r=petrochenkovbors-2/+12
2018-09-09Auto merge of #53960 - estebank:issue-51303, r=nagisabors-7/+48
2018-09-08Stabilization change for mod.rsRusty Blitzerr-155/+0
2018-09-08Track distinct spans for open and close delimiterDavid Tolnay-1/+2