| Age | Commit message (Expand) | Author | Lines |
| 2014-03-13 | Apply @nikomatsakis' nits and comments patch. | Eduard Burtescu | -83/+149 |
| 2014-03-13 | Introduce a common recursion limit for auto-dereference and monomorphization. | Eduard Burtescu | -58/+56 |
| 2014-03-13 | Implement automatic overloaded dereference. | Eduard Burtescu | -921/+871 |
| 2014-03-13 | Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC... | Eduard Burtescu | -76/+59 |
| 2014-03-13 | auto merge of #12602 : alexcrichton/rust/backtrace, r=brson | bors | -101/+39814 |
| 2014-03-13 | Add basic backtrace functionality | Alex Crichton | -101/+1094 |
| 2014-03-12 | auto merge of #12414 : DaGenix/rust/failing-iterator-wrappers, r=alexcrichton | bors | -49/+57 |
| 2014-03-12 | auto merge of #12823 : alexcrichton/rust/issue-12666, r=pcwalton | bors | -12/+93 |
| 2014-03-12 | auto merge of #12822 : erickt/rust/cleanup, r=acrichto | bors | -10/+39 |
| 2014-03-12 | Update io iterators to produce IoResults | Palmer Cox | -49/+57 |
| 2014-03-12 | auto merge of #12756 : pongad/rust/remove_owned_str_pat, r=alexcrichton | bors | -110/+57 |
| 2014-03-12 | syntax: change the #[deriving(Hash)] typaram variable name | Erick Tryzelaar | -3/+3 |
| 2014-03-12 | serialize: make Paths serializable | Erick Tryzelaar | -0/+27 |
| 2014-03-12 | std: allow io::File* structs to be hashable | Erick Tryzelaar | -7/+9 |
| 2014-03-12 | auto merge of #12081 : cgaebel/rust/robinhood-hashing, r=alexcrichton | bors | -589/+1407 |
| 2014-03-12 | rustuv: Fix a use-after-free in TTY failure | Alex Crichton | -12/+93 |
| 2014-03-12 | rustc: Remove matching on ~str from the language | Michael Darakananda | -110/+57 |
| 2014-03-12 | Performance-oriented hashtable. | Clark Gaebel | -589/+1407 |
| 2014-03-12 | auto merge of #12848 : alexcrichton/rust/rollup, r=alexcrichton | bors | -140/+266 |
| 2014-03-12 | Test fixes from rolling up PRs | Alex Crichton | -4/+4 |
| 2014-03-12 | mk: Fix warnings about duplicated rules | Alex Crichton | -4/+4 |
| 2014-03-12 | Added a test that checks that unary structs can be mutably borrowed. | Dmitry Promsky | -0/+25 |
| 2014-03-12 | docs: add two unlisted libraries to the index page. | Huon Wilson | -0/+2 |
| 2014-03-12 | rustdoc: whitelist the headers that get a ยง on hover. | Huon Wilson | -13/+10 |
| 2014-03-12 | Closes #12829. Names changed for consistency, find_path optimized, method imp... | zslayton | -35/+24 |
| 2014-03-12 | Emacs: always jump the cursor if needed on indent | Micah Chalmer | -9/+50 |
| 2014-03-12 | Remove remaining nolink usages.(fixes #12810) | lpy | -44/+1 |
| 2014-03-12 | Use generic impls for `Hash` | Erick Tryzelaar | -28/+38 |
| 2014-03-12 | doc: discuss try! in std::io | Peter Marheine | -0/+34 |
| 2014-03-12 | green: Fix a scheduler assertion on yielding | Alex Crichton | -0/+14 |
| 2014-03-12 | std: Relax an assertion in oneshot selection | Alex Crichton | -7/+64 |
| 2014-03-12 | auto merge of #12797 : pczarn/rust/str_safety, r=huonw | bors | -60/+85 |
| 2014-03-12 | auto merge of #12816 : michaelwoerister/rust/limited-debuginfo, r=alexcrichton | bors | -28/+38 |
| 2014-03-12 | auto merge of #12807 : pnkfelix/rust/fsk-issue5121-fns-with-early-lifetime-pa... | bors | -313/+702 |
| 2014-03-12 | auto merge of #12839 : alexcrichton/rust/fix-snap, r=huonw | bors | -5/+5 |
| 2014-03-12 | Add proper support for early/late distinction for lifetime bindings. | Felix S. Klock II | -200/+566 |
| 2014-03-12 | Changed lists of lifetimes in ast and ty to use Vec instead of OptVec. | Felix S. Klock II | -71/+72 |
| 2014-03-12 | Introduce Scope<'a> shorthand for &'a ScopeChain<'a>. | Felix S. Klock II | -11/+13 |
| 2014-03-12 | alpha-rename .ident to .name in Lifetime, including in rustdoc. | Felix S. Klock II | -29/+29 |
| 2014-03-11 | test: Relax a debuginfo test | Alex Crichton | -5/+5 |
| 2014-03-12 | Alpha-rename `.ident` fields of type `Name` to `.name`. | Felix S. Klock II | -14/+14 |
| 2014-03-12 | Port partition method from ~[T] to Vec<T>, for use early-late lifetime code. | Felix S. Klock II | -0/+20 |
| 2014-03-11 | Bundle libbacktrace with the compiler | Alex Crichton | -0/+38720 |
| 2014-03-11 | auto merge of #12774 : alexcrichton/rust/proc-bounds, r=pcwalton | bors | -1/+62 |
| 2014-03-11 | auto merge of #12650 : huonw/rust/librand, r=alexcrichton | bors | -280/+329 |
| 2014-03-11 | syntax: Add support for trait bounds on procs | Alex Crichton | -1/+62 |
| 2014-03-12 | rand: deprecate `rng`. | Huon Wilson | -16/+28 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -64/+131 |
| 2014-03-12 | Remove the dependence of std::io::test on rand. | Huon Wilson | -4/+11 |
| 2014-03-12 | std: Move rand to librand. | Huon Wilson | -198/+161 |