| 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 | -0/+148 |
| 2018-08-14 | Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk | kennytm | -0/+45 |
| 2018-08-14 | Rollup merge of #53226 - QuietMisdreavus:editions-for-all, r=estebank | kennytm | -0/+24 |
| 2018-08-14 | Rollup merge of #53208 - BurntPizza:protect-the-environment, r=alexcrichton | kennytm | -0/+29 |
| 2018-08-14 | Rollup merge of #53112 - fukatani:pretty-print-btreeset, r=michaelwoerister | kennytm | -0/+50 |
| 2018-08-14 | Auto merge of #53085 - ljedrz:cleanup_syntax_structures, r=ljedrz | bors | -4/+5 |
| 2018-08-14 | Auto merge of #53196 - davidtwco:compile-fail-to-ui, r=nikomatsakis | bors | -43/+59488 |
| 2018-08-14 | Auto merge of #53335 - eddyb:issue-53333, r=petrochenkov | bors | -0/+17 |
| 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/+5 |
| 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 | -6/+6 |
| 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/+8 |
| 2018-08-14 | Tidy no longer fails when there are no files or subdirectories in a test dire... | David Wood | -0/+96 |
| 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 | rustc_resolve: crates only exist in the type namespace. | Eduard-Mihai Burtescu | -0/+17 |
| 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 | -0/+36 |
| 2018-08-14 | rustc_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-14 | rustc_resolve: fix special-case for one-segment import paths. | Eduard-Mihai Burtescu | -12/+122 |
| 2018-08-14 | syntax: gensym the injected std/core extern crates in the Rust 2018 edition. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-08-13 | Mark prior failure to avoid ICE | Esteban Küber | -0/+45 |
| 2018-08-14 | syntax: add `uniform_paths` feature-gate. | Eduard-Mihai Burtescu | -0/+31 |
| 2018-08-13 | Move SmallVec and ThinVec out of libsyntax | ljedrz | -4/+5 |
| 2018-08-13 | Auto merge of #53270 - petrochenkov:macuse-regr, r=alexcrichton | bors | -77/+178 |
| 2018-08-13 | fix behavior | Unknown | -1/+1 |
| 2018-08-13 | Auto merge of #53051 - varkor:trait-method-pattern-arguments-error, r=petroch... | bors | -0/+47 |
| 2018-08-12 | Rollup merge of #53283 - zackmdavis:and_the_case_of_the_flotation_device, r=e... | Guillaume Gomez | -1/+90 |
| 2018-08-12 | Rollup merge of #52955 - tromey:compiler-test-docs, r=nikomatsakis | Guillaume Gomez | -184/+2 |
| 2018-08-12 | Prohibit using macro-expanded `macro_export` macros through module-relative p... | Vadim Petrochenkov | -1/+69 |
| 2018-08-12 | wherein we suggest float for integer literals where a float was expected | Zack M. Davis | -1/+90 |
| 2018-08-11 | Clean up and add extra tests | varkor | -16/+21 |
| 2018-08-11 | Add E0642 to parser error | varkor | -2/+3 |
| 2018-08-11 | Emit an error during parsing | varkor | -5/+4 |
| 2018-08-11 | Improve diagnostics | varkor | -2/+2 |