| Age | Commit message (Expand) | Author | Lines |
| 2013-04-18 | libcore: make spawn_supervised documentation reflect its behaviour. | Huon Wilson | -2/+3 |
| 2013-04-18 | libcore: add an EnumerateIterator, like Python's `enumerate`. | Huon Wilson | -0/+35 |
| 2013-04-18 | Small typos, year date and URL of the fbuild system for reference. | Olivier Saut | -6/+7 |
| 2013-04-18 | sketch: Make rust sketch barf output prettier | Marti Raudsepp | -2/+2 |
| 2013-04-18 | auto merge of #5923 : thestinger/rust/iterator, r=graydon | bors | -1/+54 |
| 2013-04-18 | Errors with the same span print the span once | Youngmin Yoo | -13/+147 |
| 2013-04-17 | auto merge of #5918 : catamorphism/rust/Warnings, r=catamorphism | bors | -2/+2 |
| 2013-04-17 | auto merge of #5912 : Dretch/rust/issue-2626, r=graydon | bors | -1/+1 |
| 2013-04-17 | auto merge of #5909 : brson/rust/rt4, r=graydon | bors | -449/+457 |
| 2013-04-17 | auto merge of #5908 : jbclements/rust/add-hygiene-machinery, r=graydon | bors | -114/+541 |
| 2013-04-17 | rustpkg: Add more tests | Tim Chevalier | -0/+93 |
| 2013-04-17 | rustpkg: Add a list of rustpkg commands that should pass | Tim Chevalier | -0/+35 |
| 2013-04-17 | rustpkg: Don't execute the standard build logic if there is a pkg.rs | Tim Chevalier | -4/+5 |
| 2013-04-17 | rustpkg: Change this example to show how to do a custom build | Tim Chevalier | -0/+6 |
| 2013-04-17 | rustpkg: Remove bogus .rc file | Tim Chevalier | -25/+1 |
| 2013-04-17 | vec: add an external iterator | Daniel Micay | -1/+54 |
| 2013-04-17 | auto merge of #5726 : brson/rust/struct-return, r=brson | bors | -157/+482 |
| 2013-04-17 | auto merge of #5725 : jdm/rust/muttrait, r=nikomatsakis | bors | -65/+162 |
| 2013-04-17 | rustpkg: Implement clean; replace boolean result flags with fail!() | Tim Chevalier | -159/+67 |
| 2013-04-17 | rustc: Use an out pointer to return structs in x86 C ABI. #5347 | Brian Anderson | -91/+397 |
| 2013-04-17 | rustpkg: Add a few tests | Tim Chevalier | -0/+161 |
| 2013-04-17 | rustpkg: Fail when crate inference fails; inject link attributes | Tim Chevalier | -85/+142 |
| 2013-04-17 | Warning police | Tim Chevalier | -2/+2 |
| 2013-04-17 | Allow casting to mutable trait objects. | Josh Matthews | -65/+162 |
| 2013-04-16 | auto merge of #5913 : brson/rust/valgrind, r=brson | bors | -0/+8 |
| 2013-04-16 | More valgrind suppressions | Brian Anderson | -0/+8 |
| 2013-04-16 | Fix issue 2626 by un-ignoring the mysterious test_leaks, | gareth | -1/+1 |
| 2013-04-16 | auto merge of #5890 : youknowone/rust/const-eval, r=catamorphism | bors | -25/+24 |
| 2013-04-16 | Merge remote-tracking branch 'brson/sched-cleanup' | Brian Anderson | -449/+457 |
| 2013-04-16 | add self.token_to_str and is_any_keyword convenience abstractions | John Clements | -25/+55 |
| 2013-04-16 | added MTWT functions | John Clements | -66/+462 |
| 2013-04-16 | better error message on failure to parse type | John Clements | -1/+2 |
| 2013-04-16 | move interner_key macro | John Clements | -22/+22 |
| 2013-04-16 | libcore: vec::windowed iterates, not allocates. | Huon Wilson | -16/+41 |
| 2013-04-15 | auto merge of #5901 : thestinger/rust/iterator, r=sanxiyn | bors | -35/+40 |
| 2013-04-15 | auto merge of #5895 : huonw/rust/no-pub-tests, r=thestinger | bors | -2803/+2836 |
| 2013-04-15 | rustc: Anti-copy police | Tim Chevalier | -27/+22 |
| 2013-04-16 | libcore: missed an import for a test | Huon Wilson | -0/+1 |
| 2013-04-15 | core::rt: Clean up some more hacks | Brian Anderson | -12/+6 |
| 2013-04-15 | core::rt: Narrow down the unsafety of the thread-local scheduler | Brian Anderson | -47/+47 |
| 2013-04-15 | iterator: use an IteratorUtil trait | Daniel Micay | -35/+40 |
| 2013-04-15 | core::rt: Restructure context switches to take ownership of the Scheduler | Brian Anderson | -62/+94 |
| 2013-04-16 | librustdoc: move tests into dedicated tests module. | Huon Wilson | -1619/+1624 |
| 2013-04-16 | libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ... | Huon Wilson | -1184/+1211 |
| 2013-04-15 | auto merge of #5879 : astrieanna/rust/document_std_base64, r=catamorphism | bors | -1/+79 |
| 2013-04-15 | core::rt: Make Scheduler::unsafe_local return a fabricated region pointer | Brian Anderson | -247/+228 |
| 2013-04-15 | core::rt: Rename Scheduler::local to Scheduler::unsafe_local | Brian Anderson | -26/+30 |
| 2013-04-15 | core::rt: A little bit of cleanup to thread-local scheduler | Brian Anderson | -20/+13 |
| 2013-04-15 | core::rt: Move thread-local scheduler to its own module | Brian Anderson | -99/+109 |
| 2013-04-15 | core::rt: Fix two incorrect uses of the thread-local scheduler | Brian Anderson | -2/+8 |