| Age | Commit message (Expand) | Author | Lines |
| 2018-08-15 | Removed `ignore-test-compare-mode-nll` from borrowck-closures-two-mut-fail.rs | Felix S. Klock II | -10/+93 |
| 2018-08-15 | Removed `ignore-test-compare-mode-nll` from borrowck-closures-unique.rs | Felix S. Klock II | -8/+90 |
| 2018-08-14 | Auto merge of #53354 - kennytm:rollup, r=kennytm | bors | -229/+486 |
| 2018-08-14 | Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk | kennytm | -0/+46 |
| 2018-08-14 | Rollup merge of #53290 - whitequark:fix-35741, r=nagisa | kennytm | -2/+9 |
| 2018-08-14 | Rollup merge of #53274 - bjorn3:remove_statics_field, r=nagisa | kennytm | -7/+0 |
| 2018-08-14 | Rollup merge of #53257 - faern:ip-method-idiomatic-improvement, r=TimNN | kennytm | -47/+50 |
| 2018-08-14 | Rollup merge of #53246 - ljedrz:cleanup_various, r=kennytm | kennytm | -153/+141 |
| 2018-08-14 | Rollup merge of #53239 - cuviper:llvm5-closure-alloca, r=eddyb | kennytm | -2/+24 |
| 2018-08-14 | Rollup merge of #53233 - andre-richter:master, r=alexcrichton | kennytm | -0/+48 |
| 2018-08-14 | Rollup merge of #53229 - varkor:rlimits_min, r=nikomatsakis | kennytm | -8/+12 |
| 2018-08-14 | Rollup merge of #53226 - QuietMisdreavus:editions-for-all, r=estebank | kennytm | -5/+28 |
| 2018-08-14 | Rollup merge of #53208 - BurntPizza:protect-the-environment, r=alexcrichton | kennytm | -5/+30 |
| 2018-08-14 | Rollup merge of #53112 - fukatani:pretty-print-btreeset, r=michaelwoerister | kennytm | -0/+98 |
| 2018-08-14 | Auto merge of #53085 - ljedrz:cleanup_syntax_structures, r=ljedrz | bors | -245/+245 |
| 2018-08-14 | Auto merge of #53196 - davidtwco:compile-fail-to-ui, r=nikomatsakis | bors | -77/+59549 |
| 2018-08-14 | Auto merge of #53335 - eddyb:issue-53333, r=petrochenkov | bors | -2/+20 |
| 2018-08-14 | Moved problematic tests on x86_64-gnu-nopt back to compile-fail. | David Wood | -32/+0 |
| 2018-08-14 | Moved problematic tests on x86_64-pc-windows-gnu back to compile-fail. | David Wood | -37/+54 |
| 2018-08-14 | Moved problematic tests on armhf-gnu back to compile-fail. | David Wood | -22/+0 |
| 2018-08-14 | Moved problematic tests on wasm32-unknown back to compile-fail. | David Wood | -4/+25 |
| 2018-08-14 | Moved problematic tests on dist-x86_64-musl back to compile-fail. | David Wood | -12/+70 |
| 2018-08-14 | Moved problematic tests on i586-unknown-linux-gnu back to compile-fail. | David Wood | -7/+0 |
| 2018-08-14 | Normalize tests for i686 Windows. | David Wood | -82/+58 |
| 2018-08-14 | Fixed 'no such file or directory' mismatch between Windows and Linux. | David Wood | -16/+22 |
| 2018-08-14 | Moved problematic tests on Windows back to compile-fail. | David Wood | -79/+0 |
| 2018-08-14 | Moved tests back to compile-test if they don't work on ui. | David Wood | -65/+0 |
| 2018-08-14 | Fix no-link-with-link-args by introducing another normalization. | David Wood | -2/+10 |
| 2018-08-14 | Normalize crateresolve1.rs to support different candidate ordering between ex... | David Wood | -10/+12 |
| 2018-08-14 | Suggested trait implementation ordering is now deterministic. | David Wood | -10/+18 |
| 2018-08-14 | Fixed truncated path not being normalized. | David Wood | -2/+4 |
| 2018-08-14 | Normalize test build directory and root build directory. | David Wood | -8/+17 |
| 2018-08-14 | Tidy no longer fails when there are no files or subdirectories in a test dire... | David Wood | -9/+107 |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -762/+884 |
| 2018-08-14 | Updated new UI tests to pass with NLL compare-mode | David Wood | -175/+273 |
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -0/+59249 |
| 2018-08-14 | Check error-patterns on UI tests. Fixes #52531. | David Wood | -21/+24 |
| 2018-08-14 | Auto merge of #53033 - RalfJung:manually_dro, r=SimonSapin | bors | -3/+11 |
| 2018-08-14 | rustc_resolve: crates only exist in the type namespace. | Eduard-Mihai Burtescu | -2/+20 |
| 2018-08-14 | Auto merge of #52895 - draganmladjenovic:minmax_qnan, r=alexcrichton | bors | -0/+7 |
| 2018-08-14 | rustc_resolve: also inject canaries to detect block scopes shadowing `uniform... | Eduard-Mihai Burtescu | -34/+118 |
| 2018-08-14 | rustc_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-14 | rustc_resolve: fix special-case for one-segment import paths. | Eduard-Mihai Burtescu | -238/+433 |
| 2018-08-14 | syntax: gensym the injected std/core extern crates in the Rust 2018 edition. | Eduard-Mihai Burtescu | -10/+33 |
| 2018-08-13 | Mark prior failure to avoid ICE | Esteban Küber | -0/+46 |
| 2018-08-14 | syntax: add `uniform_paths` feature-gate. | Eduard-Mihai Burtescu | -0/+34 |
| 2018-08-13 | Move SmallVec and ThinVec out of libsyntax | ljedrz | -245/+245 |
| 2018-08-13 | Auto merge of #53270 - petrochenkov:macuse-regr, r=alexcrichton | bors | -116/+262 |
| 2018-08-13 | fix behavior | Unknown | -4/+3 |