| Age | Commit message (Expand) | Author | Lines |
| 2014-02-19 | rustdoc: Handle links to reexported items | Alex Crichton | -13/+28 |
| 2014-02-19 | rustdoc: Clickable links on methods themselves | Alex Crichton | -17/+12 |
| 2014-02-19 | rustdoc: Fix json output and input | Alex Crichton | -1/+1 |
| 2014-02-19 | rustdoc: Highlight methods jumped to | Alex Crichton | -0/+2 |
| 2014-02-19 | rustdoc: Show macros in documentation | Alex Crichton | -0/+11 |
| 2014-02-19 | rustdoc: Fixup links to enum variants | Alex Crichton | -1/+8 |
| 2014-02-17 | Improve naming of tuple getters, and add mutable tuple getter | Brendan Zabarauskas | -2/+2 |
| 2014-02-15 | auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfackler | bors | -7/+9 |
| 2014-02-14 | Update rustdoc testing to test all code blocks | Alex Crichton | -7/+9 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 |
| 2014-02-14 | Update restrictions on rustdoc source rendering | Alex Crichton | -2/+4 |
| 2014-02-13 | auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichton | bors | -26/+26 |
| 2014-02-13 | Add some missing Show implementations in libstd | Brendan Zabarauskas | -15/+14 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -26/+26 |
| 2014-02-09 | std: Add init and uninit to mem. Replace direct intrinsic usage | Brian Anderson | -2/+3 |
| 2014-02-07 | Rewrite path::Display to reduce unnecessary allocation | Kevin Ballard | -1/+1 |
| 2014-02-08 | std::fmt: convert the formatting traits to a proper self. | Huon Wilson | -70/+69 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -1/+0 |
| 2014-02-05 | rustdoc: update deps | Adrien Tétar | -8/+6 |
| 2014-02-05 | move concurrent stuff from libextra to libsync | JeremyLetang | -1/+1 |
| 2014-02-03 | Fixing remaining warnings and errors throughout | Alex Crichton | -3/+2 |
| 2014-02-03 | rustdoc: Remove io_error usage | Alex Crichton | -407/+478 |
| 2014-02-02 | std: rename fmt::Default to `Show`. | Huon Wilson | -23/+23 |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -2/+4 |
| 2014-01-31 | Fix minor doc typos | Virgile Andreani | -2/+2 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -1/+1 |
| 2014-01-26 | auto merge of #11787 : alexcrichton/rust/refactor, r=brson | bors | -1/+3 |
| 2014-01-26 | Move extra::flate to libflate | Alex Crichton | -1/+3 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -3/+3 |
| 2014-01-23 | Make docs search results URL-addressable | Daniel MacDougall | -3/+50 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -1/+1 |
| 2014-01-21 | [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be... | Simon Sapin | -3/+3 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -8/+10 |
| 2014-01-21 | [std::vec] Rename .last_opt() to .last(), drop the old .last() behavior | Simon Sapin | -7/+7 |
| 2014-01-17 | auto merge of #11598 : alexcrichton/rust/io-export, r=brson | bors | -3/+1 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -3/+1 |
| 2014-01-15 | Issue #3511 - Rationalize temporary lifetimes. | Niko Matsakis | -1/+2 |
| 2014-01-15 | Removed redundant code, improve performance | b1nd | -9/+1 |
| 2014-01-14 | auto merge of #11485 : eddyb/rust/sweep-old-rust, r=nikomatsakis | bors | -2/+1 |
| 2014-01-14 | auto merge of #11438 : b1nd/rust/rust-doc, r=alexcrichton | bors | -49/+125 |
| 2014-01-14 | Completed patch searching for rust docs | b1nd | -49/+125 |
| 2014-01-12 | Removed remnants of `@mut` and `~mut` from comments and the type system. | Eduard Burtescu | -2/+1 |
| 2014-01-11 | rustdoc: Don't show a fields header if there are none | Alex Crichton | -3/+3 |
| 2014-01-10 | rustdoc: Don't show private modules | Alex Crichton | -4/+21 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -27/+27 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -3/+19 |
| 2014-01-03 | librustc: Remove `@mut` support from the parser | Patrick Walton | -7/+1 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -1/+1 |
| 2013-12-30 | rustdoc: Unify the handling of the hidden example lines. | Huon Wilson | -6/+15 |
| 2013-12-30 | rustdoc: only filter lines starting with '# ' from the shown code. | Huon Wilson | -2/+4 |