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