summary refs log tree commit diff
path: root/src/librustc/middle/dataflow.rs
AgeCommit message (Expand)AuthorLines
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-6/+5
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-11/+11
2013-06-23vec: remove BaseIter implementationDaniel Micay-9/+9
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-16/+16
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-1/+1
2013-06-17rustc: map node ids through a table that ensures bitset indexes in dataflow a...Graydon Hoare-20/+71
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-11option: remove redundant old_iter implsDaniel Micay-1/+1
2013-06-10clean-up unused import warningsHuon Wilson-1/+0
2013-06-10std: convert str::reserve* to methods, and methodise str::push_*.Huon Wilson-3/+3
2013-06-08std: remove each[i]_mut functions, in favour of iterators.Huon Wilson-1/+2
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-5/+3
2013-06-01syntax: move callee_id into the expr_ variantsErick Tryzelaar-13/+13
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-05-28Move checking for moves and initialization of local variables and patterns intoNiko Matsakis-2/+2
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-2/+2
2013-05-20auto merge of #6635 : brson/rust/snapshot, r=brsonbors-58/+0
2013-05-19Register snapshotsBrian Anderson-58/+0
2013-05-19Fix many warnings.Steve Klabnik-1/+0
2013-05-18minor automated whitespace fixesDaniel Micay-1/+0
2013-05-12librustc: Make `self` and `static` into keywordsPatrick Walton-1/+2
2013-05-10Remove the '<->' operator from the languageAlex Crichton-5/+0
2013-05-10rustc: Use the new `for` protocolAlex Crichton-0/+61
2013-05-06Replace NOTE with FIXMENiko Matsakis-1/+1
2013-04-30dataflow: fix flow of information through pattern variantsNiko Matsakis-2/+1
2013-04-30new borrow checker (mass squash)Niko Matsakis-0/+1009