| Age | Commit message (Expand) | Author | Lines |
| 2018-05-06 | Fix assertion message generation | Shotaro Yamada | -0/+19 |
| 2018-04-30 | Do not ICE on generics mismatch with non-local traits | Shotaro Yamada | -0/+11 |
| 2018-04-25 | Warn on all erroneous constants | Oliver Schneider | -60/+64 |
| 2018-04-25 | Only warn on erroneous promoted constants | Oliver Schneider | -34/+0 |
| 2018-04-21 | Bring back old fallback semantics: Without feature(never_type), fallback to `... | Felix S. Klock II | -0/+4 |
| 2018-04-21 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -0/+16 |
| 2018-04-20 | Disallow `impl Trait` in unsupported position | Shotaro Yamada | -0/+38 |
| 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 | 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 | 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-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 |
| 2018-03-21 | termination_trait: Add () example to error message | Tyler Mandry | -1/+1 |
| 2018-03-20 | typeck: Report main return type errors on return type span | Tyler Mandry | -14/+0 |
| 2018-03-20 | rename epoch to edition | Kurtis Nusbaum | -4/+4 |
| 2018-03-20 | Match against friendly error message | Tyler Mandry | -2/+2 |
| 2018-03-19 | Reduce diagnostic verbosity by removing labels | Esteban Küber | -4/+2 |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -29/+6 |
| 2018-03-19 | update compile-fail tests: fewer warnings because this is now a HIR lint | Ralf Jung | -3/+0 |
| 2018-03-19 | Stabilize termination_trait | Tyler Mandry | -4/+2 |
| 2018-03-19 | Split out termination_trait_test feature gate | Tyler Mandry | -0/+22 |
| 2018-03-18 | add simd_select intrinsic | gnzlbg | -0/+56 |
| 2018-03-17 | AST: Make renames in imports closer to the source | Vadim Petrochenkov | -2/+2 |
| 2018-03-17 | Rollup merge of #48983 - gnzlbg:red, r=alexcrichton | kennytm | -0/+82 |
| 2018-03-16 | Auto merge of #48818 - michaelwoerister:issue-47309, r=eddyb | bors | -0/+31 |
| 2018-03-16 | ignore emscripten | gnzlbg | -0/+1 |
| 2018-03-16 | Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkov | bors | -0/+38 |
| 2018-03-16 | Auto merge of #49051 - kennytm:rollup, r=kennytm | bors | -5/+17 |
| 2018-03-16 | Rollup merge of #48875 - jcowgill:mips-test-fixes, r=sanxiyn | kennytm | -1/+13 |
| 2018-03-16 | Rollup merge of #48706 - ehuss:main-not-found-in-crate, r=estebank | kennytm | -4/+4 |
| 2018-03-15 | add missing min-llvm-version | gnzlbg | -0/+5 |
| 2018-03-15 | Auto merge of #47813 - kennytm:stable-incl-range, r=nrc | bors | -26/+1 |
| 2018-03-15 | add compile fail tests | gnzlbg | -0/+76 |
| 2018-03-15 | Auto merge of #48138 - estebank:issue-45092, r=nikomatsakis | bors | -31/+38 |