| Age | Commit message (Expand) | Author | Lines |
| 2018-09-14 | Add comments and assertion to `park`/`unpark` | James Duley | -2/+12 |
| 2018-09-12 | Fix `thread` `park`/`unpark` synchronization | James Duley | -18/+11 |
| 2018-09-11 | Auto merge of #51363 - japaric:stable-used, r=cramertj | bors | -205/+11 |
| 2018-09-11 | Auto merge of #54113 - alexcrichton:update-cargo, r=Mark-Simulacrum | bors | -0/+0 |
| 2018-09-11 | Auto merge of #54092 - estebank:gotta-go-fast, r=nikomatsakis | bors | -26/+23 |
| 2018-09-10 | Update Cargo submodule | Alex Crichton | -0/+0 |
| 2018-09-10 | Auto merge of #54093 - petrochenkov:noinner, r=alexcrichton | bors | -12/+48 |
| 2018-09-10 | Auto merge of #54000 - jkozlowski:fix-53174, r=cramertj | bors | -21/+89 |
| 2018-09-10 | bump version | Jorge Aparicio | -1/+1 |
| 2018-09-10 | Auto merge of #54011 - eddyb:anchored-in-the-future, r=petrochenkov | bors | -47/+306 |
| 2018-09-10 | rustc_resolve: ignore uniform_paths canaries that resolve to an import of the... | Eduard-Mihai Burtescu | -43/+72 |
| 2018-09-10 | rustc_resolve: inject `uniform_paths` canaries regardless of the feature-gate... | Eduard-Mihai Burtescu | -6/+236 |
| 2018-09-10 | Auto merge of #53565 - PramodBisht:issue/53359_b, r=estebank | bors | -27/+86 |
| 2018-09-10 | Auto merge of #53854 - davidtwco:issue-53668, r=nikomatsakis | bors | -0/+261 |
| 2018-09-10 | resolve: Remove `unshadowable_attrs` | Vadim Petrochenkov | -47/+34 |
| 2018-09-10 | resolve: Split macro prelude into built-in and user-defined parts | Vadim Petrochenkov | -33/+48 |
| 2018-09-10 | Feature gate non-builtin attributes in inner attribute position | Vadim Petrochenkov | -12/+48 |
| 2018-09-09 | Don't compute padding of braces unless they are unmatched | Esteban Küber | -26/+23 |
| 2018-09-09 | Auto merge of #53778 - petrochenkov:shadrelax2, r=nikomatsakis | bors | -245/+1230 |
| 2018-09-09 | update ui tests | Jorge Aparicio | -36/+6 |
| 2018-09-09 | Auto merge of #54057 - matthiaskrgr:stabilize-edition-plus-clippy, r=Mark-Sim... | bors | -42/+45 |
| 2018-09-09 | remove #[used] from the unstable book | Jorge Aparicio | -157/+0 |
| 2018-09-09 | stabilize `#[used]` | Jorge Aparicio | -12/+5 |
| 2018-09-09 | Auto merge of #53902 - dtolnay:group, r=petrochenkov | bors | -113/+191 |
| 2018-09-09 | merge cargo changes done by https://github.com/rust-lang/rust/pull/53935/ | Eric Huss | -4/+6 |
| 2018-09-09 | Auto merge of #53998 - eddyb:issue-53728, r=oli-obk | bors | -12/+63 |
| 2018-09-08 | Rename sp_lo to sp_open | David Tolnay | -10/+10 |
| 2018-09-09 | Auto merge of #53988 - eddyb:issue-53770, r=petrochenkov | bors | -43/+49 |
| 2018-09-09 | Auto merge of #53960 - estebank:issue-51303, r=nagisa | bors | -12/+66 |
| 2018-09-08 | Track distinct spans for open and close delimiter | David Tolnay | -126/+163 |
| 2018-09-09 | Auto merge of #53949 - estebank:unclosed-delim, r=nikomatsakis | bors | -40/+171 |
| 2018-09-09 | submodules: update clippy, rls with crate visibility patches, also update cargo | Matthias Krüger | -14/+14 |
| 2018-09-09 | Remove crate_visibility_modifier from 2018 edition | Mark Rousskov | -9/+9 |
| 2018-09-09 | Stabilize the 2018 edition | Mark Rousskov | -15/+16 |
| 2018-09-08 | Auto merge of #53909 - mikhail-m1:53643, r=nikomatsakis | bors | -478/+822 |
| 2018-09-08 | Auto merge of #53903 - GabrielMajeri:opt-miri-array-slice, r=oli-obk | bors | -31/+81 |
| 2018-09-08 | Fixed 53359: E0432 unresolved import on the same line is now emiting one diag... | Pramod Bisht | -27/+86 |
| 2018-09-08 | Auto merge of #53705 - ms2300:tmp, r=oli-obk | bors | -224/+228 |
| 2018-09-08 | Auto merge of #54051 - kennytm:rollup, r=kennytm | bors | -338/+545 |
| 2018-09-08 | resolve: More precise spans for ambiguous resolution errors | Vadim Petrochenkov | -95/+69 |
| 2018-09-08 | Add checks for expected macro output in restricted shadowing tests | Vadim Petrochenkov | -116/+134 |
| 2018-09-08 | resolve: Further simplify legacy scopes, add comments | Vadim Petrochenkov | -40/+45 |
| 2018-09-08 | Add test cases for possible restricted shadowing configurations | Vadim Petrochenkov | -0/+880 |
| 2018-09-08 | resolve: Rename some fields related to legacy macro scopes | Vadim Petrochenkov | -51/+60 |
| 2018-09-08 | resolve: Relax shadowing restriction on macro-expanded macros | Vadim Petrochenkov | -32/+57 |
| 2018-09-08 | resolve: Introduce "may appear after" abstraction for macro path resolutions | Vadim Petrochenkov | -21/+54 |
| 2018-09-08 | resolve: Cleanup two main macro resolution functions, tweak some comments | Vadim Petrochenkov | -64/+50 |
| 2018-09-08 | resolve: Model shadowing restriction for macro_rules after modern macros | Vadim Petrochenkov | -28/+45 |
| 2018-09-08 | resolve: Model `resolve_legacy_scope` after `resolve_lexical_macro_path_segment` | Vadim Petrochenkov | -60/+121 |
| 2018-09-08 | resolve: Partially unify bindings from macro_rules and from other items | Vadim Petrochenkov | -55/+32 |