| Age | Commit message (Expand) | Author | Lines |
| 2014-03-14 | auto merge of #12867 : alexcrichton/rust/issue-12860, r=thestinger | bors | -31/+99 |
| 2014-03-14 | auto merge of #12864 : huonw/rust/hash-docs, r=alexcrichton | bors | -53/+53 |
| 2014-03-13 | auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger | bors | -3/+79 |
| 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 #12855 : alexcrichton/rust/shutdown, r=brson | bors | -0/+78 |
| 2014-03-14 | fix MIPS target | Jyun-Yan You | -43/+38 |
| 2014-03-13 | auto merge of #12798 : pczarn/rust/inline-asm, r=alexcrichton | bors | -54/+182 |
| 2014-03-14 | std: render the vec_ng docs. | Huon Wilson | -2/+4 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -1/+75 |
| 2014-03-13 | rustc: Prevent collisions in names of closures | Alex Crichton | -1/+6 |
| 2014-03-13 | std: Demangle more escapes in backtraces | Alex Crichton | -7/+54 |
| 2014-03-14 | rustc: make stack traces print for .span_bug/.bug. | Huon Wilson | -17/+32 |
| 2014-03-13 | io: Bind to shutdown() for TCP streams | Alex Crichton | -0/+78 |
| 2014-03-13 | Fix and improve inline assembly. | Piotr Czarnecki | -54/+182 |
| 2014-03-13 | auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson | bors | -1891/+1736 |
| 2014-03-13 | Refactored while_some (libstd/option.rs) | aochagavia | -3/+6 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -1891/+1736 |
| 2014-03-13 | auto merge of #12573 : lbonn/rust/unrecurs, r=alexcrichton | bors | -11/+85 |
| 2014-03-13 | auto merge of #12561 : pzol/rust/char-case, r=alexcrichton | bors | -1427/+1194 |
| 2014-03-13 | collections: Don't recurse in hashmap robin_hood | Alex Crichton | -31/+99 |
| 2014-03-13 | auto merge of #12238 : ktt3ja/rust/lifetime-error-msg, r=nikomatsakis | bors | -6/+772 |
| 2014-03-13 | auto merge of #12849 : nick29581/rust/doubles, r=alexcrichton | bors | -0/+1 |
| 2014-03-13 | auto merge of #12610 : eddyb/rust/deref-now-auto, r=nikomatsakis | bors | -1100/+1632 |
| 2014-03-13 | Tweak comments | Niko Matsakis | -12/+11 |
| 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 | -24/+540 |
| 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 #12845 : eddyb/rust/vec-no-drop-flag, r=thestinger | bors | -0/+50 |
| 2014-03-13 | collections: move hashmap's example to the struct. | Huon Wilson | -53/+53 |
| 2014-03-13 | Remove code duplication | Piotr Zolnierek | -79/+51 |
| 2014-03-13 | Implement lower, upper case conversion for char | Piotr Zolnierek | -30/+1162 |
| 2014-03-13 | std::unicode: remove unused category tables | Piotr Zolnierek | -1341/+4 |
| 2014-03-13 | auto merge of #12602 : alexcrichton/rust/backtrace, r=brson | bors | -100/+39744 |
| 2014-03-13 | Add basic backtrace functionality | Alex Crichton | -100/+1024 |
| 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 | Test fixes from rolling up PRs | Alex Crichton | -2/+2 |