rust/src/librustc_data_structures
kennytm 9ad783e09e
Rollup merge of #54656 - nieksand:workqueue_doc, r=varkor
Correct doc for WorkQueue<T>::pop().

The old function doc looks like copy-pasta from WorkQueue::insert().

WorkQueue::pop() does not enqueue nor does it return a boolean false.  Doc corrected accordingly.
2018-10-01 16:13:02 +08:00
..
graph Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs. 2018-09-18 07:08:09 +10:00
obligation_forest Deduplicate errors in the obligation forest. 2018-09-30 20:01:35 +01:00
owning_ref Enforce #![deny(bare_trait_objects)] in src/librustc_data_structures tests 2018-07-11 14:21:26 +02:00
snapshot_map Make SnapshotMap::{commit, rollback_to} take references 2018-08-09 19:50:11 +02:00
base_n.rs A few cleanups for rustc_data_structures 2018-08-09 19:50:12 +02:00
bit_set.rs Improve handling of type bounds in bit_set.rs. 2018-09-20 08:52:41 +10:00
Cargo.toml Breaking change upgrades 2018-09-04 13:22:08 -06:00
const_cstr.rs Introduce const_cstr!() macro and use it where applicable. 2018-08-10 10:22:44 +02:00
fingerprint.rs Move Fingerprint to data structures 2018-08-09 10:00:25 -06:00
flock.rs Fix compiling some rustc crates to wasm 2018-09-07 08:17:02 -07:00
fx.rs get rustc_hash from external crate 2018-05-24 12:01:27 -04:00
indexed_vec.rs make NLL handle IfEq bounds by using SCC normalization 2018-09-26 09:38:26 -04:00
lib.rs Bump to 1.31.0 and bootstrap from 1.30 beta 2018-09-27 20:52:53 -07:00
ptr_key.rs data_structures: Add a reference wrapper for pointer-indexed maps/sets 2018-07-20 12:22:24 +03:00
sip128.rs rustc_data_structures: Add implementation of 128 bit SipHash. 2017-10-16 14:44:40 +02:00
small_c_str.rs Use SmallVec for SmallCStr 2018-08-23 23:13:14 +02:00
sorted_map.rs Remove unused muts 2018-07-29 18:04:09 +01:00
stable_hasher.rs Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs. 2018-09-18 07:08:09 +10:00
svh.rs Move SVH structure to data structures 2018-08-09 10:00:25 -06:00
sync.rs Breaking change upgrades 2018-09-04 13:22:08 -06:00
thin_vec.rs Move SmallVec and ThinVec out of libsyntax 2018-08-13 22:11:57 +02:00
tiny_list.rs A few cleanups for rustc_data_structures 2018-08-09 19:50:12 +02:00
transitive_relation.rs Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs. 2018-09-18 07:08:09 +10:00
tuple_slice.rs Add additional test cases to test all arities of tuple; And remove type suffix - i32 on integers 2016-06-11 22:31:24 +05:30
vec_linked_list.rs implement liveness tracing, remove old liveness system 2018-08-27 13:57:55 -04:00
work_queue.rs Correct doc for WorkQueue<T>::pop(). 2018-09-30 00:24:37 +02:00