| Age | Commit message (Expand) | Author | Lines |
| 2015-01-15 | auto merge of #20990 : estsauver/rust/playpen_20732, r=alexcrichton | bors | -20/+9 |
| 2015-01-15 | Disable -C lto optimizations on opt_level=0 | John Kåre Alsaker | -0/+3 |
| 2015-01-15 | Forbid impls for builtin traits on types that are not structs/enums | Flavio Percoco | -0/+90 |
| 2015-01-15 | Allow get_tydesc intrinsic to accept unsized types | Diggory Blake | -5/+44 |
| 2015-01-15 | reference.md: change "mod" to "self" in "use" declaration. | NODA, Kai | -4/+4 |
| 2015-01-15 | auto merge of #20980 : richo/rust/final-power, r=alexcrichton | bors | -37/+327 |
| 2015-01-15 | save-analysis: fix declid of methods | Nick Cameron | -2/+2 |
| 2015-01-14 | Remove erroneous stability attribute. | Brian Anderson | -3/+0 |
| 2015-01-14 | use better span | Jorge Aparicio | -12/+12 |
| 2015-01-15 | Explicitly note that vector contents are on the heap | Aidan Hobson Sayers | -1/+1 |
| 2015-01-15 | Don't impl builtin traits on non structs/enums | Flavio Percoco | -1/+4 |
| 2015-01-14 | fix unused import error | Jorge Aparicio | -0/+2 |
| 2015-01-14 | doc: fix links to servo | Richo Healey | -2/+2 |
| 2015-01-14 | use UFCS in `#[deriving(Hash)]` | Jorge Aparicio | -2/+37 |
| 2015-01-14 | Refactor compare_impl_method to use all bounds | Jared Roesch | -570/+567 |
| 2015-01-14 | Revert "rustc_trans: Fix type projection debuginfo" -- it potentially papers ... | Niko Matsakis | -86/+22 |
| 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 |