| Age | Commit message (Expand) | Author | Lines |
| 2014-11-30 | Allow trailing commas in array patterns and attributes | P1start | -7/+26 |
| 2014-11-30 | Fix the ordering of `unsafe` and `extern` in methods | P1start | -8/+43 |
| 2014-11-30 | Adjust some error messages to start with a lowercase letter and not finish wi... | P1start | -68/+68 |
| 2014-11-30 | auto merge of #19365 : frewsxcv/rust/getopts-cleanup, r=alexcrichton | bors | -70/+42 |
| 2014-11-30 | syntax: Make `asm!` clobbers a proper vector. | Kang Seonghoon | -14/+35 |
| 2014-11-29 | auto merge of #19392 : murarth/rust/rustc-compile-twice, r=nick29581 | bors | -0/+98 |
| 2014-11-29 | Replace some verbose match statements with their `if let` equivalent. | jfager | -1337/+882 |
| 2014-11-29 | Fix rustc panic on second compile_input | Murarth | -0/+98 |
| 2014-11-29 | Fix a simple typo | Matej Lach | -1/+1 |
| 2014-11-29 | Fix typo in reference.md | kulakowski | -1/+1 |
| 2014-11-29 | fix expand_quote_ty function as parse_ty was changed and needs no arguments now | Jauhien Piatlicki | -2/+1 |
| 2014-11-29 | Add test for #18908 | Tobias Bucher | -0/+29 |
| 2014-11-28 | reword faq to remove reference to indexing strings | Steve Klabnik | -1/+1 |
| 2014-11-28 | small doc fixes | Steve Klabnik | -3/+3 |
| 2014-11-28 | auto merge of #19366 : liigo/rust/mipsel-linux, r=alexcrichton | bors | -0/+1 |
| 2014-11-28 | auto merge of #19363 : michaelwoerister/rust/support-unboxed-closures, r=alex... | bors | -18/+60 |
| 2014-11-28 | auto merge of #19360 : olivren/rust/master, r=Gankro | bors | -5/+4 |
| 2014-11-27 | impl Str for CowString | Sean McArthur | -0/+7 |
| 2014-11-28 | auto merge of #19355 : vhbit/rust/ios-backtrace-fix, r=alexcrichton | bors | -1/+1 |
| 2014-11-28 | librustrt: stack_overflow support mipsel linux | Liigo Zhuang | -0/+1 |
| 2014-11-28 | auto merge of #19354 : barosl/rust/strconv-doc-fix, r=steveklabnik | bors | -41/+35 |
| 2014-11-27 | auto merge of #19349 : tomjakubowski/rust/rustdoc-struct-variant-vis, r=sfackler | bors | -0/+4 |
| 2014-11-27 | getopts: cleanup, renames, remove reexports | Corey Farwell | -70/+42 |
| 2014-11-27 | Fall back to hard coded download directory | Johannes Hoff | -1/+13 |
| 2014-11-27 | auto merge of #19112 : steveklabnik/rust/doc_rc, r=Gankro | bors | -57/+296 |
| 2014-11-27 | debuginfo: Make variables captured in unboxed closures available in debuginfo. | Michael Woerister | -18/+60 |
| 2014-11-27 | Fix example code for unreachable! | olivren | -5/+4 |
| 2014-11-27 | impl Clone for Cow | Jorge Aparicio | -0/+12 |
| 2014-11-27 | auto merge of #19348 : SimonSapin/rust/patch-9, r=huonw | bors | -3/+3 |
| 2014-11-27 | Fixed iOS build after Iter stab | Valerii Hiora | -1/+1 |
| 2014-11-27 | Documentation fix for std::num::strconv | Barosl Lee | -41/+35 |
| 2014-11-27 | auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichton | bors | -50/+3 |
| 2014-11-26 | More test fixes and rebase conflicts! | Alex Crichton | -119/+128 |
| 2014-11-26 | rollup merge of #19329: steveklabnik/doc_style_cleanup2 | Alex Crichton | -8078/+6858 |
| 2014-11-26 | /*! -> //! | Steve Klabnik | -8080/+6860 |
| 2014-11-26 | Test fixes and rebase conflicts | Alex Crichton | -50/+56 |
| 2014-11-26 | rollup merge of #19336: apasel422/guide | Alex Crichton | -8/+8 |
| 2014-11-26 | rollup merge of #19330: csouth3/binaryheap-iter | Alex Crichton | -0/+17 |
| 2014-11-26 | rollup merge of #19328: sfackler/buffered-get-mut | Alex Crichton | -10/+26 |
| 2014-11-26 | rollup merge of #19326: huonw/safer-syntax | Alex Crichton | -90/+19 |
| 2014-11-26 | rollup merge of #19325: ucarion/pointers-doc-formatting | Alex Crichton | -4/+4 |
| 2014-11-26 | rollup merge of #19322: DiamondLovesYou/multi-llvmdeps | Alex Crichton | -62/+43 |
| 2014-11-26 | rollup merge of #19317: sfackler/xcrate-namespace | Alex Crichton | -22/+62 |
| 2014-11-26 | rollup merge of #19316: steveklabnik/gh18876 | Alex Crichton | -17/+33 |
| 2014-11-26 | rollup merge of #19313: steveklabnik/gh18844 | Alex Crichton | -1/+1 |
| 2014-11-26 | rollup merge of #19312: steveklabnik/gh19177 | Alex Crichton | -1/+14 |
| 2014-11-26 | rollup merge of #19310: steveklabnik/gh19178 | Alex Crichton | -0/+16 |
| 2014-11-26 | rollup merge of #19308: thestinger/oom | Alex Crichton | -0/+1 |
| 2014-11-26 | rollup merge of #19307: steveklabnik/gh19199 | Alex Crichton | -1/+7 |
| 2014-11-26 | rollup merge of #19304: steveklabnik/gh19302 | Alex Crichton | -1/+22 |