rust/src/libstd
Andrew Wagner 8fcc832198 Standardize some usages of "which" in docstrings
In US english, "that" is used in restrictive clauses in place of
"which", and often affects the meaning of sentences.

In UK english and many dialects, no distinction is
made.

While Rust devs want to avoid unproductive pedanticism, it is worth at
least being uniform in documentation such as:

http://doc.rust-lang.org/std/iter/index.html

and also in cases where correct usage of US english clarifies the
sentence.
2014-12-15 10:50:42 +01:00
..
collections libstd: use unboxed closures 2014-12-13 17:03:47 -05:00
comm Standardize some usages of "which" in docstrings 2014-12-15 10:50:42 +01:00
io Standardize some usages of "which" in docstrings 2014-12-15 10:50:42 +01:00
num libstd: use unboxed closures 2014-12-13 17:03:47 -05:00
path Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
rand Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
rt Rewrite threading infrastructure, introducing Thunk to represent 2014-12-14 04:21:56 -05:00
sync Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
sys Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
thread_local Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
time libstd: use unboxed closures 2014-12-13 17:03:47 -05:00
ascii.rs libstd: use unboxed closures 2014-12-13 17:03:47 -05:00
bitflags.rs Add Copy to bitflags-generated structures 2014-12-13 07:52:00 +02:00
c_vec.rs Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
dynamic_lib.rs libstd: add missing imports 2014-12-13 17:03:48 -05:00
error.rs Utilize fewer reexports 2014-12-05 18:13:04 -05:00
failure.rs Utilize fewer reexports 2014-12-05 18:13:04 -05:00
fmt.rs core: remove the dead function fmt::argumentstr. 2014-12-08 09:14:21 +02:00
hash.rs /*! -> //! 2014-11-26 16:50:14 -08:00
lib.rs Rewrite threading infrastructure, introducing Thunk to represent 2014-12-14 04:21:56 -05:00
macros.rs Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
os.rs libstd: add missing imports 2014-12-13 17:03:48 -05:00
prelude.rs rollup merge of #19326: huonw/safer-syntax 2014-11-26 16:50:12 -08:00
rtdeps.rs Fix spelling errors and capitalization. 2014-09-03 23:10:38 -04:00
task.rs Rewrite threading infrastructure, introducing Thunk to represent 2014-12-14 04:21:56 -05:00