| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+13 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -12/+12 |
| 2014-10-02 | Test fixes from the rollup | Alex Crichton | -2/+2 |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -19/+9 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -12/+12 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -13/+1 |
| 2014-10-02 | tests: remove uses of Gc. | Eduard Burtescu | -19/+9 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+13 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -12/+12 |
| 2014-10-01 | Remove all use of librustuv | Aaron Turon | -25/+3 |
| 2014-09-25 | Relicense shootout-fasta-redux.rs to the shootout license. | Guillaume Pinot | -8/+38 |
| 2014-09-18 | auto merge of #17335 : TeXitoi/rust/relicense-shootout, r=brson | bors | -22/+77 |
| 2014-09-17 | rollup merge of #17309 : aturon/deprecate-libnum | Alex Crichton | -128/+0 |
| 2014-09-17 | Relicense shootout-fasta.rs ti the shootout license. | Guillaume Pinot | -14/+39 |
| 2014-09-17 | Relicense shootout-spectralnorm.rs to the shootout license | Guillaume Pinot | -8/+38 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -47/+47 |
| 2014-09-16 | Deprecate libnum in favor of rust-lang/num | Aaron Turon | -128/+0 |
| 2014-09-09 | rollup merge of #17096 : TeXitoi/relicense-shootout-chameneos-redux | Alex Crichton | -8/+38 |
| 2014-09-09 | rollup merge of #17077 : TeXitoi/relicense-shootout-nbody | Alex Crichton | -8/+38 |
| 2014-09-08 | Relicense shootout-chameneos-redux.rs to the shootout license. | Guillaume Pinot | -8/+38 |
| 2014-09-07 | Relicense shootout-nbody.rs to the shootout license | Guillaume Pinot | -8/+38 |
| 2014-09-07 | Relicense shootout-reverse-complement.rs to the shootout license. | Guillaume Pinot | -8/+38 |
| 2014-09-05 | Optimize Slice::reverse | Brian Anderson | -195/+1 |
| 2014-09-04 | Update fannkuchredux benchmark | Brian Anderson | -48/+325 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -2/+2 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -4/+4 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -4/+4 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -4/+4 |
| 2014-08-26 | Use temp vars for implicit coercion to ^[T] | Nick Cameron | -2/+3 |
| 2014-08-18 | regex: Enable test on Windows | klutzy | -2/+0 |
| 2014-08-15 | auto merge of #16435 : vadimcn/rust/windows, r=pcwalton | bors | -1/+1 |
| 2014-08-12 | Replace "ignore-win32" in tests with "ignore-windows" | Vadim Chugunov | -1/+1 |
| 2014-08-09 | Fix misspelled comments for tests. | Joseph Crail | -9/+9 |
| 2014-07-26 | Remove managed_box gate from tests | Brian Anderson | -2/+1 |
| 2014-07-26 | Relicense shootout-k-nucleotide.rs | Guillaume Pinot | -8/+38 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -3/+4 |
| 2014-07-24 | auto merge of #15424 : TeXitoi/rust/relicense-shootout-threadring, r=brson | bors | -8/+38 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+4 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+4 |
| 2014-07-19 | librustc: Implement lifetime elision. | Patrick Walton | -1/+1 |
| 2014-07-18 | auto merge of #15743 : Ryman/rust/mandelbrot_fix, r=alexcrichton | bors | -3/+3 |
| 2014-07-17 | Rename functions in the CloneableVector trait | Adolfo OchagavĂa | -3/+3 |
| 2014-07-13 | mandelbrot: fix overlapping buffers | Kevin Butler | -3/+3 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -12/+12 |
| 2014-07-04 | Relicense shootout-threadring.rs | Guillaume Pinot | -8/+38 |
| 2014-07-02 | auto merge of #15085 : brson/rust/stridx, r=alexcrichton | bors | -1/+1 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -1/+1 |
| 2014-07-01 | relicense shootout-mandelbrot.rs | Guillaume Pinot | -8/+39 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -2/+2 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -2/+2 |