| Age | Commit message (Expand) | Author | Lines |
| 2014-03-16 | Fix a test that was missed in the liblog PR | Edward Wang | -0/+4 |
| 2014-03-15 | Test fixes and rebase conflicts | Alex Crichton | -5/+6 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -777/+800 |
| 2014-03-14 | auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brson | bors | -223/+13 |
| 2014-03-14 | auto merge of #12895 : michaelwoerister/rust/limited-debuginfo, r=alexcrichton | bors | -4/+4 |
| 2014-03-14 | auto merge of #12893 : alexcrichton/rust/cfg-not, r=luqmana | bors | -1/+9 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -223/+13 |
| 2014-03-14 | debuginfo: Make limited-debuginfo test case more robust against GDB output va... | Michael Woerister | -4/+4 |
| 2014-03-14 | rustc: Fix cfg(not(a, b)) to be not(a && b) | Alex Crichton | -1/+9 |
| 2014-03-14 | auto merge of #12880 : tedhorst/rust/master, r=alexcrichton | bors | -8/+8 |
| 2014-03-14 | auto merge of #12764 : Kimundi/rust/partial_typehint, r=nikomatsakis | bors | -0/+223 |
| 2014-03-14 | Added support for type placeholders (explicit requested type | Marvin Löbel | -0/+223 |
| 2014-03-14 | auto merge of #12867 : alexcrichton/rust/issue-12860, r=thestinger | bors | -0/+62 |
| 2014-03-13 | auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger | bors | -0/+24 |
| 2014-03-13 | fix a test that was missed in the chan/port renaming (PR #12815) | Ted Horst | -8/+8 |
| 2014-03-13 | auto merge of #12798 : pczarn/rust/inline-asm, r=alexcrichton | bors | -0/+108 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+24 |
| 2014-03-13 | Fix and improve inline assembly. | Piotr Czarnecki | -0/+108 |
| 2014-03-13 | auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson | bors | -328/+319 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -328/+319 |
| 2014-03-13 | collections: Don't recurse in hashmap robin_hood | Alex Crichton | -0/+62 |
| 2014-03-13 | auto merge of #12238 : ktt3ja/rust/lifetime-error-msg, r=nikomatsakis | bors | -0/+58 |
| 2014-03-13 | compile-fail: Beef up borrowck test to include some scenarios where we borrow... | Niko Matsakis | -1/+21 |
| 2014-03-13 | Region + borrow checker support and tests for overloaded autoderef. | Eduard Burtescu | -0/+446 |
| 2014-03-13 | Introduce a common recursion limit for auto-dereference and monomorphization. | Eduard Burtescu | -3/+36 |
| 2014-03-13 | Implement automatic overloaded dereference. | Eduard Burtescu | -0/+51 |
| 2014-03-13 | Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC... | Eduard Burtescu | -2/+2 |
| 2014-03-13 | auto merge of #12602 : alexcrichton/rust/backtrace, r=brson | bors | -0/+110 |
| 2014-03-13 | Add basic backtrace functionality | Alex Crichton | -0/+110 |
| 2014-03-12 | auto merge of #12414 : DaGenix/rust/failing-iterator-wrappers, r=alexcrichton | bors | -2/+2 |
| 2014-03-12 | auto merge of #12823 : alexcrichton/rust/issue-12666, r=pcwalton | bors | -0/+74 |
| 2014-03-12 | Update io iterators to produce IoResults | Palmer Cox | -2/+2 |
| 2014-03-12 | auto merge of #12756 : pongad/rust/remove_owned_str_pat, r=alexcrichton | bors | -50/+14 |
| 2014-03-12 | rustuv: Fix a use-after-free in TTY failure | Alex Crichton | -0/+74 |
| 2014-03-12 | rustc: Remove matching on ~str from the language | Michael Darakananda | -50/+14 |
| 2014-03-12 | Test fixes from rolling up PRs | Alex Crichton | -2/+2 |
| 2014-03-12 | Added a test that checks that unary structs can be mutably borrowed. | Dmitry Promsky | -0/+25 |
| 2014-03-12 | Remove remaining nolink usages.(fixes #12810) | lpy | -13/+0 |
| 2014-03-12 | Suggest explicit lifetime parameter on some errors | Kiet Tran | -0/+58 |
| 2014-03-12 | auto merge of #12797 : pczarn/rust/str_safety, r=huonw | bors | -4/+4 |
| 2014-03-12 | auto merge of #12816 : michaelwoerister/rust/limited-debuginfo, r=alexcrichton | bors | -3/+3 |
| 2014-03-12 | auto merge of #12807 : pnkfelix/rust/fsk-issue5121-fns-with-early-lifetime-pa... | bors | -0/+175 |
| 2014-03-12 | Add proper support for early/late distinction for lifetime bindings. | Felix S. Klock II | -0/+175 |
| 2014-03-11 | test: Relax a debuginfo test | Alex Crichton | -5/+5 |
| 2014-03-11 | auto merge of #12774 : alexcrichton/rust/proc-bounds, r=pcwalton | bors | -0/+60 |
| 2014-03-11 | syntax: Add support for trait bounds on procs | Alex Crichton | -0/+60 |
| 2014-03-12 | rand: deprecate `rng`. | Huon Wilson | -4/+4 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -17/+64 |
| 2014-03-12 | std: Move rand to librand. | Huon Wilson | -2/+4 |
| 2014-03-11 | debuginfo: Improve commandline option handling for debuginfo (fixes #12811) | Michael Woerister | -3/+3 |