| Age | Commit message (Expand) | Author | Lines |
| 2013-05-12 | auto merge of #6438 : alexcrichton/rust/issue-5387, r=thestinger | bors | -58/+47 |
| 2013-05-13 | Add vec.rs each2_mut testsuite | Youngmin Yoo | -0/+38 |
| 2013-05-13 | Add vec.rs each2_mut function | Youngmin Yoo | -2/+31 |
| 2013-05-12 | auto merge of #6400 : cmr/rust/remove_useless_import_error, r=thestinger | bors | -3/+1 |
| 2013-05-12 | actually fix failing test | Corey Richardson | -1/+1 |
| 2013-05-12 | libstd: Fix merge fallout. | Patrick Walton | -10/+14 |
| 2013-05-12 | libsyntax: Tighten up expressions in patterns to only allow identifiers or li... | Patrick Walton | -26/+53 |
| 2013-05-12 | librustc: Make `self` and `static` into keywords | Patrick Walton | -610/+700 |
| 2013-05-12 | libsyntax: Remove `extern mod foo { ... }` from the language. | Patrick Walton | -104/+118 |
| 2013-05-12 | auto merge of #6348 : sstewartgallus/rust/incoming, r=brson | bors | -1/+15 |
| 2013-05-13 | Removed unnecessary check from build.rs | Matthijs Hofstra | -4/+1 |
| 2013-05-12 | auto merge of #6439 : bjz/rust/float-classify, r=brson | bors | -20/+14 |
| 2013-05-13 | Make Float::classify matching more clear for f64 and f32 | Brendan Zabarauskas | -20/+14 |
| 2013-05-12 | Don't create subprocesses for the `rust` command | Alex Crichton | -58/+47 |
| 2013-05-12 | Adds atomic_load, atomic_load_acq, atomic_store, and atomic_store_rel intrins... | Matthijs Hofstra | -5/+139 |
| 2013-05-12 | auto merge of #6414 : samebchase/rust/experimental, r=graydon | bors | -14/+101 |
| 2013-05-12 | auto merge of #6427 : catamorphism/rust/issue-6319, r=nikomatsakis | bors | -49/+84 |
| 2013-05-12 | Add use declaration for container::Set | Samuel Chase | -1/+1 |
| 2013-05-12 | Fix failing test | Corey Richardson | -2/+1 |
| 2013-05-11 | auto merge of #6429 : gifnksm/rust/bigint-is_even, r=catamorphism | bors | -1/+12 |
| 2013-05-11 | auto merge of #6431 : catamorphism/rust/warnings, r=catamorphism | bors | -144/+58 |
| 2013-05-11 | clean up the last bit of warnings | Corey Richardson | -12/+11 |
| 2013-05-11 | Warning police | Tim Chevalier | -136/+51 |
| 2013-05-11 | auto merge of #6426 : gifnksm/rust/new-iter, r=catamorphism | bors | -7/+20 |
| 2013-05-11 | auto merge of #6420 : huonw/rust/rm-exec, r=thestinger | bors | -0/+0 |
| 2013-05-12 | libstd: Fix BigUint::is_even | gifnksm | -1/+12 |
| 2013-05-11 | rustc: Don't call type_error_message() with ty_err as the expected type | Tim Chevalier | -49/+84 |
| 2013-05-11 | auto merge of #6402 : kud1ing/rust/fixes, r=pcwalton | bors | -34/+34 |
| 2013-05-12 | libcore: Change `each_val` to follow new for-loop protocol | gifnksm | -7/+20 |
| 2013-05-11 | auto merge of #6397 : cantsin/rust/rusti-fixes, r=catamorphism | bors | -2/+2 |
| 2013-05-11 | auto merge of #6389 : sonwow/rust/issue-3356, r=bstrie | bors | -105/+105 |
| 2013-05-11 | auto merge of #6385 : huonw/rust/rustc-dtor-struct-match, r=nikomatsakis | bors | -23/+132 |
| 2013-05-11 | auto merge of #6383 : huonw/rust/rustc-expand-then-strip, r=thestinger | bors | -16/+7 |
| 2013-05-11 | Fix errors in test_hashset(). | Samuel Chase | -3/+4 |
| 2013-05-11 | Use acc.push_str() instead of str::push_str(..) | Samuel Chase | -12/+24 |
| 2013-05-11 | Add test: test_hashset() | Samuel Chase | -0/+14 |
| 2013-05-11 | Add str representation for HashSet. | Samuel Chase | -0/+18 |
| 2013-05-11 | Remove extra space between key and value. | Samuel Chase | -6/+9 |
| 2013-05-11 | All tests, including newly added test_hashmap() pass. The empty Hash Table do... | Samuel Chase | -9/+11 |
| 2013-05-11 | Correct testcases that passed because fns with #[test] were stripped before e... | Huon Wilson | -12/+3 |
| 2013-05-11 | auto merge of #6384 : thomaslee/rust/issue-4202, r=catamorphism | bors | -0/+83 |
| 2013-05-10 | auto merge of #6376 : nikomatsakis/rust/issue-6272-tests, r=graydon | bors | -0/+62 |
| 2013-05-10 | auto merge of #6368 : catamorphism/rust/issue-5315, r=catamorphism | bors | -0/+43 |
| 2013-05-10 | Test case for issue #4202 | Tom Lee | -0/+41 |
| 2013-05-11 | Remove core executable | Huon Wilson | -0/+0 |
| 2013-05-10 | auto merge of #6260 : alexcrichton/rust/issue-3466-no-swap, r=pcwalton | bors | -399/+292 |
| 2013-05-10 | Fix tests with the swap operator | Alex Crichton | -2/+2 |
| 2013-05-10 | Remove the '<->' operator from the language | Alex Crichton | -98/+15 |
| 2013-05-10 | Stop using the '<->' operator | Alex Crichton | -296/+214 |
| 2013-05-10 | Implement util::swap without the '<->' operator | Alex Crichton | -5/+63 |