| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+1 | |
| [breaking-change] If you are using slicing syntax you will need to add #![feature(slicing_syntax)] to your crate. | ||||
| 2014-10-03 | Test fixes from the rollup | Alex Crichton | -1/+1 | |
| 2014-10-03 | auto merge of #16995 : kmcallister/rust/plugin-tutorial, r=alexcrichton | bors | -6/+16 | |
| @steveklabnik, are you interested in looking this over? | ||||
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -1/+1 | |
| Conflicts: src/libcollections/lib.rs src/libcore/lib.rs src/librustdoc/lib.rs src/librustrt/lib.rs src/libserialize/lib.rs src/libstd/lib.rs src/test/run-pass/issue-8898.rs | ||||
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -1/+1 | |
| This reverts commit 95cfc35607ccf5f02f02de56a35a9ef50fa23a82. | ||||
| 2014-10-02 | docs: remove mentions of Gc. | Eduard Burtescu | -1/+1 | |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+1 | |
| [breaking-change] If you are using slicing syntax you will need to add #![feature(slicing_syntax)] to your crate. | ||||
| 2014-10-01 | Link plugins guide from elsewhere | Keegan McAllister | -6/+16 | |
| 2014-10-01 | auto merge of #17584 : pcwalton/rust/range-patterns-dotdotdot, r=nick29581 | bors | -1/+1 | |
| This breaks code that looks like: match foo { 1..3 => { ... } } Instead, write: match foo { 1...3 => { ... } } Closes #17295. r? @nick29581 | ||||
| 2014-09-30 | Add `if let` to the reference | Jakub Wieczorek | -1/+14 | |
| 2014-09-30 | Update based on PR feedback | Kevin Ballard | -1/+1 | |
| 2014-09-30 | Move `if let` behind a feature gate | Kevin Ballard | -0/+2 | |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -1/+1 | |
| This breaks code that looks like: match foo { 1..3 => { ... } } Instead, write: match foo { 1...3 => { ... } } Closes #17295. [breaking-change] | ||||
| 2014-09-22 | clean up some references to 'owned' | Steve Klabnik | -2/+2 | |
| 2014-09-22 | vectors are not in the language | Steve Klabnik | -16/+9 | |
| 2014-09-22 | die 'managed' | Steve Klabnik | -34/+14 | |
| 2014-09-22 | logging is an external crate | Steve Klabnik | -58/+0 | |
| 2014-09-22 | no it won't | Steve Klabnik | -2/+0 | |
| 2014-09-22 | runtime has no C++ | Steve Klabnik | -1/+1 | |
| 2014-09-22 | Remove lies about task scheduling | Steve Klabnik | -48/+11 | |
| it's 1:1 by default now, and N:M is on its way out | ||||
| 2014-09-22 | Fix terminology around boxes | Steve Klabnik | -16/+15 | |
| it's just 'box' not 'owned box' | ||||
| 2014-09-22 | fix example | Steve Klabnik | -6/+1 | |
| 2014-09-22 | glob imports are an external crate | Steve Klabnik | -16/+0 | |
| 2014-09-22 | rust -> Rust | Steve Klabnik | -1/+1 | |
| 2014-09-22 | uhhh weird triple backticks | Steve Klabnik | -4/+4 | |
| 2014-09-22 | 'merican English | Steve Klabnik | -1/+1 | |
| 2014-09-22 | move keywords to table | Steve Klabnik | -18/+31 | |
| 2014-09-22 | '. ' -> '. ' | Steve Klabnik | -192/+192 | |
| 2014-09-22 | Remove disclaimer | Steve Klabnik | -23/+0 | |
| This is just true of all of Rust, and doesn't make a lot of sense now. Especially as we move towards finalizing things, I think it's time for this to go. | ||||
| 2014-09-22 | make note of language vs libraries | Steve Klabnik | -1/+3 | |
| 2014-09-22 | modernize code blocks | Steve Klabnik | -262/+262 | |
| 2014-09-22 | manual -> reference & formatting | Steve Klabnik | -0/+4445 | |
| 'reference' sounds better than 'manual' to me here, and rust.html is certainly wrong. I also wrapped everything to 80 cols. | ||||
