about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-03-28Auto merge of #23300 - sfackler:rm-iterator-ext, r=alexcrichtonbors-129/+130
2015-03-28Remove IteratorExtSteven Fackler-129/+130
2015-03-28Document properties for Eq + HashSteve Klabnik-2/+28
2015-03-28Remove standard io chapter from the bookSteve Klabnik-167/+0
2015-03-28Fold collections debug implsSteven Fackler-41/+6
2015-03-28libc: Don't use unstable apisAlex Crichton-1/+4
2015-03-28Update debug helpers and add list builderSteven Fackler-129/+275
2015-03-28iOS: int/uint falloutValerii Hiora-3/+3
2015-03-28Fix some typosVadim Petrochenkov-21/+21
2015-03-28Rollup merge of #23804 - dnwade:patch-1, r=ManishearthManish Goregaokar-1/+1
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-94/+94
2015-03-28Rollup merge of #23788 - steveklabnik:gh23748, r=alexcrichtonManish Goregaokar-1/+2
2015-03-28Rollup merge of #23751 - tshepang:do-not-hardcode-the-growth, r=ManishearthManish Goregaokar-4/+4
2015-03-28Rollup merge of #23332 - jakub-:rustup-curl-silent-flag, r=brsonManish Goregaokar-2/+2
2015-03-28book: Fix typo Dan W.-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-94/+94
2015-03-28Auto merge of #23799 - reem:error-no-send, r=aturonbors-1/+1
2015-03-28Auto merge of #23798 - alexcrichton:issue-23781, r=aturonbors-11/+52
2015-03-27std: Don't deadlock/panic on recursive printsAlex Crichton-11/+52
2015-03-28Auto merge of #23789 - steveklabnik:gh22716, r=alexcrichtonbors-0/+17
2015-03-27check: Reword the warning to be more prescriptiveRicho Healey-3/+5
2015-03-27check: Name the sentinal variable more sanelyRicho Healey-1/+1
2015-03-27check: Fix the check for platform formattingRicho Healey-1/+1
2015-03-27check: Run the rlimit_core check on *BSDRicho Healey-1/+1
2015-03-27check: Add licenseRicho Healey-0/+11
2015-03-27check: Warn users with nonzero RLIMIT_CORERicho Healey-0/+41
2015-03-27Make `std::error::Error` not inherit from SendJonathan Reem-1/+1
2015-03-27rollup merge of #23786: alexcrichton/less-quotesAlex Crichton-300/+259
2015-03-27rollup merge of #23763: brson/installerAlex Crichton-0/+0
2015-03-27Test fixes and rebase conflicts, round 3Alex Crichton-3/+5
2015-03-27rollup merge of #23794: brson/slicegateAlex Crichton-3/+93
2015-03-27Note that zip and enumerate are similarSteve Klabnik-0/+17
2015-03-27Explain why &self is commonSteve Klabnik-1/+2
2015-03-27rustdoc: show negative impls properly in the implementors pageCorey Richardson-2/+6
2015-03-27Test fixes and rebase conflicts, round 2Alex Crichton-17/+8
2015-03-27rollup merge of #23793: steveklabnik/gh21668Alex Crichton-4/+8
2015-03-27rollup merge of #23197: aatxe/masterAlex Crichton-34/+26
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-3/+93
2015-03-27rollup merge of #23791: jviereck/fix-23713Alex Crichton-1/+1
2015-03-27rollup merge of #23665: steveklabnik/doc_std_asciiAlex Crichton-4/+96
2015-03-27rollup merge of #23486: nikomatsakis/issue-23485Alex Crichton-33/+119
2015-03-27rollup merge of #23285: steveklabnik/gh11794Alex Crichton-239/+22
2015-03-27Update return value docs in atomics docsSteve Klabnik-4/+8
2015-03-27Auto merge of #23419 - murarth:lookup-addr, r=alexcrichtonbors-1/+57
2015-03-27Fix wording for Option<T>.unwrap. Fixes #23713Julian Viereck-1/+1
2015-03-27Fix fallout of removing quotes in crate namesAlex Crichton-204/+195
2015-03-27Test fixes and rebase conflicts, round 1Alex Crichton-10/+7
2015-03-27When testing whether a default method predicates are satisfiable,Niko Matsakis-33/+119
2015-03-27Updated std::dynamic_lib to use std::path.Aaron Weiss-34/+26
2015-03-27Merge 'richo/unquote-crates' into less-quotesAlex Crichton-24/+137