| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-03-15 | Properly handle collecting default impls of methods with lifetime parameters. | Michael Woerister | -0/+31 |
| 2018-03-15 | Stabilize `inclusive_range` library feature. | kennytm | -26/+1 |
| 2018-03-14 | Reword E0044 and message for `!Send` types | Esteban Küber | -31/+38 |
| 2018-03-14 | Add backticks to `main` not found errors. | Eric Huss | -4/+4 |
| 2018-03-14 | Add note about fallback to `!: !Trait` error | Andrew Cann | -0/+41 |
| 2018-03-14 | Make coerce_never lint an error | Andrew Cann | -17/+5 |
| 2018-03-14 | stabilise feature(never_type) | Andrew Cann | -17/+7 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -38/+0 |
| 2018-03-12 | Auto merge of #48770 - bobtwinkles:two_phase_borrows_rewrite, r=pnkfelix | bors | -17/+19 |
| 2018-03-10 | code refactor, modify compile-fail tests | gaurikholkar | -2/+2 |
| 2018-03-10 | Rename ignored_generic_bounds -> type_alias_bounds | Ralf Jung | -3/+3 |
| 2018-03-10 | Auto merge of #47574 - zilbuz:issue-14844, r=nikomatsakis | bors | -7/+7 |
| 2018-03-09 | Remove added two-phase-borrows flag | bobtwinkles | -1/+1 |
| 2018-03-09 | Fix tests after two-phase borrow rewrite | bobtwinkles | -1/+1 |
| 2018-03-09 | Complete re-implementation of 2-phase borrows | bobtwinkles | -1/+0 |
| 2018-03-09 | Finally start down the right path | bobtwinkles | -16/+19 |
| 2018-03-09 | Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkov | bors | -10/+13 |
| 2018-03-09 | test: ignore asm tests on mips* which won't work | James Cowgill | -0/+10 |
| 2018-03-08 | Update tests | Basile Desloges | -7/+7 |
| 2018-03-08 | borrowck-asm: enable on mips | James Cowgill | -1/+3 |
| 2018-03-08 | Unify the const folding errors | Oliver Schneider | -91/+80 |
| 2018-03-08 | Update compile-fail tests | Oliver Schneider | -89/+24 |
| 2018-03-08 | Update tests | Oliver Schneider | -24/+28 |
| 2018-03-08 | Update tests | Oliver Schneider | -0/+24 |
| 2018-03-08 | Update tests | Oliver Schneider | -48/+64 |
| 2018-03-08 | Adjust tests to changed const err lints | Oliver Schneider | -27/+47 |
| 2018-03-08 | Adjust tests to more aggressive const err linting | Oliver Schneider | -0/+24 |
| 2018-03-08 | Report errors in statics during collecting instead of translating | Oliver Schneider | -1/+1 |