about summary refs log tree commit diff
path: root/src/libstd/bitv.rs
AgeCommit message (Expand)AuthorLines
2013-02-15libstd: Get rid of `move`.Luqman Aden-5/+5
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-2/+2
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-3/+3
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-2/+0
2013-02-04auto merge of #4784 : alexcrichton/rust/bitv-clear-fix, r=graydonbors-1/+19
2013-02-04Fix the each_storage() iterator on big bit vectorsAlex Crichton-1/+19
2013-02-04Merge remote-tracking branch 'bstrie/rimov' into incomingBrian Anderson-4/+4
2013-02-03core: convert ToStr::to_str to take explicit &selfErick Tryzelaar-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-30Repair RIMOV damage to libstdBen Striegel-2/+2
2013-01-30RIMOV, round 10Ben Striegel-1/+1
2013-01-30RIMOV, round 7Ben Striegel-1/+1
2013-01-29libstd: De-export libstd. rs=deexportPatrick Walton-20/+18
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-3/+5
2013-01-23core: Rename to_mut and from_mut to cast_to_mut and cast_from_mutTrinick-3/+3
2013-01-19Fix the difference method on bit vectorsAlex Crichton-5/+32
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+4
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-4/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+4
2012-12-28libstd: Fix tests. rs=bustagePatrick Walton-0/+1
2012-12-27libstd: Fix a bunch of resolve errors in tests. rs=firePatrick Walton-0/+5
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-1/+4
2012-12-09Remove transitional codeBrian Anderson-8/+0
2012-12-04librustc: Implement explicit self for Add and Index; add a hack in the borrow...Patrick Walton-0/+8
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-27core: Add Clone traitBrian Anderson-16/+19
2012-10-12Make moves explicit in std testsTim Chevalier-3/+3
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-2/+2
2012-10-03Remove uses of + mode from libstdTim Chevalier-2/+2
2012-09-28std: More demodingBrian Anderson-12/+12
2012-09-28De-export std::{bitv, cell, timer}. Part of #3583.Graydon Hoare-7/+5
2012-09-28std: Eliminate deprecated patternsBrian Anderson-31/+30
2012-09-25Demode dvecTim Chevalier-1/+1
2012-09-23Make it illegal to use modes in a fn signature with providingNiko Matsakis-1/+1
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-19std: Demode bitvBrian Anderson-1/+4
2012-09-18Replace uses of 'unchecked' with 'unsafe'Brian Anderson-1/+1
2012-09-11Make moves explicit in argumentsTim Chevalier-1/+1
2012-09-10Make remaining moves explicit in libstdTim Chevalier-1/+1
2012-09-04Use struct+impl syntax instead of the (deprecated) struct with embedded metho...Gareth Daniel Smith-151/+185
2012-09-04fix two issues with the exports: Gareth Daniel Smith-22/+1
2012-09-04add additional Bitv constructors (as proposed in issue #2964)Gareth Daniel Smith-0/+99
2012-09-04libstd: "import" -> "use"Patrick Walton-1/+1
2012-09-02Camel case core::opsBrian Anderson-1/+1
2012-09-02std: warn(non_camel_case_types) everywhere. still some exceptionsBrian Anderson-1/+0
2012-08-28CamelCasify lots of stdBen Striegel-102/+107
2012-08-24fix some unused pattern binding warningsNiko Matsakis-1/+1
2012-08-21fix a bug in bitv where the undefined bits in small/big bitv values could cau...Gareth Daniel Smith-45/+116
2012-08-21fix a logic bug in small_bitv.setGareth Daniel Smith-1/+9
2012-08-17Remove the class keywordBrian Anderson-3/+3