about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-03Don't extend lifetime of temp in `Repeat` expressionsDylan MacKenzie-18/+11
2019-11-03Test that borrows of projections are promoted everywhereDylan MacKenzie-0/+12
2019-11-03Mark entire local as promoted even if only part is usedDylan MacKenzie-18/+16
2019-11-02Auto merge of #66004 - eddyb:revert-early-gate, r=petrochenkovbors-151/+160
2019-11-01Rollup merge of #66018 - pnkfelix:issue-64872-revert-64324, r=alexcrichtonTyler Mandry-92/+79
2019-11-01Rollup merge of #66005 - Wind-River:master_base, r=alexcrichtonTyler Mandry-1828/+60
2019-11-01Rollup merge of #66002 - lzutao:stablilize-float_to_from_bytes, r=SimonSapinTyler Mandry-24/+12
2019-11-01Rollup merge of #65997 - spastorino:fix-init_locking-rustdoc, r=Mark-SimulacrumTyler Mandry-4/+4
2019-11-01Rollup merge of #65995 - GuillaumeGomez:add-err-code-E0743, r=estebankTyler Mandry-6/+25
2019-11-01Rollup merge of #65977 - ohadravid:fix-incorrect-diagnostics-with-an-associat...Tyler Mandry-51/+64
2019-11-01Rollup merge of #65972 - braiins:vkr-arm-panicking, r=alexcrichtonTyler Mandry-0/+6
2019-11-01Rollup merge of #65960 - lzutao:doc-iter-example, r=CentrilTyler Mandry-21/+14
2019-11-01Rollup merge of #65946 - ecstatic-morse:refactor-promotion2, r=eddybTyler Mandry-19/+27
2019-11-01Rollup merge of #65914 - estebank:type-alias-bounds-sugg, r=davidtwcoTyler Mandry-28/+109
2019-11-01Rollup merge of #65902 - gilescope:issue62570, r=estebankTyler Mandry-2/+166
2019-11-01Rollup merge of #65857 - kinnison:kinnison/issue-55364, r=Manisheart,Guillaum...Tyler Mandry-4/+109
2019-11-01Rollup merge of #65471 - GuillaumeGomez:long-err-explanation-E0578, r=Dylan-DPCTyler Mandry-1/+29
2019-11-01Rollup merge of #65470 - traxys:fix_65401, r=michaelwoeristerTyler Mandry-1/+18
2019-11-01Rollup merge of #65112 - jack-t:type-parens-lint, r=varkorTyler Mandry-27/+65
2019-11-01ui test formulation of regression test for issue 64872.Felix S. Klock II-0/+61
2019-11-01targeted revert of PR rust-lang/rust#64324 (just undo change to dylib generic...Felix S. Klock II-92/+18
2019-11-01Auto merge of #65718 - eddyb:codegen-var-debuginfo, r=nikomatsakisbors-653/+655
2019-11-01Auto merge of #65698 - msizanoen1:dual-proc-macro-hash, r=petrochenkovbors-8/+34
2019-11-01Auto merge of #65459 - ecstatic-morse:graphviz-subgraph, r=estebankbors-20/+45
2019-10-31rustc_codegen_ssa: introduce MIR VarDebugInfo, but only for codegen.Eduard-Mihai Burtescu-138/+186
2019-10-31rustc_codegen_ssa: hide address ops from the declare_local interface.Eduard-Mihai Burtescu-72/+77
2019-10-31rustc_codegen_ssa: move debuginfo scopes into FunctionDebugContext.Eduard-Mihai Burtescu-154/+88
2019-10-31rustc_codegen_ssa: change set_var_name back to taking a &str.Eduard-Mihai Burtescu-34/+10
2019-10-31rustc_codegen_ssa: move all set_var_name calls to mir::debuginfo.Eduard-Mihai Burtescu-173/+217
2019-10-31rustc_codegen_ssa: move local variable debuginfo to mir::debuginfo.Eduard-Mihai Burtescu-241/+227
2019-10-31rustc_codegen_ssa: move debuginfo-related things to a new mir::debuginfo module.Eduard-Mihai Burtescu-156/+165
2019-10-31syntax: disable the new early feature-gatings added in #65742.Eduard-Mihai Burtescu-0/+15
2019-10-31Revert "pre-expansion gate trait_alias."Eduard-Mihai Burtescu-19/+10
2019-10-31Revert "pre-expansion gate associated_type_bounds"Eduard-Mihai Burtescu-15/+15
2019-10-31Revert "pre-expansion gate crate_visibility_modifier"Eduard-Mihai Burtescu-13/+9
2019-10-31Revert "pre-expansion gate const_generics"Eduard-Mihai Burtescu-30/+26
2019-10-31Revert "pre-expansion gate decl_macro"Eduard-Mihai Burtescu-14/+6
2019-10-31Revert "pre-expansion gate box_patterns"Eduard-Mihai Burtescu-17/+15
2019-10-31Revert "pre-expansion gate exclusive_range_pattern"Eduard-Mihai Burtescu-23/+26
2019-10-31Revert "pre-expansion gate try_blocks"Eduard-Mihai Burtescu-7/+7
2019-10-31Revert "pre-expansion gate label_break_value"Eduard-Mihai Burtescu-5/+8
2019-10-31Revert "pre-expansion gate box_syntax"Eduard-Mihai Burtescu-5/+8
2019-10-31Revert "pre-expansion gate type_ascription"Eduard-Mihai Burtescu-5/+17
2019-10-31Stabilize float_to_from_bytes featureLzu Tao-24/+12
2019-10-31Auto merge of #65091 - sekineh:into-iter-sorted, r=KodrAusbors-5/+204
2019-10-31update ui testsGuillaume Gomez-0/+1
2019-10-31Add long error explanation for E0578Guillaume Gomez-1/+28
2019-10-31Fix outdated rustdoc of Once::init_locking functionSantiago Pastorino-4/+4
2019-10-31Auto merge of #63803 - GuillaumeGomez:stabilize-doctest, r=ollie27,QuietMisdr...bors-56/+50
2019-10-31Update ui testsGuillaume Gomez-3/+6