about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-01-13Rollup merge of #68156 - JohnTitor:fix-path-in-doc, r=Dylan-DPCYuki Okushi-1/+1
2020-01-13Auto merge of #67900 - nikic:prepare-llvm-10, r=nagisabors-943/+28
2020-01-13Fix crate paths in commentsYuki Okushi-1/+1
2020-01-12Auto merge of #67901 - matthewjasper:split-mir-build, r=nagisabors-1/+1
2020-01-12Split `rustc_mir::{build, hair, lints}` into their own crateMatthew Jasper-1/+1
2020-01-12Rollup merge of #68108 - varkor:chained-comparison-suggestions, r=CentrilMazdak Farrokhzad-17/+242
2020-01-12Rollup merge of #68045 - Centril:liberate-lints, r=Mark-SimulacrumMazdak Farrokhzad-18/+18
2020-01-12Rollup merge of #67867 - matthewjasper:opaque-assoc-lookup, r=oli-obkMazdak Farrokhzad-0/+39
2020-01-11Auto merge of #67458 - pnkfelix:fix-66530-by-propagating-fatal-error-from-wor...bors-0/+43
2020-01-11Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obkbors-196/+270
2020-01-11Make codegen tests wordsize independentOliver Scherer-7/+6
2020-01-11Rollup merge of #68120 - Centril:ban-range-to-dotdotdot, r=oli-obkMazdak Farrokhzad-117/+236
2020-01-11Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=CentrilMazdak Farrokhzad-31/+49
2020-01-11Rollup merge of #68072 - JohnTitor:fix-macro-ice, r=petrochenkovMazdak Farrokhzad-0/+14
2020-01-11Rollup merge of #67930 - lzutao:result-as_deref, r=dtolnayMazdak Farrokhzad-38/+2
2020-01-11Ban `...X` pats, harden tests, and improve diagnostics.Mazdak Farrokhzad-117/+236
2020-01-11fix ui-fulldeps & tests falloutMazdak Farrokhzad-18/+18
2020-01-11Auto merge of #65912 - estebank:variants-orig, r=petrochenkovbors-56/+297
2020-01-11Update test after renaming Result::as_derefLzu Tao-38/+2
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-10Test that stable `const fn` requires `allow_internal_unstable`Dylan MacKenzie-0/+22
2020-01-10Remove unnecessary `const_fn` feature gatesDylan MacKenzie-31/+27
2020-01-11fix fallout in ui-fulldepsMazdak Farrokhzad-5/+4
2020-01-11Add suggestions when encountering chained comparisonsvarkor-17/+242
2020-01-11Fix test not to depend on environmentYuki Okushi-6/+5
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-10Ignore platforms that can't point to stdEsteban Küber-64/+120
2020-01-10Use `def_span` to minimize definition span to first line when possibleEsteban Küber-76/+41
2020-01-10Point at the span for the definition of crate foreign ADTsEsteban Küber-18/+238
2020-01-10Add ICE regression testsEsteban Küber-0/+44
2020-01-10Clarify suggestion for E0013varkor-11/+28
2020-01-10Rebase falloutOliver Scherer-2/+4
2020-01-10Add regression tests for promotion mir expansionOliver Scherer-0/+59
2020-01-10Errors in promoteds may only cause lints not hard errorsOliver Scherer-163/+137
2020-01-10Promoteds also need param envs.Oliver Scherer-1/+1
2020-01-10Promote `Ref`s to constants instead of staticSantiago Pastorino-104/+144
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