about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-06-19Rollup merge of #73054 - RalfJung:dont-panic, r=Mark-SimulacrumRalf Jung-2/+0
2020-06-19Rollup merge of #73044 - tmiasko:compiletest-san, r=nikomatsakisRalf Jung-25/+22
2020-06-19Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandryRalf Jung-0/+143
2020-06-19Rollup merge of #72280 - nbdd0121:typeck, r=nikomatsakisRalf Jung-0/+46
2020-06-19ty: simplify `transparent_newtype_field`David Wood-0/+24
2020-06-19lint: prohibit fields with opaque typesDavid Wood-0/+116
2020-06-19ty: projections in `transparent_newtype_field`David Wood-0/+42
2020-06-19coerce reborrow multi arg testBastian Kauschke-0/+27
2020-06-19merge coercion test foldersBastian Kauschke-97/+95
2020-06-19Rollup merge of #73362 - erikdesjardins:bounds, r=nikomatsakisRalf Jung-0/+44
2020-06-19Rollup merge of #73305 - crlf0710:disallow_loading_monsters, r=petrochenkovRalf Jung-0/+45
2020-06-19Rollup merge of #73130 - wesleywiser:remove_const_prop_for_indirects, r=oli-obkRalf Jung-82/+73
2020-06-19Rollup merge of #72497 - RalfJung:tag-term, r=oli-obkRalf Jung-9/+9
2020-06-19Rollup merge of #72331 - oddg:forbid-cast-of-cenum-implementing-drop, r=matth...Ralf Jung-0/+34
2020-06-19Rollup merge of #70740 - haraldh:static-pie, r=petrochenkovRalf Jung-0/+58
2020-06-19Auto merge of #73486 - Manishearth:rollup-11iyqpc, r=Manishearthbors-370/+853
2020-06-18Rollup merge of #73476 - JakobDegen:should_panic_rustdoc, r=GuillaumeGomezManish Goregaokar-0/+5
2020-06-18Rollup merge of #73361 - estebank:non-primitive-cast, r=davidtwcoManish Goregaokar-101/+113
2020-06-18Rollup merge of #73320 - estebank:type-param-sugg-more, r=davidtwcoManish Goregaokar-1/+36
2020-06-18Rollup merge of #73034 - doctorn:nomangle-inline-linkage, r=matthewjasperManish Goregaokar-6/+122
2020-06-18Rollup merge of #72804 - estebank:opaque-missing-lts-in-fn-2, r=nikomatsakisManish Goregaokar-161/+368
2020-06-18Rollup merge of #71976 - mibac138:let-recovery, r=estebankManish Goregaokar-0/+28
2020-06-18Rollup merge of #71338 - estebank:recursive-impl-trait, r=nikomatsakisManish Goregaokar-99/+179
2020-06-18Rollup merge of #70551 - mark-i-m:ty-err-2, r=varkorManish Goregaokar-2/+2
2020-06-18Auto merge of #73446 - ecstatic-morse:issue-73431, r=pnkfelixbors-0/+29
2020-06-18Perform obligation deduplication to avoid buggy `ExistentialMismatch`Esteban Küber-0/+26
2020-06-18Add test for overflow when finding auto-trait impls in RustdocAaron Hill-0/+35
2020-06-18Removed trailing whitespaceJake Degen-1/+1
2020-06-18Added tooltip for should_panic code examples.Jake Degen-0/+5
2020-06-18Implement crate level only lints checking.Charles Lew-1/+85
2020-06-18Auto merge of #73065 - Amanieu:tls-fix, r=oli-obkbors-0/+14
2020-06-17Unify region variables when projecting associated typesmatthewjasper-2/+80
2020-06-17ignore-debug: debug assertions in slice indexing prevent the optimizationerikdesjardins-0/+1
2020-06-17Add regression test for #73431Dylan MacKenzie-0/+29
2020-06-16fixup! Note numeric literals that can never fit in an expected typeAyaz Hafiz-10/+2
2020-06-16fixup! Note numeric literals that can never fit in an expected typeAyaz Hafiz-125/+25
2020-06-16Ensure profiling runtime for -Zinstrument-coverageRich Kadel-38/+39
2020-06-16Suggest new type param on single char identEsteban Küber-7/+28
2020-06-16Provide `help` when `T: ?Sized` can't be suggestedEsteban Küber-1/+109
2020-06-16we can enable one more codegen test in debug mode nowRalf Jung-2/+0
2020-06-16Update CFGuard syntaxAndrew Paverd-3/+3
2020-06-16Add initial asm!() support for hexagonBrian Cain-0/+130
2020-06-16fixup! Note numeric literals that can never fit in an expected typeAyaz Hafiz-1/+416
2020-06-16Disallow loading crates with non-ascii identifier name.Charles Lew-0/+45
2020-06-16Update ui testsGuillaume Gomez-2/+3
2020-06-16bless allRalf Jung-76/+151
2020-06-16warn against 'specialization' featureRalf Jung-92/+634
2020-06-15Adjust error messageoddg-2/+2
2020-06-15Account for derived obligations to suggest `?Sized` boundEsteban Küber-0/+36
2020-06-15Suggest `?Sized` when applicable for ADTsEsteban Küber-0/+76