| Age | Commit message (Expand) | Author | Lines |
| 2018-09-13 | resolve: Introduce two sub-namespaces in macro namespace | Vadim Petrochenkov | -35/+64 |
| 2018-09-13 | resolve: Future proof derive helper attributes | Vadim Petrochenkov | -38/+117 |
| 2018-09-13 | resolve: Put different parent scopes into a single structure | Vadim Petrochenkov | -72/+108 |
| 2018-09-12 | Auto merge of #53409 - GuillaumeGomez:associated-const-value, r=QuietMisdreavus | bors | -73/+31 |
| 2018-09-12 | Auto merge of #54152 - michaelwoerister:cgu-name-fix, r=alexcrichton | bors | -19/+44 |
| 2018-09-12 | Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis | bors | -753/+802 |
| 2018-09-12 | Really make CGU names unique across crates. | Michael Woerister | -19/+44 |
| 2018-09-12 | Auto merge of #54146 - kennytm:rollup, r=kennytm | bors | -361/+261 |
| 2018-09-12 | Rollup merge of #54142 - pnkfelix:fix-regression-test-for-16278, r=wesleywiser | kennytm | -3/+4 |
| 2018-09-12 | Rollup merge of #54136 - cuviper:global-isel-dbg.declare, r=alexcrichton | kennytm | -1/+1 |
| 2018-09-12 | Rollup merge of #54107 - thevaleriemack:master, r=Mark-Simulacrum | kennytm | -4/+4 |
| 2018-09-12 | Rollup merge of #54106 - flip1995:pub_checklintnameresult, r=Manishearth | kennytm | -1/+1 |
| 2018-09-12 | Rollup merge of #54087 - ollie27:rustdoc_blanket_impl, r=QuietMisdreavus | kennytm | -14/+49 |
| 2018-09-12 | Rollup merge of #54085 - dtolnay:bare, r=alexcrichton | kennytm | -7/+0 |
| 2018-09-12 | Rollup merge of #54074 - toidiu:ak-spimplifyOrd, r=eddyb | kennytm | -12/+2 |
| 2018-09-12 | Rollup merge of #54073 - behnam:docs-1, r=frewsxcv | kennytm | -16/+19 |
| 2018-09-12 | Rollup merge of #54072 - blitzerr:master, r=Mark-Simulacrum | kennytm | -185/+3 |
| 2018-09-12 | Rollup merge of #54064 - nagisa:tiny-typo, r=sfackler | kennytm | -2/+3 |
| 2018-09-12 | Rollup merge of #54046 - snaedis:issue-48022, r=steveklabnik | kennytm | -1/+2 |
| 2018-09-12 | Rollup merge of #54031 - ljedrz:cleanup_passes, r=oli-obk | kennytm | -128/+96 |
| 2018-09-12 | Rollup merge of #53777 - ivanbakel:result_map_or_else, r=alexcrichton | kennytm | -0/+30 |
| 2018-09-12 | Rollup merge of #53703 - sourcefrog:doc-wrapping, r=frewsxcv | kennytm | -0/+3 |
| 2018-09-12 | Rollup merge of #52514 - DiamondLovesYou:amdgpu-fixes, r=eddyb | kennytm | -6/+63 |
| 2018-09-12 | Auto merge of #51159 - pacman82:master, r=oli-obk | bors | -59/+86 |
| 2018-09-11 | Auto merge of #53913 - petrochenkov:biattr4, r=alexcrichton | bors | -71/+353 |
| 2018-09-12 | Add ty::Ty to PatternKind::Range;u128 for Const in Constructor::ConstantRange | Markus Klein | -59/+86 |
| 2018-09-11 | Recover proper regression test for issue #16278. | Felix S. Klock II | -3/+4 |
| 2018-09-11 | Auto merge of #53873 - nikomatsakis:nll-universe-subtyping-and-pattern-ascrip... | bors | -1008/+1873 |
| 2018-09-11 | Update LLVM to fix GlobalISel dbg.declare | Josh Stone | -1/+1 |
| 2018-09-11 | Auto merge of #54111 - nikomatsakis:issue-53686-keywords-and-macros, r=alexcr... | bors | -14/+81 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -753/+802 |
| 2018-09-11 | we now successfully warn about `async` in macro invocations | Niko Matsakis | -13/+26 |
| 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-11 | resolve: Reserve a few very special names in macro namespace | Vadim Petrochenkov | -52/+62 |
| 2018-09-11 | resolve: Skip bang macros when resolving potentially built-in attributes | Vadim Petrochenkov | -32/+29 |
| 2018-09-11 | resolve: Future proof resolutions for potentially built-in attributes | Vadim Petrochenkov | -0/+274 |
| 2018-09-11 | resolve: Support resolving identifier macros without their own ID | Vadim Petrochenkov | -47/+48 |
| 2018-09-10 | fix incremental test | Niko Matsakis | -1/+1 |
| 2018-09-10 | add test case | Niko Matsakis | -0/+47 |
| 2018-09-10 | visit the paths in pre-expansion macros | Niko Matsakis | -0/+7 |
| 2018-09-10 | make `add_pre_expansion_builtin` add a pre-expansion lint | Niko Matsakis | -1/+1 |
| 2018-09-10 | add FIXME related to `ref x` bindings | Niko Matsakis | -14/+16 |
| 2018-09-10 | Auto merge of #54093 - petrochenkov:noinner, r=alexcrichton | bors | -12/+48 |
| 2018-09-10 | fix typos in growth algo description | Val | -4/+4 |
| 2018-09-10 | Reexport CheckLintNameResult | flip1995 | -1/+1 |
| 2018-09-10 | add link to https://github.com/rust-lang/rust/issues/54105 | Niko Matsakis | -3/+3 |
| 2018-09-10 | propagate user-ascribes types down onto resulting bindings | Niko Matsakis | -35/+171 |