rust/src/libstd
Tamir Duberstein 10f15e72e6 Negative case of len() -> is_empty()
`s/([^\(\s]+\.)len\(\) [(?:!=)>] 0/!$1is_empty()/g`
2015-04-14 20:26:03 -07:00
..
collections Positive case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
ffi rollup merge of #24377: apasel422/docs 2015-04-14 10:56:57 -07:00
io Negative case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
net rollup merge of #24377: apasel422/docs 2015-04-14 10:56:57 -07:00
num rollup merge of #24377: apasel422/docs 2015-04-14 10:56:57 -07:00
prelude std: Remove AsSlice/Str from the prelude 2015-04-14 10:14:19 -07:00
rand Negative case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
rt Change the rt::unwind line argument type from usize to u32. 2015-04-11 02:46:57 -07:00
sync pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
sys Negative case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
thread rollup merge of #24385: aturon/unstable-scoped 2015-04-14 10:59:55 -07:00
time Stabilize std::num 2015-03-31 07:50:25 -07:00
array.rs rustdoc: Support for "array" primitive 2015-03-23 14:02:34 -07:00
ascii.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
bool.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
dynamic_lib.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
env.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
error.rs std: Stabilize the Utf8Error type 2015-04-10 16:07:46 -07:00
fs.rs rollup merge of #24377: apasel422/docs 2015-04-14 10:56:57 -07:00
lib.rs test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
macros.rs Change the rt::unwind line argument type from usize to u32. 2015-04-11 02:46:57 -07:00
os.rs rollup merge of #23879: seanmonstar/del-from-error 2015-03-31 15:53:39 -07:00
panicking.rs Change the rt::unwind line argument type from usize to u32. 2015-04-11 02:46:57 -07:00
path.rs Negative case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
process.rs rollup merge of #24377: apasel422/docs 2015-04-14 10:56:57 -07:00
rtdeps.rs fixing trailing whitespace errors 2015-02-11 14:49:07 -08:00
thunk.rs Remove Thunk struct and Invoke trait; change Thunk to be an alias 2015-04-01 14:41:21 -04:00
tuple.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
unit.rs