summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-05-22Fix hang in lexical_region_resolveMatthew Jasper-0/+7
2020-05-22Fix E0284 to not use incorrect wordingEsteban Küber-12/+100
2020-05-09fix error code for E0751YI-28/+28
2020-05-09normalize field projection ty to fix broken MIR issueSantiago Pastorino-0/+1
2020-05-09Add rustdoc regression test for the unused_braces lintflip1995-0/+14
2020-05-09Do not try to find binop method on RHS `TyErr`Esteban Küber-0/+27
2020-05-09resolve: Relax fresh binding disambiguation slightly to fix regressionVadim Petrochenkov-0/+1
2020-04-22adjust testsRalf Jung-133/+113
2020-04-21Auto merge of #71170 - spastorino:dyn-fnonce-alignment, r=nikomatsakisbors-12/+36
2020-04-21Rollup merge of #71174 - Nokel81:fix-async-main-error, r=petrochenkovDylan DPC-0/+43
2020-04-20Rollup merge of #71284 - JOE1994:serialize_id, r=petrochenkovDylan DPC-2/+14
2020-04-20Check that main/start is not asyncSebastian Malton-0/+43
2020-04-20Auto merge of #71232 - eddyb:print-const-adts, r=oli-obkbors-35/+35
2020-04-19check '-Zast-json' & '-Zast-json-noexpand' to output legal JSONJOE1994-2/+14
2020-04-20Auto merge of #71007 - Amanieu:deprecate_asm, r=Mark-Simulacrumbors-4/+22
2020-04-19Rollup merge of #71324 - petrochenkov:passcheck2, r=RalfJungDylan DPC-3/+3
2020-04-19Rollup merge of #71317 - RalfJung:unleash-inline-asm, r=ecstatic-morseDylan DPC-0/+25
2020-04-19Rollup merge of #71310 - JohnTitor:dont-did, r=estebankDylan DPC-2/+24
2020-04-19Rollup merge of #71026 - seiyab:issue-64362-adhoc, r=varkorDylan DPC-1/+21
2020-04-19Fix commentRalf Jung-3/+2
2020-04-19Fix some tests failing in `--pass check` modeVadim Petrochenkov-3/+3
2020-04-19Rollup merge of #71188 - Duddino:fix, r=matthewjasperDylan DPC-2/+10
2020-04-19test for false "never constructed" warnings for `Self::` variant pathsjakubadamw-1/+21
2020-04-19miri-unleash test for llvm_asmRalf Jung-0/+26
2020-04-19Auto merge of #70015 - jonas-schievink:gen-needs-drop, r=matthewjasperbors-39/+65
2020-04-19Auto merge of #69793 - estebank:predicate-obligations-4, r=nikomatsakisbors-118/+212
2020-04-19Do not show DefId in diagnosticsYuki Okushi-2/+24
2020-04-18Add label to item source of bound obligationEsteban Küber-59/+59
2020-04-18Do not emit note for projected derived obligationsEsteban Küber-44/+0
2020-04-18Remove `AssocTypeBound` and propagate bound `Span`sEsteban Küber-88/+55
2020-04-18Maintain chain of derived obligationsEsteban Küber-0/+171
2020-04-19Rollup merge of #71276 - RalfJung:miri-unleash-box, r=ecstatic-morseDylan DPC-0/+29
2020-04-18Make Box<dyn FnOnce> respect self alignmentSantiago Pastorino-12/+36
2020-04-18Auto merge of #71218 - eddyb:a-lifetime-stranded-in-fn-def, r=nikomatsakisbors-0/+13
2020-04-18miri-unleashed: test that we detect heap allocationsRalf Jung-0/+29
2020-04-18Auto merge of #71147 - cuviper:min-llvm8, r=Mark-Simulacrumbors-53/+24
2020-04-17Rollup merge of #71243 - Duddino:Fix2, r=estebankDylan DPC-0/+39
2020-04-17Rollup merge of #70467 - wesleywiser:invoke-vs-call, r=nagisaDylan DPC-8/+35
2020-04-17Ignore generator-drop-cleanup on wasm32-bareJonas Schievink-31/+33
2020-04-17Adjust mir-opt test and make it drop somethingJonas Schievink-26/+54
2020-04-17Rollup merge of #71239 - JohnTitor:llvm-asm, r=AmanieuDylan DPC-19/+19
2020-04-17Rollup merge of #69642 - ecstatic-morse:issue-69615, r=oli-obkDylan DPC-0/+28
2020-04-17Make `needs_drop` less pessimistic on generatorsJonas Schievink-13/+9
2020-04-17Account for use of `try!()` in 2018 edition and guide users in the right dire...Duddino-0/+39
2020-04-17Auto merge of #71049 - eddyb:const-err, r=oli-obkbors-293/+47
2020-04-17Rename `asm` test directory in favor of `llvm_asm`Yuki Okushi-19/+19
2020-04-17Auto merge of #70629 - anyska:fields-variant, r=oli-obkbors-3/+1
2020-04-17Auto merge of #71230 - Dylan-DPC:rollup-rofigbv, r=Dylan-DPCbors-6/+181
2020-04-17ty/print: pretty-print constant aggregates (arrays, tuples and ADTs).Eduard-Mihai Burtescu-8/+8
2020-04-17mir: pretty-print `Rvalue::Aggregate` correctly.Eduard-Mihai Burtescu-27/+27