about summary refs log tree commit diff
path: root/src/librustc_borrowck
AgeCommit message (Expand)AuthorLines
2016-03-07Auto merge of #31606 - Ms2ger:ClosureKind, r=eddybbors-1/+1
2016-03-03Rename middle::ty::ctxt to TyCtxtJeffrey Seyfried-25/+25
2016-02-17Rollup merge of #31679 - GuillaumeGomez:long_error_explanation, r=ManishearthSteve Klabnik-6/+14
2016-02-15Global error explanations improvementsggomez-6/+14
2016-02-14Rename hir::Pat_ and its variantsVadim Petrochenkov-2/+2
2016-02-13Auto merge of #31524 - jonas-schievink:autoderef, r=steveklabnikbors-53/+53
2016-02-12Autoderef in librustc_borrowckJonas Schievink-53/+53
2016-02-12Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brsonbors-12/+25
2016-02-12Rename ClosureKind variants and stop re-exporting them.Ms2ger-1/+1
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+16
2016-02-07Update long error explanationsGuillaume Gomez-12/+25
2016-02-02Rollup merge of #31270 - ruud-v-a:improve-e0507, r=steveklabnikSteve Klabnik-0/+27
2016-01-28Auto merge of #30411 - mitaa:multispan, r=nrcbors-1/+1
2016-01-28Improve message for rustc --explain E0507Ruud van Asseldonk-0/+27
2016-01-28Implement MultiSpan error reportingmitaa-1/+1
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2016-01-23Rollup merge of #31050 - apasel422:issue-31048, r=ManishearthSteve Klabnik-1/+1
2016-01-20Correct code in E0382 explanationAndrew Paseltiner-1/+1
2016-01-17Auto merge of #30964 - GuillaumeGomez:patch-5, r=Manishearthbors-1/+88
2016-01-17Add E0507 error explanationGuillaume Gomez-1/+88
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-2/+1
2016-01-16fallout from removing the `errors_will_be_reported` flagNiko Matsakis-3/+3
2016-01-11Rollup merge of #30737 - Ms2ger:MutateMode, r=sanxiynSimonas Kazlauskas-4/+6
2016-01-06Stop re-exporting MutateMode's variants.Ms2ger-4/+6
2016-01-05Annotate the compiler with information about what it is doing when.Niko Matsakis-1/+2
2015-12-30use structured errorsNick Cameron-144/+159
2015-12-21Register new snapshotsAlex Crichton-3/+0
2015-12-17Remove unused importsJeffrey Seyfried-2/+2
2015-12-15Stop re-exporting RestrictionResult variants.Ms2ger-14/+14
2015-12-11Fix for issue #27889: same field names in enum variantsw00ns-21/+38
2015-12-05Auto merge of #30185 - fhahn:improve-borrowck-public-accessibility, r=pnkfelixbors-25/+10
2015-12-03Make public borrowck api more accessibleFlorian Hahn-25/+10
2015-12-02s/isize/i32Tobias Bucher-4/+4
2015-12-01Replace uses of int/uint with isize/uzsize in doc examplesFlorian Hahn-3/+5
2015-11-28Auto merge of #29383 - petrochenkov:empstr, r=pnkfelixbors-12/+12
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-24Use the EntryOrExit variants qualified.Ms2ger-3/+2
2015-11-19Fix the falloutVadim Petrochenkov-12/+12
2015-11-18Port a bunch of code new-visitor; all of these ports wereNiko Matsakis-10/+10
2015-11-16ImplItem_ -> ImplItemKind renameOliver Schneider-1/+1
2015-11-16rename ImplItem_::*ImplItem to ImplItem_::*Oliver Schneider-1/+1
2015-11-14Stop using dynamic borrowing in MoveErrorCollectorJonathan S-13/+12
2015-11-10Suggest `mut` for mutability errorsSeo Sanghyeon-1/+12
2015-10-29Rename categorization and stop re-exporting its variants.Ms2ger-58/+65
2015-10-27Auto merge of #28833 - jryans:borrowck-linear-errors, r=pnkfelixbors-8/+10
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-2/+2
2015-10-04Only report error for first issued loan with conflictJ. Ryan Stinnett-8/+10
2015-10-01move direct accesses of `node` to go through `as_local_node_id`, unlessNiko Matsakis-2/+1
2015-10-01move LOCAL_CRATE to cstoreNiko Matsakis-1/+2
2015-09-24Cleanup interfaces of Name, SyntaxContext and IdentVadim Petrochenkov-2/+0