| Age | Commit message (Expand) | Author | Lines |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -1/+2 |
| 2014-05-21 | doc: Fix some broken links | Alex Crichton | -1/+1 |
| 2014-05-20 | Change std inject attributes to outer attributes | Kevin Ballard | -2/+16 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -1/+1 |
| 2014-04-28 | Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p... | Jonathan S | -2/+3 |
| 2014-03-31 | syntax: Switch field privacy as necessary | Alex Crichton | -2/+2 |
| 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 | De-@ codemap and diagnostic. | Eduard Burtescu | -3/+3 |
| 2014-03-14 | rustc: Fix cfg(not(a, b)) to be not(a && b) | Alex Crichton | -2/+2 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -4/+6 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -5/+5 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -2/+2 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -1/+1 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+1 |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -19/+26 |
| 2014-02-02 | libsyntax: Introduce an `InternedString` type to reduce `@str` in the | Patrick Walton | -36/+47 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -20/+20 |
| 2014-01-03 | librustc: De-`@mut` the span handler | Patrick Walton | -3/+2 |
| 2014-01-01 | syntax::diagnostic: Remove unnecessary traits | klutzy | -3/+3 |
| 2013-12-29 | Rename PkgId to CrateId | Luis de Bethencourt | -1/+1 |
| 2013-12-29 | Rename pkgid variables | Luis de Bethencourt | -2/+2 |
| 2013-12-22 | std::vec: make the sorting closure use `Ordering` rather than just being | Huon Wilson | -5/+1 |
| 2013-12-21 | std::vec: add a sugary .sort() method for plain Ord sorting. | Huon Wilson | -0/+4 |
| 2013-12-20 | extra: remove sort in favour of the std method. | Huon Wilson | -3/+1 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -1/+1 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -0/+8 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -2/+2 |
| 2013-11-26 | libsyntax: Remove all non-`proc` `do` syntax. | Patrick Walton | -15/+13 |
| 2013-10-29 | Assorted cleanups suggested by reviewers. | Jed Davis | -2/+1 |
| 2013-10-29 | Lint non-FFI-safe enums. | Jed Davis | -0/+19 |
| 2013-10-29 | Add parser for `#[repr(...)]`; nothing uses it yet. | Jed Davis | -1/+95 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -11/+11 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -1/+1 |
| 2013-10-08 | add new enum ast::StrStyle as field to ast::lit_str | Benjamin Herr | -3/+3 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -1/+1 |
| 2013-09-30 | syntax: Remove usage of fmt! | Alex Crichton | -12/+12 |
| 2013-09-26 | rustdoc: Render stability attributes | Alex Crichton | -1/+1 |
| 2013-09-12 | std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} | Erick Tryzelaar | -2/+2 |
| 2013-09-04 | Implement support for indicating the stability of items. | Huon Wilson | -0/+38 |
| 2013-09-02 | libsyntax: Remove obsolete fixme. | Luqman Aden | -1/+0 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -2/+2 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -3/+3 |
| 2013-08-11 | libsyntax: Update from `@Object` to `@mut Object` as required | Niko Matsakis | -1/+1 |
| 2013-08-10 | std: Transform.find_ -> .find | Erick Tryzelaar | -2/+2 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -2/+2 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -1/+1 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -1/+1 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -1/+1 |