| Age | Commit message (Expand) | Author | Lines |
| 2016-08-27 | Rollup merge of #36044 - mikhail-m1:master, r=jonathandturner | Jonathan Turner | -9/+32 |
| 2016-08-27 | Rollup merge of #36003 - GuillaumeGomez:err_codes, r=jonathandturner | Jonathan Turner | -4/+372 |
| 2016-08-27 | Rollup merge of #35989 - 0xmohit:pr/error-code-E0453, r=jonathandturner | Jonathan Turner | -7/+15 |
| 2016-08-27 | Rollup merge of #35985 - 0xmohit:pr/error-code-E0277, r=jonathandturner | Jonathan Turner | -4/+34 |
| 2016-08-27 | Rollup merge of #35980 - kyrias:E0094-underline, r=jonathandturner | Jonathan Turner | -6/+11 |
| 2016-08-27 | Rollup merge of #35657 - ahmedcharles:e0389, r=jonathandturner | Jonathan Turner | -2/+5 |
| 2016-08-27 | update error E0450 to new format | Mikhail Modin | -9/+32 |
| 2016-08-27 | Auto merge of #35969 - bluss:memrchr-alignment, r=nagisa | bors | -1/+23 |
| 2016-08-27 | Auto merge of #36030 - Manishearth:rollup, r=Manishearth | bors | -3841/+1478 |
| 2016-08-27 | Fixup rustbuild on #35124 | Manish Goregaokar | -9/+2 |
| 2016-08-26 | Auto merge of #35877 - KiChjang:issue-35869, r=arielb1 | bors | -63/+122 |
| 2016-08-27 | Rollup merge of #36014 - slash3g:stabilize-type-macros, r=nikomatsakis | Manish Goregaokar | -54/+9 |
| 2016-08-27 | Rollup merge of #36005 - apasel422:traitobj, r=alexcrichton | Manish Goregaokar | -38/+9 |
| 2016-08-27 | Rollup merge of #36004 - petrochenkov:hashloan, r=arielb1 | Manish Goregaokar | -5/+9 |
| 2016-08-27 | Rollup merge of #36002 - eddyb:abstract-kindness, r=nikomatsakis | Manish Goregaokar | -1225/+1416 |
| 2016-08-27 | Rollup merge of #35953 - Aatch:better-missing-block-error, r=nrc | Manish Goregaokar | -3/+44 |
| 2016-08-27 | Rollup merge of #35877 - KiChjang:issue-35869, r=arielb1 | Manish Goregaokar | -63/+122 |
| 2016-08-27 | Rollup merge of #35124 - steveklabnik:remove_style, r=aturon | Manish Goregaokar | -2518/+0 |
| 2016-08-26 | Auto merge of #35542 - scottcarr:visitor_refactor, r=nikomatsakis | bors | -254/+278 |
| 2016-08-26 | Auto merge of #36008 - eddyb:compound-fail, r=michaelwoerister | bors | -1/+9 |
| 2016-08-27 | rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer. | Eduard Burtescu | -409/+532 |
| 2016-08-27 | rustc: pass ty::Region behind an interned 'tcx reference. | Eduard Burtescu | -664/+711 |
| 2016-08-27 | rustc: use accessors for Substs::{types,regions}. | Eduard Burtescu | -229/+250 |
| 2016-08-26 | fix port for visit_statement | Scott A Carr | -3/+14 |
| 2016-08-26 | Add new error code tests | Guillaume Gomez | -0/+324 |
| 2016-08-26 | Small error code explanations improvements | Guillaume Gomez | -3/+4 |
| 2016-08-26 | Stabilize type-macros | Daniele Baracchi | -54/+9 |
| 2016-08-26 | Replace unnecessary uses of `TraitObject` with casts | Andrew Paseltiner | -38/+9 |
| 2016-08-26 | Auto merge of #35975 - jonathandturner:error_buffering, r=alexcrichton | bors | -2/+198 |
| 2016-08-26 | Do not emit "class method" debuginfo for types that are not DICompositeType. | Eduard Burtescu | -1/+9 |
| 2016-08-25 | Auto merge of #35906 - jseyfried:local_prelude, r=eddyb | bors | -403/+43 |
| 2016-08-26 | Update E0453 to new error format | Mohit Agarwal | -7/+15 |
| 2016-08-25 | Auto merge of #35885 - durka:gh35753, r=arielb1 | bors | -1/+1 |
| 2016-08-26 | rustc_borrowck: Don't hash types in loan paths | Vadim Petrochenkov | -5/+9 |
| 2016-08-26 | Add E0525 error explanation | Guillaume Gomez | -1/+44 |
| 2016-08-25 | prevent error message interleaving on win/unix | Jonathan Turner | -2/+198 |
| 2016-08-25 | Remove style guide. | Steve Klabnik | -2518/+0 |
| 2016-08-25 | Auto merge of #34923 - eddyb:deny-fn-item-transmute, r=nikomatsakis | bors | -1/+1 |
| 2016-08-25 | use file!() even though it shouldn't be necessary | Alex Burka | -1/+1 |
| 2016-08-25 | Auto merge of #35884 - habnabit:freebsd-arc4rand, r=alexcrichton | bors | -30/+77 |
| 2016-08-25 | Update E0277 to new error format | Mohit Agarwal | -4/+34 |
| 2016-08-25 | Rollup merge of #35955 - frewsxcv:idiomatic-methods, r=eddyb | Manish Goregaokar | -28/+29 |
| 2016-08-25 | Rollup merge of #35947 - SimonSapin:decodeutf8-error-handling, r=alexcrichton | Manish Goregaokar | -37/+114 |
| 2016-08-25 | Rollup merge of #35916 - eddyb:mir-no-dead-allocas, r=Aatch | Manish Goregaokar | -0/+24 |
| 2016-08-25 | Rollup merge of #35867 - frewsxcv:rustdoc-cleanup, r=alexcrichton | Manish Goregaokar | -149/+175 |
| 2016-08-25 | Rollup merge of #35238 - vadimcn:macro-debug-locs, r=michaelwoerister | Manish Goregaokar | -53/+298 |
| 2016-08-25 | Make E0094 underline better | Johannes Löthberg | -6/+11 |
| 2016-08-25 | Fix debug line info for macro expansions. | Vadim Chugunov | -53/+298 |
| 2016-08-24 | Implement `From<ast::FloatTy>` for `PrimitiveType`. | Corey Farwell | -4/+11 |
| 2016-08-24 | Implement `From<ast::UintTy>` for `PrimitiveType`. | Corey Farwell | -10/+14 |