about summary refs log tree commit diff
path: root/src/librustc_borrowck
AgeCommit message (Expand)AuthorLines
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-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-08auto merge of #20760 : alexcrichton/rust/rollup, r=alexcrichtonbors-10/+17
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08rollup merge of #20751: nikomatsakis/issue-20232Alex Crichton-9/+15
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Update the "English-language" to-string function of a `cmt` to useNiko Matsakis-9/+15
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-08librustc::session : Make DebuggingOpts use the options! macroManish Goregaokar-2/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-95/+95
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07use slicing sugarJorge Aparicio-95/+95
2015-01-06Register new snapshotsAlex Crichton-18/+3
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-35/+35
2015-01-07falloutNick Cameron-5/+5
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-35/+35
2015-01-07Replace full slice notation with index callsNick Cameron-74/+75
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-11/+15
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-2/+15
2015-01-05remove ty_closureJorge Aparicio-7/+0
2015-01-05Remove unused if_ok! macroKeegan McAllister-9/+0
2015-01-04Merge pull request #20457 from frewsxcv/rm-reexportsbors-2/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-21/+21
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-02Remove graphviz::LabelText::* public reexportCorey Farwell-2/+2
2015-01-02rollup merge of #20416: nikomatsakis/coherenceAlex Crichton-0/+2
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+2
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-0/+2
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-5/+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-66/+66
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-2/+0
2014-12-20Remove feature(import_shadowing) from all crates.Eduard Burtescu-1/+1
2014-12-19librustc_borrowck: use `#[deriving(Copy)]`Jorge Aparicio-35/+13
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+2
2014-12-15remove explicit if_let and tuple_indexing feature enables as they now trigger...Pedro Larroy-2/+2