| Age | Commit message (Expand) | Author | Lines |
| 2015-01-14 | Normalize associated types in the type_is_newtype_immediate pass. Fixes #21010. | Niko Matsakis | -4/+39 |
| 2015-01-14 | Fix propagation of the HAS_PROJECTION flag in object types. Fixes #20831 some... | Niko Matsakis | -1/+58 |
| 2015-01-14 | Fix Repr output so that it does not ICE when a self-type is | Niko Matsakis | -1/+1 |
| 2015-01-14 | Fix DeBruijn accounting. It used to be that all trait-refs were binders, | Niko Matsakis | -29/+119 |
| 2015-01-14 | Remove old obsolete syntax tests | Adolfo Ochagavía | -58/+0 |
| 2015-01-14 | Remove old obsolete syntax errors | Adolfo Ochagavía | -168/+4 |
| 2015-01-15 | Fix interaction of --no-analysis and --emit dep-info | Nick Cameron | -11/+23 |
| 2015-01-15 | Syntax extensions on trait and impl items. | Nick Cameron | -121/+419 |
| 2015-01-15 | fix wrong link | York Xiang | -1/+1 |
| 2015-01-14 | Small Readability Update | Tristan Storch | -12/+9 |
| 2015-01-14 | Disallow a form of invalid asm! macro | Simonas Kazlauskas | -0/+22 |
| 2015-01-14 | TRPL: Anti-example failing for the wrong reason. | Toni Cárdenas | -1/+1 |
| 2015-01-14 | Add examples for DList methods. | nathan dotz | -6/+166 |
| 2015-01-15 | Document, tweak and refactor some trans code. | Huon Wilson | -21/+31 |
| 2015-01-14 | auto merge of #21082 : brson/rust/finally, r=alexcrichton | bors | -7/+16 |
| 2015-01-14 | auto merge of #21076 : sfackler/rust/bufferedreader-undef, r=Gankro | bors | -11/+10 |
| 2015-01-14 | Tweek save-analysis treatment of impls | Nick Cameron | -17/+34 |
| 2015-01-13 | Improve Rust Documentation & Reference on mobile | Kevin Yap | -1/+4 |
| 2015-01-13 | Fix playpen links to not all be the same | Earl St Sauver | -20/+9 |
| 2015-01-13 | syntax: factor out print_expr arms to reduce non-optimized stack usage | Erick Tryzelaar | -78/+138 |
| 2015-01-13 | syntax: Rewrite pp advance_left to use a constant stack size | Erick Tryzelaar | -31/+37 |
| 2015-01-13 | syntax: Don't import the pp.rs enum variants into the namespace | Erick Tryzelaar | -70/+82 |
| 2015-01-14 | auto merge of #21061 : japaric/rust/range, r=nick29581 | bors | -105/+104 |
| 2015-01-13 | Bump to ensure llvm is rebuilt | Richo Healey | -1/+1 |
| 2015-01-13 | Clean up conditions for clobbers | Richo Healey | -5/+1 |
| 2015-01-13 | Generalise pointer width tests using pointer_width | Richo Healey | -14/+4 |
| 2015-01-13 | Re-direct to the right place. | Steve Klabnik | -1/+1 |
| 2015-01-14 | fix string multi line connector '\' for kate | visualfc | -1/+1 |
| 2015-01-14 | auto merge of #21018 : tomjakubowski/rust/rustdoc-where-xcrate, r=alexcrichton | bors | -113/+187 |
| 2015-01-14 | Implement suggestions for traits to import. | Huon Wilson | -2/+249 |
| 2015-01-13 | Address feedback | Brian Anderson | -41/+14 |
| 2015-01-14 | Update grammar/verify.rs to work with recent master | Florian Hahn | -9/+9 |
| 2015-01-13 | Prefer GEP instructions over weird pointer casting | Björn Steinbrink | -44/+25 |
| 2015-01-13 | Handle question marks in model lexer, closes #15879 | Florian Hahn | -0/+6 |
| 2015-01-13 | auto merge of #20957 : Ms2ger/rust/closures, r=alexcrichton | bors | -67/+30 |
| 2015-01-13 | Provide example of generic inverse() | Steve Klabnik | -3/+76 |
| 2015-01-13 | auto merge of #20367 : retep998/rust/master, r=alexcrichton | bors | -83/+49 |
| 2015-01-13 | Remove unneeded box import in examples | Chase Southwood | -25/+0 |
| 2015-01-13 | Use if-let in std::result documentation | Simonas Kazlauskas | -6/+4 |
| 2015-01-13 | Fix a typo in std::result documentation | Simonas Kazlauskas | -1/+1 |
| 2015-01-13 | Make the Rust Book more mobile friendly | Seth Faxon | -2/+111 |
| 2015-01-13 | auto merge of #20997 : nikomatsakis/rust/assoc-types-enum-field-access, r=nic... | bors | -3/+90 |
| 2015-01-13 | Support UFCS style calls to a method defined in `Trait` where `Self` | Niko Matsakis | -3/+59 |
| 2015-01-13 | Replace usage of deriving with derive in docs | Greg Chapple | -6/+6 |
| 2015-01-13 | graphviz-flowgraph tests: use new `--xpretty flowgraph,unlabelled` option. | Felix S. Klock II | -19/+19 |
| 2015-01-13 | auto merge of #20963 : nick29581/rust/ast_map, r=eddyb | bors | -4/+40 |
| 2015-01-13 | Fix test failures | Travis Watkins | -4/+4 |
| 2015-01-13 | Rewrite each_attr to return a vector. | Ms2ger | -37/+16 |
| 2015-01-13 | Return the Vec from csearch::get_item_attrs. | Ms2ger | -27/+13 |
| 2015-01-13 | Return the Vec from decoder::get_item_attrs. | Ms2ger | -7/+5 |