about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-04-23Auto merge of #33124 - sfackler:kill-ipv6-only, r=alexcrichtonbors-64/+0
2016-04-22Implement `append` for b-trees.Johannes Oertel-6/+4
2016-04-20Remove IPV6_V6ONLY functionalitySteven Fackler-64/+0
2016-04-17Auto merge of #33034 - tbu-:pr_doc_mutex_lock, r=nagisabors-0/+9
2016-04-17Add a comment about locking a `Mutex` multiple timesTobias Bucher-0/+9
2016-04-17Rollup merge of #33022 - Mr4x:master, r=blussManish Goregaokar-2/+2
2016-04-16Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichtonbors-1/+0
2016-04-16Fix f32::sin_cos and f64::sin_cos examplesMaxim Samburskiy-2/+2
2016-04-15Auto merge of #32785 - tbu-:pr_more_defaults, r=alexcrichtonbors-0/+21
2016-04-15Auto merge of #32338 - lukaspustina:doc-std-process, r=alexcrichtonbors-11/+37
2016-04-15Implement `Default` for more types in the standard libraryTobias Bucher-0/+21
2016-04-14Rollup merge of #32940 - birkenfeld:patch-3, r=alexcrichtonSteve Klabnik-2/+2
2016-04-14Rollup merge of #32855 - troplin:take-bufread-fix, r=alexcrichtonSteve Klabnik-0/+12
2016-04-13Fix a typo and add a missing wordGeorg Brandl-2/+2
2016-04-13Auto merge of #32726 - asomers:master, r=alexcrichtonbors-7/+25
2016-04-12Auto merge of #31963 - barosl:rename-doc, r=alexcrichtonbors-1/+8
2016-04-12Remove unused trait importsSeo Sanghyeon-1/+0
2016-04-12Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brsonbors-146/+259
2016-04-12Describe more platform-specific behaviors of `std::fs::rename`Barosl Lee-1/+8
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-146/+259
2016-04-10Fix Windows UNC paths in std::path docsjethrogb-2/+2
2016-04-09Don't read past limit for in BufRead instance of TakeTobias Mùˆller-0/+12
2016-04-08Auto merge of #32695 - sfackler:default-buf-size, r=alexcrichtonbors-1/+1
2016-04-07Rollup merge of #32737 - timonvo:arm-ehabi-backtraces, r=alexcrichtonManish Goregaokar-1/+6
2016-04-07Fix libstd on DragonFlyMichael Neumann-12/+17
2016-04-06Rollup merge of #32774 - tbu-:pr_doc_tuple_copy, r=brsonSteve Klabnik-2/+4
2016-04-06Rollup merge of #32761 - tshepang:assert, r=steveklabnikSteve Klabnik-1/+1
2016-04-06Rollup merge of #32691 - frewsxcv:patch-28, r=alexcrichtonSteve Klabnik-1/+1
2016-04-06Rollup merge of #32668 - frewsxcv:hashmap-address-fixme, r=alexcrichtonSteve Klabnik-8/+4
2016-04-06Rollup merge of #31762 - tshepang:in-which-case, r=steveklabnikSteve Klabnik-8/+8
2016-04-06Add `Copy` to the traits that are automatically implemented for tuplesTobias Bucher-2/+4
2016-04-06Remove accidental commentAlan Somers-1/+0
2016-04-06avoid "==" in assert! when one of the values is a boolTshepang Lekhonkhobe-1/+1
2016-04-06Merge github.com:rust-lang/rustAlan Somers-9/+42
2016-04-05Auto merge of #32415 - alexcrichton:android-signal, r=alexcrichtonbors-9/+37
2016-04-05doc: make env::consts summaries less confusingTshepang Lekhonkhobe-8/+8
2016-04-05Rollup merge of #32692 - sfackler:time-inline, r=alexcrichtonManish Goregaokar-0/+5
2016-04-04std: Fix linking against `signal` on AndroidAlex Crichton-9/+37
2016-04-04Fix backtraces on ARM EHABI.Timon Van Overveldt-1/+6
2016-04-05Reduce code duplication in thread.rsAlan Somers-42/+18
2016-04-04Fix stack overflow detection on FreeBSDAlan Somers-2/+45
2016-04-02Drop the default buffer size to 8KSteven Fackler-1/+1
2016-04-02Inline Duration constructors and accessorsSteven Fackler-0/+5
2016-04-02Auto merge of #32633 - frewsxcv:map-values-mut, r=alexcrichtonbors-0/+62
2016-04-02Indicate `None` is code-like in doc comment.Corey Farwell-1/+1
2016-04-02Auto merge of #32549 - respeccing:rust_backtrace_disabled, r=alexcrichtonbors-1/+1
2016-04-01Auto merge of #32334 - tbu-:pr_ipv6_octets, r=aturonbors-21/+43
2016-04-01Implement `values_mut` on `HashMap`.Corey Farwell-0/+62
2016-04-02Rollup merge of #32654 - tbu-:pr_doc_joinhandleext, r=sfacklerManish Goregaokar-1/+1
2016-04-01Address FIXMEs related to short lifetimes in `HashMap`.Corey Farwell-8/+4