| Age | Commit message (Expand) | Author | Lines |
| 2014-02-27 | Refactored list::head() to be based on List<T> | Bruno de Oliveira Abinader | -21/+19 |
| 2014-02-27 | Replaced list::has() with list::contains() | Bruno de Oliveira Abinader | -14/+13 |
| 2014-02-27 | Removed deprecated list::{iter,each}() functions | Bruno de Oliveira Abinader | -28/+0 |
| 2014-02-27 | Implemented list::is_empty() based on Container trait | Bruno de Oliveira Abinader | -17/+12 |
| 2014-02-27 | Implemented list::len() based on Container trait | Bruno de Oliveira Abinader | -11/+12 |
| 2014-02-27 | Removed list::any() in favor of iter().any() | Bruno de Oliveira Abinader | -25/+7 |
| 2014-02-27 | Removed list::find() in favor of iter().find() | Bruno de Oliveira Abinader | -30/+11 |
| 2014-02-27 | Removed list::foldl() in favor of iter().fold() | Bruno de Oliveira Abinader | -33/+10 |
| 2014-02-27 | Replaced list::each with iter() in get_region | Bruno de Oliveira Abinader | -15/+9 |
| 2014-02-27 | Replaced list::each with iter() in Arenas's Drop impl | Bruno de Oliveira Abinader | -6/+3 |
| 2014-02-27 | Implemented Items<'a, T> for List<T> | Bruno de Oliveira Abinader | -0/+46 |
| 2014-02-27 | Modified list::from_vec() to return List<T> | Bruno de Oliveira Abinader | -24/+29 |
| 2014-02-27 | Implement Eq for Cell<T> | Bruno de Oliveira Abinader | -0/+9 |
| 2014-02-27 | Renamed variables | Bruno de Oliveira Abinader | -67/+65 |
| 2014-02-27 | Replaced @List with ~List in Rust's recursive example | Bruno de Oliveira Abinader | -2/+2 |
| 2014-02-26 | auto merge of #12581 : alexcrichton/rust/older-llvm, r=brson | bors | -8/+78 |
| 2014-02-26 | auto merge of #12486 : MicahChalmer/rust/emacs-fixes-round-3, r=brson | bors | -47/+239 |
| 2014-02-27 | Fix a pretty printer crash on `/***`. | Chris Morgan | -1/+15 |
| 2014-02-26 | rustc: Get rustc compiling with LLVM 3.{3,4} again | Alex Crichton | -8/+78 |
| 2014-02-26 | auto merge of #12572 : lifthrasiir/rust/owned-ptr-static-bound, r=alexcrichton | bors | -6/+36 |
| 2014-02-26 | auto merge of #12490 : zslayton/rust/doc-fix-12386, r=alexcrichton | bors | -19/+9 |
| 2014-02-27 | rustc: Explicitly mention type params with missing `'static` bounds | Kang Seonghoon | -6/+36 |
| 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 |