| Age | Commit message (Expand) | Author | Lines |
| 2018-10-05 | Auto merge of #54743 - ljedrz:cleanup_ty_p2, r=zackmdavis | bors | -178/+146 |
| 2018-10-05 | Auto merge of #54741 - oli-obk:impl_trait_hierarchy, r=cramertj | bors | -181/+152 |
| 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 | 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 | 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 | 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 |
| 2018-10-04 | build up the placeholder indices as we go | Niko Matsakis | -31/+43 |
| 2018-10-04 | extend NLL universe code to have >1 placeholder within one universe | Niko Matsakis | -124/+226 |
| 2018-10-04 | create just one subuniverse per binder -- no need for more, really | Niko Matsakis | -69/+37 |
| 2018-10-04 | reorder the placeholders and inference variables in hr::sub | Niko Matsakis | -7/+9 |
| 2018-10-04 | rename skolemized to placeholder | Niko Matsakis | -211/+226 |
| 2018-10-04 | select.rs: rustfmt | Niko Matsakis | -1107/+1347 |
| 2018-10-04 | Auto merge of #54784 - Manishearth:clippyup, r=oli-obk | bors | -14/+24 |
| 2018-10-04 | Auto merge of #54809 - pietroalbini:rollup, r=pietroalbini | bors | -75/+303 |
| 2018-10-04 | Update Cargo.lock | Oliver Schneider | -0/+1 |
| 2018-10-04 | Add features to the workspace hack | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -1/+5 |
| 2018-10-04 | Rollup merge of #54795 - euclio:ifmt-bad-arg, r=estebank | Pietro Albini | -2/+22 |
| 2018-10-04 | Rollup merge of #54789 - scalexm:unnormalized, r=nikomatsakis | Pietro Albini | -11/+58 |
| 2018-10-04 | Rollup merge of #54788 - ljedrz:cleanup_rustc_mir, r=oli-obk | Pietro Albini | -27/+22 |
| 2018-10-04 | Rollup merge of #54780 - scalexm:dup-predicates, r=nikomatsakis | Pietro Albini | -6/+36 |
| 2018-10-04 | Rollup merge of #54777 - zackmdavis:async_pretty_ice, r=cramertj | Pietro Albini | -0/+10 |
| 2018-10-04 | Rollup merge of #54773 - rust-lang:wesleywiser-patch-1, r=oli-obk | Pietro Albini | -1/+1 |
| 2018-10-04 | Rollup merge of #54761 - Lucretiel:patch-1, r=cramertj | Pietro Albini | -2/+2 |
| 2018-10-04 | Rollup merge of #54746 - llogiq:simplify-unused-lints, r=michaelwoerister | Pietro Albini | -26/+11 |
| 2018-10-04 | Rollup merge of #53523 - phungleson:fix-impl-from-for-std-error, r=GuillaumeG... | Pietro Albini | -0/+141 |
| 2018-10-04 | Auto merge of #54638 - christianpoveda:master, r=kennytm | bors | -5/+26 |
| 2018-10-04 | Auto merge of #53851 - oli-obk:local_promotion, r=eddyb | bors | -335/+484 |
| 2018-10-04 | Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis | bors | -5/+328 |
| 2018-10-04 | Auto merge of #54447 - KiChjang:issue-54331, r=nikomatsakis | bors | -64/+176 |
| 2018-10-03 | Auto merge of #54391 - davidtwco:issue-54230, r=petrochenkov | bors | -19/+296 |
| 2018-10-03 | Clearer later use messages for calls | Matthew Jasper | -636/+607 |
| 2018-10-03 | Record whether a Call in MIR corresponds to a call in HIR | Matthew Jasper | -17/+58 |
| 2018-10-03 | remove padding from multiline format string label | Andy Russell | -2/+22 |
| 2018-10-03 | Auto merge of #54605 - petrochenkov:mambig, r=alexcrichton | bors | -23/+130 |
| 2018-10-03 | Fix `ty::UnnormalizedProjection` in rustdoc | scalexm | -0/+1 |
| 2018-10-03 | Update clippy | Manish Goregaokar | -14/+19 |