| Age | Commit message (Expand) | Author | Lines |
| 2014-09-17 | doc: Methods for option::Option | Jonas Hietala | -1/+217 |
| 2014-09-17 | doc: Methods for result::Result. | Jonas Hietala | -28/+228 |
| 2014-09-17 | auto merge of #17247 : huonw/rust/toggle-clone, r=alexcrichton | bors | -1/+1 |
| 2014-09-17 | doc: Cleanup. | Jonas Hietala | -213/+186 |
| 2014-09-17 | auto merge of #17246 : bkoropoff/rust/issue-17216, r=pnkfelix | bors | -1/+36 |
| 2014-09-17 | Case-insensitive environment keys. | Vadim Chugunov | -7/+75 |
| 2014-09-17 | rustdoc: Correctly distinguish enums and types | P1start | -37/+57 |
| 2014-09-17 | Relicense shootout-fasta.rs ti the shootout license. | Guillaume Pinot | -14/+40 |
| 2014-09-17 | Relicense shootout-spectralnorm.rs to the shootout license | Guillaume Pinot | -8/+39 |
| 2014-09-17 | auto merge of #17160 : nick29581/rust/front, r=pcwalton | bors | -164/+189 |
| 2014-09-17 | Restore colour to rustdoc, add colour to ffi functions and methods | P1start | -5/+9 |
| 2014-09-17 | rebasing fixes | Nick Cameron | -6/+4 |
| 2014-09-17 | move feature_gate to libsyntax | Nick Cameron | -65/+69 |
| 2014-09-17 | move std_inject to libsyntax | Nick Cameron | -31/+35 |
| 2014-09-17 | move most of front to libsyntax | Nick Cameron | -70/+89 |
| 2014-09-17 | Drop a few unused diagnostic codes | Martin Olsson | -7/+0 |
| 2014-09-17 | auto merge of #17227 : tshepang/rust/stronger-break, r=aturon | bors | -1/+1 |
| 2014-09-16 | Add regression test for issue #17283 | Brian Koropoff | -0/+37 |
| 2014-09-16 | Propagate restrictions against struct literals to the RHS of assignments | Brian Koropoff | -2/+3 |
| 2014-09-16 | Convert restriction enum into bitflags | Brian Koropoff | -32/+28 |
| 2014-09-16 | Register new snapshots | Alex Crichton | -36/+9 |
| 2014-09-17 | auto merge of #17223 : retep998/rust/into_string, r=huonw | bors | -42/+42 |
| 2014-09-16 | auto merge of #17268 : aturon/rust/mut-conventions, r=alexcrichton | bors | -849/+1085 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -782/+793 |
| 2014-09-16 | auto merge of #17213 : mo/rust/fix_typos, r=aturon | bors | -2/+3 |
| 2014-09-16 | Use PATH instead of HOME in env! example | Brian Anderson | -2/+2 |
| 2014-09-16 | Align with _mut conventions | Aaron Turon | -68/+293 |
| 2014-09-16 | Run cleanup for base struct in functional struct update expressions | Jakub Wieczorek | -6/+40 |
| 2014-09-16 | Deprecate libnum in favor of rust-lang/num | Aaron Turon | -130/+3 |
| 2014-09-16 | Generalize lifetime bounds on type parameters to support multiple | Niko Matsakis | -18/+81 |
| 2014-09-16 | Clean up code for unused_must_use lint | Manish Goregaokar | -5/+2 |
| 2014-09-16 | auto merge of #17266 : Gankro/rust/vec-move, r=alexcrichton | bors | -0/+2 |
| 2014-09-16 | Improve the zsh completions. | Alexander Light | -68/+131 |
| 2014-09-16 | Update triple per comments | Jake Kaufman | -1/+1 |
| 2014-09-16 | auto merge of #17197 : nikomatsakis/rust/issue-5527-trait-reform-revisited, r... | bors | -3041/+5675 |
| 2014-09-16 | auto merge of #17245 : sfackler/rust/enumset-show, r=alexcrichton | bors | -1/+27 |
| 2014-09-16 | auto merge of #17244 : spastorino/rust/patch-1, r=alexcrichton | bors | -3/+3 |
| 2014-09-16 | Rename std::io::net::unix to std::io::net::pipe. | Jonas Hietala | -5/+4 |
| 2014-09-16 | auto merge of #17232 : untitaker/rust/patch-1, r=alexcrichton | bors | -1/+1 |
| 2014-09-15 | Correct windows install link in guide | Jake Kaufman | -2/+5 |
| 2014-09-16 | auto merge of #17280 : thestinger/rust/heap, r=pcwalton | bors | -55/+25 |
| 2014-09-16 | stop spawning so many tasks in guide-tasks | Daniel Micay | -1/+1 |
| 2014-09-16 | auto merge of #17288 : alexcrichton/rust/change-snap, r=brson | bors | -1/+1 |
| 2014-09-15 | Change the last linux 64-bit snapshot | Alex Crichton | -1/+1 |
| 2014-09-15 | mk: Update how the build deals with version labels. #16677 | Brian Anderson | -1/+1 |
| 2014-09-15 | Update docs to include Sized trait, which is needed | Niko Matsakis | -2/+11 |
| 2014-09-15 | remove the closure_exchange_malloc lang item | Daniel Micay | -39/+14 |
| 2014-09-15 | auto merge of #17221 : bkoropoff/rust/strinterner-unsafe, r=sfackler | bors | -11/+0 |
| 2014-09-15 | Fix two typos | Martin Olsson | -2/+3 |
| 2014-09-15 | heap: optimize EMPTY to avoid relocations | Daniel Micay | -14/+11 |