| Age | Commit message (Expand) | Author | Lines |
| 2018-03-14 | Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakis | bors | -547/+295 |
| 2018-03-14 | Auto merge of #49008 - kennytm:rollup, r=kennytm | bors | -546/+266 |
| 2018-03-14 | Auto merge of #49014 - Bobo1239:master, r=alexcrichton | bors | -8/+47 |
| 2018-03-15 | Rollup merge of #48874 - jcowgill:mips-features, r=sanxiyn | kennytm | -8/+8 |
| 2018-03-15 | Rollup merge of #48993 - alexheretic:fix-48816, r=michaelwoerister | kennytm | -0/+6 |
| 2018-03-15 | Rollup merge of #48966 - retep007:hir-fingerprint-optimization, r=michaelwoer... | kennytm | -8/+12 |
| 2018-03-15 | Rollup merge of #48991 - jsgf:remap-path-prefix, r=estebank | kennytm | -1/+1 |
| 2018-03-15 | Rollup merge of #48988 - bobtwinkles:add_48070_test, r=nikomatsakis | kennytm | -0/+35 |
| 2018-03-15 | Rollup merge of #48981 - alexcrichton:lld-no-at-file, r=michaelwoerister | kennytm | -1/+12 |
| 2018-03-15 | Rollup merge of #48971 - mark-i-m:fix_readmes, r=nikomatsakis | kennytm | -438/+15 |
| 2018-03-15 | Rollup merge of #48970 - GuillaumeGomez:doc-examples, r=QuietMisdreavus | kennytm | -2/+134 |
| 2018-03-15 | Rollup merge of #48964 - QuietMisdreavus:picket-fence, r=GuillaumeGomez | kennytm | -0/+4 |
| 2018-03-15 | Rollup merge of #48840 - varkor:idxset-cleanup, r=pnkfelix | kennytm | -87/+18 |
| 2018-03-15 | Rollup merge of #48831 - GuillaumeGomez:fix-theme-blink, r=QuietMisdreavus | kennytm | -1/+5 |
| 2018-03-15 | Rollup merge of #48765 - Phlosioneer:10234-wall-help-message, r=estebank | kennytm | -0/+16 |
| 2018-03-14 | Update RLS | Boris-Chengbiao Zhou | -8/+47 |
| 2018-03-14 | Auto merge of #48864 - oli-obk:miri_incremental_regression, r=eddyb | bors | -3/+38 |
| 2018-03-14 | Auto merge of #48811 - Zoxc:syntax-globals, r=michaelwoerister | bors | -1043/+1257 |
| 2018-03-14 | Remove syntax and syntax_pos thread locals | John Kåre Alsaker | -1043/+1257 |
| 2018-03-14 | Auto merge of #48859 - bdrewery:update-libc, r=alexcrichton | bors | -0/+0 |
| 2018-03-14 | fix ui test error again | Andrew Cann | -1/+1 |
| 2018-03-14 | Fixes after rebase | Andrew Cann | -52/+3 |
| 2018-03-14 | register removed lints | Andrew Cann | -0/+4 |
| 2018-03-14 | Fix fallback note | Andrew Cann | -9/+10 |
| 2018-03-14 | Add note about fallback to `!: !Trait` error | Andrew Cann | -26/+107 |
| 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 | change never_type stabilisation version | Andrew Cann | -7/+7 |
| 2018-03-14 | Fix ui test errors | Andrew Cann | -2/+2 |
| 2018-03-14 | Make coerce_never lint an error | Andrew Cann | -102/+21 |
| 2018-03-14 | Fix version number | Andrew Cann | -7/+7 |
| 2018-03-14 | stabilise feature(never_type) | Andrew Cann | -162/+89 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -243/+107 |
| 2018-03-14 | update tests | Guillaume Gomez | -1163/+1153 |
| 2018-03-14 | test for putting back check on json | Guillaume Gomez | -79/+127 |
| 2018-03-14 | Speed up SVH computation by using Fingerprint::combine() | Peter Hrvola | -8/+12 |
| 2018-03-13 | fix #48816 don't print help on indirect compiler ICE | Alex Butler | -0/+6 |
| 2018-03-13 | Clarify usage message for --remap-path-prefix. | Jeremy Fitzhardinge | -1/+1 |
| 2018-03-13 | Auto merge of #48735 - 1011X:master, r=alexcrichton | bors | -477/+512 |
| 2018-03-13 | Move 48070 test to ui | bobtwinkles | -0/+1 |
| 2018-03-13 | Adds a test for #48070 | bobtwinkles | -0/+34 |
| 2018-03-13 | add "text" sections for things that seem likely to be a problem | Niko Matsakis | -2/+6 |
| 2018-03-13 | remove dead code | Niko Matsakis | -11/+0 |
| 2018-03-13 | replace inline docs with references to rustc-guide | Niko Matsakis | -57/+18 |
| 2018-03-13 | add a debug assertion that only outlives-oblig. result from norm. | Niko Matsakis | -7/+32 |
| 2018-03-13 | `trans_apply_param_substs` => `subst_and_normalize_erasing_regions` | Niko Matsakis | -70/+91 |
| 2018-03-13 | short-circuit work when instantiating query responses | Niko Matsakis | -24/+84 |
| 2018-03-13 | short-circuit `dropck_outlives` for simple cases | Niko Matsakis | -2/+72 |
| 2018-03-13 | add regression tests for various MIR bugs that get fixed | Niko Matsakis | -0/+199 |