about summary refs log tree commit diff
path: root/src
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-229/+486
2018-08-14Rollup merge of #53317 - estebank:abolish-ice, r=oli-obkkennytm-0/+46
2018-08-14Rollup merge of #53290 - whitequark:fix-35741, r=nagisakennytm-2/+9
2018-08-14Rollup merge of #53274 - bjorn3:remove_statics_field, r=nagisakennytm-7/+0
2018-08-14Rollup merge of #53257 - faern:ip-method-idiomatic-improvement, r=TimNNkennytm-47/+50
2018-08-14Rollup merge of #53246 - ljedrz:cleanup_various, r=kennytmkennytm-153/+141
2018-08-14Rollup merge of #53239 - cuviper:llvm5-closure-alloca, r=eddybkennytm-2/+24
2018-08-14Rollup merge of #53233 - andre-richter:master, r=alexcrichtonkennytm-0/+48
2018-08-14Rollup merge of #53229 - varkor:rlimits_min, r=nikomatsakiskennytm-8/+12
2018-08-14Rollup merge of #53226 - QuietMisdreavus:editions-for-all, r=estebankkennytm-5/+28
2018-08-14Rollup merge of #53208 - BurntPizza:protect-the-environment, r=alexcrichtonkennytm-5/+30
2018-08-14Rollup merge of #53112 - fukatani:pretty-print-btreeset, r=michaelwoeristerkennytm-0/+98
2018-08-14Auto merge of #53085 - ljedrz:cleanup_syntax_structures, r=ljedrzbors-245/+245
2018-08-14Auto merge of #53196 - davidtwco:compile-fail-to-ui, r=nikomatsakisbors-77/+59549
2018-08-14Auto merge of #53335 - eddyb:issue-53333, r=petrochenkovbors-2/+20
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/+10
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-10/+18
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/+17
2018-08-14Tidy no longer fails when there are no files or subdirectories in a test dire...David Wood-9/+107
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-14Check error-patterns on UI tests. Fixes #52531.David Wood-21/+24
2018-08-14Auto merge of #53033 - RalfJung:manually_dro, r=SimonSapinbors-3/+11
2018-08-14rustc_resolve: crates only exist in the type namespace.Eduard-Mihai Burtescu-2/+20
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-34/+118
2018-08-14rustc_resolve: inject ambiguity "canaries" when #![feature(uniform_paths)] is...Eduard-Mihai Burtescu-15/+343
2018-08-14#[feature(uniform_paths)]: allow `use x::y;` to resolve through `self::x`, no...Taylor Cramer-7/+367
2018-08-14rustc_resolve: fix special-case for one-segment import paths.Eduard-Mihai Burtescu-238/+433
2018-08-14syntax: gensym the injected std/core extern crates in the Rust 2018 edition.Eduard-Mihai Burtescu-10/+33
2018-08-13Mark prior failure to avoid ICEEsteban Küber-0/+46
2018-08-14syntax: add `uniform_paths` feature-gate.Eduard-Mihai Burtescu-0/+34
2018-08-13Move SmallVec and ThinVec out of libsyntaxljedrz-245/+245
2018-08-13Auto merge of #53270 - petrochenkov:macuse-regr, r=alexcrichtonbors-116/+262
2018-08-13fix behaviorUnknown-4/+3