This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-10-27 11:05:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_data_structures
/
src
History
Santiago Pastorino
5bff8429a0
Use type_alias_impl_trait instead of min in compiler and lib
2021-07-27 12:27:08 -03:00
..
base_n
…
binary_search_util
…
graph
…
obligation_forest
Some perf optimizations and logging
2021-07-17 16:09:17 -04:00
owning_ref
…
sip128
…
small_c_str
…
snapshot_map
…
sorted_map
Use
map_while
instead of
take_while
+
map
2021-07-23 18:04:28 +09:00
sso
…
stable_hasher
…
tagged_ptr
…
thin_vec
…
tiny_list
…
transitive_relation
…
vec_map
Add VecMap to rustc_data_structures
2021-06-07 19:03:51 -03:00
atomic_ref.rs
…
base_n.rs
…
captures.rs
Remove
#[allow(unused_lifetimes)]
which is now unnecessary
2021-06-17 08:56:54 +09:00
fingerprint.rs
…
flock.rs
…
frozen.rs
…
functor.rs
…
fx.rs
…
jobserver.rs
…
lib.rs
Use type_alias_impl_trait instead of min in compiler and lib
2021-07-27 12:27:08 -03:00
macros.rs
…
map_in_place.rs
…
memmap.rs
…
profiling.rs
Add docs to new methods
2021-07-07 11:14:14 +02:00
ptr_key.rs
…
sharded.rs
…
sip128.rs
…
small_c_str.rs
…
sorted_map.rs
…
stable_hasher.rs
…
stable_map.rs
…
stable_set.rs
…
stack.rs
…
steal.rs
…
svh.rs
…
sync.rs
…
tagged_ptr.rs
…
temp_dir.rs
…
thin_vec.rs
…
tiny_list.rs
…
transitive_relation.rs
…
unhash.rs
…
vec_linked_list.rs
…
vec_map.rs
Add VecMap::get_value_matching and assert if > 1 element
2021-07-23 08:44:23 -03:00
work_queue.rs
…