about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-02-04Auto merge of #30796 - GuillaumeGomez:impl_box_error, r=alexcrichtonbors-0/+11
2016-02-03Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichtonbors-30/+272
2016-02-03Auto merge of #30834 - reem:rwlock-read-guard-map, r=alexcrichtonbors-57/+228
2016-02-03Auto merge of #31056 - kamalmarhubi:std-process-nul-chars, r=alexcrichtonbors-52/+163
2016-02-03std: Properly handle interior NULs in std::processKamal Marhubi-52/+163
2016-02-03Fix broken auto-mac-ios-opt buildNikita Baksalyar-27/+23
2016-02-03Auto merge of #31375 - nagisa:path-docs, r=alexcrichtonbors-29/+51
2016-02-02trying again at fixing stackp initializationDave Huseby-3/+18
2016-02-02simplifying get_stackDave Huseby-24/+3
2016-02-02refactoring get_stack to be cleanerDave Huseby-27/+20
2016-02-02unifying name_bytes now that the two blocks are the sameDave Huseby-8/+2
2016-02-02Fixes #31229Dave Huseby-10/+35
2016-02-03Auto merge of #31370 - Manishearth:rollup, r=Manishearthbors-0/+3
2016-02-02Add issue number to guard map methods.Jonathan Reem-49/+78
2016-02-03Improve docs for Path::methodsSimonas Kazlauskas-29/+51
2016-02-03Rollup merge of #27499 - barosl:macro-doc-raw-str-hashes, r=nikomatsakisManish Goregaokar-0/+3
2016-02-02Auto merge of #31312 - alexcrichton:no-le-in-powerpc64le, r=alexcrichtonbors-33/+11
2016-02-02Auto merge of #30991 - rthomas:master, r=Gankrobors-1/+29
2016-02-02Ensure capacity returned of HashMap is max(capacity, length).Ryan Thomas-1/+29
2016-02-02Rollup merge of #31345 - kamalmarhubi:book-docs-special-section-errors, r=ste...Steve Klabnik-14/+14
2016-02-01Remove "powerpc64le" and "mipsel" target_archAlex Crichton-33/+11
2016-02-01docs: Standardize on 'Errors' header in std docsKamal Marhubi-14/+14
2016-01-31Minor corrections in docs for `std::process::Child`Dirk Gadsden-4/+6
2016-01-31Safety docs about `std::process::Child` going out of scopeDirk Gadsden-0/+8
2016-01-31Fix unresolved name in libstd/sys/unix/threadNikita Baksalyar-1/+1
2016-01-31Rename sunos to solarisNikita Baksalyar-37/+37
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