| Age | Commit message (Expand) | Author | Lines |
| 2017-05-13 | add min-llvm-version | Ariel Ben-Yehuda | -0/+1 |
| 2017-05-11 | remove the #[inline] attribute from drop_in_place | Ariel Ben-Yehuda | -1/+66 |
| 2017-05-10 | Auto merge of #41764 - scottmcm:faster-reverse, r=brson | bors | -0/+86 |
| 2017-05-10 | Auto merge of #41659 - bluss:clone-split-whitespace, r=aturon | bors | -12/+44 |
| 2017-05-09 | Auto merge of #41830 - jonhoo:update-cargo, r=alexcrichton | bors | -0/+0 |
| 2017-05-09 | Auto merge of #41814 - gamazeps:thread-struct-doc, r=steveklabnik | bors | -23/+20 |
| 2017-05-09 | Bump cargo for rust-lang/cargo#4000 | Jon Gjengset | -0/+0 |
| 2017-05-09 | Address review comments | Felix Raimundo | -2/+4 |
| 2017-05-09 | Auto merge of #41709 - michaelwoerister:close-metadata-ich-holes, r=nikomatsakis | bors | -829/+1483 |
| 2017-05-09 | Add INVALID_CRATE CrateNum constant. | Michael Woerister | -2/+7 |
| 2017-05-09 | Auto merge of #41777 - nikomatsakis:issue-41697-mir-dump-cycle, r=arielb1 | bors | -2/+61 |
| 2017-05-08 | Rollup merge of #41842 - Migi:patch-1, r=eddyb | Corey Farwell | -1/+1 |
| 2017-05-08 | Rollup merge of #41838 - z1mvader:fix_fn_args_coerce_closure, r=nikomatsakis | Corey Farwell | -8/+55 |
| 2017-05-08 | Rollup merge of #41836 - jz0425:master, r=frewsxcv | Corey Farwell | -7/+7 |
| 2017-05-08 | Rollup merge of #41833 - nrc:update, r=nagisa | Corey Farwell | -9/+9 |
| 2017-05-08 | Rollup merge of #41828 - arielb1:lvalue-ops, r=eddyb | Corey Farwell | -17/+109 |
| 2017-05-08 | Rollup merge of #41827 - qnighy:allow-bare-cr-in-nondoc-comment, r=estebank | Corey Farwell | -1/+25 |
| 2017-05-08 | Rollup merge of #41520 - estebank:trace-macro, r=nikomatsakis | Corey Farwell | -16/+38 |
| 2017-05-08 | Rollup merge of #41293 - est31:floating_literal_match, r=nikomatsakis | Corey Farwell | -0/+137 |
| 2017-05-08 | Update rustc-ux-guidelines.md | Jing Zhao | -1/+1 |
| 2017-05-09 | Fix typo in subst.rs | Migi | -1/+1 |
| 2017-05-08 | Auto merge of #41515 - eddyb:non-static-assoc-const, r=nikomatsakis | bors | -150/+103 |
| 2017-05-08 | massive refactor | Christian Poveda | -1/+0 |
| 2017-05-08 | added test | Christian Poveda | -0/+18 |
| 2017-05-08 | first part of issue-40000.rs is now passing | Christian Poveda | -2/+1 |
| 2017-05-08 | dividied closure-no-fn.rs into three different tests | Christian Poveda | -6/+36 |
| 2017-05-08 | Grammar fixes to rustc-ux-guidelines.md | Jing Zhao | -7/+7 |
| 2017-05-08 | dump-mir was causing cycles by invoking item-path-str at bad times | Niko Matsakis | -2/+61 |
| 2017-05-08 | inferring expected types of closure arguments when coercing to a fn | Christian Poveda | -0/+1 |
| 2017-05-09 | Update save-analysis deps and RLS submodule | Nick Cameron | -9/+9 |
| 2017-05-08 | Auto merge of #41824 - Mark-Simulacrum:undo-yacc-removal, r=nagisa | bors | -0/+2725 |
| 2017-05-08 | Re-add LALR grammar. | Mark Simulacrum | -0/+2725 |
| 2017-05-08 | try to fix lvalue ops for real | Ariel Ben-Yehuda | -17/+109 |
| 2017-05-08 | Allow bare CR in ////-style comment. | Masaki Hara | -1/+25 |
| 2017-05-08 | Remove need for &format!(...) or &&"" dances in `span_label` calls | Oliver Schneider | -305/+305 |
| 2017-05-08 | incr.comp.: Hash more pieces of crate metadata to detect changes there. | Michael Woerister | -828/+1477 |
| 2017-05-08 | Auto merge of #41818 - michaelwu:hvx-v60, r=nagisa | bors | -1/+4288 |
| 2017-05-07 | Auto merge of #41729 - ubsan:master, r=nrc | bors | -31/+30 |
| 2017-05-07 | Add support for Hexagon v60 HVX intrinsics | Michael Wu | -1/+4288 |
| 2017-05-07 | Auto merge of #41811 - gamazeps:thread-panicking-doc, r=frewsxcv | bors | -0/+12 |
| 2017-05-07 | Update the `thread::Thread` documentation. | Felix Raimundo | -24/+12 |
| 2017-05-07 | Add stack size doc to `thread::spawn`. | Felix Raimundo | -0/+7 |
| 2017-05-07 | Improve `thread::panicking` documentaion. | Felix Raimundo | -0/+12 |
| 2017-05-07 | Auto merge of #41791 - Mark-Simulacrum:doc-guidelines, r=frewsxcv | bors | -2/+6 |
| 2017-05-07 | Auto merge of #40857 - estebank:recursive, r=arielb1 | bors | -26/+119 |
| 2017-05-07 | Auto merge of #41785 - Mark-Simulacrum:issue-41783, r=GuillaumeGomez | bors | -27/+73 |
| 2017-05-07 | Auto merge of #41784 - frewsxcv:slice-clone-copy-links, r=GuillaumeGomez | bors | -0/+9 |
| 2017-05-07 | fix the easy features in libsyntax | ubsan | -31/+30 |
| 2017-05-07 | Auto merge of #41676 - sirideain:expand-macro-recursion-limit, r=jseyfried | bors | -1/+1 |
| 2017-05-07 | Auto merge of #41668 - kennytm:fix-issue-41652, r=jonathandturner | bors | -2/+63 |