| Age | Commit message (Expand) | Author | Lines |
| 2019-06-18 | rustc_typeck: correctly compute `Substs` for `Res::SelfCtor`. | Eduard-Mihai Burtescu | -53/+109 |
| 2019-06-16 | Rollup merge of #61869 - Centril:cleanup-feature-gates, r=alexreg | Mazdak Farrokhzad | -3/+2 |
| 2019-06-16 | Rollup merge of #61866 - sinkuu:redundant_clone, r=petrochenkov | Mazdak Farrokhzad | -16/+17 |
| 2019-06-16 | Rollup merge of #61832 - RalfJung:miri, r=oli-obk | Mazdak Farrokhzad | -18/+6 |
| 2019-06-16 | Rollup merge of #61829 - Keruspe:libunwind-src, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-06-16 | Rollup merge of #61704 - petrhosek:llvm-linker-flags, r=alexcrichton | Mazdak Farrokhzad | -0/+19 |
| 2019-06-16 | Rollup merge of #61447 - scottmcm:vec-vecdeque, r=sfackler | Mazdak Farrokhzad | -0/+31 |
| 2019-06-15 | Auto merge of #61828 - RalfJung:cfg-if, r=alexcrichton | bors | -1/+1 |
| 2019-06-15 | Auto merge of #61868 - Centril:rollup-gglsecp, r=Centril | bors | -130/+198 |
| 2019-06-15 | cleanup some new active feature gates. | Mazdak Farrokhzad | -3/+2 |
| 2019-06-15 | Rollup merge of #61854 - alexreg:fix-type-alias-enum-patterns, r=Centril | Mazdak Farrokhzad | -17/+17 |
| 2019-06-15 | Rollup merge of #61844 - AaronKutch:master, r=Centril | Mazdak Farrokhzad | -45/+45 |
| 2019-06-15 | Rollup merge of #61824 - rust-lang:single_derive, r=eddyb | Mazdak Farrokhzad | -0/+18 |
| 2019-06-15 | Rollup merge of #61813 - matthewjasper:remove-unnecessary-symbol-ops, r=petro... | Mazdak Farrokhzad | -53/+40 |
| 2019-06-15 | Rollup merge of #61805 - davidtwco:ice-const-generic-repeat-expr-count-sequel... | Mazdak Farrokhzad | -12/+43 |
| 2019-06-15 | Rollup merge of #61785 - RalfJung:as-ref, r=rkruppe | Mazdak Farrokhzad | -3/+35 |
| 2019-06-15 | Auto merge of #61143 - estebank:issue-61106, r=eddyb | bors | -1/+39 |
| 2019-06-15 | Remove unnecessary `.clone()` | Shotaro Yamada | -14/+14 |
| 2019-06-15 | Use `slice::from_ref` instead of cloning | Shotaro Yamada | -2/+3 |
| 2019-06-15 | Auto merge of #59752 - Zoxc:dylib-fix, r=alexcrichton | bors | -19/+31 |
| 2019-06-15 | Auto merge of #61825 - Centril:tauv-infer-fix, r=petrochenkov | bors | -5/+38 |
| 2019-06-14 | Minor cosmetic improvements to accompany PR 61825 | Alexander Regueiro | -17/+17 |
| 2019-06-14 | update miri | Ralf Jung | -18/+6 |
| 2019-06-14 | review comment: do not rely on path str to identify std::clone::Clone | Esteban Küber | -6/+10 |
| 2019-06-14 | Use `sym` constansts for `PrimitiveTypeTable` keys | Matthew Jasper | -25/+22 |
| 2019-06-14 | Avoid some unnecessary symbol interner operations | Matthew Jasper | -28/+18 |
| 2019-06-14 | review comments: avoid string modification | Esteban Küber | -15/+15 |
| 2019-06-14 | Change `...` to `..=` where applicable | Aaron Kutch | -45/+45 |
| 2019-06-14 | Auto merge of #61817 - eddyb:begone-gcx-attempt-2, r=oli-obk | bors | -4191/+3627 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -1159/+813 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -3327/+3109 |
| 2019-06-14 | Auto merge of #61421 - vorner:string-in-rc-into-raw-docs, r=RalfJung | bors | -28/+28 |
| 2019-06-14 | Auto merge of #61679 - zackmdavis:maybe_dont_indicate_the_anonymous_lifetime,... | bors | -8/+52 |
| 2019-06-14 | rustbuild: include llvm-libunwind in dist tarball | Marc-Antoine Perennou | -0/+1 |
| 2019-06-14 | make sure we use cfg-if as a std dependency | Ralf Jung | -1/+1 |
| 2019-06-14 | note some safety concerns of raw-ptr-to-ref casts | Ralf Jung | -3/+35 |
| 2019-06-14 | type_alias_enum_variants: add regression test for #61801. | Mazdak Farrokhzad | -0/+30 |
| 2019-06-14 | in which we decline to lint single-use lifetimes in `derive`d impls | Zack M. Davis | -0/+18 |
| 2019-06-14 | in which we decline to suggest the anonymous lifetime in declarations | Zack M. Davis | -8/+52 |
| 2019-06-14 | PatKind::Path: avoid calling resolve_ty_and_res_ufcs twice. | Mazdak Farrokhzad | -5/+8 |
| 2019-06-14 | Auto merge of #61803 - Centril:write_resolution, r=petrochenkov | bors | -7/+7 |
| 2019-06-14 | Auto merge of #61792 - lzutao:issue-51301, r=Centril | bors | -0/+47 |
| 2019-06-13 | Verify that the clone method call actually corresponds to std::clone::Clone::... | Esteban Küber | -5/+15 |
| 2019-06-13 | When suggesting to borrow, remove useless clones | Esteban Küber | -0/+24 |
| 2019-06-13 | typeck: Fix ICE for blocks in repeat expr count. | David Wood | -12/+43 |
| 2019-06-13 | Auto merge of #61639 - Mark-Simulacrum:bootstrap-cleanup, r=alexcrichton | bors | -74/+20 |
| 2019-06-13 | Auto merge of #61772 - alexcrichton:pr-and-master-builds, r=pietroalbini | bors | -9/+17 |
| 2019-06-13 | Remove unnecessary Std dependency | Mark Rousskov | -9/+0 |
| 2019-06-13 | Delete unused fields on Crate struct | Mark Rousskov | -11/+0 |
| 2019-06-13 | Inline prepare_tool_cmd | Mark Rousskov | -15/+7 |