| Age | Commit message (Expand) | Author | Lines |
| 2015-06-19 | Don't link to specific versions of rust in the book. | Steven Allen | -8/+6 |
| 2015-06-19 | std: Add FromRaw{Fd,Handle,Socket} to os preludes | Alex Crichton | -1/+3 |
| 2015-06-18 | Remove superfluous variable | Simonas Kazlauskas | -2/+0 |
| 2015-06-18 | Add a test for issue 26322 | Simonas Kazlauskas | -0/+36 |
| 2015-06-18 | Fix file!(), line!() and column!() macros | Simonas Kazlauskas | -72/+72 |
| 2015-06-17 | Clear cached landing pads before generating a call. | Eli Friedman | -0/+47 |
| 2015-06-17 | std: Add an option to disable ELF based TLS | Alex Crichton | -5/+59 |
| 2015-06-17 | std: Stabilize a number of new fs features | Alex Crichton | -256/+626 |
| 2015-06-17 | Implement Borrow<T> and BorrowMut<T> for Box<T: ?Sized> | Ulrik Sverdrup | -1/+38 |
| 2015-06-09 | Remove build date from the output of --version | Johannes Oertel | -5/+0 |
| 2015-06-09 | properly null out ptr in LinkedList::split_off - fixes #26020 | Alexis Beingessner | -0/+26 |
| 2015-06-09 | collections: Make BinaryHeap panic safe in sift_up / sift_down | Ulrik Sverdrup | -25/+196 |
| 2015-06-09 | std: Reexport std::net::tcp::Incoming | Alex Crichton | -1/+1 |
| 2015-06-09 | std: Fix missing stability on iter::Cloned | Alex Crichton | -1/+1 |
| 2015-06-09 | std: Make abs() panic on overflow in debug mode | Alex Crichton | -3/+33 |
| 2015-05-29 | Fix windows recvfrom definition | Steven Fackler | -2/+1 |
| 2015-05-16 | Make a test compatible with the beta channel | Brian Anderson | -2/+0 |
| 2015-05-15 | Auto merge of #25059 - erickt:pprint, r=acrichto | bors | -16/+55 |
| 2015-05-15 | syntax: Unquoting some statements requires trailing semicolons | Erick Tryzelaar | -3/+17 |
| 2015-05-15 | syntax: Add unquoting ast::{Generics,WhereClause} | Erick Tryzelaar | -13/+38 |
| 2015-05-15 | syntax: Allow pretty printing more interpolated items | Erick Tryzelaar | -13/+13 |
| 2015-05-15 | Auto merge of #25402 - parir:master, r=Manishearth | bors | -7/+7 |
| 2015-05-15 | Auto merge of #25423 - dotdash:assume, r=huonw | bors | -16/+16 |
| 2015-05-15 | Auto merge of #25400 - nrc:save-api, r=huonw | bors | -1510/+1756 |
| 2015-05-15 | 5 != 4 | parir | -1/+1 |
| 2015-05-15 | comments | Nick Cameron | -6/+20 |
| 2015-05-15 | Auto merge of #25422 - cactorium:unsafe_errors, r=huonw | bors | -4/+70 |
| 2015-05-15 | Add backticks around language keyword | Kelvin Ly | -1/+1 |
| 2015-05-15 | Auto merge of #25419 - nrc:time, r=alexcrichton | bors | -4/+9 |
| 2015-05-15 | Auto merge of #25421 - steveklabnik:rollup, r=steveklabnik | bors | -15/+19 |
| 2015-05-15 | Fix major compile time regression | Björn Steinbrink | -16/+16 |
| 2015-05-14 | Fix merge conflict and also add markdown formatting | Kelvin Ly | -911/+1274 |
| 2015-05-14 | Rollup merge of #25420 - habnabit:master, r=steveklabnik | Steve Klabnik | -3/+0 |
| 2015-05-14 | Rollup merge of #25418 - leunggamciu:patch-trpl, r=steveklabnik | Steve Klabnik | -0/+3 |
| 2015-05-14 | Rollup merge of #25414 - apasel422:patch-1, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-05-14 | Rollup merge of #25413 - killercup:patch-11, r=alexcrichton | Steve Klabnik | -2/+2 |
| 2015-05-14 | Rollup merge of #25412 - koute:master, r=alexcrichton | Steve Klabnik | -0/+1 |
| 2015-05-14 | Rollup merge of #25410 - durka:patch-2, r=steveklabnik | Steve Klabnik | -1/+4 |
| 2015-05-14 | Rollup merge of #25408 - Nashenas88:rust-book-stack-and-heap-typo, r=stevekla... | Steve Klabnik | -3/+3 |
| 2015-05-14 | Rollup merge of #25407 - durka:patch-1, r=alexcrichton | Steve Klabnik | -3/+3 |
| 2015-05-14 | Rollup merge of #25405 - dreid:patch-3, r=nikomatsakis | Steve Klabnik | -1/+1 |
| 2015-05-14 | Rollup merge of #25404 - dnaeon:doc-fixes, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-05-14 | Fix error codes E0197-E0200 | Kelvin Ly | -4/+62 |
| 2015-05-15 | Auto merge of #25399 - kballard:crate-attributes-cfg_attr, r=alexcrichton | bors | -11/+42 |
| 2015-05-14 | Remove an almost-duplicated sentence. | Aaron Gallagher | -3/+0 |
| 2015-05-15 | Don't use <Duration as Display>::display() in time passes | Nick Cameron | -4/+9 |
| 2015-05-15 | trpl: Fix missing internal links | leunggamciu | -0/+3 |
| 2015-05-14 | Auto merge of #25403 - Manishearth:rollup, r=Manishearth | bors | -42/+229 |
| 2015-05-14 | s/Iterater/Iterator/ | Andrew Paseltiner | -1/+1 |
| 2015-05-14 | TRPL: Fix Internal Link | Pascal Hertleif | -2/+2 |