about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-08-15Removed `ignore-test-compare-mode-nll` from borrowck-closures-two-mut-fail.rsFelix S. Klock II-10/+93
2018-08-15Removed `ignore-test-compare-mode-nll` from borrowck-closures-unique.rsFelix S. Klock II-8/+90
2018-08-14Auto merge of #53354 - kennytm:rollup, r=kennytmbors-0/+148
2018-08-14Rollup merge of #53317 - estebank:abolish-ice, r=oli-obkkennytm-0/+45
2018-08-14Rollup merge of #53226 - QuietMisdreavus:editions-for-all, r=estebankkennytm-0/+24
2018-08-14Rollup merge of #53208 - BurntPizza:protect-the-environment, r=alexcrichtonkennytm-0/+29
2018-08-14Rollup merge of #53112 - fukatani:pretty-print-btreeset, r=michaelwoeristerkennytm-0/+50
2018-08-14Auto merge of #53085 - ljedrz:cleanup_syntax_structures, r=ljedrzbors-4/+5
2018-08-14Auto merge of #53196 - davidtwco:compile-fail-to-ui, r=nikomatsakisbors-43/+59488
2018-08-14Auto merge of #53335 - eddyb:issue-53333, r=petrochenkovbors-0/+17
2018-08-14Moved problematic tests on x86_64-gnu-nopt back to compile-fail.David Wood-32/+0
2018-08-14Moved problematic tests on x86_64-pc-windows-gnu back to compile-fail.David Wood-37/+54
2018-08-14Moved problematic tests on armhf-gnu back to compile-fail.David Wood-22/+0
2018-08-14Moved problematic tests on wasm32-unknown back to compile-fail.David Wood-4/+25
2018-08-14Moved problematic tests on dist-x86_64-musl back to compile-fail.David Wood-12/+70
2018-08-14Moved problematic tests on i586-unknown-linux-gnu back to compile-fail.David Wood-7/+0
2018-08-14Normalize tests for i686 Windows.David Wood-82/+58
2018-08-14Fixed 'no such file or directory' mismatch between Windows and Linux.David Wood-16/+22
2018-08-14Moved problematic tests on Windows back to compile-fail.David Wood-79/+0
2018-08-14Moved tests back to compile-test if they don't work on ui.David Wood-65/+0
2018-08-14Fix no-link-with-link-args by introducing another normalization.David Wood-2/+5
2018-08-14Normalize crateresolve1.rs to support different candidate ordering between ex...David Wood-10/+12
2018-08-14Suggested trait implementation ordering is now deterministic.David Wood-6/+6
2018-08-14Fixed truncated path not being normalized.David Wood-2/+4
2018-08-14Normalize test build directory and root build directory.David Wood-8/+8
2018-08-14Tidy no longer fails when there are no files or subdirectories in a test dire...David Wood-0/+96
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-762/+884
2018-08-14Updated new UI tests to pass with NLL compare-modeDavid Wood-175/+273
2018-08-14Moved compile-fail tests to ui tests.David Wood-0/+59249
2018-08-14rustc_resolve: crates only exist in the type namespace.Eduard-Mihai Burtescu-0/+17
2018-08-14Auto merge of #52895 - draganmladjenovic:minmax_qnan, r=alexcrichtonbors-0/+7
2018-08-14rustc_resolve: also inject canaries to detect block scopes shadowing `uniform...Eduard-Mihai Burtescu-0/+36
2018-08-14rustc_resolve: inject ambiguity "canaries" when #![feature(uniform_paths)] is...Eduard-Mihai Burtescu-0/+172
2018-08-14#[feature(uniform_paths)]: allow `use x::y;` to resolve through `self::x`, no...Taylor Cramer-0/+301
2018-08-14rustc_resolve: fix special-case for one-segment import paths.Eduard-Mihai Burtescu-12/+122
2018-08-14syntax: gensym the injected std/core extern crates in the Rust 2018 edition.Eduard-Mihai Burtescu-2/+2
2018-08-13Mark prior failure to avoid ICEEsteban Küber-0/+45
2018-08-14syntax: add `uniform_paths` feature-gate.Eduard-Mihai Burtescu-0/+31
2018-08-13Move SmallVec and ThinVec out of libsyntaxljedrz-4/+5
2018-08-13Auto merge of #53270 - petrochenkov:macuse-regr, r=alexcrichtonbors-77/+178
2018-08-13fix behaviorUnknown-1/+1
2018-08-13Auto merge of #53051 - varkor:trait-method-pattern-arguments-error, r=petroch...bors-0/+47
2018-08-12Rollup merge of #53283 - zackmdavis:and_the_case_of_the_flotation_device, r=e...Guillaume Gomez-1/+90
2018-08-12Rollup merge of #52955 - tromey:compiler-test-docs, r=nikomatsakisGuillaume Gomez-184/+2
2018-08-12Prohibit using macro-expanded `macro_export` macros through module-relative p...Vadim Petrochenkov-1/+69
2018-08-12wherein we suggest float for integer literals where a float was expectedZack M. Davis-1/+90
2018-08-11Clean up and add extra testsvarkor-16/+21
2018-08-11Add E0642 to parser errorvarkor-2/+3
2018-08-11Emit an error during parsingvarkor-5/+4
2018-08-11Improve diagnosticsvarkor-2/+2