| Age | Commit message (Expand) | Author | Lines |
| 2014-02-25 | resolve: Don't use @RefCell in trait_map, nothing modifies its entries. | Eduard Burtescu | -26/+7 |
| 2014-02-25 | resolve: Remove all the operator overloads from trait_map. | Eduard Burtescu | -72/+0 |
| 2014-02-25 | Use only the appropriate trait when looking up operator overloads. | Eduard Burtescu | -160/+198 |
| 2014-02-25 | typeck: Remove old diagnostic that refers to `do`. | Eduard Burtescu | -31/+0 |
| 2014-02-25 | auto merge of #12530 : alexcrichton/rust/make-check-no-rpath, r=brson | bors | -9/+28 |
| 2014-02-25 | auto merge of #12522 : erickt/rust/hash, r=alexcrichton | bors | -83/+68 |
| 2014-02-25 | auto merge of #12525 : eddyb/rust/gate-default-type-param-usage, r=alexcrichton | bors | -47/+47 |
| 2014-02-25 | Remove references to guide-conditions | Gary M. Josack | -1/+0 |
| 2014-02-25 | Remove std::bool::{Bool, all_values} | Brendan Zabarauskas | -162/+43 |
| 2014-02-24 | Add link to libtest in doc index | Kevin Ballard | -0/+1 |
| 2014-02-24 | Test fixes from rollup | Alex Crichton | -6/+6 |
| 2014-02-24 | test: single-variant enum can't be dereferenced | Flavio Percoco | -0/+18 |
| 2014-02-24 | Tutorial: Add std::num::sqrt to the example. | Jag Talon | -1/+1 |
| 2014-02-24 | Update source code layout in src/ | George Papanikolaou | -0/+20 |
| 2014-02-24 | Match binding is assignment | Edward Wang | -10/+64 |
| 2014-02-24 | syntax: allow stmt/expr macro invocations to be delimited by {}. | Huon Wilson | -3/+94 |
| 2014-02-24 | Mark by-value parameters that are passed on the stack as nocapture | Björn Steinbrink | -0/+1 |
| 2014-02-24 | syntax: calculate positions of multibyte characters more correctly. | Huon Wilson | -4/+83 |
| 2014-02-24 | syntax: record multibyte chars' positions absolutely, not relative to | Huon Wilson | -2/+61 |
| 2014-02-24 | Remove std::num::ToStrRadix from the prelude | Brendan Zabarauskas | -5/+7 |
| 2014-02-24 | Remove std::from_str::FromStr from the prelude | Brendan Zabarauskas | -1/+24 |
| 2014-02-24 | Remove std::default::Default from the prelude | Brendan Zabarauskas | -1/+5 |
| 2014-02-24 | std: Add Vec.reserve for rounding-up reservation. | Huon Wilson | -1/+8 |
| 2014-02-24 | std: make .swap_remove return Option<T>. | Huon Wilson | -27/+35 |
| 2014-02-24 | Remove some obsolete ignored tests | Florian Hahn | -150/+0 |
| 2014-02-24 | Use lines_any() when parsing output form "ar" | Alex Crichton | -1/+4 |
| 2014-02-24 | rustc: Don't error on the rlib symlinks | Alex Crichton | -2/+49 |
| 2014-02-24 | vim: Tweak how comment nesting works | Kevin Ballard | -5/+6 |
| 2014-02-24 | rustc: rename `hash` to the proper name `state` | Erick Tryzelaar | -29/+27 |
| 2014-02-24 | test: Use `#[deriving(Hash)]` in a couple tests | Erick Tryzelaar | -3/+11 |
| 2014-02-24 | replace manual Hash impls with `#[deriving(Hash)]` | Erick Tryzelaar | -17/+2 |
| 2014-02-24 | std: minor whitespace cleanup | Erick Tryzelaar | -34/+28 |
| 2014-02-25 | Exclude build metadata from equality checking. | OGINO Masanori | -13/+25 |
| 2014-02-24 | auto merge of #12453 : alexcrichton/rust/move-json, r=brson | bors | -328/+337 |
| 2014-02-24 | auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichton | bors | -77/+67 |
| 2014-02-24 | Gate default type parameter overrides. | Eduard Burtescu | -47/+47 |
| 2014-02-24 | windows: Fix the test_exists unit test | Alex Crichton | -2/+5 |
| 2014-02-24 | Correctly ignore some tests on windows | Alex Crichton | -6/+4 |
| 2014-02-24 | Move extra::json to libserialize | Alex Crichton | -328/+337 |
| 2014-02-24 | auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonw | bors | -739/+414 |
| 2014-02-24 | Remove deriving(ToStr) | Alex Crichton | -159/+27 |
| 2014-02-23 | auto merge of #12380 : alexcrichton/rust/run-rewrite, r=brson | bors | -817/+674 |
| 2014-02-23 | Roll std::run into std::io::process | Alex Crichton | -817/+674 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -604/+411 |
| 2014-02-23 | auto merge of #12328 : nick29581/rust/abi, r=alexcrichton | bors | -30/+53 |
| 2014-02-23 | auto merge of #12510 : huonw/rust/fix-compiler-docs, r=alexcrichton | bors | -228/+328 |
| 2014-02-24 | Update rustc/syntax docs now that rustdoc lexes all non-`notrust` code blocks. | Huon Wilson | -228/+328 |
| 2014-02-23 | auto merge of #12509 : brson/rust/rollup, r=brson | bors | -129/+46 |
| 2014-02-24 | All uses of `extern fn` should mean `extern "C" fn`. Closes #9309. | Nick Cameron | -30/+53 |
| 2014-02-23 | Merge remote-tracking branch 'huonw/inline-helpers' | Brian Anderson | -0/+2 |