| Age | Commit message (Expand) | Author | Lines |
| 2014-02-24 | Remove std::default::Default from the prelude | Brendan Zabarauskas | -0/+1 |
| 2014-02-24 | replace manual Hash impls with `#[deriving(Hash)]` | Erick Tryzelaar | -8/+1 |
| 2014-02-24 | std: minor whitespace cleanup | Erick Tryzelaar | -24/+22 |
| 2014-02-24 | Gate default type parameter overrides. | Eduard Burtescu | -16/+4 |
| 2014-02-24 | Move extra::json to libserialize | Alex Crichton | -5/+2 |
| 2014-02-24 | auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonw | bors | -183/+63 |
| 2014-02-24 | Remove deriving(ToStr) | Alex Crichton | -136/+2 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -49/+63 |
| 2014-02-23 | auto merge of #12328 : nick29581/rust/abi, r=alexcrichton | bors | -4/+5 |
| 2014-02-23 | auto merge of #12510 : huonw/rust/fix-compiler-docs, r=alexcrichton | bors | -12/+12 |
| 2014-02-24 | Update rustc/syntax docs now that rustdoc lexes all non-`notrust` code blocks. | Huon Wilson | -12/+12 |
| 2014-02-24 | All uses of `extern fn` should mean `extern "C" fn`. Closes #9309. | Nick Cameron | -4/+5 |
| 2014-02-23 | auto merge of #12338 : edwardw/rust/hygienic-break-continue, r=cmr | bors | -17/+68 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -221/+104 |
| 2014-02-23 | Make break and continue hygienic | Edward Wang | -17/+68 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -13/+14 |
| 2014-02-22 | auto merge of #12451 : edwardw/rust/ident-2-name, r=cmr | bors | -12/+11 |
| 2014-02-22 | auto merge of #11863 : erickt/rust/hash, r=acrichto | bors | -2/+137 |
| 2014-02-22 | Warn about unnecessary parentheses upon assignment | Eduard Bopp | -3/+3 |
| 2014-02-21 | std: rewrite Hash to make it more generic | Erick Tryzelaar | -6/+106 |
| 2014-02-21 | syntax: add syntax extension helper to make simple view items | Erick Tryzelaar | -0/+17 |
| 2014-02-21 | syntax: Allow syntax extensions to have attributes | Erick Tryzelaar | -8/+26 |
| 2014-02-22 | Represent lifetimes as Names instead of Idents | Edward Wang | -12/+11 |
| 2014-02-22 | Reduce reliance on `to_str_radix` | Brendan Zabarauskas | -18/+3 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -734/+734 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -6/+7 |
| 2014-02-19 | librustc: Remove unique vector patterns from the language. | Patrick Walton | -79/+96 |
| 2014-02-19 | auto merge of #11904 : nick29581/rust/0filemap, r=alexcrichton | bors | -8/+78 |
| 2014-02-19 | auto merge of #12349 : edwardw/rust/debug-expansion, r=huonw | bors | -6/+40 |
| 2014-02-19 | Change the format_args! macro expansion for temporaries | Edward Wang | -6/+40 |
| 2014-02-19 | Fix bug with zero-length filemaps and rename bytepos_to_local_charpos to byte... | Nick Cameron | -8/+78 |
| 2014-02-18 | Avoid returning original macro if expansion fails. | Douglas Young | -28/+34 |
| 2014-02-15 | auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfackler | bors | -12/+20 |
| 2014-02-14 | Fix all code examples | Alex Crichton | -12/+20 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -16/+16 |
| 2014-02-14 | Register new snapshots | Alex Crichton | -7/+6 |
| 2014-02-14 | Removed the obsolete ast::CallSugar (previously used by `do`). | Eduard Burtescu | -74/+34 |
| 2014-02-14 | Expand ItemDecorator extensions in all contexts | Steven Fackler | -53/+40 |
| 2014-02-14 | Removed libextra dependency from libsyntax. | HeroesGrave | -1/+1 |
| 2014-02-14 | auto merge of #12234 : sfackler/rust/restructure-item-decorator, r=huonw | bors | -74/+76 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -688/+743 |
| 2014-02-13 | Tweak ItemDecorator API | Steven Fackler | -74/+76 |
| 2014-02-13 | auto merge of #12061 : pongad/rust/delorderable, r=cmr | bors | -3/+3 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -3/+3 |
| 2014-02-13 | auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichton | bors | -143/+134 |
| 2014-02-13 | Stop unloading syntax libraries | Steven Fackler | -11/+7 |
| 2014-02-13 | Remove obsolete warnings for `extern mod` | Flavio Percoco | -12/+0 |
| 2014-02-13 | Replace `extern mod` with `extern crate` | Flavio Percoco | -105/+108 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -26/+26 |
| 2014-02-11 | libsyntax -- fix unsafe sharing in closures | Niko Matsakis | -10/+12 |