summary refs log tree commit diff
path: root/src/librustc_borrowck
AgeCommit message (Expand)AuthorLines
2015-04-29Rather than storing the relations between free-regions in a globalNiko Matsakis-7/+43
2015-04-15Dataflow changes and associated borrowck fix.Felix S. Klock II-6/+16
2015-04-10Improve error message where a closure escapes fn while trying to borrowNiko Matsakis-9/+74
2015-04-08Modify the ExprUseVisitor to walk each part of an AutoRef, and inNiko Matsakis-0/+3
2015-04-03In librustc*, convert many uses of ast::Ident to ast::Name, fixing much of #6...Jonathan S-3/+3
2015-04-01Fallout out rustcNiko Matsakis-9/+9
2015-03-31Rollup merge of #23859 - pnkfelix:fsk-lesser-box, r=nikomatsakisManish Goregaokar-13/+39
2015-03-30Address Issue 14270 by making `cmt::freely_aliasable` result more fine-grained.Felix S. Klock II-9/+33
2015-03-30Mucho debug instrumentation.Felix S. Klock II-4/+6
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-4/+4
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-4/+4
2015-03-27Test fixes and rebase conflicts, round 1Alex Crichton-1/+0
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-18/+17
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-18/+17
2015-03-26Register new snapshotsAlex Crichton-1/+1
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-1/+1
2015-03-23Add generic conversion traitsAaron Turon-0/+1
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-1/+1
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-1/+1
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-19/+3
2015-03-09remove uses of as_slice where deref coercions can be usedRicho Healey-2/+2
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-05Rollup merge of #22764 - ivanradanov:fileline_help, r=huonwManish Goregaokar-4/+8
2015-03-03Change span_help calls to fileline_help where appropriateIvan Radanov Ivanov-4/+8
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-5/+3
2015-02-25Rollup merge of #22736 - nikomatsakis:issue-22382, r=eddybManish Goregaokar-3/+3
2015-02-24Rollup merge of #22580 - pnkfelix:guard-pat-cfg2, r=pnkfelixManish Goregaokar-8/+21
2015-02-23Apply borrowck to fns that appear in const declarations.Niko Matsakis-3/+3
2015-02-23Rollup merge of #22559 - kmcallister:borrowck-readme, r=nikomatsakisManish Goregaokar-137/+84
2015-02-22Improve borrowck error when a second move is due to a loop.James Miller-7/+20
2015-02-22Distinguish between AST and various Dummy nodes in CFG.James Miller-1/+1
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-50/+50
2015-02-18borrowck/README.md: Normalize types in examplesKeegan McAllister-37/+37
2015-02-18Fix references to doc.rs throughout the codeKeegan McAllister-9/+9
2015-02-18borrowck/README.md: Fix display of code on GitHubKeegan McAllister-18/+18
2015-02-18borrowck/README.md: Remove SCOPE (mostly unused)Keegan McAllister-37/+1
2015-02-18borrowck/README.md: Clarify MUTABILITY and ALIASABLEKeegan McAllister-12/+10
2015-02-18borrowck/README.md: Remove most references to &constKeegan McAllister-24/+9
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-17/+17
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-17/+17
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-1/+0
2015-02-18Extend the implicator so it produces general obligations and also soNiko Matsakis-2/+0
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+0
2015-02-15Auto merge of #22126 - steveklabnik:gh21281, r=nikomatsakisbors-1225/+1213
2015-02-13Instead of putting them in the book, make them READMEs.Steve Klabnik-2/+1212
2015-02-12Add a couple FIXME notes inspired during my review.Felix S. Klock II-0/+8
2015-02-12librustc: Forbid partial reinitialization of uninitialized structures orKevin Butler-1/+35
2015-02-11rollup merge of #22127: alexcrichton/stability-holesAlex Crichton-3/+3
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-3/+3