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
Age
Commit message (
Expand
)
Author
Lines
2018-03-08
Add with_lock, with_read_lock and with_write_lock
John Kåre Alsaker
-39
/
+87
2018-03-07
Run rustfmt on `src/librustc_data_structures/graph/mod.rs`.
Corey Farwell
-24
/
+29
2018-03-07
Replace iterator structures with `impl Trait`.
Corey Farwell
-77
/
+26
2018-03-07
Merge branch 'metadata-send-sync' of https://github.com/Zoxc/rust into update...
Alex Crichton
-7
/
+43
2018-03-07
Make metadata references Send + Sync
John Kåre Alsaker
-7
/
+43
2018-03-06
Remove IdxSet::elems
varkor
-26
/
+0
2018-03-06
Remove IdxSet::each_bit
varkor
-33
/
+0
2018-03-06
Remove IdxSet::reset_to_empty
varkor
-5
/
+0
2018-03-05
while let all the things
leonardo.yvens
-7
/
+1
2018-03-04
Auto merge of #48587 - Zoxc:transitive-relation, r=nikomatsakis
bors
-10
/
+10
2018-03-01
Bump ena
Sean Griffin
-1
/
+1
2018-03-01
Remove dead code
Sean Griffin
-798
/
+0
2018-03-01
obtain `UnificationTable` and `snapshot_vec` from `ena` instead
Niko Matsakis
-2
/
+4
2018-02-27
Make TransitiveRelation thread safe. Avoid locking by using get_mut in some c...
John Kåre Alsaker
-10
/
+10
2018-02-24
Rollup merge of #48402 - eddyb:y-u-no-inline, r=nikomatsakis
Manish Goregaokar
-0
/
+9
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
/
+212
2018-02-22
Move word type and word size usage to constants & make it of 128 bits
Santiago Pastorino
-23
/
+26
2018-02-21
rustc_data_structures: add missing #[inline].
Eduard-Mihai Burtescu
-0
/
+9
2018-02-18
Generate documentation for auto-trait impls
Aaron Hill
-0
/
+5
2018-02-17
fix more typos found by codespell.
Matthias Krüger
-1
/
+1
2018-02-10
Rollup merge of #47835 - Mark-Simulacrum:remove-data-structs, r=nikomatsakis
kennytm
-412
/
+0
2018-01-28
Remove VecCell
Mark Simulacrum
-48
/
+0
2018-01-28
Remove unused blake2b implementation
Mark Simulacrum
-364
/
+0
2018-01-26
Make region inference use a dirty list
Santiago Pastorino
-0
/
+11
2018-01-20
Stabilize std::ptr::NonNull
Simon Sapin
-1
/
+0
2018-01-20
Rename std::ptr::Shared to NonNull
Simon Sapin
-4
/
+4
2018-01-08
Shorten names of some compiler generated artifacts.
Michael Woerister
-9
/
+13
2018-01-07
Try to fix a perf regression by updating log
Malo Jaffré
-2
/
+2
2018-01-01
Fix docs for future pulldown migration
Malo Jaffré
-1
/
+1
2017-12-25
Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1
bors
-3
/
+4
2017-12-23
Annotate raw pointer target types
Christopher Durham
-2
/
+3
2017-12-22
fix errors in rustc_data_structures
Michael Hewson
-1
/
+1
2017-12-21
Make IndexVec implement Send and Sync
John Kåre Alsaker
-1
/
+1
2017-12-17
Add sync module to rustc_data_structures
John Kåre Alsaker
-0
/
+2342
2017-12-16
Auto merge of #46560 - Yoric:incr, r=michaelwoerister
bors
-0
/
+4
2017-12-13
Implement Borrow/BorrowMut/ToOwned relationships betweed IdxSetBuf and IdxSet.
Felix S. Klock II
-0
/
+20
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-4
/
+2
2017-12-07
Issue #46555 - Making IndexVec Send if its contents are Send
David Teller
-0
/
+4
2017-12-04
transtive_relation: fix typo in comment for `parents`
Niko Matsakis
-1
/
+1
2017-12-04
extend TransitiveRelation with `parents` function
Niko Matsakis
-2
/
+128
2017-12-04
rename `greater_than` to `reachable_from`
Niko Matsakis
-2
/
+3
2017-11-28
incr.comp.: Make a bunch of query results encodable.
Michael Woerister
-0
/
+21
2017-11-21
fix some typos
Martin Lindhe
-1
/
+1
2017-11-16
IndexVec: add `'_` to make clear where borrowing is happening
Niko Matsakis
-2
/
+3
2017-11-16
make `RegionVid` implement `Idx` and use `IndexVec`
Niko Matsakis
-0
/
+5
2017-11-06
Auto merge of #45668 - nikomatsakis:nll-free-region, r=arielb1
bors
-17
/
+23
2017-11-04
Make DEBUG_FORMAT = custom work
Santiago Pastorino
-17
/
+17
2017-11-02
add/fix various comments to `BitMatrix`
Niko Matsakis
-17
/
+23
[prev]
[next]