about summary refs log tree commit diff
path: root/src/librustc_borrowck
AgeCommit message (Expand)AuthorLines
2017-09-01rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.Eduard-Mihai Burtescu-52/+52
2017-09-01rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent.Eduard-Mihai Burtescu-45/+33
2017-09-01rustc: take TyCtxt and RegionMaps in CodeMap::span.Eduard-Mihai Burtescu-8/+5
2017-09-01rustc: use hir::ItemLocalId instead of ast::NodeId in CFG.Eduard-Mihai Burtescu-74/+87
2017-08-28Merge branch 'master' of https://github.com/rust-lang/rust into genJohn Kåre Alsaker-6/+0
2017-08-27Move unused-extern-crate to late passTatsuyuki Ishi-3/+0
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-25Merge remote-tracking branch 'origin/master' into genAlex Crichton-13/+12
2017-08-22Rollup merge of #43993 - tamird:better-wording-error, r=arielb1Guillaume Gomez-13/+12
2017-08-21Merge remote-tracking branch 'origin/master' into genAlex Crichton-14/+2
2017-08-21Merge remote-tracking branch 'origin/master' into genAlex Crichton-93/+1
2017-08-21Auto merge of #43971 - alexcrichton:lint-statements, r=michaelwoeristerbors-14/+2
2017-08-20borrowck: name the correct type in error messageTamir Duberstein-13/+12
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-97/+1
2017-08-18rustc: Add `Local` to the HIR map of parentsAlex Crichton-13/+1
2017-08-18Fix a diagnosticAlex Crichton-1/+1
2017-08-17rustc: Rename NodeLocal to NodeBindingAlex Crichton-1/+1
2017-08-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-599/+53
2017-08-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-40/+40
2017-08-16Move borrowck error msg construction to module in `rustc_mir` (for later reus...Felix S. Klock II-599/+53
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-40/+40
2017-08-14Merge remote-tracking branch 'origin/master' into genAlex Crichton-17/+37
2017-08-14Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1bors-16/+36
2017-08-14Fix some merge fallout.Michael Woerister-1/+2
2017-08-12Fix some typosBastien Orivel-1/+1
2017-08-11Encapsulate sub-table access in TypeckTables and validate keys on each access.Michael Woerister-5/+3
2017-08-11Use DefIndex instead of NodeId in UpvarId.Michael Woerister-11/+23
2017-08-11Use ItemLocalId as key for closure_tys and closure_kinds in TypeckTables.Michael Woerister-1/+3
2017-08-11Use ItemLocalId as key for TypeckTables::pat_binding_modes.Michael Woerister-2/+7
2017-08-11Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck...Michael Woerister-1/+3
2017-08-11Implement a cache for looking up yieldsJohn Kåre Alsaker-2/+2
2017-08-10Merge remote-tracking branch 'origin/master' into genAlex Crichton-13/+33
2017-08-09Merge remote-tracking branch 'origin/master' into genAlex Crichton-22/+70
2017-08-01Fixed formatting.Isaac van Bakel-2/+2
2017-08-01Fixed interior mutable references causing a markIsaac van Bakel-24/+31
2017-08-01Fixed all unnecessary muts in language coreIsaac van Bakel-1/+1
2017-08-01Fixed refs being marked used mutably on mut derefIsaac van Bakel-0/+13
2017-07-31Auto merge of #43547 - arielb1:no-borrow-no-check, r=nikomatsakisbors-16/+46
2017-07-31Auto merge of #43399 - tschottdorf:bndmode-pat-adjustments, r=nikomatsakisbors-5/+6
2017-07-31borrowck: skip CFG construction when there is nothing to propagateAriel Ben-Yehuda-16/+46
2017-07-30extended info for E0595 closure cannot mutate immutable local variableZack M. Davis-1/+18
2017-07-30default binding modes: add pat_binding_modesTobias Schottdorf-5/+6
2017-07-29Use a free error codeAlex Crichton-4/+4
2017-07-28Fix error message tests againJohn Kåre Alsaker-5/+5
2017-07-28Fix error message testsJohn Kåre Alsaker-0/+5
2017-07-28Fix error message testsJohn Kåre Alsaker-0/+5
2017-07-28Fix tidy errorsJohn Kåre Alsaker-1/+5
2017-07-28change how we report `err_out_of_scope` borrowck errorsNiko Matsakis-13/+165
2017-07-28combine `bckerr_to_diag` and `note_and_explain_bckerr`Niko Matsakis-144/+137
2017-07-28Remove support for `gen arg`Alex Crichton-17/+0