| Age | Commit message (Expand) | Author | Lines |
| 2017-12-20 | connect NLL type checker to the impl trait code | Niko Matsakis | -38/+339 |
| 2017-12-20 | extract `input_output` code into its own module | Niko Matsakis | -51/+101 |
| 2017-12-20 | pass `UniversalRegions` to MIR type-checker instead of fields | Niko Matsakis | -22/+26 |
| 2017-12-20 | extract the writeback code for anon types into InferCtxt | Niko Matsakis | -132/+225 |
| 2017-12-20 | extract `constrain_anon_types` to the `InferCtxt` | Niko Matsakis | -206/+289 |
| 2017-12-20 | extract `instantiate_anon_types` to the `InferCtxt` | Niko Matsakis | -112/+225 |
| 2017-12-20 | propagate `region_bound_pairs` into MIR type-check | Niko Matsakis | -33/+300 |
| 2017-12-20 | get the `DefiningTy` from the `body_owner_kind` not type | Niko Matsakis | -73/+112 |
| 2017-12-20 | integrate -Znll-dump-cause into borrowck | Niko Matsakis | -37/+145 |
| 2017-12-20 | use Rc to store nonlexical_regioncx in Borrows | Niko Matsakis | -3/+5 |
| 2017-12-20 | dump out causal information for "free region" errors | Niko Matsakis | -9/+111 |
| 2017-12-20 | rustfmt: borrow_check/mod.rs | Niko Matsakis | -178/+229 |
| 2017-12-20 | Add tracking of causes for nll | Paul Daniel Faria | -39/+185 |
| 2017-12-20 | region_infer/values.rs: rustfmt | Niko Matsakis | -20/+29 |
| 2017-12-20 | simplify `AnonTypeDecl` in the impl trait code | Niko Matsakis | -5/+24 |
| 2017-12-20 | Auto merge of #46874 - kennytm:rollup, r=kennytm | bors | -142/+254 |
| 2017-12-20 | Rollup merge of #46870 - ffflorian:fix/slice/typo, r=rkruppe | kennytm | -1/+1 |
| 2017-12-20 | Rollup merge of #46856 - estebank:missing-in-impl-def-span, r=arielb1 | kennytm | -56/+26 |
| 2017-12-20 | Rollup merge of #46852 - scottmcm:asm-placecontext, r=arielb1 | kennytm | -2/+18 |
| 2017-12-20 | Rollup merge of #46851 - petrochenkov:tospace, r=estebank | kennytm | -42/+45 |
| 2017-12-20 | Rollup merge of #46835 - topecongiro:bad-span-for-macro-invocation-in-type, r... | kennytm | -4/+3 |
| 2017-12-20 | Rollup merge of #46831 - Diggsey:float-debug-fmt, r=dtolnay | kennytm | -10/+15 |
| 2017-12-20 | Rollup merge of #46828 - vi:hash_for_systemtime_instant, r=dtolnay | kennytm | -11/+34 |
| 2017-12-20 | Rollup merge of #46794 - Sh4rK:distribute-intrinsic-natvis, r=estebank | kennytm | -1/+2 |
| 2017-12-20 | Rollup merge of #46787 - varkor:contrib-6, r=QuietMisdreavus | kennytm | -5/+43 |
| 2017-12-20 | Rollup merge of #46760 - semarie:openbsd-arm64, r=alexcrichton | kennytm | -0/+2 |
| 2017-12-20 | Rollup merge of #46751 - michaelwoerister:c-incremental, r=alexcrichton | kennytm | -5/+25 |
| 2017-12-20 | Rollup merge of #46671 - varkor:contrib-2, r=KodrAus | kennytm | -1/+6 |
| 2017-12-20 | Rollup merge of #46517 - notriddle:patch-2, r=BurntSushi | kennytm | -4/+2 |
| 2017-12-20 | Rollup merge of #46359 - GuillaumeGomez:remove-dead-linkage, r=QuietMisdreavus | kennytm | -0/+32 |
| 2017-12-20 | Auto merge of #46457 - m4b:no_mangle_static, r=michaelwoerister | bors | -6/+14 |
| 2017-12-20 | docs(slice): Clarify half-open interval | Florian Keller | -1/+1 |
| 2017-12-20 | Auto merge of #46508 - clarcharr:duration_extras, r=sfackler | bors | -1/+62 |
| 2017-12-20 | Auto merge of #46233 - SimonSapin:fmt-debuglist-flags, r=sfackler | bors | -43/+134 |
| 2017-12-19 | dwarf: do not set linkage_name for no mangle statics, and do not have a scope... | m4b | -6/+14 |
| 2017-12-20 | Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1 | bors | -646/+4057 |
| 2017-12-20 | Auto merge of #46441 - gaurikholkar:single_lifetimes, r=nikomatsakis | bors | -15/+258 |
| 2017-12-19 | Point at def span in "missing in impl" error | Esteban Küber | -56/+26 |
| 2017-12-19 | Split PlaceContext::Store into Store & AsmOutput | Scott McMurray | -2/+18 |
| 2017-12-20 | Fix whitespacing issues in pretty-printing of bounds | Vadim Petrochenkov | -42/+45 |
| 2017-12-20 | adding lint for single use lifetime names | Niko Matsakis | -15/+258 |
| 2017-12-20 | Fix up an ui test | Seiichi Uchida | -3/+2 |
| 2017-12-19 | Remove a token after closing delimiter from the span of macro in type position | topecongiro | -1/+1 |
| 2017-12-19 | Auto merge of #46749 - SimonSapin:exorcism, r=nikomatsakis | bors | -36/+34 |
| 2017-12-19 | be specific about what kind of normalization we mean | Niko Matsakis | -2/+4 |
| 2017-12-19 | remove dead `is_foo_free_region` helpers | Niko Matsakis | -17/+0 |
| 2017-12-19 | fix comment on `check_type_tests` | Niko Matsakis | -12/+3 |
| 2017-12-19 | tweak comment on `TypeTest` to be more accurate | Niko Matsakis | -4/+6 |
| 2017-12-19 | Auto merge of #46664 - mikeyhew:raw_pointer_self, r=arielb1 | bors | -33/+273 |
| 2017-12-19 | Auto merge of #46829 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -467/+328 |