| Age | Commit message (Expand) | Author | Lines |
| 2014-02-28 | syntax: Refactor diagnostics to focus on Writers | Alex Crichton | -103/+111 |
| 2014-02-28 | syntax: Expand format!() deterministically | Alex Crichton | -13/+26 |
| 2014-02-28 | rustc: Simplify crate loading constraints | Alex Crichton | -0/+9 |
| 2014-03-01 | Publicise types/add #[allow(visible_private_types)] to a variety of places. | Huon Wilson | -2/+3 |
| 2014-03-01 | rustc: implement a lint for publicly visible private types. | Huon Wilson | -5/+8 |
| 2014-02-27 | Fix bytepos_to_file_charpos. | Nick Cameron | -10/+52 |
| 2014-02-27 | Fix syntax::ext::deriving{,::*} docs formatting. | Chris Morgan | -15/+17 |
| 2014-02-27 | Fix a pretty printer crash on `/***`. | Chris Morgan | -1/+1 |
| 2014-02-26 | Replace callee_id with information stored in method_map. | Eduard Burtescu | -72/+33 |
| 2014-02-25 | Use only the appropriate trait when looking up operator overloads. | Eduard Burtescu | -41/+19 |
| 2014-02-25 | auto merge of #12522 : erickt/rust/hash, r=alexcrichton | bors | -32/+23 |
| 2014-02-25 | auto merge of #12525 : eddyb/rust/gate-default-type-param-usage, r=alexcrichton | bors | -16/+4 |
| 2014-02-24 | syntax: allow stmt/expr macro invocations to be delimited by {}. | Huon Wilson | -3/+23 |
| 2014-02-24 | syntax: calculate positions of multibyte characters more correctly. | Huon Wilson | -3/+4 |
| 2014-02-24 | syntax: record multibyte chars' positions absolutely, not relative to | Huon Wilson | -2/+1 |
| 2014-02-24 | Remove std::from_str::FromStr from the prelude | Brendan Zabarauskas | -0/+3 |
| 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 |