| Age | Commit message (Expand) | Author | Lines |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -1/+1 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -33/+10 |
| 2014-06-25 | auto merge of #15160 : alexcrichton/rust/remove-f128, r=brson | bors | -5/+1 |
| 2014-06-24 | Stabilize version output for rustc and rustdoc | Robert Buonpastore | -3/+8 |
| 2014-06-24 | Remove the quad_precision_float feature gate | Alex Crichton | -5/+1 |
| 2014-06-24 | Convert builtin lints to uppercase names for style consistency | Keegan McAllister | -1/+1 |
| 2014-06-24 | Store the registered lints in the Session | Keegan McAllister | -3/+6 |
| 2014-06-24 | Replace enum LintId with an extensible alternative | Keegan McAllister | -1/+3 |
| 2014-06-24 | Move lint.rs out of middle | Keegan McAllister | -1/+1 |
| 2014-06-21 | rustdoc: show default type parameters in generics | Tom Jakubowski | -1/+9 |
| 2014-06-20 | auto merge of #15039 : huonw/rust/rustdoc-testharnesss, r=alexcrichton | bors | -49/+87 |
| 2014-06-19 | (doc) Properly doc hotkeys in generated docs. | Zach Pomerantz | -10/+10 |
| 2014-06-19 | rustdoc: add the ability to run tests with --test. | Huon Wilson | -19/+31 |
| 2014-06-19 | rustdoc: refactor code block language info into a struct. | Huon Wilson | -42/+68 |
| 2014-06-19 | auto merge of #15014 : brson/rust/all-crates-experimental, r=cmr | bors | -0/+1 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -2/+2 |
| 2014-06-18 | (doc) Change search placeholder text. | Zach Pomerantz | -1/+1 |
| 2014-06-18 | rustdoc: Don't inject `extern crate std`. | Alex Crichton | -1/+3 |
| 2014-06-18 | rustdoc: Fix testing indented code blocks | Alex Crichton | -1/+1 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-17 | Add br##"xx"## raw byte string literals. | Simon Sapin | -1/+1 |
| 2014-06-17 | Add a b"xx" byte string literal of type &'static [u8]. | Simon Sapin | -1/+2 |
| 2014-06-17 | Add a b'x' byte literal of type u8. | Simon Sapin | -1/+9 |
| 2014-06-17 | rustdoc: Remove outdated syntax | Alex Crichton | -7/+4 |
| 2014-06-16 | auto merge of #14906 : P1start/rust/rustdoc-lifetimes, r=huonw | bors | -1/+1 |
| 2014-06-16 | Fix rustdoc's formatting of lifetimes | P1start | -2/+1 |
| 2014-06-16 | auto merge of #14900 : alexcrichton/rust/snapshots, r=huonw | bors | -7/+6 |
| 2014-06-16 | auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton | bors | -0/+1 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -7/+6 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -4/+6 |
| 2014-06-14 | Register new snapshots | Alex Crichton | -8/+1 |
| 2014-06-14 | auto merge of #14884 : huonw/rust/getoptsfail, r=alexcrichton | bors | -1/+1 |
| 2014-06-14 | auto merge of #14878 : vtsatskin/rust/rustdoc-sidebar-click-targets, r=alexcr... | bors | -6/+9 |
| 2014-06-14 | getopts: format failure messages with `Show`. | Huon Wilson | -1/+1 |
| 2014-06-13 | rustdoc: Larger click areas for sidebar items | Valentin Tsatskin | -6/+9 |
| 2014-06-13 | librustc: Forbid `transmute` from being called on types whose size is | Patrick Walton | -2/+5 |
| 2014-06-13 | libsyntax: Allow `+` to separate trait bounds from objects. | Patrick Walton | -1/+2 |
| 2014-06-13 | Introduce VecPerParamSpace and use it to represent sets of types and | Niko Matsakis | -21/+53 |
| 2014-06-12 | Basic iOS support | Valerii Hiora | -0/+1 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -69/+66 |
| 2014-06-11 | auto merge of #14746 : alexcrichton/rust/libsync, r=brson | bors | -2/+1 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -2/+1 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -26/+32 |
| 2014-06-10 | auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichton | bors | -6/+6 |
| 2014-06-10 | auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton | bors | -0/+1 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -6/+6 |
| 2014-06-09 | auto merge of #14606 : pcwalton/rust/fn-trait-sugar, r=alexcrichton | bors | -0/+4 |
| 2014-06-09 | librustc: Implement sugar for the `FnMut` trait | Patrick Walton | -0/+4 |
| 2014-06-09 | rustdoc: Correctly classify enums/typedefs | Alex Crichton | -1/+1 |
| 2014-06-09 | std: Move dynamic_lib from std::unstable to std | Brian Anderson | -2/+2 |