| Age | Commit message (Expand) | Author | Lines |
| 2016-01-11 | Change error scheme so that if projection fails we generate `A::B` instead of... | Niko Matsakis | -5/+20 |
| 2015-12-09 | Auto merge of #30266 - oli-obk:expr_type_checked, r=luqmana | bors | -40/+23 |
| 2015-12-09 | Auto merge of #30145 - petrochenkov:hyg, r=nrc | bors | -10/+8 |
| 2015-12-08 | shorten common if let patterns to function calls | Oliver Schneider | -40/+23 |
| 2015-12-07 | Auto merge of #30087 - petrochenkov:indi, r=nrc | bors | -8/+8 |
| 2015-12-07 | Add E0264 error explanation | Guillaume Gomez | -2/+2 |
| 2015-12-07 | Remove some unnecessary indirection from HIR structures | Vadim Petrochenkov | -8/+8 |
| 2015-12-07 | Auto merge of #30202 - oli-obk:fix/const_index_feature_gate, r=Aatch | bors | -10/+7 |
| 2015-12-06 | Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturon | bors | -10/+11 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -10/+11 |
| 2015-12-05 | fix const index feature-gate regression | Oliver Schneider | -10/+7 |
| 2015-12-05 | Do MTWT resolution during lowering to HIR | Vadim Petrochenkov | -10/+8 |
| 2015-12-04 | Auto merge of #30084 - oli-obk:const_fn, r=pnkfelix | bors | -27/+51 |
| 2015-12-04 | Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelix | bors | -1/+2 |
| 2015-12-03 | Auto merge of #30149 - mitaa:fqn, r=alexcrichton | bors | -0/+2 |
| 2015-12-03 | Use the extern item-path for documentation links | mitaa | -0/+2 |
| 2015-12-02 | s/isize/i32 | Tobias Bucher | -3/+3 |
| 2015-12-01 | Rollup merge of #30136 - fhahn:remove-int-from-doc-examples, r=steveklabnik | Steve Klabnik | -3/+3 |
| 2015-12-01 | Replace uses of int/uint with isize/uzsize in doc examples | Florian Hahn | -3/+3 |
| 2015-12-01 | Auto merge of #25570 - oli-obk:const_indexing, r=nikomatsakis | bors | -1/+93 |
| 2015-12-01 | Add some consistency checks for value interning in ty::ctxt. | Michael Woerister | -5/+18 |
| 2015-11-28 | Auto merge of #29383 - petrochenkov:empstr, r=pnkfelix | bors | -15/+14 |
| 2015-11-27 | implement calling of `const fn`-methods in true constants | Oliver Schneider | -27/+51 |
| 2015-11-26 | Add syntax support for attributes on expressions and all syntax | Marvin Löbel | -1/+2 |
| 2015-11-26 | fix rustc-test | Ariel Ben-Yehuda | -0/+127 |
| 2015-11-26 | fix tidy | Ariel Ben-Yehuda | -6/+9 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -1483/+294 |
| 2015-11-26 | make CrateStore a trait object | Ariel Ben-Yehuda | -23/+26 |
| 2015-11-26 | remove csearch from the rest of rustc | Ariel Ben-Yehuda | -18/+17 |
| 2015-11-26 | stop using csearch in librustc and librustc_lint | Ariel Ben-Yehuda | -72/+64 |
| 2015-11-26 | Auto merge of #30054 - Ms2ger:TypeOrigin, r=eddyb | bors | -47/+48 |
| 2015-11-26 | Use the TypeOrigin variants qualified. | Ms2ger | -47/+48 |
| 2015-11-26 | Consider a crate staged if it has `stable` or `unstable` in its root | Vadim Petrochenkov | -3/+11 |
| 2015-11-25 | Remove `#[staged_api]` | Vadim Petrochenkov | -12/+2 |
| 2015-11-24 | Auto merge of #29960 - aturon:dismantle-traitref-subtyping, r=nikomatsakis | bors | -27/+38 |
| 2015-11-24 | Use the EntryOrExit variants qualified. | Ms2ger | -5/+3 |
| 2015-11-23 | Auto merge of #29952 - petrochenkov:depr, r=brson | bors | -1/+1 |
| 2015-11-20 | Auto merge of #29822 - petrochenkov:pubexport, r=alexcrichton | bors | -48/+59 |
| 2015-11-20 | Change TraitRef subtyping checks to equality | Aaron Turon | -27/+38 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -1/+1 |
| 2015-11-20 | Auto merge of #29534 - oli-obk:fix/const_fn_eval, r=dotdash | bors | -15/+14 |
| 2015-11-20 | add feature gate `const_indexing` | Oliver Schneider | -0/+11 |
| 2015-11-19 | Changes to data produced by privacy pass | Vadim Petrochenkov | -48/+59 |
| 2015-11-19 | Fix the fallout | Vadim Petrochenkov | -15/+14 |
| 2015-11-18 | minor fixes to #[cfg(test)] code | Niko Matsakis | -5/+5 |
| 2015-11-18 | Various straight-forward ports that override `visit_nested_items` | Niko Matsakis | -48/+62 |
| 2015-11-18 | Port entry code to `visit_all_items` -- since this was tracking whether | Niko Matsakis | -18/+16 |
| 2015-11-18 | Port a bunch of code new-visitor; all of these ports were | Niko Matsakis | -143/+127 |
| 2015-11-18 | Rework the `IdVisitor` so that it only visits item contents (and doesn't | Niko Matsakis | -5/+1 |
| 2015-11-18 | Auto merge of #29083 - petrochenkov:stability3, r=alexcrichton | bors | -130/+152 |