about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-09-21Run the newly `ui`-ified run-pass tests under `compare-mode=nll` as well.Felix S. Klock II-0/+4
2018-09-21Add expected output for compiler to tests of optimization-fuel-{0,1}.rs.Felix S. Klock II-0/+2
2018-09-21Ignore the output itself on `rustc-rust-log.rs` (added in rust-lang/rust#42737).Felix S. Klock II-0/+9
2018-09-21Workaround rust-lang/rust#54222 by just ignoring the warning about the linker...Felix S. Klock II-0/+2
2018-09-21Allow various lints as part of ui-ifying `src/test/run-pass` suite.Felix S. Klock II-0/+296
2018-09-20Detect `for _ in in bar {}` typoEsteban Küber-4/+26
2018-09-20Remove incidental notesmemoryruins-5/+0
2018-09-20Add test for deref recursion limit printing twicememoryruins-0/+72
2018-09-20Auto merge of #54389 - kennytm:rollup, r=kennytmbors-0/+55
2018-09-20Disable rustfix temporarily on extern-const.rsRémy Rakic-26/+1
2018-09-20debug_macro: --bless tests.Mazdak Farrokhzad-23/+1
2018-09-20dbg_macro: notes about VCS and log::debug!(..)Mazdak Farrokhzad-0/+0
2018-09-20dbg_macro: output tests.Mazdak Farrokhzad-0/+119
2018-09-20dbg_macro: Debug-required test.Mazdak Farrokhzad-0/+24
2018-09-20dbg_macro: feature gate + move semantics test.Mazdak Farrokhzad-0/+89
2018-09-20Rollup merge of #54367 - spastorino:add-thread-local-static-borrow-test, r=pn...kennytm-0/+35
2018-09-20Auto merge of #53162 - QuietMisdreavus:crouching-impl-hidden-trait, r=Guillau...bors-6/+169
2018-09-20Rollup merge of #54292 - memoryruins:issue-53712, r=estebankkennytm-0/+20
2018-09-20fix intra-links for trait implsQuietMisdreavus-0/+40
2018-09-20don't index trait impls if the trait isn't also documentedQuietMisdreavus-0/+23
2018-09-20add more tests for traits-in-non-module-scopeQuietMisdreavus-4/+62
2018-09-20don't check visibility when inlining local implsQuietMisdreavus-0/+28
2018-09-20ignore rustdoc/doc-proc-macro on stage1QuietMisdreavus-0/+2
2018-09-20rustdoc: collect trait impls as an early passQuietMisdreavus-3/+15
2018-09-20Auto merge of #54255 - spastorino:use-of-moved-value-error, r=nikomatsakisbors-0/+71
2018-09-20Add test for doctest edition supportPhilip Munksgaard-0/+54
2018-09-19Improve error checking and reportingScott McMurray-6/+138
2018-09-19Enforce that #[marker] traits cannot have associated itemsScott McMurray-0/+88
2018-09-19Require that marker impls are empty, but allow them to overlapScott McMurray-0/+136
2018-09-19Parse, feature-gate, and validate the #[marker] attributeScott McMurray-0/+30
2018-09-19add -Zui-testing to rustdocQuietMisdreavus-31/+31
2018-09-19Remove spawning from task::ContextTaylor Cramer-41/+15
2018-09-19Add regression test for thread local static mut borrowsSantiago Pastorino-0/+35
2018-09-19Update ui testsMatthew Jasper-174/+205
2018-09-19Don't claim that locals in a function are declared outside of theMatthew Jasper-5/+6
2018-09-19Don't try to use a path to a type alias as a path to the adt it aliasesMatthew Jasper-0/+55
2018-09-19Make the span of the MIR return place point to the return typeMatthew Jasper-32/+32
2018-09-19Regression test for rust-lang/rust#22323.Felix S. Klock II-0/+32
2018-09-19Auto merge of #54101 - osa1:issue_54099, r=nikomatsakisbors-12/+18
2018-09-19Auto merge of #53877 - withoutboats:compositional-pin, r=aturonbors-33/+10
2018-09-19Use full name to identify a macro in a `FileName`.Diogo Sousa-8/+8
2018-09-19Auto merge of #53995 - davidtwco:issue-53807, r=nikomatsakisbors-114/+54
2018-09-18Use expr's spanmemoryruins-1/+3
2018-09-18Set diagnostic applicability based on array lengthmemoryruins-2/+2
2018-09-18incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te...Michael Woerister-0/+125
2018-09-18Update mir-opt test suiteRémy Rakic-13/+48
2018-09-18Update NLL 3-point error message for fake reads in optimized let patternsRemy Rakic-27/+30
2018-09-18Switched from FxHashMap to BTreeMap to preserve ordering when iterating.David Wood-8/+8
2018-09-18De-duplicate moved variable errors.David Wood-122/+62
2018-09-18Auto merge of #54034 - pnkfelix:issue-15287-bind-by-move-pattern-guards, r=ni...bors-11/+265