| Age | Commit message (Expand) | Author | Lines |
| 2013-04-22 | core: ignore test from_str_ignore_underscores. Broken on i686. #6018 | Brian Anderson | -0/+1 |
| 2013-04-22 | core::rt: Fix a use after free in uv 'write' | Brian Anderson | -12/+21 |
| 2013-04-22 | auto merge of #6007 : pcwalton/rust/use-mod, r=brson | bors | -53/+15 |
| 2013-04-22 | docs: Sketch out rustpkg manual | Tim Chevalier | -21/+0 |
| 2013-04-22 | Revert "Errors with the same span print the span once" | Brian Anderson | -147/+13 |
| 2013-04-22 | auto merge of #5996 : sanxiyn/rust/target-feature, r=graydon | bors | -59/+64 |
| 2013-04-22 | core::rt: Add unwinding to newsched tasks | Brian Anderson | -20/+190 |
| 2013-04-22 | auto merge of #5980 : Kimundi/rust/ascii-encoding, r=thestinger | bors | -31/+320 |
| 2013-04-22 | auto merge of #5966 : alexcrichton/rust/issue-3083, r=graydon | bors | -120/+265 |
| 2013-04-22 | core::rt: Add implementations of Reader, Writer, and Listener for Option | Brian Anderson | -3/+174 |
| 2013-04-23 | libstd: correct bigint's quot/rem, div/modulo | gifnksm | -56/+57 |
| 2013-04-22 | Make conditions public. #6009 | Brian Anderson | -1/+22 |
| 2013-04-22 | auto merge of #5971 : pcwalton/rust/is-absolute, r=pcwalton | bors | -3/+13 |
| 2013-04-22 | core::rt: Move the definition of Listener to rt::io | Brian Anderson | -34/+21 |
| 2013-04-22 | core::rt: Make I/O constructors return Option instead of Result | Brian Anderson | -7/+7 |
| 2013-04-22 | Added missing assert, did some formating | Marvin Löbel | -12/+1 |
| 2013-04-22 | core::rt Wire up task-local storage to the new scheduler | Brian Anderson | -26/+144 |
| 2013-04-22 | Moved ascii out of str | Marvin Löbel | -38/+35 |
| 2013-04-22 | librustc: Remove `use mod` from the language | Patrick Walton | -53/+15 |
| 2013-04-22 | auto merge of #6001 : jld/rust/enum-nullable, r=pcwalton | bors | -48/+327 |
| 2013-04-22 | libcore: Add `is_absolute()` to paths. Closes #5851. | Patrick Walton | -3/+13 |
| 2013-04-22 | cell: public field is unsafe | Daniel Micay | -1/+1 |
| 2013-04-22 | auto merge of #5995 : huonw/rust/core-rand-impls, r=pcwalton | bors | -0/+46 |
| 2013-04-22 | Add some tests for nullable-pointer enums | Jed Davis | -0/+131 |
| 2013-04-22 | Use nullable pointers to represent enums like Option<~T>. | Jed Davis | -36/+156 |
| 2013-04-22 | Consider nullability for equivalence of monomorphized fns. | Jed Davis | -12/+40 |
| 2013-04-22 | Choose target features | Seo Sanghyeon | -13/+33 |
| 2013-04-22 | Convert to C string inside WriteOutputFile | Seo Sanghyeon | -57/+42 |
| 2013-04-22 | libcore: Rand impls for tuples and ~/@ boxes | Huon Wilson | -0/+46 |
| 2013-04-22 | libstd: denominator isn't quotient | Huon Wilson | -1/+1 |
| 2013-04-21 | Fix LLVM bug affecting i1 switches emitted for nullable enum match. | Jed Davis | -0/+0 |
| 2013-04-21 | core::rt: Add the local heap to newsched tasks | Brian Anderson | -10/+170 |
| 2013-04-21 | rt: Don't make memory_region depend on rust_env | Brian Anderson | -14/+18 |
| 2013-04-21 | auto merge of #5887 : jdm/rust/stackbounds, r=brson | bors | -0/+8 |
| 2013-04-21 | core::rt: Add LocalServices for thread-local language services | Brian Anderson | -2/+70 |
| 2013-04-21 | rt: Make the C stack segment accessible to runtime users. | Josh Matthews | -0/+8 |
| 2013-04-21 | auto merge of #5990 : bjz/rust/rem-quot, r=catamorphism | bors | -226/+335 |
| 2013-04-21 | auto merge of #5987 : huonw/rust/generic-random, r=catamorphism | bors | -4/+14 |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -226/+335 |
| 2013-04-21 | libcore: make rand::random return a generic value implementing `Rand`. | Huon Wilson | -4/+14 |
| 2013-04-21 | Changed shootout-fasta-redux to use size_t when calling fwrite, removed XFAIL | Matthijs Hofstra | -6/+4 |
| 2013-04-20 | xfail two benchmarks that are failing on the bots | Brian Anderson | -0/+4 |
| 2013-04-20 | rustc: remove unused 'mut' variables | Alex Crichton | -34/+36 |
| 2013-04-20 | syntax: remove unused 'mut' variables | Alex Crichton | -27/+29 |
| 2013-04-20 | std: remove unused 'mut' variables | Alex Crichton | -22/+20 |
| 2013-04-20 | core: remove unused 'mut' variables | Alex Crichton | -18/+18 |
| 2013-04-20 | Implement a lint mode to deal with unused 'mut' variables | Alex Crichton | -21/+164 |
| 2013-04-20 | core::rt:: Implement Reader/Writer for MemReader/MemWriter | Brian Anderson | -7/+70 |
| 2013-04-20 | core: Speed up a test case | Brian Anderson | -1/+1 |
| 2013-04-20 | core: Ignore two long-running tests | Brian Anderson | -0/+2 |