| Age | Commit message (Expand) | Author | Lines |
| 2017-12-20 | fix truncated comment | Niko Matsakis | -1/+4 |
| 2017-12-20 | improve comment about instantiating anon types | Niko Matsakis | -6/+34 |
| 2017-12-20 | convert region-liveness-drop{-,-no-}may-dangle.rs into ui tests | Niko Matsakis | -66/+78 |
| 2017-12-20 | add some run-pass tests for NLL showing that things work as expected | Niko Matsakis | -0/+108 |
| 2017-12-20 | when using feature(nll), don't warn about AST-based region errors | Niko Matsakis | -13/+120 |
| 2017-12-20 | document and tweak the nll, use_mir, etc helpers | Niko Matsakis | -7/+28 |
| 2017-12-20 | feature nll implies borrowck=mir | Santiago Pastorino | -6/+23 |
| 2017-12-20 | feature nll implies two-phase-borrows | Santiago Pastorino | -4/+9 |
| 2017-12-20 | Add nll feature and make nll imply nll_dump_cause | Santiago Pastorino | -10/+51 |
| 2017-12-20 | Add nll_dump_cause helper to Session | Santiago Pastorino | -2/+5 |
| 2017-12-20 | use `report_generic_bound_failure` when we can in the compiler | Niko Matsakis | -85/+189 |
| 2017-12-20 | refactor `report_generic_bound_failure` to be usable by NLL code | Niko Matsakis | -13/+22 |
| 2017-12-20 | connect NLL machinery to the `NiceRegionError` code | Niko Matsakis | -82/+144 |
| 2017-12-20 | give precedence to `try_report_named_anon_conflict` method | Niko Matsakis | -2/+2 |
| 2017-12-20 | use `Option<ErrorReported>` instead of `bool` | Niko Matsakis | -34/+25 |
| 2017-12-20 | introduce a `NiceRegionError` type and define methods on that | Niko Matsakis | -82/+137 |
| 2017-12-20 | nice_region_error: rustfmt | Niko Matsakis | -83/+98 |
| 2017-12-20 | extract `find_anon_type` into its own module | Niko Matsakis | -263/+296 |
| 2017-12-20 | make `util` fns private to nice_region_error | Niko Matsakis | -8/+8 |
| 2017-12-20 | move nice-region-error reporting into its own module | Niko Matsakis | -5/+16 |
| 2017-12-20 | only dump causes if we have nothing better | Niko Matsakis | -8/+8 |
| 2017-12-20 | Add three point error handling to borrowck | Santiago Pastorino | -23/+274 |
| 2017-12-20 | Move categorize logic out of visit_local function | Niko Matsakis | -58/+80 |
| 2017-12-20 | Move MirVisitable to visit.rs | Santiago Pastorino | -24/+27 |
| 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 |