about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-03-09Auto merge of #32097 - jseyfried:fix_resolution_regression, r=nikomatsakisbors-21/+65
2016-03-09Auto merge of #31710 - eddyb:reify, r=nikomatsakisbors-2242/+2056
2016-03-09Auto merge of #31618 - alexcrichton:no-thread-spawns, r=brsonbors-52/+608
2016-03-09collections: Fix broken doc exampleAlex Crichton-1/+1
2016-03-10Merge pull request #32135 from nathankleyn/improve-docs-for-btreemapSteve Klabnik-0/+111
2016-03-09std: Don't spawn threads in `wait_with_output`Alex Crichton-33/+458
2016-03-09Add missing "basic usage" sections to docs, fix review comments.Nathan Kleyn-1/+36
2016-03-09trans: Keep transmutes from fn item types working, but lint them.Eduard Burtescu-14/+140
2016-03-09Auto merge of #32073 - jseyfried:fix_another_trait_privacy_error, r=nikomatsakisbors-33/+22
2016-03-09typeck: Unify if-else blocks, match arms and array elements by coercing where...Eduard Burtescu-171/+422
2016-03-09typeck: Remove the redundant "unifier" from check_expr_with_unifier.Eduard Burtescu-48/+25
2016-03-09typeck: Support multiple expressions getting coerced at the same type.Eduard Burtescu-216/+225
2016-03-09typeck: don't wastefully clone expressions for cast checks.Eduard Burtescu-7/+7
2016-03-09typeck: Remove Coerce::unpack_actual_value.Eduard Burtescu-30/+20
2016-03-09infer: Take the origin in report_mismatched_types.Eduard Burtescu-47/+19
2016-03-09typeck: rename mk_assignty to coercion::try.Eduard Burtescu-15/+8
2016-03-09infer: Remove redundant commit_if_ok calls.Eduard Burtescu-3/+3
2016-03-09Test that function types are actually zero-sized.Eduard Burtescu-0/+22
2016-03-09tests: Avoid transmuting from fn item types.Eduard Burtescu-59/+51
2016-03-09typeck: Use TyFnDef for methods.Eduard Burtescu-8/+11
2016-03-09typeck: Introduce reification for fn ptr casts.Eduard Burtescu-3/+15
2016-03-09trans: Reify functions & methods to fn ptrs only where necessary.Eduard Burtescu-1320/+685
2016-03-09trans: Remove unused ref_id from monomorphic_fn.Eduard Burtescu-16/+4
2016-03-09trans: Move type_of_fn_from_ty callers to type_of.Eduard Burtescu-27/+13
2016-03-09Print fn type parameters for TyFnDef.Eduard Burtescu-14/+46
2016-03-09Track fn type and lifetime parameters in TyFnDef.Eduard Burtescu-116/+130
2016-03-09Split TyBareFn into TyFnDef and TyFnPtr.Eli Friedman-324/+406
2016-03-09Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrcbors-119/+129
2016-03-09Auto merge of #30804 - shssoichiro:deny-warnings-msg, r=nrcbors-2/+20
2016-03-09Auto merge of #32071 - jseyfried:parse_pub, r=nikomatsakisbors-53/+17
2016-03-08Auto merge of #32023 - matklad:diamonds-and-rust, r=nikomatsakisbors-0/+33
2016-03-08Auto merge of #31981 - achanda:unspecified-ip, r=alexcrichtonbors-17/+20
2016-03-08std: Don't always create stdin for childrenAlex Crichton-10/+16
2016-03-08std: Funnel read_to_end through to one locationAlex Crichton-11/+136
2016-03-08Auto merge of #32126 - steveklabnik:rollup, r=steveklabnikbors-42/+105
2016-03-08Add missing documentation examples for BTreeMap.Nathan Kleyn-0/+76
2016-03-08Rollup merge of #32115 - tclfs:patch-1, r=apasel422Steve Klabnik-1/+1
2016-03-08Rollup merge of #32103 - timmontague:patch-1, r=alexcrichtonSteve Klabnik-1/+1
2016-03-08Rollup merge of #32099 - bluss:doc-string-slicing, r=alexcrichtonSteve Klabnik-13/+51
2016-03-08Rollup merge of #32092 - bluss:operator-overload, r=steveklabnikSteve Klabnik-10/+10
2016-03-08Rollup merge of #32084 - gokhanettin:typo-in-comment, r=alexcrichtonSteve Klabnik-5/+5
2016-03-08Rollup merge of #32083 - nodakai:reference-scoped-enum-alias, r=nikomatsakisSteve Klabnik-0/+10
2016-03-08Rollup merge of #31772 - nodakai:patch-1, r=steveklabnikSteve Klabnik-12/+27
2016-03-08Auto merge of #32009 - alexcrichton:trim-fulldeps, r=brsonbors-48/+3
2016-03-08Auto merge of #31995 - alexcrichton:fix-make-clena-empty, r=brsonbors-1/+2
2016-03-08Auto merge of #31957 - GuillaumeGomez:error_display, r=brsonbors-11/+23
2016-03-08Auto merge of #31954 - japaric:rfc243, r=nikomatsakisbors-16/+369
2016-03-07Auto merge of #31606 - Ms2ger:ClosureKind, r=eddybbors-57/+56
2016-03-08Update a spelling inconsistencyTang Chenglong-1/+1
2016-03-07Auto merge of #29734 - Ryman:whitespace_consistency, r=Aatchbors-63/+110