| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-04-20 | auto merge of #5965 : alexcrichton/rust/issue-4364, r=pcwalton | bors | -1124/+1089 |
| 2013-04-20 | core::rt: Add a test mod and put run_in_newsched_task there | Brian Anderson | -1/+34 |
| 2013-04-20 | rt: Add rust_dbg_next_port for generating test port numbers | Brian Anderson | -1/+12 |
| 2013-04-20 | auto merge of #5963 : alexcrichton/rust/fix-ice, r=pcwalton | bors | -8/+4 |
| 2013-04-19 | auto merge of #5945 : graydon/rust/fix-unicode-tables, r=pcwalton | bors | -4583/+2664 |
| 2013-04-19 | auto merge of #5968 : gifnksm/rust/windowed, r=brson | bors | -0/+3 |
| 2013-04-20 | libcore: wrappers for size/align_of to act on values without needing explicit... | Huon Wilson | -1/+57 |
| 2013-04-19 | auto merge of #5964 : danluu/rust/debug_tutorial_foo, r=brson | bors | -1/+1 |
| 2013-04-19 | std: clean up tests (mostly unused unsafe blocks) | Alex Crichton | -132/+116 |
| 2013-04-19 | core: clean up tests (mostly unused unsafe blocks) | Alex Crichton | -43/+31 |
| 2013-04-19 | Assorted fixes from de-modeing rustc/syntax (rusti, rustdoc, fuzzer, rustpkg) | Alex Crichton | -32/+32 |
| 2013-04-19 | rustc: de-mode + fallout from libsyntax changes | Alex Crichton | -553/+547 |
| 2013-04-19 | syntax: de-mode and prepare for de-modeing rustc | Alex Crichton | -364/+363 |
| 2013-04-19 | Fix an ICE when dereferencing types which cannot be dereferenced | Alex Crichton | -8/+4 |
| 2013-04-19 | Fix an ICE when dereferencing types which cannot be dereferenced | Alex Crichton | -8/+4 |
| 2013-04-19 | auto merge of #5962 : pcwalton/rust/shootout, r=pcwalton | bors | -1112/+3042 |
| 2013-04-19 | test: xfail some benchmarks that require external libraries or inputs | Patrick Walton | -0/+5 |
| 2013-04-20 | libcore: Fix assertion failure in vec::windowe. | gifnksm | -0/+3 |
| 2013-04-19 | core::rt: Just some poking at the I/O docs | Brian Anderson | -4/+21 |
| 2013-04-19 | Fix debug! usage in tutorial | Dan Luu | -1/+1 |
| 2013-04-19 | auto merge of #5960 : brson/rust/io, r=pcwalton | bors | -217/+1903 |
| 2013-04-19 | librustc: Fix botched merge. rs=merge | Patrick Walton | -6/+19 |
| 2013-04-19 | wip | Brian Anderson | -12/+7 |
| 2013-04-19 | core::rt: Rename Closeable to Close, Seekable to Seek, blocking to native | Brian Anderson | -21/+21 |
| 2013-04-19 | auto merge of #5961 : brson/rust/valgrind, r=brson | bors | -1/+1 |
| 2013-04-19 | Try to suppress valgrind errors | Brian Anderson | -1/+1 |
| 2013-04-19 | Tidy | Brian Anderson | -21/+21 |
| 2013-04-19 | core::rt: Simplify some scheduler operations | Brian Anderson | -99/+14 |
| 2013-04-19 | core::rt: Add another context switching operation to the scheduler | Brian Anderson | -28/+89 |
| 2013-04-19 | core: More tweaks to the thread-local scheduler interface | Brian Anderson | -123/+125 |
| 2013-04-19 | core: Wire up `spawn` to the new scheduler | Brian Anderson | -0/+59 |
| 2013-04-19 | core: Don't use managed boxes in TaskBuilder | Brian Anderson | -7/+32 |
| 2013-04-19 | core: Add rt::context for figuring out what runtime services are available | Brian Anderson | -1/+116 |
| 2013-04-19 | core::rt: Declare large parts of the I/O API | Brian Anderson | -30/+1539 |
| 2013-04-19 | auto merge of #5824 : bleibig/rust/debuginfo, r=brson | bors | -35/+232 |
| 2013-04-19 | librustc: Remove debug code; xfail-pretty reverse-complement. | Patrick Walton | -4/+9 |
| 2013-04-19 | test: Rewrite mandelbrot benchmark. | Patrick Walton | -175/+53 |