rust/src/libstd
Guillaume Gomez af140ecdbc
Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkor
fix more typos found by codespell.
2018-02-18 13:21:01 +01:00
..
collections 38880 remove unnecessary self.table.size check 2018-02-13 20:25:10 +00:00
ffi Make wording around 0-cost casts more precise 2018-01-27 17:54:01 +01:00
io Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkor 2018-02-18 13:21:01 +01:00
net Add missing micro version number component in stability attributes. 2018-01-24 22:25:42 +01:00
os fix docs link 2018-02-06 09:26:15 -06:00
prelude Reexport -> re-export in prose and documentation comments 2018-01-15 13:36:53 -05:00
sync Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkor 2018-02-18 13:21:01 +01:00
sys Auto merge of #47956 - retep998:is-nibbles, r=BurntSushi 2018-02-17 11:32:16 +00:00
sys_common fix more typos found by codespell. 2018-02-17 17:38:49 +01:00
thread Update miri to rustc changes 2017-12-06 09:25:29 +01:00
ascii.rs Fix doc typo for is_ascii_graphic 2017-12-30 21:27:43 +00:00
build.rs Add proper library dependencies for libstd on CloudABI. 2017-12-29 09:33:26 +01:00
Cargo.toml Implement extensible syscall interface for wasm 2018-01-30 23:22:19 +00:00
env.rs Unimplement Send/Sync for ::env::{Args,ArgsOs,Vars,VarsOs} 2018-02-05 00:00:09 +01:00
error.rs Rename never_type_impls gate to never_type 2017-12-12 14:03:03 +08:00
f32.rs typo: correct endianess to endianness (this also changes function names!) 2018-02-11 00:56:24 +01:00
f64.rs typo: correct endianess to endianness (this also changes function names!) 2018-02-11 00:56:24 +01:00
fs.rs Wording fixes from review for File. 2018-02-17 08:47:03 -05:00
heap.rs Update miri to rustc changes 2017-12-06 09:25:29 +01:00
lib.rs Auto merge of #47687 - SimonSapin:panic-impl, r=sfackler 2018-02-18 06:02:35 +00:00
macros.rs Fixed a typo in the compile_error docs 2018-01-08 16:35:06 -08:00
memchr.rs Fix inconsistent doc headings 2017-08-24 18:42:53 +02:00
num.rs Auto merge of #40706 - irfanhudda:doc-next-power-of-two, r=alexcrichton 2017-06-08 01:07:08 +00:00
panic.rs Auto merge of #47687 - SimonSapin:panic-impl, r=sfackler 2018-02-18 06:02:35 +00:00
panicking.rs Make PanicInfo::message available for std::panic! with a formatting string. 2018-01-23 18:31:09 +01:00
path.rs Correct a few stability attributes 2018-02-10 21:20:42 +00:00
primitive_docs.rs Make primitive types docs relevant 2018-02-11 21:53:30 -05:00
process.rs add test checking that process::Command is Send 2018-01-26 08:21:58 -08:00
rt.rs Reexport -> re-export in prose and documentation comments 2018-01-15 13:36:53 -05:00
termination.rs changed termination_trait's bound from Error to Debug; added compiletest header command and appropriate tests 2018-02-12 13:52:49 -08:00
time.rs Move time::Duration to libcore 2018-01-29 18:16:43 -05:00