| Age | Commit message (Expand) | Author | Lines |
| 2015-08-03 | Auto merge of #26783 - eddyb:methrec, r=huonw | bors | -36/+21 |
| 2015-08-04 | rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer. | Eduard Burtescu | -36/+21 |
| 2015-07-30 | Implement Win64 eh_personality natively. | Vadim Chugunov | -0/+6 |
| 2015-07-30 | Rollup merge of #26778 - jawline:master, r=pnkfelix | Manish Goregaokar | -8/+8 |
| 2015-07-29 | Modified to add 'found' to error message closes #26485 | Blake Loring | -8/+8 |
| 2015-07-29 | Replace illegal with invalid in most diagnostics | Simonas Kazlauskas | -2/+1 |
| 2015-07-28 | Auto merge of #27234 - oli-obk:move_get_name_get_ident_to_impl, r=eddyb | bors | -49/+36 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -49/+36 |
| 2015-07-28 | rustc and rustc::borrowck: pass fragment info down into trans. | Felix S. Klock II | -0/+39 |
| 2015-07-28 | Auto merge of #26914 - alexcrichton:deprecate-easy, r=aturon | bors | -1/+0 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -1/+0 |
| 2015-07-26 | Auto merge of #27297 - mitaa:cleanup_E0005, r=alexcrichton | bors | -18/+19 |
| 2015-07-26 | Sidestep warning about repeated E0005 `span_err!` invocation. | mitaa | -12/+19 |
| 2015-07-26 | Remove `ast::LocalSource` with only one used variant | mitaa | -7/+1 |
| 2015-07-25 | Address tidy | Jared Roesch | -7/+11 |
| 2015-07-25 | Rework cross crate error messages | Jared Roesch | -12/+43 |
| 2015-07-25 | Fix error message spans | Jared Roesch | -26/+12 |
| 2015-07-25 | Correctly subst defaults with the in-scope substs | Jared Roesch | -20/+30 |
| 2015-07-25 | Rebase fixes | Jared Roesch | -10/+10 |
| 2015-07-25 | Refactor the default type parameter algorithm | Jared Roesch | -22/+62 |
| 2015-07-25 | Fix bug with defaults not being restored | Jared Roesch | -10/+13 |
| 2015-07-25 | Remove defaults table and attach defaults directly to tyvars | Jared Roesch | -26/+73 |
| 2015-07-25 | Fix tidy | Jared Roesch | -3/+4 |
| 2015-07-25 | Implement Default TyParam fallback | Jared Roesch | -6/+92 |
| 2015-07-25 | Auto merge of #27258 - nikomatsakis:issue-26952, r=eddyb | bors | -31/+47 |
| 2015-07-25 | Auto merge of #26630 - eefriedman:recursive-static, r=pnkfelix | bors | -3/+23 |
| 2015-07-24 | Add static_recursion feature gate. | Eli Friedman | -4/+26 |
| 2015-07-24 | Allow recursive static variables. | Eli Friedman | -3/+1 |
| 2015-07-25 | Auto merge of #26963 - Manishearth:improve-diag, r=steveklabnik | bors | -1/+1 |
| 2015-07-24 | Auto merge of #27265 - steveklabnik:rollup, r=steveklabnik | bors | -0/+3 |
| 2015-07-24 | Rollup merge of #27244 - Detegr:master, r=eddyb | Steve Klabnik | -0/+3 |
| 2015-07-24 | Auto merge of #27087 - nikomatsakis:closure-exploration, r=nrc | bors | -175/+286 |
| 2015-07-24 | Correct regression in type-inference caused by failing to reconfirm that | Niko Matsakis | -31/+47 |
| 2015-07-24 | Auto merge of #27215 - pnkfelix:fsk-placer-take-5-just-in, r=nikomatsakis | bors | -10/+46 |
| 2015-07-24 | nits | Niko Matsakis | -10/+5 |
| 2015-07-24 | Unify the upvar variables found in closures with the actual types of the | Niko Matsakis | -140/+87 |
| 2015-07-24 | Don't be so eager to call unresolved inference variables an error. MC | Niko Matsakis | -1/+9 |
| 2015-07-24 | Add some debugging to help identify when errors get reported. | Niko Matsakis | -2/+11 |
| 2015-07-24 | Introduce ClosureSubsts rather than just having random fields in the | Niko Matsakis | -56/+185 |
| 2015-07-24 | introduce a Vec<Ty> to TyClosure for storing upvar types | Niko Matsakis | -31/+54 |
| 2015-07-24 | Auto merge of #26583 - eefriedman:lint-ffi, r=nrc | bors | -124/+12 |
| 2015-07-23 | Rewrite the improper_ctypes lint. | Eli Friedman | -124/+12 |
| 2015-07-23 | review feedback: Use checked-arith instead of saturated-arith for `push_unsaf... | Felix S. Klock II | -2/+2 |
| 2015-07-23 | eval_const_expr_partial now returns ConstVal::Struct instead of None for unit... | Antti Keränen | -0/+3 |
| 2015-07-23 | Move E0006 into E0005 | Manish Goregaokar | -1/+1 |
| 2015-07-22 | Resolve lifetime parameters for foreign functions. | Eli Friedman | -1/+24 |
| 2015-07-22 | Rollup merge of #27127 - AlisdairO:diagnostics172, r=Manishearth | Steve Klabnik | -1/+1 |
| 2015-07-22 | Instrumentation in effort to understand treatment of `allow_internal_unstable`. | Felix S. Klock II | -2/+12 |
| 2015-07-22 | prototype Placer protocol for unstable overloaded-box and placement-in. | Felix S. Klock II | -0/+5 |
| 2015-07-22 | Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`. | Felix S. Klock II | -8/+29 |