about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-09-29Rollup merge of #63492 - eddyb:cvarargs, r=nagisa,matthewjasperMazdak Farrokhzad-195/+137
2019-09-28Rollup merge of #64875 - ehuss:async-await-reserved, r=estebankMazdak Farrokhzad-57/+57
2019-09-28Rollup merge of #64852 - Baranowski:param_note_52082, r=estebankMazdak Farrokhzad-2/+134
2019-09-28Rollup merge of #64793 - immunant:format_spans, r=matthewjasperMazdak Farrokhzad-6/+3
2019-09-28Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebankMazdak Farrokhzad-29/+35
2019-09-28Rollup merge of #64678 - tomtau:fix/no-std-error, r=matthewjasperMazdak Farrokhzad-3/+3
2019-09-28Rollup merge of #64387 - nathanwhit:redundant-semi-fix, r=varkorMazdak Farrokhzad-0/+52
2019-09-28Upgrade async/await to "used" keywords.Eric Huss-57/+57
2019-09-28Auto merge of #64419 - wesleywiser:const_prop_use_ecx, r=oli-obkbors-25/+56
2019-09-28rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.Eduard-Mihai Burtescu-195/+137
2019-09-28rustc: don't store a lifetime in hir::TyKind::CVarArgs.Eduard-Mihai Burtescu-8/+8
2019-09-28Auto merge of #64455 - GuillaumeGomez:long-error-explanation-E0531, r=Centrilbors-4/+9
2019-09-28Fix lint-exceeding-bitshifts ui testsWesley Wiser-23/+27
2019-09-28Implement CRsWojciech Baranowski-58/+37
2019-09-28Rollup merge of #64859 - Centril:const-def-here-new-var, r=estebankMazdak Farrokhzad-3/+46
2019-09-28Rollup merge of #64830 - Centril:thou-shallt-not-abort, r=estebankMazdak Farrokhzad-1/+15
2019-09-28Rollup merge of #64809 - davidtwco:issue-64768-target-feature-const, r=varkorMazdak Farrokhzad-51/+152
2019-09-28Rollup merge of #64802 - estebank:walk-parents-iterator, r=matthewjasperMazdak Farrokhzad-3/+0
2019-09-27Add test for redundant_semicolon lint interaction with proc macro attrsNathan-0/+52
2019-09-28Improve diagnostic for `let A = 0;`Mazdak Farrokhzad-3/+46
2019-09-27Introduce a `ConstPropMachine`Wesley Wiser-2/+1
2019-09-27Respond to code review feedback and fix tidyWesley Wiser-0/+18
2019-09-27[const-prop] Replace `eval_place()` with use of `InterpCx`Wesley Wiser-3/+13
2019-09-27--bless --compare-mode=nllMazdak Farrokhzad-33/+0
2019-09-27Print ParamTy span when accessing a field (#52082)Wojciech Baranowski-0/+153
2019-09-27Account for tail expressions when pointing at return typeEsteban Küber-3/+0
2019-09-27getting more context for duplicate lang items (fixes #60561)Tomas Tauber-3/+3
2019-09-27Update ui testsGuillaume Gomez-29/+35
2019-09-27Auto merge of #64813 - varkor:node-to-kind, r=Centrilbors-1/+1
2019-09-27lowering: don't .abort_if_errors()Mazdak Farrokhzad-1/+15
2019-09-26Fix AST JSON output testvarkor-1/+1
2019-09-26hir: Disallow `target_feature` on constantsDavid Wood-51/+152
2019-09-26Rollup merge of #64812 - GuillaumeGomez:add-test-for-e0543, r=CentrilMazdak Farrokhzad-8/+18
2019-09-26Rollup merge of #64783 - onehr:onehrxn, r=varkorMazdak Farrokhzad-0/+31
2019-09-26Rollup merge of #64221 - Centril:nll-no-migrate-2015, r=matthewjasperMazdak Farrokhzad-1329/+172
2019-09-26issue-#45696: remove ignore-compare-mode-nllMazdak Farrokhzad-10/+6
2019-09-26Add test for E0543Guillaume Gomez-8/+18
2019-09-26Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakisbors-0/+171
2019-09-26issue-#45696-scribble...: remove outdated comment.Mazdak Farrokhzad-5/+3
2019-09-26rm "src/test/ui/issues/issue-45696-scribble-on-boxed-borrow.migrate.stderr"Mazdak Farrokhzad-36/+0
2019-09-26remove feature(nll) in more cases.Mazdak Farrokhzad-81/+47
2019-09-26remove feature(nll) from #27868 test.Mazdak Farrokhzad-3/+1
2019-09-26remove feature(nll) from #31567 test.Mazdak Farrokhzad-3/+1
2019-09-26remove feature(nll) from #45157 test.Mazdak Farrokhzad-30/+1
2019-09-26add test for #53432.Mazdak Farrokhzad-0/+22
2019-09-26Adjust & --bless tests due to no longer downgrading NLL errors on 2015.Mazdak Farrokhzad-1174/+104
2019-09-25Add test case for issue #64732Haoran Wang-0/+31
2019-09-25Fix format macro expansions spans to be macro-generatedStephen Crane-6/+3
2019-09-25address rebase damageAriel Ben-Yehuda-2/+2
2019-09-25update ui testsGuillaume Gomez-4/+9