| Age | Commit message (Expand) | Author | Lines |
| 2018-03-16 | Auto merge of #48818 - michaelwoerister:issue-47309, r=eddyb | bors | -0/+31 |
| 2018-03-16 | Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichton | bors | -2/+14 |
| 2018-03-16 | Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkov | bors | -0/+78 |
| 2018-03-16 | Auto merge of #49051 - kennytm:rollup, r=kennytm | bors | -133/+400 |
| 2018-03-16 | Rollup merge of #49037 - estebank:coherence-tweaks, r=nikomatsakis | kennytm | -10/+43 |
| 2018-03-16 | Rollup merge of #48990 - ExpHP:dont-drop-the-bomb, r=estebank | kennytm | -0/+39 |
| 2018-03-16 | Rollup merge of #49042 - kennytm:fix-e0307-typo, r=rkruppe | kennytm | -1/+1 |
| 2018-03-16 | Rollup merge of #49007 - estebank:follow-up-47574, r=oli-obk | kennytm | -8/+9 |
| 2018-03-15 | Coherence diagnostic tweaks | Esteban Küber | -10/+43 |
| 2018-03-16 | Rollup merge of #48922 - petrochenkov:asunder, r=nikomatsakis | kennytm | -0/+130 |
| 2018-03-16 | Rollup merge of #48875 - jcowgill:mips-test-fixes, r=sanxiyn | kennytm | -10/+72 |
| 2018-03-16 | Rollup merge of #48706 - ehuss:main-not-found-in-crate, r=estebank | kennytm | -104/+106 |
| 2018-03-15 | Auto merge of #47813 - kennytm:stable-incl-range, r=nrc | bors | -141/+89 |
| 2018-03-15 | Auto merge of #48138 - estebank:issue-45092, r=nikomatsakis | bors | -51/+116 |
| 2018-03-15 | Properly handle collecting default impls of methods with lifetime parameters. | Michael Woerister | -0/+31 |
| 2018-03-15 | Remove unnecessary "`" in error message E0307 (invalid self type). | kennytm | -1/+1 |
| 2018-03-15 | Disallow &a..=b and box a..=b in pattern. | kennytm | -0/+84 |
| 2018-03-15 | Stabilize `dotdoteq_in_patterns` language feature. | kennytm | -29/+0 |
| 2018-03-15 | Stabilize `inclusive_range_syntax` language feature. | kennytm | -86/+4 |
| 2018-03-15 | Stabilize `inclusive_range` library feature. | kennytm | -30/+5 |
| 2018-03-15 | Auto merge of #48648 - snf:fallible_allocation, r=Kimundi | bors | -0/+25 |
| 2018-03-14 | Add span label to E0044 | Esteban Küber | -2/+3 |
| 2018-03-14 | Review comment: remove mention of `move` closure | Esteban Küber | -4/+5 |
| 2018-03-14 | Make hint clearer, with the potential of being wrong | Esteban Küber | -2/+2 |
| 2018-03-14 | Suggest using `move` when trying to share `...::channel::{Receiver, Sender}` | Esteban Küber | -0/+56 |
| 2018-03-14 | Reword E0044 and message for `!Send` types | Esteban Küber | -51/+58 |
| 2018-03-14 | Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakis | bors | -242/+83 |
| 2018-03-14 | Update E0601 test for new message format. | Eric Huss | -1/+1 |
| 2018-03-14 | Some tweaks to "type parameters from outer function" diagnostic | Esteban Küber | -8/+9 |
| 2018-03-14 | Add backticks to `main` not found errors. | Eric Huss | -13/+13 |
| 2018-03-14 | Add suggestion where to add main function. | Eric Huss | -0/+22 |
| 2018-03-14 | Add empty main() to tests where it is missing. | Eric Huss | -95/+75 |
| 2018-03-14 | Add crate name to "main function not found" error message. | Eric Huss | -24/+24 |
| 2018-03-15 | Rollup merge of #48988 - bobtwinkles:add_48070_test, r=nikomatsakis | kennytm | -0/+35 |
| 2018-03-14 | Remove syntax and syntax_pos thread locals | John Kåre Alsaker | -15/+36 |
| 2018-03-14 | try_reserve: updating message for feature-gate-try_reserve.stderr | snf | -1/+1 |
| 2018-03-14 | implementing fallible allocation API (try_reserve) for Vec, String and HashMap | snf | -0/+25 |
| 2018-03-14 | Implement import renaming with `_` (RFC 2166) | Vadim Petrochenkov | -0/+130 |
| 2018-03-14 | Escape stringified expression | Shotaro Yamada | -0/+13 |
| 2018-03-14 | fix ui test error again | Andrew Cann | -1/+1 |
| 2018-03-14 | Fixes after rebase | Andrew Cann | -43/+0 |
| 2018-03-14 | Add note about fallback to `!: !Trait` error | Andrew Cann | -0/+41 |
| 2018-03-14 | really actually fix ui test error for real | Andrew Cann | -1/+0 |
| 2018-03-14 | really fix ui test errors for real | Andrew Cann | -0/+3 |
| 2018-03-14 | really fix ui test errors | Andrew Cann | -1/+0 |
| 2018-03-14 | Fix ui test errors | Andrew Cann | -2/+2 |
| 2018-03-14 | Make coerce_never lint an error | Andrew Cann | -63/+16 |
| 2018-03-14 | stabilise feature(never_type) | Andrew Cann | -133/+60 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -41/+3 |
| 2018-03-14 | update tests | Guillaume Gomez | -1163/+1153 |