| Age | Commit message (Expand) | Author | Lines |
| 2013-05-10 | auto merge of #6366 : catamorphism/rust/issue-3920, r=catamorphism | bors | -2/+7 |
| 2013-05-10 | renamed str::from_slice to str::to_owned | Youngsoo Son | -19/+19 |
| 2013-05-10 | auto merge of #6358 : crabtw/rust/mips-segstk, r=brson | bors | -2/+115 |
| 2013-05-10 | renamed vec::from_slice to vec::to_owned | Youngsoo Son | -6/+6 |
| 2013-05-10 | core: Use the new `for` protocol | Alex Crichton | -171/+1492 |
| 2013-05-10 | Move core::task::local_data to core::local_data | Youngsoo Son | -10/+11 |
| 2013-05-09 | core: Make intrinsics::forget unsafe, too | Tim Chevalier | -1/+3 |
| 2013-05-09 | core: Make intrinsics::init unsafe | Tim Chevalier | -1/+4 |
| 2013-05-09 | auto merge of #6354 : Aatch/rust/uninit-intrinsic, r=graydon | bors | -5/+107 |
| 2013-05-09 | auto merge of #6349 : thestinger/rust/explicit_copy, r=thestinger | bors | -1/+0 |
| 2013-05-09 | remove vecs_implicitly_copyable from libstd/libcore | Daniel Micay | -1/+0 |
| 2013-05-09 | Make staged versions of the functions that use uninit | James Miller | -0/+104 |
| 2013-05-09 | auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn | bors | -6/+6 |
| 2013-05-09 | Replace init() with uninit() where appropriate | James Miller | -10/+5 |
| 2013-05-09 | Add uninit intrinsic | James Miller | -0/+3 |
| 2013-05-09 | auto merge of #6343 : thestinger/rust/new_iter, r=brson | bors | -7/+6 |
| 2013-05-09 | improve MIPS backend and implement segmented stacks | Jyun-Yan You | -2/+115 |
| 2013-05-09 | auto merge of #6337 : thestinger/rust/fix_region, r=thestinger | bors | -0/+6 |
| 2013-05-08 | Created utility uninhabited type | Steven Stewart-Gallus | -1/+15 |
| 2013-05-09 | libstd: rename vec::each(var) to var.each | Youngmin Yoo | -1/+0 |
| 2013-05-09 | libcore: rename vec::each(variable) to variable.each | Youngmin Yoo | -17/+17 |
| 2013-05-08 | auto merge of #6327 : z0w0/rust/rm-notest, r=brson | bors | -129/+129 |
| 2013-05-08 | libcore: Fix more merge fallout. | Patrick Walton | -2/+2 |
| 2013-05-08 | libcore: Fix tests. | Patrick Walton | -86/+98 |
| 2013-05-08 | librustc: Stop parsing modes and remove them entirely from the language | Patrick Walton | -29/+31 |
| 2013-05-08 | librustc: Fix merge fallout. | Patrick Walton | -8/+11 |
| 2013-05-08 | test: Fix tests and the pipe compiler | Patrick Walton | -49/+21 |
| 2013-05-08 | libcore: Remove more mutable fields from comm | Patrick Walton | -56/+96 |
| 2013-05-08 | Remove mutable fields from comm by using casts. Also mark the cast in cell. | Patrick Walton | -36/+55 |
| 2013-05-08 | libcore: Remove mutable fields from repr | Patrick Walton | -13/+58 |
| 2013-05-08 | libcore: Remove mutable fields from pipes | Patrick Walton | -187/+224 |
| 2013-05-08 | libcore: Remove mutable fields from the task builder API | Patrick Walton | -121/+67 |
| 2013-05-08 | libcore: Remove mutable fields from task::spawn | Patrick Walton | -46/+85 |
| 2013-05-08 | libcore: Remove mutable fields from hash | Patrick Walton | -85/+123 |
| 2013-05-08 | libcore: Remove mutable fields from os and ptr | Patrick Walton | -2/+8 |
| 2013-05-08 | libcore: Remove mutable fields from rand. | Patrick Walton | -88/+105 |
| 2013-05-08 | rename iter::iter_to_vec to iter::to_vec | Daniel Micay | -7/+6 |
| 2013-05-08 | auto merge of #6214 : sanxiyn/rust/simd-2, r=graydon | bors | -0/+45 |
| 2013-05-08 | fix incorrect region code based on the old 'self | Daniel Micay | -0/+6 |
| 2013-05-09 | Fix typos | Sean Moon | -6/+6 |
| 2013-05-08 | auto merge of #6323 : brson/rust/nullary, r=thestinger | bors | -6/+19 |
| 2013-05-08 | auto merge of #6317 : brson/rust/durable, r=z0w0 | bors | -16/+24 |
| 2013-05-08 | Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)] | Zack Corr | -129/+129 |
| 2013-05-08 | auto merge of #6311 : indutny/rust/fix/handle-io-fread-errors, r=z0w0 | bors | -2/+12 |
| 2013-05-08 | auto merge of #6307 : brson/rust/rng2, r=brson | bors | -0/+9 |
| 2013-05-07 | rt: Remove rust_call_nullary_fn | Brian Anderson | -6/+19 |
| 2013-05-08 | Move core::simd to core::unstable::simd | Seo Sanghyeon | -1/+2 |
| 2013-05-07 | Remove Durable from the language | Brian Anderson | -4/+3 |
| 2013-05-07 | auto merge of #6301 : bjz/rust/numeric-traits, r=pcwalton | bors | -76/+408 |
| 2013-05-07 | core: Replace Durable with 'static | Brian Anderson | -12/+12 |