about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-01-14Auto merge of #67711 - Amanieu:fix_unwind_leak, r=alexcrichtonbors-1/+0
2020-01-14Rollup merge of #68143 - skinny121:const-param-type-elided-lifetime, r=petroc...Yuki Okushi-0/+64
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-12Update test benchmark fileBen Lewis-6/+6
2020-01-12Added comment about behaviour.Ben Lewis-0/+5
2020-01-12Forbid elided lifetimes within const generic parameter types.Ben Lewis-0/+59
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-11Abort if C++ tries to swallow a Rust panicAmanieu d'Antras-46/+0
2020-01-11Add a test to check that swallowed Rust panics are dropped properly.Amanieu d'Antras-1/+46
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