| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-04-20 | core::rt: Listener constructors are called and return a | Brian Anderson | -3/+30 |
| 2013-04-20 | core::rt: Improve docs for run_in_newsched_task testing function | Brian Anderson | -1/+2 |
| 2013-04-20 | core::rt: Add `next_test_ip4` for generating test addresses | Brian Anderson | -7/+14 |
| 2013-04-20 | auto merge of #5979 : Thiez/rust/no_reinterpret_cast, r=catamorphism | bors | -109/+107 |
| 2013-04-20 | Corrected history | Marvin Löbel | -1/+1 |
| 2013-04-20 | Added case functions to Ascii | Marvin Löbel | -0/+52 |
| 2013-04-20 | Added Ascii type | Marvin Löbel | -3/+243 |
| 2013-04-20 | Made unsafely safe functions unsafe again, for safety | Marvin Löbel | -4/+4 |
| 2013-04-20 | Cleaned up case related functions a bit | Marvin Löbel | -24/+35 |
| 2013-04-20 | auto merge of #5978 : alexcrichton/rust/issue-5954, r=catamorphism | bors | -17/+3 |
| 2013-04-20 | Replaced many instances of reinterpret_cast with transmute | Matthijs Hofstra | -109/+107 |
| 2013-04-20 | Don't warn about unsafe functions which don't need to be unsafe | Alex Crichton | -17/+3 |
| 2013-04-20 | auto merge of #5975 : huonw/rust/rustc-intrinsics-fixed-stack, r=pcwalton | bors | -162/+188 |
| 2013-04-21 | testsuite: update tests to not use math intrinsics directly | Huon Wilson | -7/+3 |
| 2013-04-21 | librustc: use LLVM intrinsics for several floating point operations. | Huon Wilson | -153/+166 |
| 2013-04-21 | librustc: implement and use `fixed_stack_segment` attribute for intrinsics. | Huon Wilson | -2/+19 |
| 2013-04-20 | auto merge of #5973 : huonw/rust/core-iterator-scan-consumers, r=thestinger | bors | -2/+43 |
| 2013-04-20 | libcore: add a ScanIterator, a generalisation of MapIterator to have internal... | Huon Wilson | -2/+43 |
| 2013-04-20 | core::rt: Fix a broken uvio test | Brian Anderson | -3/+20 |
| 2013-04-20 | auto merge of #5970 : huonw/rust/core-sys-size_of-val, r=pcwalton | bors | -1/+57 |
| 2013-04-20 | core::rt: Don't directly create scheduler types in I/O tests | Brian Anderson | -53/+50 |
| 2013-04-20 | core::rt: Remove redundant copy of run_in_newsched_task | Brian Anderson | -21/+0 |
| 2013-04-20 | core::rt: Unignore some networking tests | Brian Anderson | -2/+0 |
| 2013-04-20 | core::rt: Use generated port numbers in tests | Brian Anderson | -49/+24 |