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
/
librustc_data_structures
/
bitvec.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-01
Split out growth functionality into BitVector type
Mark Rousskov
-55
/
+73
2018-07-26
fix `sparse_matrix_iter` unit test
Niko Matsakis
-1
/
+1
2018-07-26
add type parameters to `BitMatrix` and `SparseBitMatrix` unit tests
Niko Matsakis
-3
/
+3
2018-07-26
convert tests of `BitVector` to use `BitVector<usize>`
Niko Matsakis
-5
/
+5
2018-07-25
SparseBitMatrix: add `insert_all` and `add_all` methods
Niko Matsakis
-0
/
+13
2018-07-25
SparseBitMatrix: add `ensure_row` helper fn
Niko Matsakis
-9
/
+9
2018-07-25
split into two matrices
Niko Matsakis
-0
/
+61
2018-07-25
parameterize `BitVector` and `BitMatrix` by their index types
Niko Matsakis
-39
/
+50
2018-07-20
Speed up `SparseBitMatrix`.
Nicholas Nethercote
-208
/
+28
2018-07-16
Generate region values directly to reduce memory usage.
David Wood
-9
/
+47
2018-05-09
ignore the point where the outlives requirement was added
Niko Matsakis
-1
/
+1
2018-05-09
use chunks api for SparseBitMatrix and add a `subset` fn
Niko Matsakis
-5
/
+32
2018-03-20
Implement some trivial size_hints for various iterators
Phlosioneer
-0
/
+5
2018-02-22
Run rustfmt over bitvec.rs and region_infer/values.rs
Santiago Pastorino
-32
/
+44
2018-02-22
Fix typo otherwies -> otherwise
Santiago Pastorino
-1
/
+1
2018-02-22
Use Sparse bitsets instead of dense ones for NLL results
Santiago Pastorino
-0
/
+197
2018-02-22
Move word type and word size usage to constants & make it of 128 bits
Santiago Pastorino
-23
/
+26
2018-01-26
Make region inference use a dirty list
Santiago Pastorino
-0
/
+11
2017-11-02
add/fix various comments to `BitMatrix`
Niko Matsakis
-15
/
+21
2017-09-24
Point at parameter type on E0301
Esteban Küber
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-1
/
+1
2017-02-10
SwitchInt over Switch
Simonas Kazlauskas
-0
/
+4
2017-01-12
Mark some BitVector methods with #[inline]
Michael Woerister
-0
/
+9
2016-08-09
generalize BitMatrix to be NxM and not just NxN
Niko Matsakis
-16
/
+67
2016-08-09
isolate predecessor computation
Niko Matsakis
-0
/
+6
2016-06-11
remove redundant test case
Srinivas Reddy Thatiparthy
-15
/
+1
2016-06-01
switch to BitVector, simplify target_block logic
Scott A Carr
-1
/
+1
2016-04-28
Make the codegen unit partitioner also emit item declarations.
Michael Woerister
-11
/
+22
2016-04-03
Use a BitVector instead of Vec<bool> for recording cleanup blocks
James Miller
-1
/
+26
2016-03-30
Add some standard traversal iterators for MIR
James Miller
-0
/
+1
2016-03-05
apply rustfmt to librustc_data_structures, correcting rust-lang-nursery/rustf...
Niko Matsakis
-15
/
+21
2016-02-23
[MIR] Change SimplifyCfg pass to use bitvec
Simonas Kazlauskas
-0
/
+79
2016-01-21
[MIR] Promote temps to alloca on multi-assignment
Simonas Kazlauskas
-2
/
+4
2015-08-21
nits from pnkfelix
Niko Matsakis
-23
/
+30
2015-08-18
generalize bitvector code into a bitmatrix; write some unit tests, but
Niko Matsakis
-9
/
+176
2015-07-09
Use vec![elt; n] where possible
Ulrik Sverdrup
-3
/
+1
2015-04-17
Add licenses.
Niko Matsakis
-0
/
+10
2015-04-17
Port to using the newer graph, which offers iterators instead of the
Niko Matsakis
-0
/
+32