summary refs log tree commit diff
path: root/src/librustc_borrowck/borrowck
AgeCommit message (Expand)AuthorLines
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-16/+16
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-16/+16
2015-02-18Extend the implicator so it produces general obligations and also soNiko Matsakis-2/+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
2015-02-11Added DestructionScope variant to CodeExtent, representing the areaFelix S. Klock II-1/+1
2015-02-10Move rustc docs to the bookSteve Klabnik-1223/+1
2015-02-10Add error message (i.e. do not ICE) when moving out of unsafe pointers.Felix S. Klock II-0/+1
2015-02-07Restrictions on moves out-from and into fixed-length arrays.Felix S. Klock II-19/+86
2015-02-07Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichtonbors-2/+2
2015-02-06Update to last version, remove "[]" as much as possibleGuillaumeGomez-2/+2
2015-02-06librustc_borrowck has been updatedGuillaumeGomez-2/+2
2015-02-06Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichtonManish Goregaokar-1/+0
2015-02-06Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnikManish Goregaokar-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-2/+2
2015-02-04Fix for misspelled comments.Joseph Crail-1/+1
2015-02-04remove all kind annotations from closuresJorge Aparicio-11/+11
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-1/+0
2015-02-03Remove the explicit closure kind syntax from the parser and AST;Niko Matsakis-1/+1
2015-02-02`for x in xs.iter_mut()` -> `for x in &mut xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-20/+20
2015-01-29Auto merge of #21691 - edwardw:double-closure, r=nikomatsakisbors-11/+11
2015-01-29s/Show/Debug/gJorge Aparicio-7/+7
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-27borrowck: aliasability violation with closure captures can happenEdward Wang-11/+11
2015-01-26Remove "unboxed" attribute in code referring to new closures.Eduard Burtescu-2/+2
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-1/+1
2015-01-21Fallout from stabilization.Aaron Turon-1/+1
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-1/+1
2015-01-18Fix typedef/module name conflicts in the compilerAlex Crichton-2/+2
2015-01-08auto merge of #20760 : alexcrichton/rust/rollup, r=alexcrichtonbors-9/+15
2015-01-08Update the "English-language" to-string function of a `cmt` to useNiko Matsakis-9/+15
2015-01-08librustc::session : Make DebuggingOpts use the options! macroManish Goregaokar-2/+1
2015-01-07use slicing sugarJorge Aparicio-93/+93
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-34/+34
2015-01-07falloutNick Cameron-5/+5
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-34/+34
2015-01-07Replace full slice notation with index callsNick Cameron-69/+69
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-9/+0
2015-01-05remove ty_closureJorge Aparicio-7/+0
2015-01-05Remove unused if_ok! macroKeegan McAllister-9/+0
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-20/+20
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-03Make `ty::ParameterEnvironment`, not `ty::ctxt`, implement `Typer` andNiko Matsakis-45/+41
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-3/+3