| Age | Commit message (Expand) | Author | Lines |
| 2014-03-21 | auto merge of #13016 : huonw/rust/new-opt-vec, r=cmr | bors | -5/+2 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -5/+2 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -53/+50 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-17 | Fix rustdoc and tests. | Eduard Burtescu | -3/+3 |
| 2014-03-17 | De-@ Session usage. | Eduard Burtescu | -10/+11 |
| 2014-03-13 | Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC... | Eduard Burtescu | -1/+1 |
| 2014-03-12 | rustc: Remove matching on ~str from the language | Michael Darakananda | -2/+2 |
| 2014-03-12 | alpha-rename .ident to .name in Lifetime, including in rustdoc. | Felix S. Klock II | -1/+1 |
| 2014-03-08 | librustdoc: Fix librustdoc for the `Vec<T>` change. | Patrick Walton | -0/+2 |
| 2014-03-07 | rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM... | Liigo Zhuang | -3/+3 |
| 2014-03-06 | fix typos with with repeated words, just like this sentence. | Kang Seonghoon | -1/+1 |
| 2014-03-01 | librustdoc: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -32/+61 |
| 2014-02-26 | Mark top level module as a crate in rustdoc, closes #12507 | Florian Hahn | -0/+2 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -1/+1 |
| 2014-02-22 | Represent lifetimes as Names instead of Idents | Edward Wang | -1/+1 |
| 2014-02-19 | rustdoc: Fix json output and input | Alex Crichton | -4/+3 |
| 2014-02-19 | rustdoc: Show macros in documentation | Alex Crichton | -1/+23 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -12/+4 |
| 2014-02-13 | auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichton | bors | -2/+2 |
| 2014-02-13 | Add some missing Show implementations in libstd | Brendan Zabarauskas | -4/+15 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -2/+2 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -2/+0 |
| 2014-02-02 | syntax: convert LitBinary from @[u8] to Rc<~[u8]>. | Huon Wilson | -1/+1 |
| 2014-02-02 | Changes from the review of the @str PR. | Huon Wilson | -5/+2 |
| 2014-02-02 | librustc: Remove `@str` from the language | Patrick Walton | -2/+5 |
| 2014-02-02 | libsyntax: Remove uses of `token::ident_to_str()` | Patrick Walton | -3/+2 |
| 2014-02-02 | librustc: Fix merge fallout. | Patrick Walton | -2/+7 |
| 2014-02-02 | libsyntax: Make float literals not use `@str` | Patrick Walton | -2/+2 |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -4/+6 |
| 2014-02-02 | libsyntax: Introduce an `InternedString` type to reduce `@str` in the | Patrick Walton | -7/+14 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -5/+25 |
| 2014-01-14 | auto merge of #11485 : eddyb/rust/sweep-old-rust, r=nikomatsakis | bors | -2/+2 |
| 2014-01-13 | librustc: Remove `@` pointer patterns from the language | Patrick Walton | -1/+0 |
| 2014-01-12 | Removed remnants of `@mut` and `~mut` from comments and the type system. | Eduard Burtescu | -2/+2 |
| 2014-01-09 | Updated librustdoc and librustpkg to use the proper UpperCase names from libs... | Eduard Burtescu | -18/+17 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -60/+60 |
| 2014-01-07 | Inline reexports in rustdoc | Alex Crichton | -1/+1 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -2/+11 |
| 2014-01-03 | librustc: Remove `@mut` support from the parser | Patrick Walton | -2/+2 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -3/+3 |
| 2013-12-29 | Rename pkgid variables | Luis de Bethencourt | -2/+2 |
| 2013-12-29 | Fix rustdoc bug involving PatLit | Corey Richardson | -3/+8 |
| 2013-12-26 | librustc: De-`@mut` the def map. | Patrick Walton | -2/+4 |
| 2013-12-25 | Method-ify CStore | Steven Fackler | -1/+1 |
| 2013-12-23 | rustdoc: Add the ability to test code in comments | Alex Crichton | -6/+15 |
| 2013-12-19 | auto merge of #11057 : alexcrichton/rust/no-at-in-ebml, r=pcwalton | bors | -1/+1 |
| 2013-12-19 | Purge @-boxes from the reading half of EBML | Alex Crichton | -1/+1 |
| 2013-12-19 | Add some things to inspect crate-id's | Corey Richardson | -1/+1 |