rust/src/libstd
Remi Rampin 78ec055a14 Add .write(true) to append and truncate examples
Setting append without write doesn't give you a writeable file. Showing
it as an example in the docs is confusing at best.

Using truncate on a read-only file is an error on POSIX systems (note
however that using create with read-only flags is fine).
2015-06-28 17:26:31 -04:00
..
collections Make align_of behave like min_align_of. 2015-06-24 17:00:43 -07:00
ffi Add comment about stabilizing CString::from_ptr 2015-06-17 09:07:17 -07:00
io Auto merge of #26514 - tshepang:repetition, r=Gankro 2015-06-23 02:32:44 +00:00
net Auto merge of #26457 - meqif:master, r=alexcrichton 2015-06-21 08:20:36 +00:00
num std: Avoid missing fns on i686-pc-windows-msvc 2015-06-27 13:02:18 -07:00
os std: Stabilize a number of new fs features 2015-06-09 17:44:13 -07:00
prelude Rollup merge of #25224 - brson:stddoc, r=steveklabnik 2015-05-13 00:52:48 -04:00
rand libstd/rand/os.rs: Remove a tiny bit of duplicated code 2015-06-25 23:37:28 +00:00
rt msvc: Implement runtime support for unwinding 2015-06-25 09:33:15 -07:00
sync More test fixes and fallout of stability changes 2015-06-17 09:07:17 -07:00
sys std: Fix Windows XP compatibility 2015-06-27 19:45:24 -07:00
thread Fix libstd tests 2015-06-18 10:51:31 -07:00
time std: Redesign Duration, implementing RFC 1040 2015-05-13 17:50:58 -07:00
array.rs rustdoc: Support for "array" primitive 2015-03-23 14:02:34 -07:00
ascii.rs std: Split the std_misc feature 2015-06-17 09:06:59 -07:00
bool.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
dynamic_lib.rs std: Fix Windows XP compatibility 2015-06-27 19:45:24 -07:00
env.rs std: Deprecate the exit_status feature 2015-06-17 09:07:17 -07:00
error.rs std: Hide some internal functions more aggressively 2015-06-17 09:07:17 -07:00
fs.rs Add .write(true) to append and truncate examples 2015-06-28 17:26:31 -04:00
lib.rs Fix capitalization in std docs 2015-06-24 14:33:41 -07:00
macros.rs std: clean up duplicated attrs and comment on panic 2015-06-26 09:53:56 -07:00
panicking.rs Fix logic in panic printing with no stderr 2015-06-20 19:54:15 -07:00
path.rs Auto merge of #25736 - tshepang:path-nits, r=steveklabnik 2015-05-25 01:56:48 +00:00
process.rs std::process: Remove helper function pwd_cmd from test module 2015-06-22 00:55:42 -04:00
rtdeps.rs std: Split the std_misc feature 2015-06-17 09:06:59 -07:00
thunk.rs std: Deprecate the thunk module 2015-06-17 09:07:17 -07:00
tuple.rs tuple.rs: Document more traits implemented by tuples if their components do 2015-06-23 11:18:08 +02:00
unit.rs