about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-12-20connect NLL type checker to the impl trait codeNiko Matsakis-38/+339
2017-12-20extract `input_output` code into its own moduleNiko Matsakis-51/+101
2017-12-20pass `UniversalRegions` to MIR type-checker instead of fieldsNiko Matsakis-22/+26
2017-12-20extract the writeback code for anon types into InferCtxtNiko Matsakis-132/+225
2017-12-20extract `constrain_anon_types` to the `InferCtxt`Niko Matsakis-206/+289
2017-12-20extract `instantiate_anon_types` to the `InferCtxt`Niko Matsakis-112/+225
2017-12-20propagate `region_bound_pairs` into MIR type-checkNiko Matsakis-33/+300
2017-12-20get the `DefiningTy` from the `body_owner_kind` not typeNiko Matsakis-73/+112
2017-12-20integrate -Znll-dump-cause into borrowckNiko Matsakis-37/+145
2017-12-20use Rc to store nonlexical_regioncx in BorrowsNiko Matsakis-3/+5
2017-12-20dump out causal information for "free region" errorsNiko Matsakis-9/+111
2017-12-20rustfmt: borrow_check/mod.rsNiko Matsakis-178/+229
2017-12-20Add tracking of causes for nllPaul Daniel Faria-39/+185
2017-12-20region_infer/values.rs: rustfmtNiko Matsakis-20/+29
2017-12-20simplify `AnonTypeDecl` in the impl trait codeNiko Matsakis-5/+24
2017-12-20Auto merge of #46874 - kennytm:rollup, r=kennytmbors-142/+254
2017-12-20Rollup merge of #46870 - ffflorian:fix/slice/typo, r=rkruppekennytm-1/+1
2017-12-20Rollup merge of #46856 - estebank:missing-in-impl-def-span, r=arielb1kennytm-56/+26
2017-12-20Rollup merge of #46852 - scottmcm:asm-placecontext, r=arielb1kennytm-2/+18
2017-12-20Rollup merge of #46851 - petrochenkov:tospace, r=estebankkennytm-42/+45
2017-12-20Rollup merge of #46835 - topecongiro:bad-span-for-macro-invocation-in-type, r...kennytm-4/+3
2017-12-20Rollup merge of #46831 - Diggsey:float-debug-fmt, r=dtolnaykennytm-10/+15
2017-12-20Rollup merge of #46828 - vi:hash_for_systemtime_instant, r=dtolnaykennytm-11/+34
2017-12-20Rollup merge of #46794 - Sh4rK:distribute-intrinsic-natvis, r=estebankkennytm-1/+2
2017-12-20Rollup merge of #46787 - varkor:contrib-6, r=QuietMisdreavuskennytm-5/+43
2017-12-20Rollup merge of #46760 - semarie:openbsd-arm64, r=alexcrichtonkennytm-0/+2
2017-12-20Rollup merge of #46751 - michaelwoerister:c-incremental, r=alexcrichtonkennytm-5/+25
2017-12-20Rollup merge of #46671 - varkor:contrib-2, r=KodrAuskennytm-1/+6
2017-12-20Rollup merge of #46517 - notriddle:patch-2, r=BurntSushikennytm-4/+2
2017-12-20Rollup merge of #46359 - GuillaumeGomez:remove-dead-linkage, r=QuietMisdreavuskennytm-0/+32
2017-12-20Auto merge of #46457 - m4b:no_mangle_static, r=michaelwoeristerbors-6/+14
2017-12-20docs(slice): Clarify half-open intervalFlorian Keller-1/+1
2017-12-20Auto merge of #46508 - clarcharr:duration_extras, r=sfacklerbors-1/+62
2017-12-20Auto merge of #46233 - SimonSapin:fmt-debuglist-flags, r=sfacklerbors-43/+134
2017-12-19dwarf: do not set linkage_name for no mangle statics, and do not have a scope...m4b-6/+14
2017-12-20Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1bors-646/+4057
2017-12-20Auto merge of #46441 - gaurikholkar:single_lifetimes, r=nikomatsakisbors-15/+258
2017-12-19Point at def span in "missing in impl" errorEsteban Küber-56/+26
2017-12-19Split PlaceContext::Store into Store & AsmOutputScott McMurray-2/+18
2017-12-20Fix whitespacing issues in pretty-printing of boundsVadim Petrochenkov-42/+45
2017-12-20adding lint for single use lifetime namesNiko Matsakis-15/+258
2017-12-20Fix up an ui testSeiichi Uchida-3/+2
2017-12-19Remove a token after closing delimiter from the span of macro in type positiontopecongiro-1/+1
2017-12-19Auto merge of #46749 - SimonSapin:exorcism, r=nikomatsakisbors-36/+34
2017-12-19be specific about what kind of normalization we meanNiko Matsakis-2/+4
2017-12-19remove dead `is_foo_free_region` helpersNiko Matsakis-17/+0
2017-12-19fix comment on `check_type_tests`Niko Matsakis-12/+3
2017-12-19tweak comment on `TypeTest` to be more accurateNiko Matsakis-4/+6
2017-12-19Auto merge of #46664 - mikeyhew:raw_pointer_self, r=arielb1bors-33/+273
2017-12-19Auto merge of #46829 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-467/+328