| Age | Commit message (Expand) | Author | Lines |
| 2016-08-27 | Use `FnvHashMap` in more places | Jonas Schievink | -80/+76 |
| 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 | fix cross compilation of std | Jorge Aparicio | -3/+19 |
| 2016-08-27 | update libc | Jorge Aparicio | -0/+0 |
| 2016-08-27 | rustc_trans: don't round up the DST prefix size to its alignment. | Eduard Burtescu | -48/+70 |
| 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 | initial support for s390x | Jorge Aparicio | -2/+39 |
| 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-26 | add mips64-gnu and mips64el-gnu targets | Jorge Aparicio | -10/+237 |
| 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 | Introduce `into_inner` method on `std::io::Take`. | Corey Farwell | -0/+27 |
| 2016-08-26 | improve `BitAnd` trait documentation | Matthew Piziak | -21/+41 |
| 2016-08-26 | accumulate vector and assert for RangeFrom and RangeInclusive examples | Matthew Piziak | -22/+10 |
| 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-26 | Fix documentation in cell mod | changchun.fan | -10/+39 |
| 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 | Fix fallout in tests. | Jeffrey Seyfried | -5/+6 |
| 2016-08-25 | Refactor away `AttrMetaMethods`. | Jeffrey Seyfried | -158/+50 |
| 2016-08-25 | Refactor away `AttributeMethods`. | Jeffrey Seyfried | -15/+7 |
| 2016-08-25 | Refactor away `AttrNestedMetaItemMethods`. | Jeffrey Seyfried | -59/+50 |
| 2016-08-25 | prevent error message interleaving on win/unix | Jonathan Turner | -2/+198 |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -373/+942 |
| 2016-08-25 | add a simple example for `thread::current()` | Matthew Piziak | -0/+18 |
| 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 | Rename {uint,int} methods to {usize,isize}. | Corey Farwell | -33/+33 |
| 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 |