| Age | Commit message (Expand) | Author | Lines |
| 2015-07-29 | Auto merge of #26846 - P1start:print-maybe-styled-macro, r=pnkfelix | bors | -20/+38 |
| 2015-07-28 | std: Stabilize a number of small APIs | Alex Crichton | -31/+111 |
| 2015-07-28 | std: Remove some old #[cfg(test) hacks | Brian Anderson | -10/+5 |
| 2015-07-28 | std: Deprecate extra TcpStream/UdpSocket methods | Alex Crichton | -0/+24 |
| 2015-07-29 | Replace illegal with invalid in most diagnostics | Simonas Kazlauskas | -62/+61 |
| 2015-07-29 | Improve typeck diagnostic messages | Simonas Kazlauskas | -57/+102 |
| 2015-07-29 | Improve invalid recursive types diagnostic | Simonas Kazlauskas | -22/+20 |
| 2015-07-28 | Auto merge of #27318 - soon:E0391_explanation, r=nrc | bors | -1/+17 |
| 2015-07-28 | clarify subtyping | Alexis Beingessner | -4/+4 |
| 2015-07-28 | fix borrow-splitting | Alexis Beingessner | -10/+9 |
| 2015-07-28 | libcollections: Inline some performance-critical string functions; e.g. | Patrick Walton | -0/+17 |
| 2015-07-28 | fix incorrect name | Alexis Beingessner | -1/+1 |
| 2015-07-28 | lots more felix fixes | Alexis Beingessner | -74/+104 |
| 2015-07-28 | Auto merge of #27234 - oli-obk:move_get_name_get_ident_to_impl, r=eddyb | bors | -534/+433 |
| 2015-07-28 | many many pnkfelix fixes | Alexis Beingessner | -126/+200 |
| 2015-07-28 | Use raw pointers to avoid aliasing violation in split_at_mut | Ulrik Sverdrup | -4/+5 |
| 2015-07-28 | Auto merge of #26934 - reem:boxed-slice-clone, r=Gankro | bors | -10/+109 |
| 2015-07-28 | Fixes #25155 and fixes #27359 by fixing the stat defines for both freebsd 10.... | Dave Huseby | -71/+127 |
| 2015-07-28 | more precise for inclusive range | krumelmonster | -1/+1 |
| 2015-07-28 | prohibit the lhs of an @-pattern being a constant | Ariel Ben-Yehuda | -9/+30 |
| 2015-07-28 | clarify the parenthetical notation stability error message | Ariel Ben-Yehuda | -19/+17 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -534/+433 |
| 2015-07-28 | Auto merge of #26173 - pnkfelix:fsk-trans-nzmove-take3, r=nikomatsakis | bors | -164/+832 |
| 2015-07-28 | Replace occurences of illegal in user facing docs | Simonas Kazlauskas | -21/+23 |
| 2015-07-28 | Improve E0119 error explanation | Guillaume Gomez | -2/+5 |
| 2015-07-28 | comments and code-cleanup in response to reviews. | Felix S. Klock II | -4/+38 |
| 2015-07-28 | build fragmented map earlier to make its dependencies clearer. | Felix S. Klock II | -4/+3 |
| 2015-07-28 | Reduced the Lvalue constructors to a kernel of three constructors. | Felix S. Klock II | -95/+65 |
| 2015-07-28 | Revise intrinsic-move-val test to not require knowledge of whether filling dr... | Felix S. Klock II | -11/+74 |
| 2015-07-28 | During my own review, I convinced myself this was indeed a bug. | Felix S. Klock II | -16/+16 |
| 2015-07-28 | Add dropflag hints (stack-local booleans) for unfragmented paths in trans. | Felix S. Klock II | -70/+259 |
| 2015-07-28 | rustc and rustc::borrowck: pass fragment info down into trans. | Felix S. Klock II | -4/+137 |
| 2015-07-28 | Extend `trans::datum::Lvalue` so that it carrys an optional dropflag hint. | Felix S. Klock II | -31/+213 |
| 2015-07-28 | debugflag to turn off nonzeroing move hint optimization. | Felix S. Klock II | -0/+5 |
| 2015-07-28 | Prep for dropflag hints: refactor `trans:_match` to pass around `MatchInput` ... | Felix S. Klock II | -56/+118 |
| 2015-07-28 | Prep for dropflag-hints: Clarify trans bindings MoveByRef and MoveIntoCopy. | Felix S. Klock II | -18/+49 |
| 2015-07-28 | Auto merge of #27330 - alexcrichton:reenable-lto-syntax-extension, r=huonw | bors | -23/+38 |
| 2015-07-28 | Auto merge of #27319 - diaphore:pr_debug_osstr_escape, r=alexcrichton | bors | -17/+27 |
| 2015-07-28 | Fix de-deduplication for closure debuginfo | Björn Steinbrink | -50/+30 |
| 2015-07-28 | Auto merge of #27309 - eddyb:snapshot-infdef, r=alexcrichton | bors | -35/+34 |
| 2015-07-28 | Implement Clone for Box<[T]> where T: Clone | Jonathan Reem | -10/+109 |
| 2015-07-28 | IO Docs: Fix Link in Cursor description | Pascal Hertleif | -4/+2 |
| 2015-07-28 | Auto merge of #27275 - nrc:save-use, r=brson | bors | -15/+37 |
| 2015-07-28 | Auto merge of #27280 - bluss:siphash-perf, r=alexcrichton | bors | -7/+109 |
| 2015-07-27 | remove incorrect statement from TRPL: crates and modules | Steve Klabnik | -3/+0 |
| 2015-07-27 | fix two links | Steve Klabnik | -2/+2 |
| 2015-07-27 | Remove warning header for consistency | Steve Klabnik | -4/+0 |
| 2015-07-28 | Auto merge of #26914 - alexcrichton:deprecate-easy, r=aturon | bors | -33/+80 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -33/+80 |
| 2015-07-27 | Auto merge of #27250 - alexcrichton:ucrt, r=brson | bors | -12/+76 |