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