about summary refs log tree commit diff
path: root/src/librustc/util/snapshot_vec.rs
AgeCommit message (Expand)AuthorLines
2015-04-17Use the newer snapshot_vec, which has a simplified delegateNiko Matsakis-186/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-7/+7
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-1/+0
2015-01-27Cleanup the unification engine to use associated types, making the code much ...Niko Matsakis-17/+19
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-1/+1
2015-01-06Fix misspelled comments.Joseph Crail-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2014-12-19Fix bug in higher-ranked code that would sometimes leak skolemized regions an...Niko Matsakis-1/+7
2014-12-15Remove internal uses of `marker::NoCopy`Jorge Aparicio-6/+3
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-27/+15
2014-11-26/*! -> //!Steve Klabnik-27/+15
2014-11-25/** -> ///Steve Klabnik-4/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+1
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-4/+4
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-2/+2
2014-09-03Fix spelling errors and capitalization.Joseph Crail-2/+2
2014-08-28Introduce snapshot_vec abstractionNiko Matsakis-0/+195