| Age | Commit message (Expand) | Author | Lines |
| 2018-10-06 | Fix typo in libstd/thread/mod.rs: remove unnecessary comma | Artem Varaksa | -1/+1 |
| 2018-10-06 | Auto merge of #54766 - alexcrichton:wasm-all-symbols, r=michaelwoerister | bors | -4/+89 |
| 2018-10-06 | Auto merge of #54859 - pietroalbini:rollup, r=pietroalbini | bors | -503/+796 |
| 2018-10-05 | Rollup merge of #54853 - davidtwco:issue-52663-missing-lifetime-suggestion-te... | Pietro Albini | -28/+11 |
| 2018-10-05 | Rollup merge of #54851 - alexcrichton:revert-optimize, r=sfackler | Pietro Albini | -47/+5 |
| 2018-10-05 | Rollup merge of #54834 - kzys:fix-small-screen, r=GuillaumeGomez | Pietro Albini | -1/+0 |
| 2018-10-05 | Rollup merge of #54833 - abonander:issue-54441, r=petrochenkov | Pietro Albini | -16/+40 |
| 2018-10-05 | Rollup merge of #54812 - pnkfelix:issue-32382-index-assoc-type-with-lifetime,... | Pietro Albini | -0/+42 |
| 2018-10-05 | Rollup merge of #54804 - euclio:inverted-parameters, r=estebank | Pietro Albini | -1/+106 |
| 2018-10-05 | Rollup merge of #54787 - varkor:unused-mut-in-desugaring, r=nikomatsakis | Pietro Albini | -17/+53 |
| 2018-10-05 | Rollup merge of #54781 - phansch:master, r=varkor | Pietro Albini | -1/+16 |
| 2018-10-05 | Rollup merge of #54717 - ljedrz:cleanup_ty_p1, r=davidtwco | Pietro Albini | -388/+375 |
| 2018-10-05 | Rollup merge of #54078 - GabrielMajeri:expand-sync-docs, r=steveklabnik | Pietro Albini | -4/+148 |
| 2018-10-05 | Auto merge of #54743 - ljedrz:cleanup_ty_p2, r=zackmdavis | bors | -178/+146 |
| 2018-10-05 | Simplify test. | David Wood | -28/+11 |
| 2018-10-05 | Revert "Slightly refactor VecDeque implementation" | Alex Crichton | -3/+3 |
| 2018-10-05 | Revert "Optimize VecDeque::append" | Alex Crichton | -27/+2 |
| 2018-10-05 | Revert "Add docs and debug asserts" | Alex Crichton | -23/+11 |
| 2018-10-05 | Revert "Fix tidy" | Alex Crichton | -2/+1 |
| 2018-10-05 | Revert "Add another assert" | Alex Crichton | -4/+0 |
| 2018-10-05 | Auto merge of #54741 - oli-obk:impl_trait_hierarchy, r=cramertj | bors | -181/+152 |
| 2018-10-05 | add suggestion for inverted function parameters | Andy Russell | -1/+106 |
| 2018-10-05 | Auto merge of #54336 - petrochenkov:preuni, r=alexcrichton | bors | -403/+262 |
| 2018-10-05 | Auto merge of #52121 - jebrosen:macros2_feature, r=petrochenkov | bors | -44/+42 |
| 2018-10-05 | make `Parser::parse_foreign_item()` return a foreign item or error | Austin Bonander | -16/+40 |
| 2018-10-05 | Reapply the macro_rules disambiguation changes from master | Vadim Petrochenkov | -20/+7 |
| 2018-10-05 | Reapply the derive helper changes from master | Vadim Petrochenkov | -37/+38 |
| 2018-10-05 | expansion: Remove restriction on use of macro attributes with test/bench | Vadim Petrochenkov | -114/+44 |
| 2018-10-05 | resolve: Keep more precise traces for expanded macro resolutions | Vadim Petrochenkov | -16/+16 |
| 2018-10-05 | resolve: Merge resolution for `macro_rules` into the common early in-scope re... | Vadim Petrochenkov | -253/+173 |
| 2018-10-05 | Auto merge of #54703 - davidtwco:issue-52086, r=nikomatsakis | bors | -12/+216 |
| 2018-10-05 | resolve: Support value namespace in `fn resolve_lexical_macro_path_segment` | Vadim Petrochenkov | -8/+17 |
| 2018-10-05 | expansion: Expand attribute macros registered by legacy plugins in usual left... | Vadim Petrochenkov | -15/+3 |
| 2018-10-05 | resolve: Integrate inert attributes registererd by legacy plugins into macro ... | Vadim Petrochenkov | -11/+35 |
| 2018-10-05 | rustc/ty: improve stack shifting and remove related allocations | ljedrz | -10/+10 |
| 2018-10-05 | rustc/ty: move a faster early return up | ljedrz | -5/+5 |
| 2018-10-05 | rustc/ty: improve allocations | ljedrz | -38/+32 |
| 2018-10-05 | rustc/ty: simplify common patterns | ljedrz | -41/+25 |
| 2018-10-05 | rustc/ty: use Cow<str> where applicable | ljedrz | -248/+261 |
| 2018-10-05 | rustc/ty: whitespace fixes | ljedrz | -46/+42 |
| 2018-10-05 | Address review comments | Gabriel Majeri | -43/+67 |
| 2018-10-04 | rustdoc: overflow:auto doesn't work nicely on small screens | Kazuyoshi Kato | -1/+0 |
| 2018-10-05 | Auto merge of #54017 - alexcrichton:wasm-atomics2, r=sfackler | bors | -4/+509 |
| 2018-10-04 | Auto merge of #54649 - nikomatsakis:universes-refactor-1, r=scalexm | bors | -1547/+1883 |
| 2018-10-04 | Further improve docs for `FnDef` and `FnPtr` | Philipp Hansch | -8/+6 |
| 2018-10-04 | Auto merge of #54666 - matthewjasper:mir-function-spans, r=pnkfelix | bors | -653/+665 |
| 2018-10-04 | s/skol_predicate/placeholder_predicate | Niko Matsakis | -2/+2 |
| 2018-10-04 | fix typo: s/tained/tainted/ | Niko Matsakis | -1/+1 |
| 2018-10-04 | remove occurences of `skolemization` | Niko Matsakis | -53/+50 |
| 2018-10-04 | remove all occurences of `skolemize` | Niko Matsakis | -4/+4 |