| Age | Commit message (Expand) | Author | Lines |
| 2019-01-24 | Rollup merge of #57606 - oli-obk:shrink, r=RalfJung | Mazdak Farrokhzad | -103/+93 |
| 2019-01-24 | Rollup merge of #57380 - bearcage:master, r=alexcrichton | Mazdak Farrokhzad | -44/+83 |
| 2019-01-24 | Auto merge of #51285 - Mark-Simulacrum:remove-quote_apis, r=Manishearth | bors | -2219/+57 |
| 2019-01-24 | Remove quote_*! macros and associated APIs | Mark Simulacrum | -2219/+57 |
| 2019-01-24 | Auto merge of #57269 - gnzlbg:simd_bitmask, r=rkruppe | bors | -0/+288 |
| 2019-01-24 | Enable Clang-based tests on x86_64-gnu-debug builder. | Michael Woerister | -1/+8 |
| 2019-01-24 | Auto merge of #57066 - Zoxc:graph-race, r=michaelwoerister | bors | -21/+63 |
| 2019-01-24 | Stabilize no_panic_pow | Jewoo Lee | -16/+8 |
| 2019-01-23 | Add a comment on the meaning of Instant t: Duration | Alex Berghage | -0/+2 |
| 2019-01-24 | Rollup merge of #57844 - euclio:keyserver-port, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-01-24 | Rollup merge of #57840 - tromey:fix-issue-57762, r=nikic | Mazdak Farrokhzad | -1/+4 |
| 2019-01-24 | Rollup merge of #57836 - oli-obk:existential_crisis, r=estebank | Mazdak Farrokhzad | -2/+66 |
| 2019-01-24 | Rollup merge of #57834 - SimonSapin:type_id, r=Centril | Mazdak Farrokhzad | -12/+7 |
| 2019-01-24 | Rollup merge of #57817 - davidtwco:issue-54521, r=estebank | Mazdak Farrokhzad | -1/+303 |
| 2019-01-24 | Rollup merge of #57795 - estebank:did-you-mean, r=zackmdavis | Mazdak Farrokhzad | -41/+44 |
| 2019-01-24 | Rollup merge of #57793 - estebank:impl-trait-resolve, r=oli-obk | Mazdak Farrokhzad | -58/+78 |
| 2019-01-24 | Rollup merge of #57779 - estebank:recover-struct-fields, r=davidtwco | Mazdak Farrokhzad | -44/+225 |
| 2019-01-24 | Rollup merge of #57730 - Zoxc:combined-ast-validator, r=cramertj | Mazdak Farrokhzad | -144/+106 |
| 2019-01-24 | Rollup merge of #57179 - Xaeroxe:patch-1, r=QuietMisdreavus | Mazdak Farrokhzad | -6/+2 |
| 2019-01-23 | Add suggestion for incorrect field syntax. | David Wood | -1/+109 |
| 2019-01-23 | Fix std::future::from_generator documentation | Aaron Hill | -1/+1 |
| 2019-01-23 | Don't ICE when logging unusual types | Aaron Hill | -30/+44 |
| 2019-01-23 | Optimize snapshot usage. | David Wood | -68/+57 |
| 2019-01-23 | Fix race condition when emitting stored diagnostics | John Kåre Alsaker | -21/+63 |
| 2019-01-23 | Don't export table by default in wasm | Sergey Pepyakin | -3/+0 |
| 2019-01-23 | Add os::fortanix_sgx::ffi module | Jethro Beekman | -1/+111 |
| 2019-01-23 | Fix invalid background color | Guillaume Gomez | -8/+0 |
| 2019-01-23 | Remove unused feature gates | Oliver Scherer | -2/+0 |
| 2019-01-23 | Follow naming scheme for "frame" methods | Oliver Scherer | -7/+7 |
| 2019-01-23 | Suggest removing leading left angle brackets. | David Wood | -8/+339 |
| 2019-01-23 | make sure to accept all android licenses | Pietro Albini | -1/+1 |
| 2019-01-22 | reposition markdown hyperlink reference | Corey Farwell | -2/+2 |
| 2019-01-22 | Rebase and fix new instantiation fn | Alex Berghage | -1/+1 |
| 2019-01-22 | Move Instant backing type to Duration | Alex Berghage | -22/+14 |
| 2019-01-22 | Simplify units in Duration/Instant math on Windows | Alex Berghage | -42/+87 |
| 2019-01-22 | Don't try to clean predicates involving ReErased | Aaron Hill | -15/+37 |
| 2019-01-22 | Mention that core::intrinsics::transmute is available at core::mem::transmute. | Johnathan Van Why | -0/+4 |
| 2019-01-22 | Auto merge of #57835 - pnkfelix:issue-57673-remove-leaky-nested-probe, r=arielb1 | bors | -9/+28 |
| 2019-01-22 | Move trivial constructors to inherent methods | Clar Fon | -26/+76 |
| 2019-01-22 | Move nontrivial constructors to inherent methods | Clar Fon | -25/+60 |
| 2019-01-22 | Don't expose ZipImpl to Iterator | Clar Fon | -5/+5 |
| 2019-01-22 | Move super_nth out of ZipImpl | Clar Fon | -7/+9 |
| 2019-01-22 | Don't expose FlattenCompat to Iterator | Clar Fon | -13/+24 |
| 2019-01-22 | Don't expose ChainState to Iterator | Clar Fon | -8/+12 |
| 2019-01-22 | Move Flatten and FlatMap to own module | Clar Fon | -313/+321 |
| 2019-01-22 | Move Chain and ChainState to own module | Clar Fon | -251/+258 |
| 2019-01-22 | Move TrustedRandomAccess into Zip module | Clar Fon | -6/+20 |
| 2019-01-22 | Move Zip and ZipImpl to own module | Clar Fon | -258/+266 |
| 2019-01-22 | Move FusedIterator, TrustedLen to own module | Clar Fon | -45/+46 |
| 2019-01-22 | Move Sum, Product to own module | Clar Fon | -226/+227 |