summary refs log tree commit diff
path: root/src/test/run-pass/sync-send-iterators-in-libcollections.rs
AgeCommit message (Expand)AuthorLines
2018-03-29Move alloc::Bound to {core,std}::opsSimon Sapin-1/+1
2017-06-13Merge crate `collections` into `alloc`Murarth-10/+5
2017-04-20Remove EnumSetJosh Stone-18/+1
2017-01-14fix failing testdjzin-3/+3
2016-09-02rustc: Implement custom derive (macros 1.1)Alex Crichton-2/+0
2015-10-08Add unsafe Send and Sync impls to VecDeque's Drain<T>Michael Layzell-1/+2
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-12/+0
2015-08-11Add HashSet and HashMap testsGuillaume Gomez-1/+7
2015-08-10Add Send/Sync traits on Iter struct in hash/tableGuillaume Gomez-0/+3
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-2/+2
2015-05-01collections: Implement String::drain(range) according to RFC 574Ulrik Sverdrup-0/+2
2015-04-28collections: Implement vec::drain(range) according to RFC 574Ulrik Sverdrup-1/+3
2015-04-01Fallout in testsNiko Matsakis-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-02-26Send/Sync audit for libcollectionsEdward Wang-0/+98