about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-03Bump stack size to 32MBOliver Scherer-4/+6
2018-12-03data_structures: remove tuple_sliceljedrz-71/+0
2018-12-03Auto merge of #56451 - kennytm:rollup, r=kennytmbors-222/+138
2018-12-03s/AllocType/AllocKind/Oliver Scherer-40/+40
2018-12-03s/AllocKind/AllocDiscriminant/Oliver Scherer-11/+11
2018-12-03slice: tweak concat & joinljedrz-3/+3
2018-12-03Document `AllocMap`Oliver Scherer-2/+20
2018-12-03Function pointers are only equal to themselves, not to other function pointer...Oliver Scherer-5/+8
2018-12-03improve wordingRalf Jung-3/+4
2018-12-03Update rlsEric Huss-0/+0
2018-12-03Update cargoEric Huss-0/+1
2018-12-03Monomorphize `AllocType`Oliver Scherer-8/+8
2018-12-03Monomorphize `AllocMap` structOliver Scherer-12/+11
2018-12-03Handle existential types in dead code analysisOliver Scherer-0/+14
2018-12-03update miriRalf Jung-15/+13
2018-12-03fix recently added Retag statementRalf Jung-1/+5
2018-12-03provide a way to replace the tag in a Scalar/MemPlaceRalf Jung-0/+28
2018-12-03Retag needs to know whether this is a 2-phase-reborrowRalf Jung-58/+52
2018-12-03Auto merge of #55010 - tromey:Bug-9224-generic-parameters, r=michaelwoeristerbors-18/+115
2018-12-03Fix stderr filesJohn Ginger-0/+6
2018-12-03Rollup merge of #56438 - yui-knk:remove_not_used_DotEq_token, r=petrochenkovkennytm-9/+2
2018-12-03Rollup merge of #56435 - RalfJung:libstd-without-c, r=alexcrichtonkennytm-1/+4
2018-12-03Rollup merge of #56433 - yui-knk:update_comment_of_parse_visibility, r=petroc...kennytm-3/+4
2018-12-03Rollup merge of #56432 - ordovicia:shrink-to-issue, r=Centrilkennytm-7/+7
2018-12-03Rollup merge of #56419 - mark-i-m:remove-try, r=Centrilkennytm-27/+25
2018-12-03Rollup merge of #56418 - petrochenkov:wintidy, r=nagisakennytm-0/+0
2018-12-03Rollup merge of #56416 - GuillaumeGomez:css-body, r=QuietMisdreavuskennytm-2/+2
2018-12-03Rollup merge of #56412 - petrochenkov:extself, r=Centrilkennytm-2/+2
2018-12-03Rollup merge of #56402 - scottmcm:better-marker-trait-example, r=Centrilkennytm-6/+8
2018-12-03Rollup merge of #56401 - scottmcm:vecdeque-resize-with, r=dtolnaykennytm-33/+27
2018-12-03Rollup merge of #56395 - Centril:stabilize-dbg-macro, r=SimonSapinkennytm-44/+14
2018-12-03Rollup merge of #56366 - alexreg:stabilise-self_in_typedefs, r=Centrilkennytm-82/+25
2018-12-03Rollup merge of #56141 - jnqnfe:osstr_len_clarity, r=nagisakennytm-6/+18
2018-12-03Fix link in Weak::newThomas de Zeeuw-1/+2
2018-12-03Add sync::Weak::ptr_eqThomas de Zeeuw-0/+47
2018-12-03Add rc::Weak.ptr_eqThomas de Zeeuw-0/+46
2018-12-03Auto merge of #56305 - RalfJung:miri, r=oli-obkbors-5/+19
2018-12-03codegen_llvm_back: improve allocationsljedrz-21/+23
2018-12-03update miriRalf Jung-5/+19
2018-12-03update miriRalf Jung-5/+5
2018-12-03Auto merge of #56394 - cuviper:interrupted-timeout, r=sfacklerbors-12/+28
2018-12-03Auto merge of #56358 - nikic:mergefunc-aliases, r=rkruppebors-10/+26
2018-12-03pass the parameter environment to `traits::find_associated_item`Ariel Ben-Yehuda-5/+54
2018-12-02Auto merge of #56110 - varkor:inhabitedness-union-enum, r=cramertjbors-61/+105
2018-12-02Fix invalid line number matchGuillaume Gomez-1/+1
2018-12-02Auto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddybbors-525/+536
2018-12-02rustbuild: Fix issues with compiler docsOliver Middleton-6/+11
2018-12-02Fix line lengthJohn Ginger-2/+4
2018-12-02Clearer error message for dead assignJohn Ginger-2/+2
2018-12-02Remove not used `DotEq` tokenyui-knk-9/+2