rust/src/libcollections
est31 80891f6e47 Remove some unused macros from the rust codebase
Removes unused macros from:
  * libcore
  * libcollections
    The last use of these two macros was removed in commit
    b64c9d5670
    when the char_range_at_reverse function was been removed.
  * librustc_errors
    Their last use was removed by commits
    2f2c3e1783
    and 11dc974a38.
  * libsyntax_ext
  * librustc_trans
    Also, put the otry macro in back/msvc/mod.rs under the
    same cfg argument as the places that use it.
2017-05-12 09:37:28 +02:00
..
benches Add reverse benchmarks for u128, [u8;3], and Simd<[f64;4]> 2017-05-05 20:50:48 -07:00
btree fallout from NonZero/Unique/Shared changes 2017-05-04 23:54:54 -04:00
tests Make [u8]::reverse() 5x faster 2017-05-04 20:28:34 -07:00
binary_heap.rs Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichton 2017-04-23 02:13:55 +00:00
borrow.rs Add ToOwned::clone_into (unstable as toowned_clone_into) 2017-04-12 17:21:15 -07:00
Cargo.toml Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
fmt.rs Rollup merge of #40241 - Sawyer47:fix-39997, r=alexcrichton 2017-03-19 20:51:06 -04:00
lib.rs Auto merge of #41258 - clarcharr:str_box_extras, r=Kimundi 2017-04-26 06:18:17 +00:00
linked_list.rs fallout from NonZero/Unique/Shared changes 2017-05-04 23:54:54 -04:00
macros.rs Panic on errors in format! or <T: Display>::to_string 2017-03-01 23:47:59 +01:00
range.rs Apply clippy's doc_markdown improvements to libcollections 2017-04-10 05:53:10 +02:00
slice.rs Add links between slice::{copy,clone}_from_slice in docs. 2017-05-06 13:07:18 -04:00
str.rs Remove some unused macros from the rust codebase 2017-05-12 09:37:28 +02:00
string.rs FromIterator and Extend Cow for String 2017-04-28 22:30:12 -04:00
vec.rs Deprecate heap::EMPTY in favour of Unique::empty or otherwise. 2017-05-04 23:54:54 -04:00
vec_deque.rs fallout from NonZero/Unique/Shared changes 2017-05-04 23:54:54 -04:00