about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-01-11Rollup merge of #68106 - varkor:self_self_use, r=estebankMazdak Farrokhzad-0/+6
2020-01-11Rollup merge of #68084 - estebank:ice-68000, r=varkorMazdak Farrokhzad-0/+67
2020-01-11Rollup merge of #68079 - varkor:E0013-clarify, r=CentrilMazdak Farrokhzad-11/+28
2020-01-11Rollup merge of #67806 - Centril:splitsynmore, r=petrochenkovMazdak Farrokhzad-5/+4
2020-01-11fix fallout in ui-fulldepsMazdak Farrokhzad-5/+4
2020-01-10Fix issue with using `self` module via indirectionvarkor-0/+6
2020-01-10Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichtonbors-38/+5
2020-01-11Rollup merge of #68014 - estebank:unify-e0599, r=cramertjYuki Okushi-250/+251
2020-01-10Add ICE regression testsEsteban Küber-0/+44
2020-01-10Clarify suggestion for E0013varkor-11/+28
2020-01-10Introduce `#![feature(half_open_range_patterns)]`.Mazdak Farrokhzad-483/+1775
2020-01-09Do not ICE on unicode next pointEsteban Küber-0/+23
2020-01-10Rollup merge of #68073 - Centril:fix-68062, r=estebankMazdak Farrokhzad-0/+41
2020-01-10Rollup merge of #68071 - estebank:ice-67995, r=CentrilMazdak Farrokhzad-80/+245
2020-01-10Rollup merge of #67820 - ecstatic-morse:const-trait, r=oli-obkMazdak Farrokhzad-1/+371
2020-01-10Rollup merge of #66463 - estebank:point-at-closure-and-opaque-types, r=CentrilMazdak Farrokhzad-8/+92
2020-01-09Add test for `?const` in nested impl/dyn traitDylan MacKenzie-1/+17
2020-01-09Add test for `?const` and `?` on the same boundDylan MacKenzie-0/+22
2020-01-09Add tests for RFC 2632Dylan MacKenzie-1/+333
2020-01-09review comments: more testsEsteban Küber-85/+195
2020-01-09Extend support of `_` in type parametersEsteban Küber-1/+56
2020-01-09expect `fn` after `const unsafe` / `const extern`Mazdak Farrokhzad-0/+41
2020-01-10Rollup merge of #67975 - EmbarkStudios:export-statics-wasm, r=alexcrichtonYuki Okushi-5/+12
2020-01-10Rollup merge of #67967 - JohnTitor:fix-ice-0107, r=matthewjasperYuki Okushi-0/+23
2020-01-09Address review comments + Update NLL testsVadim Petrochenkov-6/+118
2020-01-09Update testsVadim Petrochenkov-355/+2841
2020-01-09Link sanitizer runtimes instead of injecting crate dependenciesTomasz Miąsko-24/+5
2020-01-09Remove sanitizer_runtime attributeTomasz Miąsko-14/+0
2020-01-09Rollup merge of #68024 - petrochenkov:recoverall, r=CentrilMazdak Farrokhzad-94/+77
2020-01-09Rollup merge of #68023 - FSciammarella:master, r=Centril,varkorMazdak Farrokhzad-2/+2
2020-01-09Rollup merge of #67990 - Centril:slice-pats-move-tests-match, r=matthewjasperMazdak Farrokhzad-0/+978
2020-01-09Rollup merge of #67979 - Centril:hir-cleanup, r=ZoxcMazdak Farrokhzad-1/+1
2020-01-09Rollup merge of #67747 - estebank:bare-assoc-const, r=CentrilMazdak Farrokhzad-4/+20
2020-01-09Rollup merge of #67630 - oli-obk:extern_ptr_dangling, r=spastorinoMazdak Farrokhzad-0/+71
2020-01-08Fix Typo on cannot "substract"Felipe Sciammarella-2/+2
2020-01-08normalize rustc::hir::intravisit importsMazdak Farrokhzad-1/+1
2020-01-09Delay bug to prevent ICE in MIR borrowckYuki Okushi-0/+23
2020-01-08Remove `-Z continue-parse-after-error`Vadim Petrochenkov-94/+77
2020-01-08Explain that associated types and consts can't be accessed directly on the tr...Esteban Küber-4/+20
2020-01-08review comment: wordingEsteban Küber-4/+4
2020-01-08Point at the def span of trait refs E0277Esteban Küber-7/+34
2020-01-08review commentsEsteban Küber-16/+30
2020-01-08Point at opaque and closure type definitions in type errorsEsteban Küber-1/+44
2020-01-08Unify output of "variant not found" errorsEsteban Küber-250/+251
2020-01-09Rollup merge of #67955 - ollie27:rustdoc_cfg_dupes, r=GuillaumeGomezYuki Okushi-3/+30
2020-01-09Rollup merge of #67887 - anp:tracked-std-panics, r=nagisaYuki Okushi-0/+38
2020-01-09Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomezYuki Okushi-5/+30
2020-01-09Rollup merge of #67849 - cjkenn:check-sorted-words, r=estebankYuki Okushi-0/+13
2020-01-08Check for the entry kindmaik-3/+3
2020-01-08Remove unnecessary global countingmaik-11/+5