about summary refs log tree commit diff
path: root/src/libstd/bitv.rs
AgeCommit message (Expand)AuthorLines
2012-07-01Convert to new closure syntaxBrian Anderson-11/+11
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-46/+46
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-28/+28
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-5/+4
2012-06-20Remove bind. Issue #2189Brian Anderson-1/+1
2012-06-08std: Typo fix in docs.Lindsey Kuper-1/+1
2012-05-31Some fixes to bitv. Close #2342.Graydon Hoare-13/+34
2012-05-27std: Fix bitv each() method (issue 2363)Benjamin Kircher-0/+10
2012-05-26core: Make range follow the for loop protocolBrian Anderson-5/+5
2012-05-03Annotate FIXMEs in std::bitv, and remove a FIXMETim Chevalier-8/+3
2012-03-27Move some code over to iterator-for to see how it performs.Marijn Haverbeke-3/+9
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-1/+1
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-7/+7
2012-03-15std: Follow conventions in bitvBrian Anderson-48/+53
2012-03-14annotate libstd and start enforcing mutabilityNiko Matsakis-4/+4
2012-03-13Overhaul constructor naming in libsBrian Anderson-4/+4
2012-03-09std: Convert to rustdocBrian Anderson-127/+47
2012-03-02core: Remove _mut functions from vecBrian Anderson-2/+2
2012-01-23s/block()/fn()/gNiko Matsakis-1/+1
2012-01-21issue #1352: change param order on vec::init_elt, putting block in final posi...Graham Fawcett-2/+2
2012-01-21fix #1352: change param order on vec::init_fn (and vec::init_fn_mut), putting...Graham Fawcett-1/+1
2012-01-17libstd: Move std tests into libstdBrian Anderson-0/+285
2011-12-16Merge pull request #1317 from boggle/fix1315Graydon Hoare-1/+1
2011-12-16std: declared fns as pure where sensibleStefan Plantikow-1/+1
2011-12-16reorder block() argument to bitv::process()Niko Matsakis-4/+4
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+316