| Age | Commit message (Expand) | Author | Lines |
| 2013-05-09 | Add space | Sangeun Kim | -1/+1 |
| 2013-05-08 | auto merge of #6327 : z0w0/rust/rm-notest, r=brson | bors | -132/+131 |
| 2013-05-08 | test: Fix modes in the benchmarks. | Patrick Walton | -17/+12 |
| 2013-05-08 | test: Fix broken test | Patrick Walton | -1/+1 |
| 2013-05-08 | llvm: Unrevert change | Patrick Walton | -0/+0 |
| 2013-05-08 | libcore: Fix more merge fallout. | Patrick Walton | -7/+31 |
| 2013-05-08 | librustc: Fix merge fallout. | Patrick Walton | -15/+4 |
| 2013-05-08 | test: Fix tests. | Patrick Walton | -97/+101 |
| 2013-05-08 | libcore: Fix tests. | Patrick Walton | -113/+135 |
| 2013-05-08 | librustc: Stop parsing modes and remove them entirely from the language | Patrick Walton | -73/+78 |
| 2013-05-08 | librustc: Fix merge fallout. | Patrick Walton | -17/+29 |
| 2013-05-08 | test: Fix tests and the pipe compiler | Patrick Walton | -126/+151 |
| 2013-05-08 | librustc: Remove mutable fields from the language. | Patrick Walton | -177/+69 |
| 2013-05-08 | libstd: Remove some residual mutable fields | Patrick Walton | -1/+34 |
| 2013-05-08 | libcore: Remove more mutable fields from comm | Patrick Walton | -73/+114 |
| 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 | -202/+246 |
| 2013-05-08 | libcore: Remove mutable fields from the task builder API | Patrick Walton | -131/+87 |
| 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 | -111/+160 |
| 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 | -90/+107 |
| 2013-05-08 | libstd: Start warning about mutable fields, now that they only exist in stage0 | Patrick Walton | -1/+3 |
| 2013-05-08 | libstd: Remove mutable fields from future and par | Patrick Walton | -23/+58 |
| 2013-05-08 | libstd: Remove mutable fields from flatpipes and io_util | Patrick Walton | -13/+15 |
| 2013-05-08 | libstd: Remove mutable fields from fileinput and net_tcp | Patrick Walton | -21/+23 |
| 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 | -24/+193 |
| 2013-05-08 | fix incorrect region code based on the old 'self | Daniel Micay | -6/+12 |
| 2013-05-08 | auto merge of #6119 : brson/rust/main, r=brson | bors | -89/+172 |
| 2013-05-08 | rustc: Fix the logic for finding the Android main function | Brian Anderson | -13/+23 |
| 2013-05-09 | Fix typos | Sean Moon | -35/+35 |
| 2013-05-08 | auto merge of #6323 : brson/rust/nullary, r=thestinger | bors | -14/+19 |
| 2013-05-08 | auto merge of #6267 : huonw/rust/syntax-deriving-generaliseder, r=nikomatsakis | bors | -777/+1342 |
| 2013-05-08 | libstd: convert chained ifs to a match in base64. | Huon Wilson | -24/+20 |
| 2013-05-08 | testsuite: xfail tests for windows | Huon Wilson | -0/+2 |
| 2013-05-08 | auto merge of #6321 : ILyoan/rust/test4350, r=z0w0 | bors | -5/+5 |
| 2013-05-08 | auto merge of #6317 : brson/rust/durable, r=z0w0 | bors | -123/+144 |
| 2013-05-08 | Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)] | Zack Corr | -132/+131 |
| 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 #6309 : nikomatsakis/rust/issue-3678-type-of-extern-fns, r=niko... | bors | -22/+26 |
| 2013-05-08 | auto merge of #6307 : brson/rust/rng2, r=brson | bors | -60/+68 |
| 2013-05-08 | Show lint names | Sangeun Kim | -0/+9 |
| 2013-05-08 | auto merge of #6305 : thestinger/rust/rc, r=nikomatsakis | bors | -6/+8 |
| 2013-05-07 | auto merge of #6297 : sammykim/rust/static-lint-table, r=luqmana | bors | -144/+145 |
| 2013-05-07 | rt: Remove rust_call_nullary_fn | Brian Anderson | -14/+19 |
| 2013-05-08 | Move core::simd to core::unstable::simd | Seo Sanghyeon | -1/+2 |
| 2013-05-08 | testsuite: update a test for #4350 | ILyoan | -5/+5 |
| 2013-05-07 | auto merge of #6303 : nikomatsakis/rust/issue-4666-test, r=nikomatsakis | bors | -0/+50 |