| Age | Commit message (Expand) | Author | Lines |
| 2018-04-12 | Move contents of libstd_unicode into libcore | Simon Sapin | -4/+4 |
| 2018-04-11 | Update compile-fail tests | varkor | -4/+14 |
| 2018-04-12 | Rollup merge of #49856 - varkor:no_mangle-statics-unlinted, r=michaelwoerister | kennytm | -0/+3 |
| 2018-04-11 | Implementation of `#[repr(packed(n))]` RFC 1399. | Cameron Hart | -0/+11 |
| 2018-04-10 | Add ok-wrapping to catch blocks, per RFC | Scott McMurray | -9/+11 |
| 2018-04-10 | Do not uppercase-lint no_mangle statics | varkor | -0/+3 |
| 2018-04-10 | Auto merge of #48914 - gaurikholkar:e0389, r=nikomatsakis | bors | -1/+1 |
| 2018-04-10 | Disallow `impl Trait` in unsupported position | Shotaro Yamada | -0/+38 |
| 2018-04-07 | modify the error message- CR Comments | gaurikholkar | -2/+2 |
| 2018-04-06 | Auto merge of #49392 - retep007:nll-issue-48962, r=nikomatsakis | bors | -0/+38 |
| 2018-04-05 | Merge branch 'master' of https://github.com/rust-lang/rust into e0389 | gaurikholkar | -287/+449 |
| 2018-04-05 | Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkov | Alex Crichton | -0/+42 |
| 2018-04-05 | Auto merge of #49684 - kennytm:rollup, r=kennytm | bors | -0/+28 |
| 2018-04-05 | Rollup merge of #49345 - davidtwco:issue-44109, r=nikomatsakis | kennytm | -0/+28 |
| 2018-04-05 | Auto merge of #48851 - petrochenkov:genparattr, r=nikomatsakis | bors | -5/+3 |
| 2018-04-05 | Stabilize attributes on generic parameters | Vadim Petrochenkov | -5/+3 |
| 2018-04-05 | Rollup merge of #49547 - Phlosioneer:44831-borrowck-remove-ignore, r=arielb1 | kennytm | -1/+0 |
| 2018-04-04 | Rollup merge of #49179 - varkor:future-deprecation, r=QuietMisdreavus,Guillau... | kennytm | -0/+8 |
| 2018-04-04 | Auto merge of #48333 - aidanhs:aphs-no-place-for-placement, r=nikomatsakis | bors | -62/+0 |
| 2018-04-03 | expand macro invocations in `extern {}` blocks | Austin Bonander | -0/+42 |
| 2018-04-03 | Auto merge of #49447 - pnkfelix:remove-cfg-const-pat-hack-47295, r=nikomatsakis | bors | -0/+35 |
| 2018-04-03 | Auto merge of #49348 - bobtwinkles:extend_2pb, r=nikomatsakis | bors | -18/+31 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -62/+0 |
| 2018-04-02 | Checking location and syntax of non_exhaustive attribute. | David Wood | -0/+28 |
| 2018-03-31 | Unignore borrowck test | Phlosioneer | -1/+0 |
| 2018-03-29 | Auto merge of #49291 - tejom:check-for-known-but-incorrect-attributes, r=petr... | bors | -0/+48 |
| 2018-03-29 | Stabilize underscore lifetimes | Taylor Cramer | -7/+0 |
| 2018-03-28 | Remove adjacent all-const match arm hack. | Felix S. Klock II | -0/+35 |
| 2018-03-28 | Stabilize match_default_bindings | Taylor Cramer | -5/+2 |
| 2018-03-27 | Add extra test for expressions and fix typo in message | matthew | -2/+8 |
| 2018-03-26 | Remove an unnecessary/incorrect match in the expression check function | matthew | -3/+9 |
| 2018-03-26 | Add tests for items deprecated in the future | varkor | -0/+8 |
| 2018-03-26 | fixes internal compiler error: | Peter Hrvola | -0/+38 |
| 2018-03-26 | Check for known but incorrect attributes | matthew | -0/+36 |
| 2018-03-26 | Remove library feature test | Mark Mansi | -17/+0 |
| 2018-03-26 | Auto merge of #49255 - cramertj:stable-impl-trait, r=nikomatsakis | bors | -20/+2 |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -18/+2 |
| 2018-03-26 | Stabilize universal_impl_trait | Taylor Cramer | -3/+1 |
| 2018-03-25 | Modify tests | Alexander Ronald Altman | -1/+1 |
| 2018-03-24 | Extend two-phase borrows to apply to method receiver autorefs | bobtwinkles | -18/+31 |
| 2018-03-25 | Auto merge of #49141 - gnzlbg:simd_select, r=alexcrichton | bors | -0/+56 |
| 2018-03-25 | Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakis | kennytm | -24/+0 |
| 2018-03-25 | Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakis | kennytm | -9/+17 |
| 2018-03-23 | Merge branch '49001_epoch' of https://github.com/klnusbaum/rust into rollup | Alex Crichton | -4/+4 |
| 2018-03-23 | Rollup merge of #49160 - estebank:issue-47457-missing-fields, r=oli-obk | Alex Crichton | -4/+2 |
| 2018-03-23 | Rollup merge of #48909 - RalfJung:type_alias_bounds, r=petrochenkov | Alex Crichton | -3/+0 |
| 2018-03-23 | Stabilize the copy_closures and clone_closures features | Simon Sapin | -24/+0 |
| 2018-03-21 | termination_trait: Make error message more helpful | Tyler Mandry | -3/+4 |
| 2018-03-21 | termination_trait: Put examples in error help, not label | Tyler Mandry | -1/+1 |
| 2018-03-21 | Use NOTE instead of error-pattern directive | Tyler Mandry | -1/+2 |