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
/
snapshot_map
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-184
/
+0
2020-05-24
perf: Add inline on commonly used methods added in 69464
Markus Westerlind
-0
/
+1
2020-05-05
perf: Lazily recive the Rollback argument in rollback_to
Markus Westerlind
-1
/
+2
2020-05-05
Move projection_cache into the combined undo log
Markus Westerlind
-7
/
+19
2020-05-05
Allow SnapshotMap to have a separate undo_log
Markus Westerlind
-92
/
+58
2019-12-22
Format the world
Mark Rousskov
-15
/
+14
2019-10-21
Remove unnecessary `Hash` bounds from various types.
Nicholas Nethercote
-1
/
+1
2019-08-02
librustc_data_structures: Unconfigure tests during normal build
Vadim Petrochenkov
-1
/
+1
2019-02-09
librustc_data_structures => 2018
Taiki Endo
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-20
/
+0
2018-11-25
Remove `OpenSnapshot` and `CommittedSnapshot` markers from `SnapshotMap`.
Nicholas Nethercote
-34
/
+25
2018-11-25
Introduce `in_snapshot` and `assert_open_snapshot` methods.
Nicholas Nethercote
-3
/
+7
2018-11-25
Make `commit` and `rollback_to` methods take ownership of the snapshots.
Nicholas Nethercote
-8
/
+8
2018-11-25
Replace a `.truncate(0)` call with `.clear()`.
Nicholas Nethercote
-1
/
+1
2018-11-25
Remove `insert_noop`.
Nicholas Nethercote
-10
/
+4
2018-11-21
rustc: implement and use Default on more types.
Eduard-Mihai Burtescu
-11
/
+12
2018-10-19
Update unit tests
Oliver Scherer
-3
/
+3
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-2
/
+6
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-1
/
+1
2018-08-09
Make SnapshotMap::{commit, rollback_to} take references
ljedrz
-9
/
+9
2018-05-17
Avoid repeated HashMap lookups in `opt_normalize_projection_type`.
Nicholas Nethercote
-0
/
+6
2018-02-18
Generate documentation for auto-trait impls
Aaron Hill
-0
/
+5
2016-11-08
Replace FnvHasher use with FxHasher.
Nicholas Nethercote
-3
/
+3
2016-10-21
only remove keys that mention skolemized regions
Niko Matsakis
-3
/
+7
2016-10-21
when pop skol, also remove from proj cache
Niko Matsakis
-15
/
+42
2016-10-20
run rustfmt on snapshot_map
Srinivas Reddy Thatiparthy
-8
/
+9
2016-05-31
add a snapshottable hashmap
Niko Matsakis
-0
/
+188