| Age | Commit message (Expand) | Author | Lines |
| 2016-01-30 | Add missings NOTE and HELP annotations to tests | Florian Hahn | -9/+32 |
| 2016-01-29 | Auto merge of #31212 - jseyfried:fix_ICE_in_resolve, r=nrc | bors | -0/+20 |
| 2016-01-29 | Auto merge of #31144 - jseyfried:remove_import_ordering_restriction, r=nrc | bors | -21/+0 |
| 2016-01-28 | Add test for #31212 | Jeffrey Seyfried | -0/+20 |
| 2016-01-27 | Auto merge of #31089 - fhahn:macro-ice, r=pnkfelix | bors | -0/+286 |
| 2016-01-27 | Add NOTE test annotations | Florian Hahn | -5/+14 |
| 2016-01-27 | Auto merge of #31020 - regexident:fix_16884, r=brson | bors | -8/+32 |
| 2016-01-26 | Add interpolated_or_expr_span macro and pass lo to newly added parse_dot_suffix | Florian Hahn | -1/+1 |
| 2016-01-26 | Use interpolated token span when building spans for bigger expressions | Florian Hahn | -4/+4 |
| 2016-01-26 | Update tests | Florian Hahn | -4/+6 |
| 2016-01-26 | Update expression span when transcribing macro args | Florian Hahn | -0/+275 |
| 2016-01-26 | Rollup merge of #31152 - durka:ty-follow-bracket, r=pnkfelix | Manish Goregaokar | -0/+122 |
| 2016-01-26 | Auto merge of #31065 - nrc:ident-correct, r=pnkfelix | bors | -15/+38 |
| 2016-01-25 | Auto merge of #30899 - oli-obk:non-local-const-fn, r=pnkfelix | bors | -27/+0 |
| 2016-01-23 | thorough follow-set tests | Alex Burka | -0/+122 |
| 2016-01-23 | Rollup merge of #31031 - brson:issue-30123, r=nikomatsakis | Steve Klabnik | -0/+19 |
| 2016-01-23 | Resolve: stop requiring that use declarations precede statements in blocks | Jeffrey Seyfried | -21/+0 |
| 2016-01-23 | Auto merge of #31126 - arielb1:remote-errors, r=eddyb | bors | -0/+19 |
| 2016-01-22 | astconv: don't use as_local_node_id for ids in a Def | Ariel Ben-Yehuda | -0/+19 |
| 2016-01-22 | Auto merge of #31087 - nikomatsakis:incr-comp-fulfillment-cache, r=arielb1 | bors | -6/+52 |
| 2016-01-21 | Refined error message to truncate at 3 and hint at number of hidden patterns ... | Vincent Esche | -5/+6 |
| 2016-01-21 | resolve: Fix variant namespacing | Vadim Petrochenkov | -2/+51 |
| 2016-01-21 | Indicate that trans is always dependent on typeck | Niko Matsakis | -4/+50 |
| 2016-01-21 | Revamp the fulfillment cache tracking to only cache trait-refs, which | Niko Matsakis | -2/+2 |
| 2016-01-22 | test | Nick Cameron | -0/+19 |
| 2016-01-22 | test fallout | Nick Cameron | -15/+19 |
| 2016-01-21 | Auto merge of #31010 - petrochenkov:def, r=arielb1 | bors | -8/+8 |
| 2016-01-20 | Auto merge of #30945 - nagisa:mir-optional-block-dest, r=nikomatsakis | bors | -1/+73 |
| 2016-01-20 | Auto merge of #30985 - alexcrichton:downgrade-jemaloc, r=brson | bors | -2/+2 |
| 2016-01-20 | Refactor definitions of ADTs in rustc::middle::def | Vadim Petrochenkov | -8/+8 |
| 2016-01-20 | Downgrade bundled jemalloc version | Alex Crichton | -2/+2 |
| 2016-01-20 | Add tests for various diverging & converging loops | Simonas Kazlauskas | -1/+73 |
| 2016-01-19 | Add test for #30123 | Brian Anderson | -0/+19 |
| 2016-01-19 | Refined error message. | Vincent Esche | -8/+31 |
| 2016-01-19 | Improve error message for non-exhaustive patterns | Vincent Esche | -1/+1 |
| 2016-01-18 | Auto merge of #30953 - KalitaAlexey:17823-get-rid-of-duplicate-error, r=nrc | bors | -109/+1 |
| 2016-01-18 | simplify E0308 message for primitive types | kalita.alexey | -109/+1 |
| 2016-01-17 | Expand the macro in variance-btree-invariant-types.rs to make compiletest rec... | Jonathan S | -36/+43 |
| 2016-01-17 | Fix and test variance of BTreeMap and its companion structs. | Jonathan S | -0/+56 |
| 2016-01-17 | enable cross crate and unsafe const fn | Oliver Schneider | -27/+0 |
| 2016-01-17 | Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturon | Manish Goregaokar | -3/+8 |
| 2016-01-16 | Auto merge of #30567 - steffengy:master, r=alexcrichton | bors | -0/+19 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -3/+8 |
| 2016-01-16 | Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturon | bors | -46/+150 |
| 2016-01-16 | Add regression tests for #29859. However #29859 is not fully fixed. | Niko Matsakis | -0/+84 |
| 2016-01-16 | Implement a hacky version of the DAG support we ultimately want, leaving | Niko Matsakis | -3/+2 |
| 2016-01-16 | Detect cycles and specialize error reporting for Sized. It is important | Niko Matsakis | -44/+65 |
| 2016-01-16 | Auto merge of #30930 - oli-obk:fix/30887, r=arielb1 | bors | -7/+90 |
| 2016-01-16 | Auto merge of #30896 - petrochenkov:vkindmeta, r=alexcrichton | bors | -29/+107 |
| 2016-01-15 | Auto merge of #30878 - brson:raw-pointer-derive, r=brson | bors | -0/+110 |