| Age | Commit message (Expand) | Author | Lines |
| 2017-06-28 | Auto merge of #42819 - scottmcm:swap-nonoverlapping, r=sfackler | bors | -61/+86 |
| 2017-06-28 | Shift mir-dataflow from `rustc_borrowck` to `rustc_mir` crate. | Felix S. Klock II | -206/+178 |
| 2017-06-28 | Auto merge of #42745 - sfackler:1.19-stabilization, r=alexcrichton | bors | -238/+194 |
| 2017-06-28 | Add links to the `ErrorKind` variants in errors of `open` | Tobias Bucher | -11/+16 |
| 2017-06-28 | Fix link reference | Andreas Sommer | -1/+1 |
| 2017-06-28 | Auto merge of #42931 - arielb1:statement-visitor, r=eddyb | bors | -2/+18 |
| 2017-06-28 | re-add the call to `super_statement` in EraseRegions | Ariel Ben-Yehuda | -2/+18 |
| 2017-06-28 | Auto merge of #42709 - stepancheg:discriminant-hash, r=jseyfried | bors | -10/+20 |
| 2017-06-28 | Auto merge of #42431 - nagisa:core-float-2, r=alexcrichton | bors | -46/+40 |
| 2017-06-27 | Use a little more compelling example of `for_each` | Josh Stone | -6/+7 |
| 2017-06-27 | Review comments | Esteban Küber | -6/+24 |
| 2017-06-28 | Update RLS submodule | Nick Cameron | -40/+20 |
| 2017-06-27 | syntax: allow negative integer literal expression to be interpolated as pattern | Alex Burka | -8/+103 |
| 2017-06-27 | Rebase LLVM on top of LLVM 4.0.1 | Ariel Ben-Yehuda | -1/+1 |
| 2017-06-27 | tests: work around fallout from normalizing signatures separately. | Eduard-Mihai Burtescu | -0/+10 |
| 2017-06-27 | rustc_typeck: support functions in variance computation. | Eduard-Mihai Burtescu | -505/+317 |
| 2017-06-27 | rustc: move the PolyFnSig out of TyFnDef. | Eduard-Mihai Burtescu | -354/+427 |
| 2017-06-27 | rustc: rename closure_type to fn_sig. | Eduard-Mihai Burtescu | -26/+29 |
| 2017-06-27 | Document possible `io::ErrorKind`s of `fs::open` | Tobias Bucher | -9/+25 |
| 2017-06-27 | address tidy error & comment | Andre Bogus | -4/+3 |
| 2017-06-26 | Rollup merge of #42917 - kennytm:gdb-fatal-proc-rec, r=Mark-Simulacrum | Corey Farwell | -1/+1 |
| 2017-06-26 | Rollup merge of #42905 - casey:casey-utf8-null-doc, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-06-26 | Rollup merge of #42874 - zackmdavis:overzealous_by_outer_forbid, r=nikomatsakis | Corey Farwell | -17/+73 |
| 2017-06-26 | Rollup merge of #42871 - llogiq:for_lowering_vs_clippy, r=arielb1 | Corey Farwell | -6/+6 |
| 2017-06-26 | Rollup merge of #42519 - GuillaumeGomez:create-more-error-codes, r=QuietMisdr... | Corey Farwell | -111/+255 |
| 2017-06-26 | [libcore/cmp] Expand Ord/PartialOrd Derivable doc for enum types | Behnam Esfahbod | -4/+6 |
| 2017-06-26 | make lint on-by-default/implied-by messages appear only once | Zack M. Davis | -41/+63 |
| 2017-06-27 | compiletest: show details if GDB failed to execute. | kennytm | -1/+1 |
| 2017-06-26 | Update Cargo | Mark Simulacrum | -47/+62 |
| 2017-06-26 | Auto merge of #42885 - ollie27:rustdoc_empty_glob_path, r=GuillaumeGomez | bors | -1/+28 |
| 2017-06-26 | Move thread_rng() outside the loop | Stjepan Glavina | -1/+2 |
| 2017-06-26 | Update and fix a few tests | Alex Crichton | -8/+8 |
| 2017-06-26 | Revert a few changes | Alex Crichton | -56/+19 |
| 2017-06-26 | Update UI test with proc_macro changes | Alex Crichton | -0/+3 |
| 2017-06-26 | Fix a semantic merge conflict | Alex Crichton | -1/+1 |
| 2017-06-26 | Address review comments. | Jeffrey Seyfried | -110/+172 |
| 2017-06-26 | Test compound tokens. | Jeffrey Seyfried | -0/+56 |
| 2017-06-26 | Add exmaple/test for `quote!` hygiene. | Jeffrey Seyfried | -0/+82 |
| 2017-06-26 | Add `LazyTokenStream`. | Jeffrey Seyfried | -89/+151 |
| 2017-06-26 | Implement `quote!` and other `proc_macro` API. | Jeffrey Seyfried | -577/+1085 |
| 2017-06-26 | Clean up `tokenstream::Cursor` and `proc_macro`. | Jeffrey Seyfried | -44/+38 |
| 2017-06-26 | Simplify `hygiene::Mark` application, and | Jeffrey Seyfried | -172/+160 |
| 2017-06-25 | Reword OsStr docs to clarify that utf8 may contain nulls | Casey Rodarmor | -1/+1 |
| 2017-06-25 | std: Fix implementation of `Alloc::alloc_one` | Alex Crichton | -1/+28 |
| 2017-06-25 | Stop disabling fill in jemalloc | Steven Fackler | -2/+0 |
| 2017-06-25 | Auto merge of #42865 - ollie27:rustdoc_assoc_consts, r=GuillaumeGomez | bors | -43/+108 |
| 2017-06-25 | only show allowed failure count if there are allowed failures | Paul Woolcock | -3/+13 |
| 2017-06-25 | fixed some clippy warnings in compiletest | Andre Bogus | -93/+79 |
| 2017-06-25 | Add reference link | Guillaume Gomez | -0/+12 |
| 2017-06-24 | Don't naively point to return type on type error | Esteban Küber | -67/+3 |