about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-10-01replaced *_ptr with *_raw methods in docsCristian Kubis-3/+3
2015-10-01doc: fixed swapped docs for from_ptr and from_rawCristian Kubis-4/+4
2015-09-30Rollup merge of #28762 - steveklabnik:gh28073, r=nikomatsakisSteve Klabnik-0/+7
2015-09-30Rollup merge of #28749 - tshepang:patch-6, r=blussSteve Klabnik-1/+0
2015-09-30Rollup merge of #28745 - tshepang:typo, r=blussSteve Klabnik-1/+1
2015-09-30Rollup merge of #28744 - dato:usize-typo, r=AatchSteve Klabnik-1/+1
2015-09-30Make note of performance implications of ReadSteve Klabnik-0/+7
2015-09-30Auto merge of #28731 - bluss:by-ref, r=alexcrichtonbors-1/+1
2015-09-30path: remove a line of code that is not usefulTshepang Lekhonkhobe-1/+0
2015-09-30doc: fix typoTshepang Lekhonkhobe-1/+1
2015-09-30Auto merge of #28729 - retep998:canonical-dir, r=alexcrichtonbors-0/+11
2015-09-30Fix typo in docs: usize is unsigned, not signed.Dato Simó-1/+1
2015-09-29Tweak Travis to use GCEAlex Crichton-21/+34
2015-09-29Make fs::canonicalize work on directories on WindowsPeter Atashian-0/+11
2015-09-29Remove redundant uses of Iterator::by_ref()Ulrik Sverdrup-1/+1
2015-09-27Rollup merge of #28682 - apasel422:features, r=steveklabnikManish Goregaokar-2/+2
2015-09-26Remove unnecessary `#![feature]` attributesAndrew Paseltiner-2/+2
2015-09-26Add support for the rumprun unikernelSebastian Wicki-5/+14
2015-09-26Auto merge of #28631 - ranma42:robust-panic, r=alexcrichtonbors-41/+54
2015-09-25Change the first line of the println macro docBen S-1/+1
2015-09-24Abort earlier upon multi-panicsAndrea Canciani-1/+11
2015-09-24Explicitly count the number of panicsAndrea Canciani-20/+26
2015-09-24Separate panic logging codeAndrea Canciani-22/+19
2015-09-23Auto merge of #28585 - ranma42:simpler-panic, r=alexcrichtonbors-83/+5
2015-09-22Auto merge of #28543 - gandro:netbsd, r=alexcrichtonbors-18/+114
2015-09-22Remove unwind::registerAndrea Canciani-69/+2
2015-09-22Fix alignment of pthread types on NetBSDSebastian Wicki-11/+19
2015-09-22Simplify inner_try in std::rt::unwind::tryAndrea Canciani-9/+11
2015-09-22Simplify on_panic callback handlingAndrea Canciani-16/+5
2015-09-21Various fixes for NetBSD/amd64Sebastian Wicki-18/+106
2015-09-20Auto merge of #28499 - semmaz:doc-anchor-fix, r=steveklabnikbors-1/+1
2015-09-20Miscellaneous cleanup for old issues.Lee Jeffery-55/+23
2015-09-20doc: Fix broken linksSimon Mazur-1/+1
2015-09-19added panic docs for print\! and println\! macrosllogiq-0/+8
2015-09-14Auto merge of #28256 - petrochenkov:conv, r=alexcrichtonbors-27/+96
2015-09-14Drop upper bounds on net timeout testsSteven Fackler-4/+0
2015-09-14Auto merge of #28358 - dotdash:nounwind, r=alexcrichtonbors-0/+7
2015-09-14Mark all extern functions as nounwindBjörn Steinbrink-0/+7
2015-09-13Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturonbors-40/+59
2015-09-11Auto merge of #28306 - alexcrichton:less-rt, r=brsonbors-397/+244
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-397/+244
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-40/+59
2015-09-09Reduce code bloat from conversion traits in function parametersVadim Petrochenkov-27/+96
2015-09-09Rollup merge of #28289 - shepmaster:include_bytes-docs, r=alexcrichtonManish Goregaokar-2/+2
2015-09-09Auto merge of #28198 - alexcrichton:from-raw-mut, r=aturonbors-8/+5
2015-09-08Let's see if lifetime elision works in this casellogiq-1/+1
2015-09-08Fixed required type coercionllogiq-1/+2
2015-09-07Clarify that `include_bytes!` returns a reference to an array, not just a sliceJake Goulding-2/+2
2015-09-08fixes/improvements thanks to @ManishearthAndre Bogus-2/+1
2015-09-08some more clippy-based improvementsAndre Bogus-64/+47