summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-04-17macro_rules: `NtLifetime` cannot start with an identifierVadim Petrochenkov-0/+13
2020-04-17Tests.Felix S. Klock II-0/+52
2020-04-06Use TypeRelating for instantiating query responsesMatthew Jasper-0/+33
2020-04-03Account for bad placeholder types in where clausesEsteban Küber-55/+158
2020-04-03parse_and_disallow_postfix_after_cast: account for `ExprKind::Err`.Mazdak Farrokhzad-0/+11
2020-03-21can_begin_literal_maybe_minus: `true` on `"-"? lit` NTs.Mazdak Farrokhzad-1/+37
2020-03-10Rollup merge of #69836 - JohnTitor:immediate-outputs, r=nagisaMazdak Farrokhzad-0/+22
2020-03-10Rollup merge of #69817 - thekuom:test/borrow-checking-pattern-features, r=Cen...Mazdak Farrokhzad-0/+432
2020-03-10Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnisonMazdak Farrokhzad-52/+0
2020-03-09test(patterns): add borrowck tests for combination of pattern featuresMatthew Kuo-0/+432
2020-03-09Rollup merge of #69842 - JohnTitor:more-tests, r=CentrilMazdak Farrokhzad-0/+131
2020-03-09Rollup merge of #69762 - RalfJung:validity-errors, r=oli-obkMazdak Farrokhzad-28/+48
2020-03-09Rollup merge of #69685 - cuviper:soft-segv, r=sfacklerMazdak Farrokhzad-0/+19
2020-03-09Rollup merge of #69201 - Aaron1011:feature/permit-if-attr, r=CentrilMazdak Farrokhzad-111/+248
2020-03-09Add FIXMEsYuki Okushi-6/+9
2020-03-08unix: Don't override existing SIGSEGV/BUS handlersJosh Stone-0/+19
2020-03-09Add test for issue-67166Yuki Okushi-0/+22
2020-03-09Add test for issue-64620Yuki Okushi-0/+18
2020-03-09Add test for issue-60473Yuki Okushi-0/+27
2020-03-09Add test for issue-57201Yuki Okushi-0/+22
2020-03-09Add test for issue-57200Yuki Okushi-0/+22
2020-03-09Add test for issue-54239Yuki Okushi-0/+17
2020-03-09Check if output is immediate valueYuki Okushi-0/+22
2020-03-08fix some cases of unexpected exceptions leaving validationRalf Jung-28/+48
2020-03-08Rollup merge of #69800 - tmiasko:address-g, r=nikicMazdak Farrokhzad-3/+2
2020-03-08Rollup merge of #69734 - tmiasko:di-enumerator, r=ecstatic-morseMazdak Farrokhzad-0/+27
2020-03-08Rollup merge of #69120 - spunit262:invalid-sugar-suggest, r=matthewjasperMazdak Farrokhzad-8/+2
2020-03-08Rollup merge of #69646 - RalfJung:layout-visitor, r=eddybMazdak Farrokhzad-228/+305
2020-03-08fix type size mismatch on 32bitRalf Jung-20/+19
2020-03-08Rollup merge of #69810 - thekuom:test/67523-dynamic-semantics-bindings-after-...Mazdak Farrokhzad-0/+48
2020-03-08Rollup merge of #69805 - petrochenkov:importname, r=CentrilMazdak Farrokhzad-2/+2
2020-03-08Rollup merge of #69599 - Centril:typeck-tweak-wording, r=davidtwcoMazdak Farrokhzad-8/+8
2020-03-08Rollup merge of #69561 - JohnTitor:clean-up-unstable-book, r=Mark-SimulacrumMazdak Farrokhzad-13/+0
2020-03-08Rollup merge of #69548 - LeSeulArtichaut:assert-errors, r=petrochenkovMazdak Farrokhzad-13/+7
2020-03-08Rollup merge of #69422 - JohnTitor:remove-unwrap, r=XanewokMazdak Farrokhzad-33/+38
2020-03-07test(bindings_after_at): add dynamic drop tests for bindings_after_atMatthew Kuo-0/+48
2020-03-07resolve: `directive` -> `import`Vadim Petrochenkov-2/+2
2020-03-07Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkovMazdak Farrokhzad-21/+21
2020-03-07Rollup merge of #69708 - estebank:tiny, r=petrochenkovMazdak Farrokhzad-8/+2
2020-03-07Rollup merge of #69687 - Centril:bm-inconsistent-wording, r=estebankMazdak Farrokhzad-72/+73
2020-03-07Rollup merge of #69667 - JohnTitor:no-debug, r=nikomatsakisMazdak Farrokhzad-95/+11
2020-03-07Compile address sanitizer test with debuginfoTomasz Miąsko-3/+2
2020-03-07Rollup merge of #69727 - JohnTitor:sugg-unwrap, r=estebankMazdak Farrokhzad-0/+37
2020-03-07Rollup merge of #69690 - thekuom:test/67311-extend-bindings-after-at-tests, r...Mazdak Farrokhzad-0/+307
2020-03-07Rollup merge of #68985 - daboross:fix-35813, r=CentrilMazdak Farrokhzad-10/+613
2020-03-07Rollup merge of #67741 - estebank:point-at-pat-def, r=CentrilMazdak Farrokhzad-4/+68
2020-03-06When encountering an Item in a pat context, point at the item defEsteban Küber-4/+68
2020-03-06please tidyRalf Jung-13/+14
2020-03-06better error messages for invalid boxes (and a few more tests)Ralf Jung-17/+39
2020-03-06test some more kinds of enums with uninhabited variantsRalf Jung-11/+77