about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-01-31Fix problems with f64 and DirEntry on IllumosNikita Baksalyar-67/+37
2016-01-31Apply several fixes for Illumos supportNikita Baksalyar-39/+76
2016-01-31Add Illumos supportNikita Baksalyar-29/+268
2016-01-31Auto merge of #31298 - japaric:mips-musl, r=alexcrichtonbors-2/+12
2016-01-30Change MutexGuard and RwLockWriteGuard to store &mut T not &UnsafeCell<T>Jonathan Reem-38/+46
2016-01-30Rollup merge of #31292 - alexcrichton:osx-dtors-in-dtors-in-dtors, r=aturonManish Goregaokar-0/+25
2016-01-29Add guard map methods for transforming guards to contain sub-borrows.Jonathan Reem-5/+139
2016-01-30Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakisbors-114/+199
2016-01-29trans: Reimplement unwinding on MSVCAlex Crichton-114/+199
2016-01-29add support for mips(el)-unknown-linux-muslJorge Aparicio-2/+12
2016-01-29std: Ignore dtors_in_dtors_in_dtors on OSXAlex Crichton-0/+25
2016-01-28std: Fix rumprun buildAlex Crichton-4/+9
2016-01-28Auto merge of #31171 - dirk:dirk/safety-section-in-cstring-docs, r=steveklabnikbors-4/+16
2016-01-27Fix formatting in documentation of `ffi::CString`Dirk Gadsden-2/+2
2016-01-26Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brsonbors-110/+129
2016-01-26Auto merge of #31081 - alexcrichton:stabilize-hasher, r=aturonbors-122/+129
2016-01-26Fix warnings during testsAlex Crichton-110/+128
2016-01-26Auto merge of #30402 - jooert:prettypanic, r=alexcrichtonbors-0/+5
2016-01-26std: Stabilize custom hasher support in HashMapAlex Crichton-122/+129
2016-01-26Add message about RUST_BACKTRACE to default output of panic!Johannes Oertel-0/+5
2016-01-25std: Fix some behavior without stdio handlesAlex Crichton-4/+9
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2016-01-24Add section about memory safety to `ffi::CString` documentationDirk Gadsden-3/+15
2016-01-24Auto merge of #31166 - geofft:process-comments, r=alexcrichtonbors-9/+6
2016-01-24Auto merge of #31093 - tshepang:misc-doc-improvements, r=steveklabnikbors-5/+5
2016-01-24sys/unix/process.rs: Update comments in make_argv and make_envpGeoffrey Thomas-9/+6
2016-01-24doc: miscellaneous OpenOptions:append improvementsTshepang Lekhonkhobe-5/+5
2016-01-23Rollup merge of #31146 - angelsl:patch-1, r=steveklabnikSteve Klabnik-1/+1
2016-01-23Rollup merge of #31090 - tshepang:improve-sentence, r=brsonSteve Klabnik-2/+2
2016-01-23Rollup merge of #31088 - tshepang:grammar, r=brsonSteve Klabnik-1/+1
2016-01-23Rollup merge of #31035 - nathankleyn:improve-visibility-of-entry-api, r=steve...Steve Klabnik-0/+29
2016-01-23Rollup merge of #31019 - andreabedini:patch-1, r=alexcrichtonSteve Klabnik-3/+1
2016-01-23Semaphore not sempahoreangelsl-1/+1
2016-01-23Impl Error for Box<T: Error>Guillaume Gomez-0/+11
2016-01-22Simplify return for error::Error impl for string::ParseErrorDirk Gadsden-1/+1
2016-01-22Implement error::Error and fmt::Display for string::ParseErrorDirk Gadsden-0/+7
2016-01-22Auto merge of #31070 - sfackler:bufreader-box-slice, r=alexcrichtonbors-2/+2
2016-01-22Auto merge of #31068 - sfackler:bufwriter-panic, r=alexcrichtonbors-3/+40
2016-01-21doc: this sentence did not read wellTshepang Lekhonkhobe-2/+2
2016-01-21doc: improve grammarTshepang Lekhonkhobe-1/+1
2016-01-21Auto merge of #31057 - bluss:memrchr-fallback, r=alexcrichtonbors-1/+1
2016-01-20Use a Box<[u8]> in BufReaderSteven Fackler-2/+2
2016-01-20Don't flush in BufWriter destructor after a panic in writeSteven Fackler-3/+40
2016-01-20Auto merge of #30872 - pitdicker:expand_open_options, r=alexcrichtonbors-177/+480
2016-01-20std: Use the fallback impl for memrchr on non-linuxUlrik Sverdrup-1/+1
2016-01-20Remove raw pointer from OpenOptions structPaul Dicker-3/+9
2016-01-20Auto merge of #30894 - antrik:debug-mpsc, r=brsonbors-0/+69
2016-01-20Remove leftover import of `std::str` in doc testAndrea Bedini-1/+0
2016-01-19Add examples of the Entry API to the HashMap documentation.Nathan Kleyn-0/+29
2016-01-19Improve CStr::from_ptr example in docsAndrea Bedini-2/+1