about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-08-21Rollup merge of #63780 - u32i64:issue-63712, r=estebankMazdak Farrokhzad-53/+68
2019-08-21Rollup merge of #63717 - petrochenkov:eager, r=matthewjasperMazdak Farrokhzad-0/+45
2019-08-21more `--bless`ing + test error annotations fixesArtem Varaksa-14/+14
2019-08-21improve diagnostics: break/continue wrong contextArtem Varaksa-39/+54
2019-08-21Add a regression test for issue #63460Vadim Petrochenkov-0/+22
2019-08-21Rollup merge of #63759 - Centril:parse-default-async-fn, r=petrochenkovMazdak Farrokhzad-0/+14
2019-08-21expand: Do not do questionable span adjustment before eagerly expanding an ex...Vadim Petrochenkov-12/+3
2019-08-21expand: Keep the correct current expansion ID for eager expansionsVadim Petrochenkov-0/+6
2019-08-21Add a test for an opaque macro eagerly expanding its argumentsVadim Petrochenkov-0/+26
2019-08-20Allow 'default async fn' to parse.Mazdak Farrokhzad-0/+14
2019-08-20Rollup merge of #63746 - sd234678:remove-unneeded-comment-decoration-from-src...Mazdak Farrokhzad-67/+51
2019-08-20Rollup merge of #63209 - Centril:stabilize-async-await, r=cramertjMazdak Farrokhzad-568/+265
2019-08-20Auto merge of #63497 - eddyb:miri-subst, r=oli-obkbors-0/+85
2019-08-20--bless post no async_await gates in tests.Mazdak Farrokhzad-250/+248
2019-08-20Remove async_await gates from tests.Mazdak Farrokhzad-215/+17
2019-08-20Remove async_await feature gate tests.Mazdak Farrokhzad-103/+0
2019-08-19Cherry-pick src/test changes with Centril's changessd234678-67/+51
2019-08-19Rollup merge of #63699 - gilescope:async-move-diagnostic, r=estebankMazdak Farrokhzad-0/+31
2019-08-19Rollup merge of #63620 - estebank:assoc-type-span, r=CentrilMazdak Farrokhzad-177/+348
2019-08-19review commentsEsteban Küber-23/+33
2019-08-19Use constraint span when lowering associated typesEsteban Küber-177/+338
2019-08-19adjust test to be check-passNiko Matsakis-13/+4
2019-08-19use static as object-lifetime default for type XX in `Foo<Item=XX>`Niko Matsakis-0/+159
2019-08-19distinguish object-lifetime-default elision from other elisionNiko Matsakis-6/+106
2019-08-19test: add test for #61432.Eduard-Mihai Burtescu-0/+25
2019-08-19Fix suggestion from move async to async move.Giles Cope-0/+31
2019-08-19test: add test from #61041.Eduard-Mihai Burtescu-0/+60
2019-08-19Auto merge of #63463 - matthewjasper:ty_param_cleanup, r=petrochenkovbors-9/+9
2019-08-18Auto merge of #63659 - gilescope:async-in-closure, r=Centrilbors-10/+9
2019-08-18Auto merge of #63635 - oli-obk:default-slice-dangles, r=eddybbors-0/+19
2019-08-18Better error message for break in async blocks.Giles Cope-10/+9
2019-08-18Auto merge of #63269 - Aaron1011:feature/proc-macro-data, r=eddyb,petrochenkovbors-22/+40
2019-08-18Auto merge of #61708 - dlrobertson:or-patterns-0, r=centrilbors-12/+35
2019-08-17Rollup merge of #63667 - petrochenkov:deriveholders, r=matthewjasperMazdak Farrokhzad-0/+25
2019-08-17Rollup merge of #63657 - RalfJung:invalid_value, r=CentrilMazdak Farrokhzad-39/+156
2019-08-17Rollup merge of #63487 - sd234678:remove-meaningless-comments-in-src/test-2, ...Mazdak Farrokhzad-147/+68
2019-08-17test in a way that works even with muslRalf Jung-65/+58
2019-08-17resolve: Properly integrate derives and `macro_rules` scopesVadim Petrochenkov-0/+25
2019-08-17Serialize additional data for procedural macrosAaron Hill-22/+40
2019-08-17initial implementation of or-pattern parsingDan Robertson-12/+35
2019-08-17Auto merge of #63462 - matthewjasper:hygienic-builtin-derives, r=petrochenkovbors-45/+197
2019-08-17fix testsRalf Jung-3/+3
2019-08-17invalid_value: also detect transmute-from-0 (seen in the wild)Ralf Jung-39/+78
2019-08-17invalid_value: warn for types with custom valid rangeRalf Jung-28/+84
2019-08-17warn about uninit bools and charsRalf Jung-1/+30
2019-08-17Add testsOliver Scherer-0/+19
2019-08-17Rollup merge of #63559 - eddyb:v0-mangling-off-by-1, r=estebankMazdak Farrokhzad-6/+6
2019-08-17Move type parameter shadowing errors to resolveMatthew Jasper-45/+54
2019-08-17Remove gensyms from built-in derivesMatthew Jasper-0/+121
2019-08-17Stop emulating cross-crate hygiene with gensymsMatthew Jasper-0/+22