index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
bitv.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-04
Remove by-copy mode from std, mostly
Tim Chevalier
-2
/
+2
2012-10-03
Remove uses of + mode from libstd
Tim Chevalier
-2
/
+2
2012-09-28
std: More demoding
Brian Anderson
-12
/
+12
2012-09-28
De-export std::{bitv, cell, timer}. Part of #3583.
Graydon Hoare
-7
/
+5
2012-09-28
std: Eliminate deprecated patterns
Brian Anderson
-31
/
+30
2012-09-25
Demode dvec
Tim Chevalier
-1
/
+1
2012-09-23
Make it illegal to use modes in a fn signature with providing
Niko Matsakis
-1
/
+1
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-19
std: Demode bitv
Brian Anderson
-1
/
+4
2012-09-18
Replace uses of 'unchecked' with 'unsafe'
Brian Anderson
-1
/
+1
2012-09-11
Make moves explicit in arguments
Tim Chevalier
-1
/
+1
2012-09-10
Make remaining moves explicit in libstd
Tim Chevalier
-1
/
+1
2012-09-04
Use struct+impl syntax instead of the (deprecated) struct with embedded metho...
Gareth Daniel Smith
-151
/
+185
2012-09-04
fix two issues with the exports:
Gareth Daniel Smith
-22
/
+1
2012-09-04
add additional Bitv constructors (as proposed in issue #2964)
Gareth Daniel Smith
-0
/
+99
2012-09-04
libstd: "import" -> "use"
Patrick Walton
-1
/
+1
2012-09-02
Camel case core::ops
Brian Anderson
-1
/
+1
2012-09-02
std: warn(non_camel_case_types) everywhere. still some exceptions
Brian Anderson
-1
/
+0
2012-08-28
CamelCasify lots of std
Ben Striegel
-102
/
+107
2012-08-24
fix some unused pattern binding warnings
Niko Matsakis
-1
/
+1
2012-08-21
fix a bug in bitv where the undefined bits in small/big bitv values could cau...
Gareth Daniel Smith
-45
/
+116
2012-08-21
fix a logic bug in small_bitv.set
Gareth Daniel Smith
-1
/
+9
2012-08-17
Remove the class keyword
Brian Anderson
-3
/
+3
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-08-07
syntax: Make match arm parsing more restrictive again
Brian Anderson
-3
/
+3
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-16
/
+16
2012-08-05
Switch alts to use arrows
Brian Anderson
-60
/
+38
2012-08-03
rustc: Remove all fixed-length strings from our codebase
Patrick Walton
-1
/
+1
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-2
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-11
/
+11
2012-07-29
Rewrite bitv to use classes and optimize its representation
Tim Chevalier
-330
/
+484
2012-07-27
core: Trait-ify various overloaded operators
Patrick Walton
-2
/
+8
2012-07-17
Fixing coherence error in bitv
Eric Holk
-1
/
+23
2012-07-17
Added liveness analysis for protocols, and removed warnings about empty states.
Eric Holk
-0
/
+8
2012-07-17
Modernize bitv somewhat
Eric Holk
-20
/
+41
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-5
/
+5
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-63
/
+63
2012-07-01
Convert to new closure syntax
Brian Anderson
-11
/
+11
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-46
/
+46
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-28
/
+28
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-5
/
+4
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-1
/
+1
2012-06-08
std: Typo fix in docs.
Lindsey Kuper
-1
/
+1
2012-05-31
Some fixes to bitv. Close #2342.
Graydon Hoare
-13
/
+34
2012-05-27
std: Fix bitv each() method (issue 2363)
Benjamin Kircher
-0
/
+10
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-5
/
+5
2012-05-03
Annotate FIXMEs in std::bitv, and remove a FIXME
Tim Chevalier
-8
/
+3
2012-03-27
Move some code over to iterator-for to see how it performs.
Marijn Haverbeke
-3
/
+9
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-1
/
+1
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-7
/
+7
[next]