| Age | Commit message (Expand) | Author | Lines |
| 2014-01-17 | doc: fix rust.md fallout | Adrien Tétar | -21/+25 |
| 2014-01-17 | Elaborate manual on matching (dereference patterns, lvalue/rvalue matching) | Edward Z. Yang | -2/+20 |
| 2014-01-17 | doc: fix version stamp for TeX files | Adrien Tétar | -7/+8 |
| 2014-01-17 | Fixup in guide-testing.md | Petter Remen | -2/+2 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -180/+204 |
| 2014-01-17 | auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwalton | bors | -3729/+5039 |
| 2014-01-17 | Adjust comments in test case | Niko Matsakis | -4/+3 |
| 2014-01-17 | Update years on more license headers | Niko Matsakis | -9/+9 |
| 2014-01-17 | Update year on license header | Niko Matsakis | -1/+1 |
| 2014-01-18 | syntax::ext: replace span_fatal with span_err in many places. | Huon Wilson | -84/+245 |
| 2014-01-17 | Add a generic power function | Flavio Percoco | -54/+82 |
| 2014-01-17 | auto merge of #11479 : khodzha/rust/peekable_empty, r=brson | bors | -1/+15 |
| 2014-01-17 | Change expansion of `for` loop to use a `match` statement | Niko Matsakis | -18/+82 |
| 2014-01-17 | Extend temporary lifetimes if there is a ref in an enum binding | Niko Matsakis | -0/+2 |
| 2014-01-17 | Link lifetimes in `let` patterns just as we do for `match` patterns | Niko Matsakis | -3/+72 |
| 2014-01-17 | auto merge of #11601 : dguenther/rust/fix_test_summary, r=brson | bors | -10/+18 |
| 2014-01-17 | Fixed bug when initialising bitv from bool=true | Alex Whitney | -7/+30 |
| 2014-01-17 | auto merge of #11498 : c-a/rust/optimize_vuint_at, r=alexcrichton | bors | -23/+79 |
| 2014-01-17 | Make main() public in uninit-empty-types | Niko Matsakis | -1/+1 |
| 2014-01-16 | auto merge of #11553 : klutzy/rust/rustc-cleanups, r=alexcrichton | bors | -297/+187 |
| 2014-01-17 | syntax::ast: Remove/Recover tests | klutzy | -123/+34 |
| 2014-01-17 | rustc::metadata: Remove trait FileSearch | klutzy | -114/+98 |
| 2014-01-17 | rustc::driver: Capitalize structs and enums | klutzy | -60/+55 |
| 2014-01-16 | auto merge of #11584 : alexcrichton/rust/issue-3862, r=brson | bors | -5/+17 |
| 2014-01-16 | auto merge of #11151 : sfackler/rust/ext-crate, r=alexcrichton | bors | -205/+873 |
| 2014-01-16 | Distinguish zero-size types from those that we return as void | Niko Matsakis | -20/+34 |
| 2014-01-16 | Fix uninit() intrinsic when used with empty types | Niko Matsakis | -1/+25 |
| 2014-01-16 | Fix test to account for new temporary lifetime rules, which cause the channel... | Niko Matsakis | -1/+1 |
| 2014-01-16 | Load macros from external modules | Steven Fackler | -205/+873 |
| 2014-01-16 | Further refine treatment of voidish arrays | Niko Matsakis | -4/+2 |
| 2014-01-16 | Forbid coercing unsafe functions to closures | Alex Crichton | -3/+17 |
| 2014-01-16 | Don't run 'ar s' on OSX | Alex Crichton | -4/+7 |
| 2014-01-16 | Consider all zero-sized data structures to be voidish, bypassing some "quirky... | Niko Matsakis | -32/+37 |
| 2014-01-16 | auto merge of #11571 : derekchiang/rust/fix-task-docs, r=alexcrichton | bors | -7/+6 |
| 2014-01-16 | Document blocks and use statements a little more | Alex Crichton | -5/+17 |
| 2014-01-16 | auto merge of #11599 : sanxiyn/rust/accurate-span-3, r=luqmana | bors | -2/+2 |
| 2014-01-16 | Update test run summary | Derek Guenther | -10/+18 |
| 2014-01-16 | auto merge of #11597 : sfackler/rust/err-enums, r=alexcrichton | bors | -14/+47 |
| 2014-01-16 | auto merge of #11596 : derekchiang/rust/fix-libnative-docs, r=alexcrichton | bors | -10/+10 |
| 2014-01-16 | Correct span for ExprCall and ExprIndex | Seo Sanghyeon | -2/+2 |
| 2014-01-16 | auto merge of #11590 : vadimcn/rust/llvm-tools, r=alexcrichton | bors | -1/+4 |
| 2014-01-16 | auto merge of #11588 : am0d/rust/dox, r=brson | bors | -29/+31 |
| 2014-01-16 | Remove typo | Niko Matsakis | -1/+1 |
| 2014-01-16 | auto merge of #11579 : kballard/rust/windows-path-join, r=erickt | bors | -2/+9 |
| 2014-01-15 | Stop returning error strings in From{Base64,Hex} | Steven Fackler | -14/+47 |
| 2014-01-16 | Fix some docs in std::rt::task | Derek Chiang | -7/+6 |
| 2014-01-16 | Fixing a typo: bookeeping -> bookkeeping | Derek Chiang | -10/+10 |
| 2014-01-15 | doc: add note below diagram about memory layout. | Div Shekhar | -0/+5 |
| 2014-01-15 | auto merge of #11575 : pcwalton/rust/parse-substrs, r=alexcrichton | bors | -82/+9 |
| 2014-01-15 | doc: Boxes diagram shows enum value inside box. | Div Shekhar | -4/+4 |