about summary refs log tree commit diff
path: root/src/librustc_borrowck/borrowck
AgeCommit message (Expand)AuthorLines
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
2014-12-31rustc_borrowck: unbox closures used in let bindingsJorge Aparicio-11/+11
2014-12-31rustc_borrowck: unbox closures used in function argumentsJorge Aparicio-4/+12
2014-12-30Fallout from stabilizationAaron Turon-4/+3
2014-12-30Make ExprUseVisitor<..> use inherited parameter environments.Niko Matsakis-2/+2
2014-12-29Store Substs in an arena in the tcx.Huon Wilson-1/+1
2014-12-27auto merge of #20119 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakisbors-12/+12
2014-12-27auto merge of #20158 : nikomatsakis/rust/fn-inference-refactor, r=eddybbors-6/+1
2014-12-27Fix falloutNick Cameron-6/+0
2014-12-26Rename `UniquePtr` to `Unique`Flavio Percoco-12/+12
2014-12-26Rename `OwnedPtr` to `UniquePtr`Flavio Percoco-12/+12
2014-12-25Remove `McResult` from the mem-categorization interface.Niko Matsakis-6/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-64/+64
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-2/+0
2014-12-19librustc_borrowck: use `#[deriving(Copy)]`Jorge Aparicio-32/+12