summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-06-22sys/unix/process: Reset signal behavior before execGeoffrey Thomas-2/+85
2015-06-22sys/unix: Consolidate signal-handling FFI bindingsGeoffrey Thomas-268/+199
2015-06-22sys/unix/c.rs: Remove unused codeGeoffrey Thomas-77/+5
2015-06-22std::process: Remove helper function pwd_cmd from test moduleGeoffrey Thomas-18/+0
2015-06-21Auto merge of #26463 - sfackler:stdout-panic-fix, r=alexcrichtonbors-11/+12
2015-06-21Auto merge of #25641 - geofft:execve-const, r=alexcrichtonbors-1/+1
2015-06-21Auto merge of #26457 - meqif:master, r=alexcrichtonbors-2/+1
2015-06-21Auto merge of #26416 - retep998:error-debug, r=sfacklerbors-1/+21
2015-06-20Fix logic in panic printing with no stderrSteven Fackler-11/+12
2015-06-20Remove mention of `UdpSocket` in `Shutdown` docs.Ricardo Martins-2/+1
2015-06-19liblibc: Fix prototype of functions taking `char *const argv[]`Geoffrey Thomas-1/+1
2015-06-19Add a test for Debug for io::ErrorPeter Atashian-0/+10
2015-06-19Fix docs for column/lineSteve Klabnik-2/+2
2015-06-18Custom Debug impl for io::ErrorPeter Atashian-1/+11
2015-06-18std: Add FromRaw{Fd,Handle,Socket} to os preludesAlex Crichton-1/+3
2015-06-18Auto merge of #26192 - alexcrichton:features-clean, r=aturonbors-197/+166
2015-06-18Fix libstd testsAlex Crichton-5/+6
2015-06-17Add comment about stabilizing CString::from_ptrAlex Crichton-0/+4
2015-06-17std: Hide some internal functions more aggressivelyAlex Crichton-1/+1
2015-06-17More test fixes and fallout of stability changesAlex Crichton-54/+30
2015-06-17std: Deprecate the `thunk` moduleAlex Crichton-0/+1
2015-06-17std: Deprecate the `scoped` featureAlex Crichton-0/+6
2015-06-17std: Deprecate the `future` featureAlex Crichton-0/+4
2015-06-17std: Deprecate the `exit_status` featureAlex Crichton-0/+2
2015-06-17std: Deprecate the io::BufStream typeAlex Crichton-0/+4
2015-06-17std: Stabilize the `once_new` featureAlex Crichton-1/+1
2015-06-17std: Stabilize the sync_poison featureAlex Crichton-6/+6
2015-06-17std: Remove two internal `str_internals` functionsAlex Crichton-25/+0
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-4/+6
2015-06-17std: Split the `std_misc` featureAlex Crichton-110/+82
2015-06-17collections: Split the `collections` featureAlex Crichton-0/+5
2015-06-17alloc: Split apart the global `alloc` featureAlex Crichton-0/+3
2015-06-17core: Split apart the global `core` featureAlex Crichton-7/+21
2015-06-17collections: fix a couple of typosIvan Ukhov-3/+3
2015-06-16Auto merge of #25952 - alexcrichton:fix-scoped-tls, r=aturonbors-32/+48
2015-06-15Auto merge of #26168 - sfackler:stdout-panic, r=alexcrichtonbors-33/+96
2015-06-14Implement RFC 1014Steven Fackler-33/+96
2015-06-12Auto merge of #25844 - alexcrichton:stabilize-fs-features, r=aturonbors-256/+654
2015-06-11Auto merge of #26190 - Veedrac:no-iter, r=alexcrichtonbors-16/+17
2015-06-11Changed patch wordingJoshua Landau-3/+5
2015-06-11Comment for #26196.Joshua Landau-0/+3
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-1/+1
2015-06-11Auto merge of #26159 - alexcrichton:tweak-process-lowering-raising, r=brsonbors-101/+60
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-15/+16
2015-06-10disabling socking timing tests because openbsd/bitrig get/set are not congrue...Dave Huseby-0/+6
2015-06-10Auto merge of #25777 - shepmaster:cstring-return-to-c, r=alexcrichtonbors-4/+41
2015-06-10Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=GankroManish Goregaokar-1/+1
2015-06-09std: Tweak process raising/lowering implementationsAlex Crichton-101/+60
2015-06-09std: Stabilize a number of new fs featuresAlex Crichton-256/+654
2015-06-09Exise 'unsafe pointer' in favor of 'raw pointer'Steve Klabnik-1/+1