| Age | Commit message (Expand) | Author | Lines |
| 2014-02-26 | auto merge of #12570 : kyrias/rust/master, r=cmr | bors | -2/+2 |
| 2014-02-26 | Replace callee_id with information stored in method_map. | Eduard Burtescu | -550/+478 |
| 2014-02-26 | Rename a few typeck method-related structures to UpperCamelCase. | Eduard Burtescu | -119/+115 |
| 2014-02-26 | tutorial: Missing tildes around .notrust block | Johannes Löthberg | -2/+2 |
| 2014-02-25 | auto merge of #12547 : jagtalon/rust/jag/rust/tutorial-freezing, r=pnkfelix | bors | -4/+4 |
| 2014-02-25 | auto merge of #12505 : alexcrichton/rust/fix-stack-overflow, r=brson | bors | -5/+60 |
| 2014-02-25 | auto merge of #12548 : alexcrichton/rust/up-llvm, r=huonw,brson | bors | -3/+3 |
| 2014-02-25 | std: Tweak stack overflow printing for robustness | Alex Crichton | -5/+60 |
| 2014-02-25 | auto merge of #12539 : gmjosack/rust/master, r=alexcrichton | bors | -1/+0 |
| 2014-02-25 | auto merge of #12493 : eddyb/rust/saner-overloads, r=nikomatsakis | bors | -277/+193 |
| 2014-02-25 | auto merge of #12457 : alexcrichton/rust/fix-some-tests, r=brson | bors | -1317/+304 |
| 2014-02-25 | auto merge of #12408 : alexcrichton/rust/manual-crate-map, r=brson | bors | -8/+100 |
| 2014-02-25 | Update LLVM | Alex Crichton | -3/+3 |
| 2014-02-25 | tutorial: clearer explanation of freezing. | Jag Talon | -4/+4 |
| 2014-02-25 | Add a method of manually specifying the crate map | Alex Crichton | -8/+100 |
| 2014-02-25 | test: Clean out the test suite a bit | Alex Crichton | -1317/+304 |
| 2014-02-25 | auto merge of #12537 : kballard/rust/add-test-to-doc-index, r=alexcrichton | bors | -0/+1 |
| 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 | 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 |