| Age | Commit message (Expand) | Author | Lines |
| 2015-07-12 | Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton | bors | -1/+1 |
| 2015-07-12 | Implement RFC 1058 | Simonas Kazlauskas | -2/+1 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -1/+1 |
| 2015-07-02 | windows: Don't link rust_builtin | Alex Crichton | -3/+17 |
| 2015-06-18 | Auto merge of #26192 - alexcrichton:features-clean, r=aturon | bors | -11/+10 |
| 2015-06-18 | Auto merge of #26340 - bluss:bench-sigfix, r=alexcrichton | bors | -4/+4 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -5/+2 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -1/+2 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -1/+1 |
| 2015-06-17 | alloc: Split apart the global `alloc` feature | Alex Crichton | -5/+6 |
| 2015-06-16 | test: Fix a bug in bench result formatting | Ulrik Sverdrup | -4/+4 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -1/+1 |
| 2015-06-09 | Auto merge of #26068 - bluss:bench-sigfigs, r=huonw | bors | -8/+35 |
| 2015-06-09 | test: Display benchmark results with thousands separators | Ulrik Sverdrup | -8/+35 |
| 2015-06-08 | Replace usage of String::from_str with String:from | Simon Sapin | -1/+1 |
| 2015-05-26 | Enable colored test output when capturing output of tests | Johannes Oertel | -1/+1 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-05-14 | Auto merge of #24920 - alexcrichton:duration, r=aturon | bors | -6/+8 |
| 2015-05-13 | std: Redesign Duration, implementing RFC 1040 | Alex Crichton | -6/+8 |
| 2015-05-11 | Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnik | bors | -2/+2 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -1/+1 |
| 2015-05-03 | Update old uses of ~ in comments and debugging statements | Carol Nichols | -2/+2 |
| 2015-05-02 | Run benchmarks once, as a test by default. | Huon Wilson | -14/+45 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -79/+76 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -2/+1 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -77/+75 |
| 2015-04-21 | Remove references to `old_{path,io}` | Tamir Duberstein | -1/+0 |
| 2015-04-18 | Auto merge of #23985 - erickt:derive-cleanup, r=erickt | bors | -7/+2 |
| 2015-04-15 | test: PadOnLeft was never used | Erick Tryzelaar | -7/+2 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -7/+7 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -3/+3 |
| 2015-04-02 | Tweak relese notes + rebase fixes | Alex Crichton | -1/+1 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -2/+2 |
| 2015-04-01 | Remove TODO | Niko Matsakis | -1/+1 |
| 2015-04-01 | Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias | Niko Matsakis | -14/+15 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -2/+2 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -2/+2 |
| 2015-03-31 | rollup merge of #23875: aturon/revise-convert-2 | Alex Crichton | -1/+0 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -2/+2 |
| 2015-03-31 | Stabilize `std::convert` and related code | Aaron Turon | -1/+0 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -0/+1 |
| 2015-03-29 | s/THRADS/THREADS/ | Andrew Paseltiner | -1/+1 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -1/+1 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -22/+21 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -22/+21 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -1/+1 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -1/+1 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -0/+1 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -2/+3 |