about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-02-26fixing a few bitrig build breakersDave Huseby-15/+1
2015-02-27std: Include line numbers in backtraces.Kang Seonghoon-10/+106
2015-02-26Implement `Debug` for `RwLock`, `arc::Weak` and `Mutex`nwin-0/+28
2015-02-26Auto merge of #22810 - japaric:cow-path, r=alexcrichtonbors-1/+33
2015-02-26Check stability of struct fields.Huon Wilson-0/+1
2015-02-26remove some compiler warningsTshepang Lekhonkhobe-6/+6
2015-02-26path -> PathBuf for openbsd/bitrigSébastien Marie-1/+2
2015-02-25Fix overflow in precise_time_ns() on Windows,Vadim Chugunov-2/+25
2015-02-25impl IntoCow for Path[Buf]Jorge Aparicio-1/+33
2015-02-25Path -> PathBuf for Windows test (fixup #22727)Manish Goregaokar-1/+1
2015-02-25path -> PathBuf for osx/dragonfly (fixup #22727)Manish Goregaokar-11/+11
2015-02-25Assert is internal now (fixup #22739)Manish Goregaokar-1/+1
2015-02-25Fix type inference error (fixup #22739)Manish Goregaokar-1/+1
2015-02-25allow(deprecated) for TaskPool (fixup #22783)Manish Goregaokar-0/+3
2015-02-25Rollup merge of #22744 - alexcrichton:issue-22738, r=aturonManish Goregaokar-0/+8
2015-02-25Rollup merge of #22742 - alexcrichton:issue-22737, r=aturonManish Goregaokar-1/+15
2015-02-25Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturonManish Goregaokar-7/+8
2015-02-25Rollup merge of #22727 - alexcrichton:prep-env, r=aturonManish Goregaokar-91/+262
2015-02-25Rollup merge of #22596 - alexcrichton:fix-some-impls, r=huonwManish Goregaokar-25/+41
2015-02-25Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichtonManish Goregaokar-7/+7
2015-02-25Rollup merge of #22783 - alexcrichton:deprecate-taskpool, r=alexcrichtonManish Goregaokar-5/+5
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-91/+262
2015-02-24Modify collection's `Debug` output to resemble in their content onlyTobias Bucher-7/+7
2015-02-24std: Recomend threadpool on crates.io for TaskPoolAlex Crichton-2/+2
2015-02-24std: Stabilize some `ptr` functionsAlex Crichton-7/+8
2015-02-25Rollup merge of #22778 - mzabaluev:leftover-lifetime, r=alexcrichtonManish Goregaokar-1/+1
2015-02-25Rollup merge of #22772 - tbu-:pr_panic_fail, r=alexcrichtonManish Goregaokar-1/+1
2015-02-25Rollup merge of #22770 - vhbit:ios-rand-send, r=alexcrichtonManish Goregaokar-4/+1
2015-02-25Rollup merge of #22758 - ejjeong:aarch64-linux-android, r=alexcrichtonManish Goregaokar-2/+19
2015-02-25Rollup merge of #22739 - tbu-:pr_error_net, r=alexcrichtonManish Goregaokar-31/+37
2015-02-25Rollup merge of #22623 - petrochenkov:optest, r=alexcrichtonManish Goregaokar-31/+31
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-31/+31
2015-02-24Improve readability of an error check in `set_non_blocking`Tobias Bucher-5/+5
2015-02-24Revert a wrong replace of "fail" to "panic"Tobias Bucher-1/+1
2015-02-24Auto merge of #22749 - kballard:process-stdio-constructors, r=alexcrichtonbors-2/+2
2015-02-24iOS: Sync/Send falloutValerii Hiora-4/+1
2015-02-24Replace deprecated getdtablesize() with sysconf(_SC_OPEN_MAX) for android aar...Eunji Jeong-2/+19
2015-02-24Fix integers in tests (fixup #22700)Manish Goregaokar-4/+4
2015-02-24std::io::BufReader: remove leftover lifetime parameter on get_ref()Mikhail Zabaluev-1/+1
2015-02-24Rollup merge of #22594 - alexcrichton:issue-22577, r=aturonManish Goregaokar-25/+47
2015-02-24Rollup merge of #22428 - erickt:io-wrappers, r=aturonManish Goregaokar-1/+36
2015-02-24Rollup merge of #22730 - ipetkov:lint-docs, r=alexcrichtonManish Goregaokar-0/+2
2015-02-24Rollup merge of #22728 - vojtechkral:int-audit-thread-local, r=alexcrichtonManish Goregaokar-15/+15
2015-02-24Rollup merge of #22700 - nick29581:ints_hash, r=alexcrichtonManish Goregaokar-177/+177
2015-02-24Rollup merge of #22687 - tshepang:prelude-nits, r=alexcrichtonManish Goregaokar-4/+1
2015-02-24Rollup merge of #22604 - aochagavia:docs, r=alexcrichtonManish Goregaokar-5/+8
2015-02-23Fix the std::process::Stdio constructorsKevin Ballard-2/+2
2015-02-23std: Expose a `mode` accessor for Permissions on unixAlex Crichton-0/+8
2015-02-23std: Handle a trailing slash in create_dir_allAlex Crichton-1/+15
2015-02-24std::prelude: code consistency nitsTshepang Lekhonkhobe-4/+1