about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-08-14Rollup merge of #63530 - ehuss:typo-statemement, r=centrilMazdak Farrokhzad-2/+2
2019-08-14Rollup merge of #63508 - estebank:compromice, r=petrochenkovMazdak Farrokhzad-0/+14
2019-08-14Rollup merge of #63501 - nikomatsakis:issue-63500-async-anon-impl-lifetime, r...Mazdak Farrokhzad-0/+54
2019-08-14Rollup merge of #63499 - nikomatsakis:issuee-63388-async-fn-elision-self-mut-...Mazdak Farrokhzad-1783/+881
2019-08-14Rollup merge of #63475 - iluuu1994:issue-62632, r=CentrilMazdak Farrokhzad-8/+14
2019-08-14Rollup merge of #63459 - eddyb:issue-63430, r=petrochenkovMazdak Farrokhzad-0/+14
2019-08-14Rollup merge of #63383 - Centril:async-lifetime-elision-tests, r=nikomatsakisMazdak Farrokhzad-0/+2867
2019-08-13Apply Centril's suggestionEric Huss-2/+2
2019-08-13Fix typo in error message.Eric Huss-2/+2
2019-08-13review comment: remove unecessary error in testEsteban Küber-12/+4
2019-08-13bless tests with compare-mode=nllNiko Matsakis-136/+538
2019-08-12Do not ICE when synthesizing spans falling inside unicode charsEsteban Küber-0/+22
2019-08-12bless testsNiko Matsakis-146/+27
2019-08-12clear in-scope lifetimes for nested items in HIR loweringNiko Matsakis-0/+37
2019-08-12fix README.mdNiko Matsakis-5/+5
2019-08-12add edition to regression testNiko Matsakis-0/+1
2019-08-12revamp how we handle elision in async fnNiko Matsakis-1512/+327
2019-08-12use `ParamName` to track in-scope lifetimes instead of IdentNiko Matsakis-0/+16
2019-08-12typeck: Prohibit RPIT types that inherit lifetimesDavid Wood-5/+49
2019-08-12Auto merge of #63483 - RalfJung:invalid-value, r=Centrilbors-55/+183
2019-08-12syntax: account for CVarArgs being in the argument list.Eduard-Mihai Burtescu-0/+14
2019-08-12more informative error message from invalid_value lintRalf Jung-55/+183
2019-08-12Rollup merge of #63474 - adamAndMath:master, r=CentrilMazdak Farrokhzad-0/+74
2019-08-12Rollup merge of #63473 - adrian-budau:master, r=CentrilMazdak Farrokhzad-0/+38
2019-08-12Rollup merge of #63449 - petrochenkov:builtinagain, r=eddybMazdak Farrokhzad-22/+17
2019-08-12Rollup merge of #63406 - jakubadamw:resolve-inconsistent-names-suggest-qualif...Mazdak Farrokhzad-5/+113
2019-08-12Bring back suggestion for splitting `<-` into `< -`Ilija Tovilo-8/+14
2019-08-11Move tests into type-alias-impl-traitAdam-0/+0
2019-08-11Add test for issue 53598 and 57700Adam-0/+74
2019-08-11Regression test for #56870Adrian Budau-0/+38
2019-08-11Rollup merge of #63433 - RalfJung:miri-call, r=oli-obkMark Rousskov-6/+55
2019-08-11Rollup merge of #63346 - RalfJung:zeroed-lint, r=eddybMark Rousskov-1/+228
2019-08-11warn for more casesRalf Jung-11/+166
2019-08-11add basic lint testing for misuse of mem::zeroed and mem::uninitializedRalf Jung-1/+73
2019-08-11Auto merge of #63343 - ishitatsuyuki:revert-62150, r=RalfJungbors-0/+13
2019-08-10Apply suggestions from code reviewJakub Adam Wieczorek-3/+3
2019-08-10Suggest using a qualified path in patterns with inconsistent bindingsJakub Adam Wieczorek-5/+113
2019-08-10diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"Vadim Petrochenkov-37/+37
2019-08-10resolve: Remove remaining special cases from built-in macrosVadim Petrochenkov-22/+17
2019-08-10Auto merge of #63437 - Centril:rollup-ryx881p, r=Centrilbors-21/+82
2019-08-10Revert "Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung"Tatsuyuki Ishi-0/+13
2019-08-10fix testRalf Jung-6/+55
2019-08-10resolve: Address FIXME from the previous commitVadim Petrochenkov-4/+4
2019-08-10Fix calls to resolver from rustdoc and HIR loweringVadim Petrochenkov-1/+1
2019-08-10resolve: Move late resolution into a separate visitorVadim Petrochenkov-20/+81
2019-08-10Auto merge of #63352 - jgalenson:reproducible-lto, r=alexcrichtonbors-0/+204
2019-08-10Rollup merge of #63423 - estebank:priv-tuple, r=zackmdavisMazdak Farrokhzad-0/+116
2019-08-10Rollup merge of #63419 - RalfJung:typeid, r=alexcrichtonMazdak Farrokhzad-4/+14
2019-08-10Rollup merge of #63399 - estebank:vec-in-pat, r=CentrilMazdak Farrokhzad-1/+33
2019-08-10Rollup merge of #63394 - jackh726:issue-36804, r=jonas-schievinkMazdak Farrokhzad-0/+31