| Age | Commit message (Expand) | Author | Lines |
| 2017-11-08 | normalize associated types in both self_ty and self_arg_ty | Michael Hewson | -1/+12 |
| 2017-11-08 | move ExplicitSelf to rustc::ty::util, and use it to implement object safety c... | Michael Hewson | -54/+71 |
| 2017-11-08 | modify ExplicitSelf::determine to take an `is_self_type` predicate closure, i... | Michael Hewson | -16/+16 |
| 2017-11-07 | wrap error code in DiagnosticId::Error so it compiles | Michael Hewson | -2/+2 |
| 2017-11-07 | Update/improve documentation of ExpliciSelf | Michael Hewson | -11/+14 |
| 2017-11-07 | Add arbitrary_self_types feature gate error to some tests | Michael Hewson | -3/+10 |
| 2017-11-07 | get the old error messages back | Michael Hewson | -3/+26 |
| 2017-11-07 | Fix some of the tests | Michael Hewson | -38/+7 |
| 2017-11-07 | Improve feature gate error, and return after emitting errors instead of loopi... | Michael Hewson | -4/+13 |
| 2017-11-07 | Fix the lifetime error in ExplicitSelf | Michael Hewson | -25/+24 |
| 2017-11-07 | Rewrote check_method_receiver and ExplicitSelf, got a borrow checker error | Michael Hewson | -63/+39 |
| 2017-11-07 | initial implementation of arbitrary_self_types | Michael Hewson | -0/+27 |
| 2017-11-07 | add tests for the arbitrary_self_types, which won't pass yet | Michael Hewson | -0/+70 |
| 2017-11-07 | Auto merge of #45666 - Amanieu:tls-model, r=alexcrichton | bors | -13/+84 |
| 2017-11-07 | Auto merge of #45620 - ollie27:rustdoc_impl_generic_dupe, r=QuietMisdreavus | bors | -4/+29 |
| 2017-11-07 | Auto merge of #45571 - zackmdavis:regenerate_char_private, r=alexcrichton | bors | -76/+85 |
| 2017-11-06 | Auto merge of #45668 - nikomatsakis:nll-free-region, r=arielb1 | bors | -222/+660 |
| 2017-11-06 | Move tls-model to a -Z option since it is unstable | Amanieu d'Antras | -7/+7 |
| 2017-11-06 | Auto merge of #45811 - DSpeckhals:update-rustfmt-rls, r=nikomatsakis | bors | -27/+13 |
| 2017-11-06 | Auto merge of #45322 - infinity0:master, r=alexcrichton | bors | -9/+9 |
| 2017-11-06 | tools: Fix rustfmt and the RLS | Dustin Speckhals | -27/+13 |
| 2017-11-06 | Auto merge of #45369 - fintelia:patch-1, r=BurntSushi | bors | -0/+25 |
| 2017-11-06 | Auto merge of #45737 - oli-obk:json, r=petrochenkov | bors | -80/+471 |
| 2017-11-06 | Ensure dist::Std for every libstd target. (Closes: #42320) | Ximin Luo | -9/+9 |
| 2017-11-06 | Adjust json errors to byte changes | Oliver Schneider | -32/+32 |
| 2017-11-06 | Auto merge of #45798 - nrc:rls-bugs-3, r=eddyb | bors | -83/+48 |
| 2017-11-06 | Auto merge of #45758 - nzig:explain-span-ctxt, r=petrochenkov | bors | -3/+5 |
| 2017-11-06 | save-analysis: fix bugs in method chains | Nick Cameron | -57/+20 |
| 2017-11-06 | Auto merge of #45756 - topecongiro:fix-typos/librustc_typeck, r=kennytm | bors | -2/+2 |
| 2017-11-06 | save-analysis: give better info for Unions | Nick Cameron | -26/+28 |
| 2017-11-05 | Auto merge of #45770 - spastorino:newtype_index, r=nikomatsakis | bors | -60/+35 |
| 2017-11-05 | Auto merge of #45723 - sinkuu:ice_45493, r=arielb1 | bors | -1/+81 |
| 2017-11-05 | Auto merge of #45072 - nikomatsakis:issue-38714, r=arielb1 | bors | -169/+838 |
| 2017-11-05 | Auto merge of #45759 - alexcrichton:update-openssl, r=sfackler | bors | -2/+2 |
| 2017-11-05 | Fix MIR inlining panic in generic function | sinkuu | -1/+81 |
| 2017-11-05 | Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr... | bors | -625/+1791 |
| 2017-11-05 | Relax #[deny(warnings)] in some crate for cargotest | Lukas Kalbertodt | -0/+2 |
| 2017-11-05 | Auto merge of #45754 - scottmcm:checked-npot, r=dtolnay | bors | -1/+63 |
| 2017-11-05 | Auto merge of #45748 - petrochenkov:short, r=alexcrichton | bors | -4/+18 |
| 2017-11-04 | rustc: Handle some libstd symbole exports better | Alex Crichton | -11/+74 |
| 2017-11-04 | Use Add::add for overflow checks instead of [rustc_inherit_overflow_checks] | Scott McMurray | -2/+3 |
| 2017-11-05 | Fix comment formatting | Nadav Zingerman | -2/+2 |
| 2017-11-04 | Auto merge of #45711 - tirr-c:unicode-span, r=estebank | bors | -16/+231 |
| 2017-11-04 | Make DefIndex use newtype_index macro | Santiago Pastorino | -26/+16 |
| 2017-11-04 | Make DEBUG_FORMAT = custom work | Santiago Pastorino | -17/+17 |
| 2017-11-04 | Remove import of now unused AsciiExt | Lukas Kalbertodt | -3/+1 |
| 2017-11-04 | Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov | bors | -9/+769 |
| 2017-11-04 | Ignoring pretty print for test due to #37199 | David Wood | -0/+2 |
| 2017-11-04 | Make DepNodeIndex use newtype_index macro | Santiago Pastorino | -17/+2 |
| 2017-11-04 | Auto merge of #45709 - nrc:rls-bugs-2, r=eddyb | bors | -65/+112 |