about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-07-21Rollup merge of #52539 - alexcrichton:two-attrs, r=petrochenkovkennytm-0/+46
2018-07-21Rollup merge of #52527 - ljedrz:cleanup_13973, r=oli-obkkennytm-10/+0
2018-07-21Rollup merge of #52526 - ljedrz:cleanup_18800, r=alexcrichtonkennytm-1/+0
2018-07-20Auto merge of #52498 - oli-obk:const_prop, r=nikomatsakisbors-1/+27
2018-07-20Auto merge of #52467 - alexcrichton:lints-and-macros, r=Manishearthbors-0/+79
2018-07-20Remove duplicate E0396 testsljedrz-10/+0
2018-07-20Auto merge of #52445 - alexcrichton:wasm-import-module, r=eddybbors-46/+27
2018-07-19Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakisbors-34/+1061
2018-07-19rustc: Fix two custom attributes with custom deriveAlex Crichton-0/+46
2018-07-19Auto merge of #52197 - euclio:exit-code, r=oli-obkbors-0/+56
2018-07-19Enable run-pass/sepcomp-lib-lto.rs on Androidljedrz-1/+0
2018-07-19Auto merge of #52486 - kennytm:rollup, r=kennytmbors-4/+39
2018-07-19Rollup merge of #52418 - estebank:desugaring-type, r=nikomatsakiskennytm-1/+39
2018-07-18Update test outputEsteban Küber-1/+1
2018-07-18Change label span to point at iterator instead of iter itemEsteban Küber-4/+4
2018-07-18Do not use desugared ident when suggesting adding a typeEsteban Küber-0/+38
2018-07-18Const-propagate castsOliver Schneider-1/+27
2018-07-18Auto merge of #52375 - oli-obk:the_early_lint_pass_gets_the_worm, r=Manishearthbors-23/+336
2018-07-18rustc: Stabilize #[wasm_import_module] as #[link(...)]Alex Crichton-46/+27
2018-07-18Adjust run pass test to stricter existential type rulesOliver Schneider-22/+48
2018-07-18Remove workarounds for #24958ljedrz-3/+0
2018-07-18Make `async_idents` allow-by-defaultOliver Schneider-17/+23
2018-07-18Add some tests around associated typesOliver Schneider-1/+112
2018-07-18Prepare for using wfcheck on existential typesOliver Schneider-16/+30
2018-07-18Check lifetimes on existential typesOliver Schneider-21/+109
2018-07-18Split monster tests into smaller onesOliver Schneider-331/+456
2018-07-18Move some tests aroundOliver Schneider-0/+0
2018-07-18Add test for using existential types in associated typesOliver Schneider-0/+36
2018-07-18Typeck existential types properlyOliver Schneider-9/+49
2018-07-18Implement existential typesOliver Schneider-26/+613
2018-07-18rustc: distinguish compilation failure from ICEAndy Russell-0/+56
2018-07-18Auto merge of #52353 - alexcrichton:wasm-custom-section, r=eddybbors-163/+38
2018-07-17rustc: Polish off `in_external_macro`Alex Crichton-4/+68
2018-07-17Make `async_idents` an edition incompat lintOliver Schneider-15/+231
2018-07-17added function to check if lints belong to an external macrodylan_DPC-0/+15
2018-07-17Auto merge of #52404 - felixrabe:doc-link-ch19-04-typo, r=GuillaumeGomezbors-62/+62
2018-07-17Fix doc linkFelix Rabe-62/+62
2018-07-17Rollup merge of #52385 - GuillaumeGomez:pass-edition-to-parser, r=QuietMisdre...kennytm-0/+24
2018-07-17Auto merge of #52409 - estebank:move-cfail-ui, r=oli-obkbors-17/+9577
2018-07-16Return tests that have platform dependant outputEsteban Küber-59/+0
2018-07-16Auto merge of #52081 - alexcrichton:proc-macro-stable, r=petrochenkovbors-129/+93
2018-07-16rustc: Use link_section, not wasm_custom_sectionAlex Crichton-163/+38
2018-07-16rustc: Stabilize much of the `proc_macro` featureAlex Crichton-129/+93
2018-07-16ExprKindcsmoe-1/+1
2018-07-16Auto merge of #52422 - michaelwoerister:revert-52266, r=oli-obkbors-36/+36
2018-07-16Auto merge of #52395 - zackmdavis:and_the_case_of_the_renamed_lint, r=estebankbors-4/+4
2018-07-16Revert "Clean up CodegenUnit name generation."Michael Woerister-1/+1
2018-07-16Revert "Adapt codegen-unit tests to new CGU naming scheme."Michael Woerister-30/+30
2018-07-16Revert "Fix some run-make tests after object file naming has changed."Michael Woerister-5/+5
2018-07-15Fix testsEsteban Küber-32/+0