| Age | Commit message (Expand) | Author | Lines |
| 2018-08-14 | rustc_resolve: crates only exist in the type namespace. | Eduard-Mihai Burtescu | -2/+20 |
| 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-14 | syntax: add `uniform_paths` feature-gate. | Eduard-Mihai Burtescu | -0/+34 |
| 2018-08-13 | Auto merge of #53270 - petrochenkov:macuse-regr, r=alexcrichton | bors | -116/+262 |
| 2018-08-13 | Auto merge of #53161 - michaelwoerister:cstrings, r=wesleywiser | bors | -92/+256 |
| 2018-08-13 | Auto merge of #53238 - nrc:update, r=kennytm | bors | -1/+1 |
| 2018-08-13 | Auto merge of #53051 - varkor:trait-method-pattern-arguments-error, r=petroch... | bors | -16/+122 |
| 2018-08-12 | Rollup merge of #53283 - zackmdavis:and_the_case_of_the_flotation_device, r=e... | Guillaume Gomez | -2/+106 |
| 2018-08-12 | Rollup merge of #53273 - frewsxcv:frewsxcv-ufffd, r=GuillaumeGomez | Guillaume Gomez | -9/+20 |
| 2018-08-12 | Rollup merge of #53267 - GuillaumeGomez:fix-styles, r=QuietMisdreavus | Guillaume Gomez | -4/+4 |
| 2018-08-12 | Rollup merge of #53264 - Havvy:patch-3, r=GuillaumeGomez | Guillaume Gomez | -0/+33 |
| 2018-08-12 | Rollup merge of #53253 - GuillaumeGomez:remove-console, r=kennytm | Guillaume Gomez | -1/+0 |
| 2018-08-12 | Rollup merge of #53240 - llogiq:doc-num-swap-reverse, r=joshtriplett | Guillaume Gomez | -113/+112 |
| 2018-08-12 | Rollup merge of #53231 - GuillaumeGomez:let-keyword, r=QuietMisdreavus | Guillaume Gomez | -1/+31 |
| 2018-08-12 | Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakis | Guillaume Gomez | -4/+25 |
| 2018-08-12 | Rollup merge of #53223 - ljedrz:cleanup_data_structures, r=oli-obk | Guillaume Gomez | -43/+42 |
| 2018-08-12 | Rollup merge of #53210 - alexcrichton:deny-rustc-syntax, r=nrc | Guillaume Gomez | -1/+1 |
| 2018-08-12 | Rollup merge of #53165 - jakllsch:netbsd-ad22a005-b917-47f3-8156-f717d36f6bbe... | Guillaume Gomez | -2/+37 |
| 2018-08-12 | Rollup merge of #53059 - ljedrz:unneeded_returns, r=kennytm | Guillaume Gomez | -22/+22 |
| 2018-08-12 | Rollup merge of #53025 - ljedrz:debug_asserts_limited, r=varkor | Guillaume Gomez | -12/+12 |
| 2018-08-12 | Rollup merge of #53019 - ljedrz:bad_collects, r=estebank | Guillaume Gomez | -7/+18 |
| 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 | -11/+98 |
| 2018-08-12 | wherein we suggest float for integer literals where a float was expected | Zack M. Davis | -2/+106 |
| 2018-08-11 | Clean up and add extra tests | varkor | -30/+26 |
| 2018-08-11 | Add E0642 to parser error | varkor | -5/+9 |
| 2018-08-11 | Emit an error during parsing | varkor | -60/+74 |
| 2018-08-11 | Improve diagnostics | varkor | -5/+13 |
| 2018-08-11 | Fix handling of trait methods with bodies and improve efficiency | varkor | -39/+70 |
| 2018-08-11 | Suggest replacing patterns with underscores | varkor | -3/+6 |
| 2018-08-11 | Emit error for pattern arguments in trait methods | varkor | -21/+71 |
| 2018-08-11 | Fix indent | Havvy (Ryan Scheel) | -1/+1 |
| 2018-08-11 | Add links to std::char::REPLACEMENT_CHARACTER from docs. | Corey Farwell | -9/+20 |
| 2018-08-11 | Add let keyword doc | Guillaume Gomez | -1/+31 |
| 2018-08-11 | Do not consider built-in attributes as candidates when resolving non-attribut... | Vadim Petrochenkov | -36/+20 |
| 2018-08-11 | Feature gate arbitrary tokens in non-macro attributes with a separate gate | Vadim Petrochenkov | -69/+144 |
| 2018-08-11 | Show that Command can be reused and remodified | Ryan Scheel | -0/+33 |
| 2018-08-11 | Fix styles | Guillaume Gomez | -4/+4 |
| 2018-08-11 | Update RLS | Nick Cameron | -1/+1 |
| 2018-08-10 | aarch64-unknown-netbsd: add openssl configuration | Jonathan A. Kollasch | -0/+1 |
| 2018-08-10 | Auto merge of #53177 - nikomatsakis:nll-redundant-borrows-and-escaping-values... | bors | -202/+388 |
| 2018-08-10 | Remove unwanted console log | Guillaume Gomez | -1/+0 |
| 2018-08-10 | Link compiler test documentation to rustc-guide | Tom Tromey | -184/+2 |
| 2018-08-10 | [nll] librustc_codegen_llvm: remove unused mut annotation | memoryruins | -1/+1 |
| 2018-08-10 | [nll] librustc_codegen_llvm: change Child signature to fix error pointed out ... | memoryruins | -1/+1 |
| 2018-08-10 | [nll] librustc_codegen_llvm: enable feature(nll) for bootstrap | memoryruins | -0/+1 |