| Age | Commit message (Expand) | Author | Lines |
| 2014-07-10 | auto merge of #15336 : jakub-/rust/diagnostics, r=brson | bors | -3/+3 |
| 2014-07-11 | Add scaffolding for assigning alpha-numeric codes to rustc diagnostics | Jakub Wieczorek | -3/+3 |
| 2014-07-10 | io::process::Command: add fine-grained env builder | Aaron Turon | -17/+6 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-09 | auto merge of #15530 : adrientetar/rust/proper-fonts, r=alexcrichton | bors | -13/+413 |
| 2014-07-09 | lexer: lex WS/COMMENT/SHEBANG rather than skipping | Corey Richardson | -25/+16 |
| 2014-07-09 | syntax: don't parse numeric literals in the lexer | Corey Richardson | -2/+1 |
| 2014-07-08 | carry self ident forward through re-parsing | John Clements | -3/+3 |
| 2014-07-08 | auto merge of #15493 : brson/rust/tostr, r=pcwalton | bors | -25/+25 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -25/+25 |
| 2014-07-08 | webfonts: check-in licenses | Adrien Tétar | -0/+386 |
| 2014-07-08 | webfonts: serve Source Code Pro locally | Adrien Tétar | -2/+16 |
| 2014-07-08 | webfonts: proper fix | Adrien Tétar | -11/+11 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -1/+1 |
| 2014-07-05 | rustc: Default #[crate_name] on input, not output | Alex Crichton | -13/+3 |
| 2014-07-05 | rustc: Remove CrateId and all related support | Alex Crichton | -8/+19 |
| 2014-07-05 | Refactored VecPerParamSpace to hide exposure of `Vec` representation. | Felix S. Klock II | -6/+7 |
| 2014-07-04 | auto merge of #15321 : huonw/rust/nil-prim, r=alexcrichton | bors | -10/+10 |
| 2014-07-04 | auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brson | bors | -1/+1 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -1/+1 |
| 2014-07-03 | Simplify PatIdent to contain an Ident rather than a Path | John Clements | -3/+1 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -245/+414 |
| 2014-07-02 | rustdoc: s/nil/unit/ internally. | Huon Wilson | -10/+10 |
| 2014-06-30 | rustdoc: incorporate stability index throughout | Aaron Turon | -143/+250 |
| 2014-06-30 | auto merge of #15238 : aochagavia/rust/json, r=alexcrichton | bors | -14/+12 |
| 2014-06-30 | Fix issues in librustdoc | Adolfo Ochagavía | -14/+12 |
| 2014-06-30 | auto merge of #14613 : schmee/rust/utf16-iterator, r=huonw | bors | -1/+2 |
| 2014-06-30 | Add `utf16_units` | John Schmidt | -1/+2 |
| 2014-06-30 | auto merge of #15237 : zzmp/rust/feat/markdown-in-crate-documentation, r=huonw | bors | -61/+115 |
| 2014-06-30 | Allow external html in rustdoc for crates. | zzmp | -61/+115 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -1/+1 |
| 2014-06-29 | c_str: replace .with_ref with .as_ptr throughout the codebase. | Huon Wilson | -3/+1 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -21/+25 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -21/+25 |
| 2014-06-28 | librustc: Match trait self types exactly. | Patrick Walton | -1/+8 |
| 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 |