| Age | Commit message (Expand) | Author | Lines |
| 2016-08-27 | Rollup merge of #36044 - mikhail-m1:master, r=jonathandturner | Jonathan Turner | -2/+6 |
| 2016-08-27 | Rollup merge of #36003 - GuillaumeGomez:err_codes, r=jonathandturner | Jonathan Turner | -0/+324 |
| 2016-08-27 | Rollup merge of #35989 - 0xmohit:pr/error-code-E0453, r=jonathandturner | Jonathan Turner | -5/+12 |
| 2016-08-27 | Rollup merge of #35985 - 0xmohit:pr/error-code-E0277, r=jonathandturner | Jonathan Turner | -2/+31 |
| 2016-08-27 | Rollup merge of #35657 - ahmedcharles:e0389, r=jonathandturner | Jonathan Turner | -0/+1 |
| 2016-08-27 | update error E0450 to new format | Mikhail Modin | -2/+6 |
| 2016-08-27 | Auto merge of #36030 - Manishearth:rollup, r=Manishearth | bors | -71/+58 |
| 2016-08-26 | Auto merge of #35877 - KiChjang:issue-35869, r=arielb1 | bors | -0/+37 |
| 2016-08-27 | Rollup merge of #36014 - slash3g:stabilize-type-macros, r=nikomatsakis | Manish Goregaokar | -39/+6 |
| 2016-08-27 | Rollup merge of #36002 - eddyb:abstract-kindness, r=nikomatsakis | Manish Goregaokar | -43/+43 |
| 2016-08-27 | Rollup merge of #35953 - Aatch:better-missing-block-error, r=nrc | Manish Goregaokar | -0/+20 |
| 2016-08-27 | Rollup merge of #35877 - KiChjang:issue-35869, r=arielb1 | Manish Goregaokar | -0/+37 |
| 2016-08-26 | Auto merge of #35542 - scottcarr:visitor_refactor, r=nikomatsakis | bors | -2/+2 |
| 2016-08-27 | rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer. | Eduard Burtescu | -43/+43 |
| 2016-08-26 | Add new error code tests | Guillaume Gomez | -0/+324 |
| 2016-08-26 | Stabilize type-macros | Daniele Baracchi | -39/+6 |
| 2016-08-26 | Update E0453 to new error format | Mohit Agarwal | -5/+12 |
| 2016-08-25 | Auto merge of #35885 - durka:gh35753, r=arielb1 | bors | -1/+1 |
| 2016-08-25 | use file!() even though it shouldn't be necessary | Alex Burka | -1/+1 |
| 2016-08-25 | Update E0277 to new error format | Mohit Agarwal | -2/+31 |
| 2016-08-25 | Rollup merge of #35916 - eddyb:mir-no-dead-allocas, r=Aatch | Manish Goregaokar | -0/+18 |
| 2016-08-25 | Rollup merge of #35238 - vadimcn:macro-debug-locs, r=michaelwoerister | Manish Goregaokar | -1/+124 |
| 2016-08-25 | Fix debug line info for macro expansions. | Vadim Chugunov | -1/+124 |
| 2016-08-24 | Auto merge of #35971 - jonathandturner:rollup, r=jonathandturner | bors | -4/+149 |
| 2016-08-24 | Auto merge of #35764 - eddyb:byegone, r=nikomatsakis | bors | -604/+57 |
| 2016-08-24 | More robust testing | Keith Yeung | -0/+37 |
| 2016-08-24 | Rollup merge of #35961 - 0xmohit:pr/error-codes-E0445-E0454, r=GuillaumeGomez | Jonathan Turner | -4/+12 |
| 2016-08-24 | Rollup merge of #35920 - GuillaumeGomez:err_codes, r=jonathandturner | Jonathan Turner | -0/+137 |
| 2016-08-24 | Auto merge of #35883 - durka:gh35849, r=eddyb | bors | -0/+35 |
| 2016-08-24 | Update E0445 and E0454 to new error format | Mohit Agarwal | -4/+12 |
| 2016-08-24 | Remove drop flags from structs and enums implementing Drop. | Eduard Burtescu | -273/+3 |
| 2016-08-24 | Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. | Eduard Burtescu | -333/+56 |
| 2016-08-24 | Add new error code tests | Guillaume Gomez | -0/+137 |
| 2016-08-23 | Auto merge of #35951 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -0/+2 |
| 2016-08-23 | Rollup merge of #35939 - creativcoder:e0195, r=jonathandturner | Guillaume Gomez | -0/+2 |
| 2016-08-23 | Auto merge of #35854 - nikomatsakis:incr-comp-cache-hash-35549, r=mw | bors | -8/+62 |
| 2016-08-23 | fix stray comment | Niko Matsakis | -2/+1 |
| 2016-08-23 | typeck: use NoExpectation to check return type of diverging fn | Alex Burka | -0/+35 |
| 2016-08-23 | Update E0195 to new error format | Rahul Sharma | -0/+2 |
| 2016-08-23 | consider DepNode::Krate to be an input | Niko Matsakis | -0/+40 |
| 2016-08-23 | add regression test for #35593 | Niko Matsakis | -0/+21 |
| 2016-08-23 | Improve error message when failing to parse a block | James Miller | -0/+20 |
| 2016-08-23 | rustc_trans: do not generate allocas for unused locals. | Eduard Burtescu | -0/+18 |
| 2016-08-22 | Update E0389 to the new format. #35630 | Ahmed Charles | -0/+1 |
| 2016-08-22 | Rollup merge of #35858 - shyaamsundhar:patch-1, r=GuillaumeGomez | Jonathan Turner | -0/+3 |
| 2016-08-22 | Rollup merge of #35841 - kyrias:new-error-E0424, r=GuillaumeGomez | Jonathan Turner | -2/+7 |
| 2016-08-22 | Rollup merge of #35835 - crypto-universe:E0426, r=jonathandturner | Jonathan Turner | -1/+3 |
| 2016-08-22 | Rollup merge of #35824 - GuillaumeGomez:err_codes, r=jonathandturner | Jonathan Turner | -0/+281 |
| 2016-08-22 | Rollup merge of #35820 - knight42:update-error-msg, r=jonathandturner | Jonathan Turner | -44/+85 |
| 2016-08-22 | Rollup merge of #35817 - wesleywiser:fix_35703, r=jonathandturner | Jonathan Turner | -0/+12 |