| Age | Commit message (Expand) | Author | Lines |
| 2016-08-17 | Rollup merge of #35731 - pythoneer:fix-35192, r=jonathandturner | Jonathan Turner | -3/+5 |
| 2016-08-17 | Rollup merge of #35726 - mikhail-m1:master2, r=jonathandturner | Jonathan Turner | -7/+19 |
| 2016-08-17 | Rollup merge of #35722 - knight42:update-error-msg, r=jonathandturner | Jonathan Turner | -5/+15 |
| 2016-08-17 | Rollup merge of #35713 - sanxiyn:ui-test, r=nikomatsakis | Jonathan Turner | -8/+24 |
| 2016-08-17 | Rollup merge of #35708 - sanxiyn:new-error-format, r=nikomatsakis | Jonathan Turner | -41/+24 |
| 2016-08-17 | Rollup merge of #35707 - frewsxcv:vec-into-iter-debug, r=alexcrichton | Jonathan Turner | -0/+17 |
| 2016-08-17 | Rollup merge of #35695 - matthew-piziak:vec-assert-over-println, r=GuillaumeG... | Jonathan Turner | -15/+2 |
| 2016-08-17 | Rollup merge of #35690 - matthew-piziak:op-overloading-limited, r=steveklabnik | Jonathan Turner | -3/+8 |
| 2016-08-17 | Rollup merge of #35686 - mikhail-m1:master, r=jonathandturner | Jonathan Turner | -8/+26 |
| 2016-08-17 | Rollup merge of #35681 - Rufflewind:patch-1, r=apasel422 | Jonathan Turner | -3/+3 |
| 2016-08-17 | Rollup merge of #35672 - yossi-k:issue/35323, r=GuillaumeGomez | Jonathan Turner | -2/+7 |
| 2016-08-17 | Rollup merge of #35671 - canaltinova:E0392, r=jonathandturner | Jonathan Turner | -2/+5 |
| 2016-08-17 | Rollup merge of #35670 - RockyTV:e0365, r=jonathandturner | Jonathan Turner | -7/+10 |
| 2016-08-17 | Rollup merge of #35663 - CryZe:no-stdlib, r=Manishearth | Jonathan Turner | -12/+34 |
| 2016-08-17 | Rollup merge of #35660 - terrynsun:e0207, r=jonathandturner | Jonathan Turner | -3/+2 |
| 2016-08-17 | Rollup merge of #35621 - frewsxcv:cstring-from-vec-doc, r=peschkaj | Jonathan Turner | -0/+11 |
| 2016-08-17 | Rollup merge of #35614 - srinivasreddy:syntax_ext_rustfmt, r=nikomatsakis | Jonathan Turner | -247/+273 |
| 2016-08-17 | Rollup merge of #35613 - matthew-piziak:array-docs-trait-justification, r=ste... | Jonathan Turner | -3/+8 |
| 2016-08-17 | Rollup merge of #35610 - JessRudder:33637-doc-update-for-str-representaton, r... | Jonathan Turner | -0/+4 |
| 2016-08-17 | Rollup merge of #35595 - urschrei:associated_types_docfix, r=steveklabnik | Jonathan Turner | -1/+1 |
| 2016-08-17 | Rollup merge of #35415 - silenuss:e0030-formatting, r=jonathandturner | Jonathan Turner | -5/+7 |
| 2016-08-17 | Rollup merge of #34370 - steveklabnik:keyword-ref-mention, r=Manishearth | Jonathan Turner | -0/+5 |
| 2016-08-16 | Auto merge of #35605 - eddyb:substs, r=nikomatsakis | bors | -4131/+2903 |
| 2016-08-17 | rustc: remove ParamSpace from Substs. | Eduard Burtescu | -857/+462 |
| 2016-08-17 | rustc: split GenericPredicates of a method from its parent predicates. | Eduard Burtescu | -150/+136 |
| 2016-08-17 | rustc: split Generics of a method from its parent Generics. | Eduard Burtescu | -264/+290 |
| 2016-08-17 | rustc: remove SelfSpace from ParamSpace. | Eduard Burtescu | -357/+276 |
| 2016-08-17 | rustc: reduce Substs and Generics to a simple immutable API. | Eduard Burtescu | -1548/+1226 |
| 2016-08-17 | rustc_typeck: use Substs::from_generics instead of manually building them. | Eduard Burtescu | -535/+300 |
| 2016-08-17 | rustc: move trait objects from TraitRef to ExistentialTraitRef. | Eduard Burtescu | -792/+682 |
| 2016-08-17 | rustc: move defaulting's use of &mut Substs from InferCtxt to typeck. | Eduard Burtescu | -232/+213 |
| 2016-08-17 | rustc: avoid using subst::VecPerParamSpace::{empty,new} directly. | Eduard Burtescu | -44/+38 |
| 2016-08-17 | rustc: force all raw accesses to VecPerParamSpace through as_full_slice. | Eduard Burtescu | -85/+52 |
| 2016-08-17 | rustc: move the SelfSpace before TypeSpace in Substs. | Eduard Burtescu | -82/+82 |
| 2016-08-17 | rustc: use Vec instead of VecPerParamSpace for ty::GenericPredicates. | Eduard Burtescu | -148/+109 |
| 2016-08-16 | Auto merge of #35559 - frewsxcv:slice-iter-as-ref, r=alexcrichton | bors | -0/+26 |
| 2016-08-16 | Auto merge of #35538 - cgswords:libproc_macro, r=nrc | bors | -1/+1225 |
| 2016-08-17 | Update E0005 Unit-Test | Dustin Bensing | -0/+1 |
| 2016-08-16 | Update E0005 to use a label | Dustin Bensing | -3/+4 |
| 2016-08-16 | Auto merge of #35354 - tomgarcia:covariant-drain, r=alexcrichton | bors | -9/+23 |
| 2016-08-16 | Proc_macro is alive | cgswords | -1/+1225 |
| 2016-08-16 | update to new error format E0409 | Mikhail Modin | -7/+19 |
| 2016-08-17 | Updated E0394 to new error message | Knight | -2/+8 |
| 2016-08-17 | Updated E0422 to new error message | Knight | -3/+7 |
| 2016-08-16 | Auto merge of #35637 - japaric:no-builtins-lto, r=alexcrichton | bors | -10/+61 |
| 2016-08-16 | Add basic unit test for `std::slice::Iter::as_slice`. | Corey Farwell | -0/+9 |
| 2016-08-16 | Implement `AsRef<[T]>` for `std::slice::Iter`. | Corey Farwell | -0/+17 |
| 2016-08-16 | Auto merge of #35617 - jseyfried:fix_unused_cfg_attr_path, r=eddyb | bors | -2/+19 |
| 2016-08-16 | Use UI test to test spans, instead of forced line break | Seo Sanghyeon | -8/+24 |
| 2016-08-16 | RUST_NEW_ERROR_FORMAT is no more | Seo Sanghyeon | -41/+24 |