| Age | Commit message (Expand) | Author | Lines |
| 2013-11-01 | auto merge of #10213 : telotortium/rust/rand-fill_bytes-stack-overflow, r=huonw | bors | -1/+21 |
| 2013-11-01 | auto merge of #10205 : brson/rust/unnamed_addr, r=thestinger | bors | -0/+2 |
| 2013-11-01 | auto merge of #10196 : huonw/rust/fix-zig, r=alexcrichton | bors | -141/+5 |
| 2013-10-31 | auto merge of #10187 : pcwalton/rust/remove-mocks, r=pcwalton | bors | -238/+451 |
| 2013-10-31 | auto merge of #10181 : brson/rust/managed_boxes, r=thestinger | bors | -6/+6 |
| 2013-10-31 | Fix infinite recursion in `fill_bytes()` | Robert Irelan | -1/+21 |
| 2013-10-31 | Declare all Rust functions as unnamed_addr. Closes #8957 | Brian Anderson | -0/+2 |
| 2013-10-31 | Implement a concat!() format extension | Alex Crichton | -3/+117 |
| 2013-10-31 | Make managed_boxes feature gate error less opinionated | Brian Anderson | -6/+6 |
| 2013-10-31 | libstd: Remove mocks. | Patrick Walton | -181/+131 |
| 2013-10-31 | librustc: Implement `|A| -> B` syntax for closures and make bare `fn` | Patrick Walton | -57/+320 |
| 2013-10-31 | std::rand: correct an off-by-one in the Ziggurat code. | Huon Wilson | -141/+5 |
| 2013-10-31 | auto merge of #10189 : alexcrichton/rust/inner-statics, r=cmr | bors | -23/+62 |
| 2013-10-31 | auto merge of #10180 : alexcrichton/rust/flush-default, r=brson | bors | -34/+6 |
| 2013-10-30 | auto merge of #10166 : brson/rust/meta, r=alexcrichton | bors | -2/+29 |
| 2013-10-30 | auto merge of #10164 : brson/rust/configure, r=brson | bors | -1/+1 |
| 2013-10-30 | Forbid type parameters in inner statics | Alex Crichton | -23/+62 |
| 2013-10-30 | auto merge of #10120 : Kimundi/rust/remove_sys, r=alexcrichton | bors | -229/+187 |
| 2013-10-30 | Make Writer::flush a no-op default method | Alex Crichton | -34/+6 |
| 2013-10-30 | syntax: Forbid non-string literals in meta items. #623 | Brian Anderson | -2/+29 |
| 2013-10-30 | auto merge of #10172 : pythonesque/rust/issue-9890, r=thestinger | bors | -71/+126 |
| 2013-10-30 | Prepared `std::sys` for removal, and made `begin_unwind` simpler | Marvin Löbel | -229/+187 |
| 2013-10-30 | Special-casing iter_vec_raw to use a counter for zero-size types (Closes #9890). | Joshua Yanovski | -71/+126 |
| 2013-10-30 | auto merge of #10123 : klutzy/rust/fix-7507, r=alexcrichton | bors | -1/+31 |
| 2013-10-30 | auto merge of #10168 : reedlepee123/rust/priv_fields, r=brson | bors | -23/+23 |
| 2013-10-30 | test: Add test for LHS expression check | klutzy | -0/+20 |
| 2013-10-30 | rustc: Check LHS expression of assignment | klutzy | -1/+11 |
| 2013-10-30 | auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichton | bors | -198/+956 |
| 2013-10-30 | Fix check-fast breakage in new enum test. | Jed Davis | -1/+1 |
| 2013-10-29 | auto merge of #10163 : brson/rust/rtcxx, r=alexcrichton | bors | -159/+0 |
| 2013-10-29 | auto merge of #10161 : brson/rust/upcall, r=alexcrichton | bors | -45/+0 |
| 2013-10-29 | auto merge of #10149 : chris-morgan/rust/2013-10-29-vim-updates, r=erickt | bors | -24/+37 |
| 2013-10-30 | changed all the impl<T> to impl<T: Send> in rt::comm.rs and libstd::comm.rs #... | reedlepee | -23/+23 |
| 2013-10-29 | auto merge of #10160 : alexcrichton/rust/snapshots, r=pcwalton | bors | -6769/+15 |
| 2013-10-29 | rt: Remove array_list.h | Brian Anderson | -149/+0 |
| 2013-10-29 | rt: Remove rust_thread::detach | Brian Anderson | -10/+0 |
| 2013-10-29 | rt: Remove four unused upcalls | Brian Anderson | -45/+0 |
| 2013-10-29 | auto merge of #10145 : TeXitoi/rust/issues-2913, r=bstrie | bors | -50/+46 |
| 2013-10-29 | support for GNU configure syntax | Heather | -1/+1 |
| 2013-10-29 | Register new snapshots | Alex Crichton | -6769/+15 |
| 2013-10-29 | auto merge of #10134 : reedlepee123/rust/priv_fields, r=brson | bors | -7/+4 |
| 2013-10-29 | auto merge of #10140 : brson/rust/comm, r=alexcrichton | bors | -8/+7 |
| 2013-10-29 | auto merge of #10136 : hatahet/rust/master, r=alexcrichton | bors | -162/+156 |
| 2013-10-29 | auto merge of #10132 : pcwalton/rust/proc, r=pcwalton | bors | -72/+252 |
| 2013-10-29 | librustc: Implement the `proc` type as sugar for `~once fn` and `proc` | Patrick Walton | -72/+252 |
| 2013-10-29 | auto merge of #10058 : alexcrichton/rust/uv-crate, r=brson | bors | -178/+7038 |
| 2013-10-29 | Fix type_of for enums to not lose data in some cases when immediate. | Jed Davis | -24/+32 |
| 2013-10-29 | Add another discriminant-size-related test, this time with fields. | Jed Davis | -0/+41 |
| 2013-10-29 | Work around const_eval issues by changing signed integer `min_value`s. | Jed Davis | -1/+2 |
| 2013-10-29 | Add tests for enum discriminant sizing. | Jed Davis | -7/+271 |