about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-10-31std: Prevent print panics when using TLSAlex Crichton-8/+26
2015-10-31Auto merge of #29487 - sfackler:current-exe-docs, r=steveklabnikbors-3/+3
2015-10-30Tweak env docs a bitSteven Fackler-3/+3
2015-10-31Auto merge of #29484 - steveklabnik:gh29330, r=brsonbors-130/+145
2015-10-30Some fixes to std index docsSteve Klabnik-9/+10
2015-10-30Clean up formatting on std main pageSteve Klabnik-130/+144
2015-10-30don't use drop_in_place as an intrinsicAlexis Beingessner-1/+3
2015-10-30run rustfmt on std::pathTshepang Lekhonkhobe-96/+165
2015-10-29Auto merge of #29289 - DiamondLovesYou:pnacl-std-crates, r=alexcrichtonbors-299/+267
2015-10-28Port the standard crates to PNaCl/NaCl.Richard Diamond-299/+267
2015-10-27Auto merge of #29298 - tbu-:pr_doc_env_panic, r=alexcrichtonbors-0/+12
2015-10-26std: Slightly more robust env var handlingAlex Crichton-56/+62
2015-10-26Auto merge of #29301 - reddraggone9:patch-1, r=alexcrichtonbors-1/+1
2015-10-26Auto merge of #29299 - tbu-:pr_btreemap_example_dup, r=alexcrichtonbors-4/+4
2015-10-25Say that `std::env::{set_var, unset_var}` *may* panicTobias Bucher-4/+6
2015-10-25Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brsonbors-19/+117
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-19/+117
2015-10-25Fix doc comment typoLee Jenkins-1/+1
2015-10-25Document possible panics for `std::env::{set_var, unset_var}`Tobias Bucher-0/+10
2015-10-25Remove key duplication from `BTreeMap` example in `collections`Tobias Bucher-4/+4
2015-10-25Auto merge of #29256 - alexcrichton:less-flaky, r=brsonbors-1/+3
2015-10-24Auto merge of #29215 - fhahn:issue-28157-bad-semicolon, r=alexcrichtonbors-2/+2
2015-10-24Remove bare semicolonsFlorian Hahn-2/+2
2015-10-23std: Add more entries to stdtest base_portAlex Crichton-1/+3
2015-10-23Drop `advapi32` and `shell32` from late_link_args.Vadim Chugunov-0/+1
2015-10-23Auto merge of #27894 - steveklabnik:gh26888, r=alexcrichtonbors-4/+62
2015-10-22Document replacement behavior in some collectionsSteve Klabnik-4/+62
2015-10-21Fix doc sample for CursorWesley Wiser-1/+1
2015-10-21Moar comments.Vadim Chugunov-26/+34
2015-10-20std: Implement FromStr for SocketAddrV{4,6}Alex Crichton-17/+59
2015-10-20Auto merge of #29187 - steveklabnik:rollup, r=steveklabnikbors-1/+1
2015-10-20Rollup merge of #29158 - arcnmx:process-test, r=alexcrichtonSteve Klabnik-1/+1
2015-10-20Auto merge of #29156 - arcnmx:net-tests, r=alexcrichtonbors-32/+21
2015-10-20Auto merge of #29155 - retep998:read-no-dir, r=alexcrichtonbors-0/+9
2015-10-19Use `cfg_attr` for switching `link` attrs in libunwind.Vadim Chugunov-33/+17
2015-10-19Rollup merge of #29169 - apasel422:spell, r=steveklabnikSteve Klabnik-2/+2
2015-10-19Rollup merge of #29125 - iKevinY:std-io-doc-fixes, r=alexcrichtonSteve Klabnik-7/+7
2015-10-19Correct spelling in docsAndrew Paseltiner-2/+2
2015-10-19Auto merge of #28977 - arcnmx:cstring-into, r=alexcrichtonbors-2/+72
2015-10-19Owned conversions for CStringarcnmx-2/+72
2015-10-19Add error kind handling for ERROR_PATH_NOT_FOUNDPeter Atashian-0/+9
2015-10-19Add missing #[test] attribute to testarcnmx-1/+1
2015-10-19Touch up net testsarcnmx-32/+21
2015-10-18Create entry points for unwind frame registry in libstd.Vadim Chugunov-0/+34
2015-10-18Implement `eh_unwind_resume` in libstd.Vadim Chugunov-9/+12
2015-10-18Clean up thread::spawnarcnmx-23/+16
2015-10-17Remove some trivial `transmute`sAndrew Paseltiner-2/+1
2015-10-17Fix minor issues with std::io docsKevin Yap-7/+7
2015-10-16Add `Shared` pointer and have `{Arc, Rc}` use itAndrew Paseltiner-0/+2
2015-10-15Auto merge of #29031 - cristicbz:mtx_inner, r=alexcrichtonbors-0/+233