rust/src/libextra
Sean Chalmers 55d6e0e1b7 Rename Invert to Flip - Issue 10632
Renamed the invert() function in iter.rs to flip().

Also renamed the Invert<T> type to Flip<T>.

Some related code comments changed. Documentation that I could find has
been updated, and all the instances I could locate where the
function/type were called have been updated as well.
2014-01-23 21:50:18 +01:00
..
num [std::vec] Rename .last_opt() to .last(), drop the old .last() behavior 2014-01-21 15:48:46 -08:00
terminfo [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old from_utf8_owned() behavior 2014-01-21 15:48:48 -08:00
arc.rs std: Introduce std::sync 2013-12-24 14:42:00 -08:00
arena.rs libextra: Introduce typed arenas. 2014-01-07 16:44:41 -08:00
base64.rs [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old from_utf8_owned() behavior 2014-01-21 15:48:48 -08:00
bitv.rs Rename Invert to Flip - Issue 10632 2014-01-23 21:50:18 +01:00
btree.rs Added in Clone/TotalEq/TotalOrd/ToStr traits to all parts of btree. 2014-01-06 21:19:36 -05:00
c_vec.rs libc: switch free to the proper signature 2014-01-22 23:13:53 -05:00
comm.rs Stop returning error strings in From{Base64,Hex} 2014-01-15 23:15:04 -08:00
container.rs test: Remove all remaining non-procedure uses of do. 2013-11-26 08:25:27 -08:00
dlist.rs Rename Invert to Flip - Issue 10632 2014-01-23 21:50:18 +01:00
ebml.rs [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() behavior 2014-01-21 15:48:48 -08:00
enum_set.rs Remove unnecessary parentheses. 2014-01-21 22:00:18 +11:00
flate.rs libc: switch free to the proper signature 2014-01-22 23:13:53 -05:00
future.rs 'borrowed pointer' -> 'reference' 2014-01-07 18:49:13 -08:00
getopts.rs Remove unnecessary parentheses. 2014-01-21 22:00:18 +11:00
glob.rs [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior 2014-01-21 15:48:47 -08:00
hex.rs [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old from_utf8_owned() behavior 2014-01-21 15:48:48 -08:00
json.rs [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old from_utf8_owned() behavior 2014-01-21 15:48:48 -08:00
lib.rs Register new snapshots 2014-01-20 19:45:38 -08:00
list.rs libextra: Remove MutList, as it's inexorably tied to @mut 2014-01-03 14:02:00 -08:00
lru_cache.rs extra: Fix all code examples 2013-12-23 09:10:36 -08:00
priority_queue.rs [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior 2014-01-21 15:48:47 -08:00
ringbuf.rs Rename Invert to Flip - Issue 10632 2014-01-23 21:50:18 +01:00
semver.rs extra: Remove condition from semver 2014-01-03 18:59:47 -08:00
serialize.rs rename Strong -> Rc, replacing rc with weak 2014-01-09 16:02:17 -05:00
smallintmap.rs Rename Invert to Flip - Issue 10632 2014-01-23 21:50:18 +01:00
stats.rs [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old from_utf8_owned() behavior 2014-01-21 15:48:48 -08:00
sync.rs Allow more "error" values in try_recv() 2014-01-15 11:21:56 -08:00
task_pool.rs Test fixes and rebase conflicts 2013-12-25 23:10:46 -08:00
tempfile.rs extra: fix spelling in docs. 2013-12-15 16:34:14 +11:00
term.rs Remove the io::Decorator trait 2014-01-08 23:42:28 -08:00
test.rs [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() behavior 2014-01-21 15:48:48 -08:00
time.rs [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old from_utf8_owned() behavior 2014-01-21 15:48:48 -08:00
treemap.rs [std::vec] Rename .remove_opt() to .remove(), drop the old .remove() behavior 2014-01-21 15:48:47 -08:00
unicode.rs Register new snapshots 2013-12-03 14:31:54 -08:00
url.rs Tweak the interface of std::io 2014-01-17 10:00:47 -08:00
uuid.rs [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old from_utf8_owned() behavior 2014-01-21 15:48:48 -08:00
workcache.rs [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old from_utf8_owned() behavior 2014-01-21 15:48:48 -08:00