| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 |
| 2013-04-19 | rt: Remove dump_stacks | Patrick Walton | -3/+0 |
| 2013-04-19 | librustc: WIP patch for using the return value. | Patrick Walton | -406/+778 |
| 2013-04-19 | test: Implement pidigits and reverse-complement | Patrick Walton | -0/+328 |
| 2013-04-19 | Move shootout-k-nucleotide to bench | Patrick Walton | -0/+0 |
| 2013-04-19 | test: Add k-nucleotide | Patrick Walton | -0/+314 |
| 2013-04-19 | test: Add fannkuch-redux and fasta-redux shootout benchmarks | Patrick Walton | -82/+322 |
| 2013-04-19 | test: Rewrite nbody and spectralnorm shootout benchmarks | Patrick Walton | -306/+206 |
| 2013-04-19 | llvm: Fixes for RustWrapper. | Patrick Walton | -6/+0 |
| 2013-04-19 | librustc: Improve inlining behavior. | Patrick Walton | -0/+9 |
| 2013-04-19 | rt: Fix scalability problem with big stacks on 32 bit | Patrick Walton | -6/+131 |
| 2013-04-19 | libstd: Micro-optimize vuint_at | Patrick Walton | -4/+53 |
| 2013-04-19 | librustc: Optimize metadata::decoder::item_name. | Patrick Walton | -2/+48 |
| 2013-04-19 | librustc: Remove def_ids from types. | Patrick Walton | -50/+8 |
| 2013-04-19 | librustc: Take primitive types out of the type hash table. | Patrick Walton | -25/+133 |
| 2013-04-19 | librustc: Switch the `@`s in types with `~` | Patrick Walton | -6/+13 |