| Age | Commit message (Expand) | Author | Lines |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-01-02 | Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. | Ed Schouten | -1/+2 |
| 2016-08-01 | tcp-stress-test.rs: Only spawn 200 threads. | Moritz Ulrich | -1/+1 |
| 2016-07-31 | tcp-stress-test: Factor out thread count as constant. | Moritz Ulrich | -2/+5 |
| 2016-05-14 | test: clear deprecation warnings in tcp-stress | Luca Bruno | -7/+8 |
| 2016-05-14 | test: assert that all tcp-stress threads get spawned | Luca Bruno | -2/+7 |
| 2016-02-11 | Ignore tests that use threads on emscripten | Pierre Krieger | -0/+1 |
| 2015-07-01 | Add netbsd amd64 support | Alex Newman | -1/+2 |
| 2015-04-14 | More test fixes | Alex Crichton | -34/+15 |
| 2015-04-04 | fixing some tests and temporarily disabling others to get Bitrig build workin... | Dave Huseby | -0/+1 |
| 2015-04-01 | Test fixes and rebase conflicts | Alex Crichton | -3/+3 |
| 2015-03-23 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -0/+3 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -1/+1 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -2/+2 |
| 2015-02-18 | Update suffixes en masse in tests using `perl -p -i -e` | Niko Matsakis | -2/+2 |
| 2015-02-01 | openbsd support | Sébastien Marie | -1/+2 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -2/+2 |
| 2015-01-26 | std: Rename Writer::write to Writer::write_all | Alex Crichton | -3/+3 |
| 2015-01-06 | Fallout from stabilization | Aaron Turon | -3/+3 |
| 2015-01-05 | Replace #[phase] with #[plugin] / #[macro_use] / #[no_link] | Keegan McAllister | -2/+1 |
| 2015-01-02 | rollup merge of #20410: japaric/assoc-types | Alex Crichton | -1/+1 |
| 2015-01-02 | Rebase test fixes v2 | Alex Crichton | -5/+5 |
| 2015-01-02 | Properly deal with Ordering in the guide | Steve Klabnik | -5/+6 |
| 2014-12-18 | Revise std::thread API to join by default | Aaron Turon | -3/+3 |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -3/+3 |
| 2014-11-18 | Windows and OS X fallout | Nick Cameron | -3/+3 |
| 2014-11-05 | Fixed other tests to pass make check | Vladimir Matveev | -4/+2 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -1/+1 |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -3/+2 |
| 2014-10-01 | Remove all use of librustuv | Aaron Turon | -7/+0 |
| 2014-08-13 | Fix test fallout | Brian Anderson | -1/+2 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -1/+1 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -1/+1 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -2/+2 |
| 2014-06-18 | Fallout from TaskBuilder changes | Aaron Turon | -3/+1 |
| 2014-06-09 | Use phase(plugin) in tests | Keegan McAllister | -1/+1 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -1/+1 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+1 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -1/+1 |
| 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 | -4/+6 |
| 2014-04-23 | Move task::task() to TaskBuilder::new() | Steven Fackler | -2/+2 |
| 2014-04-07 | Fix some windows rpass tests | Alex Crichton | -1/+11 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -1/+0 |
| 2014-04-06 | auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me | bors | -1/+1 |
| 2014-04-04 | Fix inner attribute syntax from `#[foo];` to `#![foo]` | Timothée Ravier | -1/+1 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -1/+1 |
| 2014-03-16 | Fix a test that was missed in the liblog PR | Edward Wang | -0/+4 |
| 2014-03-13 | fix a test that was missed in the chan/port renaming (PR #12815) | Ted Horst | -8/+8 |
| 2014-03-12 | rustuv: Fix a use-after-free in TTY failure | Alex Crichton | -0/+74 |