| Age | Commit message (Expand) | Author | Lines |
| 2018-09-14 | Auto merge of #54088 - matthewjasper:use-reason-in-dlle-errors, r=pnkfelix | bors | -0/+25 |
| 2018-09-14 | Auto merge of #54080 - PramodBisht:issue/53692, r=estebank | bors | -0/+51 |
| 2018-09-14 | Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb | bors | -7/+32 |
| 2018-09-14 | Rollup merge of #54173 - phansch:suggest_valid_crate_type, r=estebank | kennytm | -3/+93 |
| 2018-09-14 | Auto merge of #53751 - F001:tuple-struct-self-ctor, r=petrochenkov,varkor | bors | -34/+216 |
| 2018-09-13 | Auto merge of #54168 - kennytm:rollup, r=kennytm | bors | -7/+131 |
| 2018-09-13 | Suggest valid crate type if invalid | Philipp Hansch | -3/+93 |
| 2018-09-14 | Rollup merge of #53950 - michaelwoerister:more-lto-cli, r=alexcrichton | kennytm | -4/+28 |
| 2018-09-14 | Rollup merge of #53829 - alexcrichton:release-debuginfo, r=michaelwoerister | kennytm | -3/+8 |
| 2018-09-14 | Rollup merge of #54147 - agnxy:const-eval-test, r=oli-obk | kennytm | -0/+55 |
| 2018-09-13 | introduce SelfCtor | F001 | -56/+122 |
| 2018-09-13 | implement feature tuple_struct_self_ctor | F001 | -28/+144 |
| 2018-09-13 | resolve: Future proof derive helper attributes | Vadim Petrochenkov | -0/+81 |
| 2018-09-13 | Rollup merge of #53371 - estebank:tuple, r=nikomatsakis | kennytm | -0/+40 |
| 2018-09-12 | Auto merge of #53409 - GuillaumeGomez:associated-const-value, r=QuietMisdreavus | bors | -29/+4 |
| 2018-09-12 | Auto merge of #54152 - michaelwoerister:cgu-name-fix, r=alexcrichton | bors | -3/+3 |
| 2018-09-12 | Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis | bors | -580/+733 |
| 2018-09-12 | Really make CGU names unique across crates. | Michael Woerister | -3/+3 |
| 2018-09-12 | Add a test that tries to modify static memory at compile-time | Andrew Xu | -0/+55 |
| 2018-09-12 | Rollup merge of #54142 - pnkfelix:fix-regression-test-for-16278, r=wesleywiser | kennytm | -3/+4 |
| 2018-09-12 | Rollup merge of #54087 - ollie27:rustdoc_blanket_impl, r=QuietMisdreavus | kennytm | -0/+37 |
| 2018-09-12 | Rollup merge of #54072 - blitzerr:master, r=Mark-Simulacrum | kennytm | -155/+0 |
| 2018-09-11 | Do not emit E0277 on incorrect tuple destructured binding | Esteban Küber | -0/+40 |
| 2018-09-11 | Auto merge of #53913 - petrochenkov:biattr4, r=alexcrichton | bors | -0/+238 |
| 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 | -139/+395 |
| 2018-09-11 | Add missing #![feature(min_const_fn)] to the newtype_index test. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-09-11 | Auto merge of #54111 - nikomatsakis:issue-53686-keywords-and-macros, r=alexcr... | bors | -13/+73 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -580/+733 |
| 2018-09-11 | we now successfully warn about `async` in macro invocations | Niko Matsakis | -13/+26 |
| 2018-09-11 | Change debug printing to print in the old concise style | Oliver Schneider | -7/+7 |
| 2018-09-11 | Use assertion-like static assertions | Oliver Schneider | -1/+1 |
| 2018-09-11 | Fix const eval of ZST index operations to make the static assertion work | Oliver Schneider | -0/+5 |
| 2018-09-11 | Satisfy tidy | Oliver Schneider | -1/+1 |
| 2018-09-11 | Forbid the upper indices of `IndexVec` indices to allow for niche optimizations | Oliver Schneider | -0/+20 |
| 2018-09-11 | Auto merge of #51363 - japaric:stable-used, r=cramertj | bors | -40/+6 |
| 2018-09-11 | resolve: Reserve a few very special names in macro namespace | Vadim Petrochenkov | -52/+48 |
| 2018-09-11 | resolve: Future proof resolutions for potentially built-in attributes | Vadim Petrochenkov | -0/+242 |
| 2018-09-10 | fix incremental test | Niko Matsakis | -1/+1 |
| 2018-09-10 | add test case | Niko Matsakis | -0/+47 |
| 2018-09-10 | add FIXME related to `ref x` bindings | Niko Matsakis | -13/+2 |
| 2018-09-10 | Auto merge of #54093 - petrochenkov:noinner, r=alexcrichton | bors | -4/+22 |
| 2018-09-10 | Add rustc SHA to released DWARF debuginfo | Alex Crichton | -3/+8 |
| 2018-09-10 | propagate user-ascribes types down onto resulting bindings | Niko Matsakis | -18/+79 |
| 2018-09-10 | expand the patterns test with a bunch more scenarios | Niko Matsakis | -5/+172 |
| 2018-09-10 | Auto merge of #54000 - jkozlowski:fix-53174, r=cramertj | bors | -1/+52 |
| 2018-09-10 | optimize `let x: T = ..` to avoid a temporary | Niko Matsakis | -121/+63 |
| 2018-09-10 | WIP remove incorrect nll.stderr reference files | Niko Matsakis | -56/+0 |
| 2018-09-10 | fix SCCs containing mixture of universes | Niko Matsakis | -0/+31 |
| 2018-09-10 | insert `AscribeUserType` for ascriptions | Niko Matsakis | -19/+100 |