| Age | Commit message (Expand) | Author | Lines |
| 2014-03-06 | syntax: Conditionally deriving(Hash) with Writers | Alex Crichton | -92/+50 |
| 2014-03-06 | rustc: Move to FNV hashing for node/def ids | Alex Crichton | -0/+75 |
| 2014-03-05 | Refactor and fix FIXME's in mtwt hygiene code | Edward Wang | -556/+551 |
| 2014-03-04 | auto merge of #12300 : DaGenix/rust/uppercase-variable-lint, r=alexcrichton | bors | -16/+16 |
| 2014-03-04 | auto merge of #12671 : nick29581/rust/expand, r=sfackler | bors | -6/+15 |
| 2014-03-04 | Rename all variables that have uppercase characters in their names to use onl... | Palmer Cox | -16/+16 |
| 2014-03-04 | Expand nested items within a backtrace. | Nick Cameron | -6/+15 |
| 2014-03-04 | auto merge of #12697 : thestinger/rust/vec, r=huonw | bors | -0/+1 |
| 2014-03-04 | mark the `map` method on Vec<T> as deprecated | Daniel Micay | -0/+1 |
| 2014-03-04 | doc: use the newer favicon | Adrien Tétar | -1/+1 |
| 2014-03-03 | syntax: make match arms store the expr directly. | Huon Wilson | -47/+21 |
| 2014-03-02 | auto merge of #12662 : sfackler/rust/unexported-type, r=cmr | bors | -7/+6 |
| 2014-03-02 | Make visible types public in rustc | Steven Fackler | -7/+6 |
| 2014-03-02 | Expand string literals and exprs inside of macros | Steven Fackler | -22/+9 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -306/+550 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -979/+934 |
| 2014-03-01 | std: Switch stdout/stderr to buffered by default | Alex Crichton | -2/+2 |
| 2014-03-01 | auto merge of #12627 : alexcrichton/rust/issue-12623, r=brson | bors | -104/+116 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -23/+49 |
| 2014-02-28 | rustdoc: Capture all output from rustc by default | Alex Crichton | -1/+5 |
| 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 |