| Age | Commit message (Expand) | Author | Lines |
| 2014-05-17 | syntax: Tighten search paths for inner modules | Alex Crichton | -1/+41 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -3/+8 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -16/+19 |
| 2014-05-15 | test: Move syntax extension tests to cfail-full | Alex Crichton | -0/+0 |
| 2014-05-15 | std: Remove run_in_bare_thread | Brian Anderson | -3/+3 |
| 2014-05-15 | Unit tests for flowgraph pretty printing. | Felix S. Klock II | -0/+1190 |
| 2014-05-15 | shootout-mandelbrot: Precalc initial values & use SIMD in the main loop. +80-... | Kevin Butler | -61/+125 |
| 2014-05-15 | shootout-mandlebrot: calculate two bits of the result per inner loop, +10-15% | Kevin Butler | -20/+52 |
| 2014-05-15 | std: Modify TempDir to not fail on drop. Closes #12628 | Brian Anderson | -0/+59 |
| 2014-05-15 | auto merge of #13954 : aturon/rust/issue-11650, r=alexcrichton | bors | -90/+48 |
| 2014-05-15 | Added tests checking that changes in type sig are recognized in SVH. | Felix S. Klock II | -0/+183 |
| 2014-05-15 | A test case for a bug I found in the new SVH while reviewing it. | Felix S. Klock II | -0/+113 |
| 2014-05-15 | Some basic acceptance tests for better SVH. | Felix S. Klock II | -0/+615 |
| 2014-05-14 | Process::new etc should support non-utf8 commands/args | Aaron Turon | -90/+48 |
| 2014-05-14 | test: Remove all uses of `~str` from the test suite. | Patrick Walton | -772/+843 |
| 2014-05-14 | auto merge of #14086 : Ryman/rust/resolve_error_suggestions, r=alexcrichton | bors | -4/+75 |
| 2014-05-14 | rustc: Improve error messages for resolve failures. | Kevin Butler | -4/+75 |
| 2014-05-14 | librustc: Make sure to add argument attributes to extern fns from non-local c... | Luqman Aden | -0/+72 |
| 2014-05-13 | io: Implement process wait timeouts | Alex Crichton | -10/+10 |
| 2014-05-13 | rustllvm: Add LLVMRustArrayType | klutzy | -1/+13 |
| 2014-05-13 | test: Give a test a bigger stack for pretty printing | Alex Crichton | -0/+4 |
| 2014-05-13 | test: Ignore a pretty expanded failing test | Alex Crichton | -0/+2 |
| 2014-05-13 | test: Fix a pretty printing test | Alex Crichton | -2/+2 |
| 2014-05-13 | syntax: Fix parsing << with closure types | Alex Crichton | -1/+17 |
| 2014-05-13 | syntax: Fix printing INT64_MIN | Alex Crichton | -0/+1 |
| 2014-05-13 | Touch up and rebase previous commits | Alex Crichton | -51/+14 |
| 2014-05-13 | compiletest: Test `--pretty expanded` | klutzy | -1/+11 |
| 2014-05-13 | test: Add missing `#![feature(managed_boxes)]` | klutzy | -4/+8 |
| 2014-05-13 | Fix #8391 | Edward Wang | -2/+3 |
| 2014-05-13 | Allow blocks in const expressions | Marvin Löbel | -0/+235 |
| 2014-05-13 | std: Move the owned module from core to std | Alex Crichton | -1/+1 |
| 2014-05-13 | Test Unicode support of process spawning | Phil Ruffwind | -0/+86 |
| 2014-05-12 | auto merge of #13919 : thomaslee/rust/thomaslee_proposed_tcpstream_open, r=al... | bors | -6/+10 |
| 2014-05-12 | Try to parse TcpStream::connect 'host' parameter as an IP. | Tom Lee | -5/+3 |
| 2014-05-12 | Easier interface for TCP ::connect and ::bind. | Tom Lee | -6/+12 |
| 2014-05-12 | shootout-nbody improvement | Guillaume Pinot | -23/+20 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -5/+5 |
| 2014-05-11 | auto merge of #14090 : TeXitoi/rust/shootout-nbody-improvement, r=alexcrichton | bors | -97/+87 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -77/+74 |
| 2014-05-10 | shootout-nbody improvements | Guillaume Pinot | -97/+87 |
| 2014-05-10 | auto merge of #14073 : alexcrichton/rust/snapshots, r=huonw | bors | -10/+10 |
| 2014-05-10 | auto merge of #14066 : edwardw/rust/pod-to-copy, r=alexcrichton | bors | -0/+17 |
| 2014-05-09 | Register new snapshots | Alex Crichton | -10/+10 |
| 2014-05-09 | auto merge of #14063 : TeXitoi/rust/shootout-meteor-improvement, r=pcwalton | bors | -90/+111 |
| 2014-05-09 | auto merge of #14057 : kballard/rust/remove_no-bounds, r=sfackler | bors | -1/+1 |
| 2014-05-09 | auto merge of #14055 : nikomatsakis/rust/issue-5527-use-substs-in-trans, r=pc... | bors | -0/+41 |
| 2014-05-10 | Rename Pod to Copy | Edward Wang | -0/+17 |
| 2014-05-09 | shootout-meteor improvement | Guillaume Pinot | -90/+111 |
| 2014-05-09 | auto merge of #14044 : hirschenberger/rust/lint_mut_match, r=alexcrichton | bors | -0/+16 |
| 2014-05-09 | Check lifetime parameters when we do check for supertrait impls. Fixes #14050. | Niko Matsakis | -0/+41 |