summary refs log tree commit diff
path: root/src/librustc_borrowck
AgeCommit message (Expand)AuthorLines
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-22Rollup merge of #43993 - tamird:better-wording-error, r=arielb1Guillaume Gomez-13/+12
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-17rustc: Rename NodeLocal to NodeBindingAlex Crichton-1/+1
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-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-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-27Auto merge of #43479 - ivanbakel:loop_borrow_msg, r=estebankbors-13/+27
2017-07-25Modified error for loop mut borrow conflictsIsaac van Bakel-13/+27
2017-07-25Bump master to 1.21.0Alex Crichton-2/+0
2017-07-17Change some helps to suggestionsOliver Schneider-1/+1
2017-07-06remove associated_consts feature gateSean McArthur-1/+2
2017-06-28Shift mir-dataflow from `rustc_borrowck` to `rustc_mir` crate.Felix S. Klock II-3259/+10
2017-06-27rustc: move the PolyFnSig out of TyFnDef.Eduard-Mihai Burtescu-11/+6
2017-06-23Removed as many "```ignore" as possible.kennytm-10/+33
2017-06-19Bump version and stage0 compilerAlex Crichton-4/+0
2017-06-19Auto merge of #39409 - pnkfelix:mir-borrowck2, r=nikomatsakisbors-0/+9
2017-06-15Update older URLs pointing to the first edition of the BookWonwoo Choi-7/+7
2017-06-12Revised comment explaining my addition of case for `TerminatorKind::Resume`.Felix S. Klock II-5/+5
2017-06-12Add `EndRegion` statement kind to MIR.Felix S. Klock II-0/+9
2017-06-10rustc: make InferCtxt optional in MemCategorizationContext.Eduard-Mihai Burtescu-4/+2
2017-06-10rustc: do not depend on infcx.tables in MemCategorizationContext.Eduard-Mihai Burtescu-8/+7
2017-06-03Auto merge of #42396 - venkatagiri:remove_lifetime_extn, r=arielb1bors-12/+1
2017-06-02rustc: remove temporary lifetime extension by borrow hintVenkata Giri Reddy-12/+1
2017-06-01strip param-env from infcxNiko Matsakis-7/+10
2017-06-01rustc: avoid using MethodCallee's signature where possible.Eduard-Mihai Burtescu-9/+9
2017-06-01rustc: remove unused field of mc::Categorization::Deref.Eduard-Mihai Burtescu-19/+19
2017-05-31Rollup merge of #42196 - tommyip:explain_closure_err, r=nikomatsakisMark Simulacrum-5/+9
2017-05-31Update closure errors to use `span_note`Tommy Ip-4/+5
2017-05-30Explain why closure is moved in error messageTommy Ip-8/+8