about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-04-02doc/trpl: Fixing a comma splice in iterators.md.Liam Monahan-1/+1
2015-04-02Auto merge of #23931 - steveklabnik:doc_std_fs, r=alexcrichtonbors-42/+306
2015-04-02Auto merge of #23877 - richo:gardening, r=Manishearthbors-13/+23
2015-04-02Add more examples and documentation for std::fsSteve Klabnik-42/+306
2015-04-02Auto merge of #23868 - mbrubeck:doc-edit, r=Manishearth 1.0.0-betabors-6/+6
2015-04-02Auto merge of #23822 - tanadeau:remove-box-syntax-in-pointers-doc, r=stevekla...bors-84/+103
2015-04-02Tweak relese notes + rebase fixesAlex Crichton-22/+48
2015-04-01Moved use of `box_syntax` unstable feature in docs to Unstable section.Trent Nadeau-84/+103
2015-04-01Test fixes and rebase conflicts, round 2Alex Crichton-64/+29
2015-04-01rollup merge of #23176: huonw/rm-boundsAlex Crichton-36/+38
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-583/+624
2015-04-01rollup merge of #23953: dhuseby/masterAlex Crichton-2/+2
2015-04-01rollup merge of #23945: pnkfelix/gate-u-negateAlex Crichton-48/+146
2015-04-02Test fixes and rebase conflicts, round 2Alex Crichton-17/+19
2015-04-02fixes for fallout in tests/compile-failFelix S. Klock II-0/+6
2015-04-02partial set of fixes for fallout in tests/run-passFelix S. Klock II-8/+10
2015-04-01Test fixes and rebase conflicts, round 1Alex Crichton-3/+8
2015-04-01Fix bug in `OverflowOps` impl for unsigned integers.Felix S. Klock II-3/+49
2015-04-01rollup merge of #23949: aturon/stab-timeoutAlex Crichton-28/+54
2015-04-01rollup merge of #23948: nikomatsakis/feature-gate-rust-abiAlex Crichton-7/+37
2015-04-01fix typo.Felix S. Klock II-1/+1
2015-04-01manually adding the last two bitrig snapshotsDave Huseby-2/+2
2015-04-01Stabilize basic timeout functionalityAaron Turon-28/+54
2015-04-01removed impls of `Neg` for `u{8,16,32,64,size}`.Felix S. Klock II-1/+1
2015-04-01fallout when bootstrapping `rustc`.Felix S. Klock II-9/+19
2015-04-01fallout from feature-gating unary negation on unsigned integers.Felix S. Klock II-11/+27
2015-04-01added unary_negate feature gate.Felix S. Klock II-0/+16
2015-04-01rollup merge of #23939: nikomatsakis/fn-boxAlex Crichton-85/+124
2015-04-01rollup merge of #23951: alexcrichton/splitnAlex Crichton-66/+85
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-66/+85
2015-04-01rollup merge of #23947: aturon/revise-numAlex Crichton-0/+20
2015-04-01rollup merge of #23944: alexcrichton/rustup-betaAlex Crichton-8/+19
2015-04-01rollup merge of #23942: vhbit/ios-randAlex Crichton-2/+2
2015-04-01rollup merge of #23933: kgv/kgv_fixAlex Crichton-6/+7
2015-04-01rollup merge of #23867: nikomatsakis/issue-23086-take-3Alex Crichton-157/+175
2015-04-01rollup merge of #23568: steveklabnik/closure_docsAlex Crichton-137/+401
2015-04-01Path rustdoc testNiko Matsakis-0/+3
2015-04-01rustup: Fix typo in nightlyRicho Healey-1/+1
2015-04-01Remove TODONiko Matsakis-1/+1
2015-04-01Feature gate rust-call ABI.Niko Matsakis-7/+34
2015-04-01Fix enum timezone across all platforms.Niko Matsakis-5/+5
2015-04-01Re-add min_value, max_value methodsAaron Turon-0/+20
2015-04-01Collect the definition of the `Error` trait into `libstd` for now. ThisNiko Matsakis-157/+175
2015-04-01Re-write closures chapterSteve Klabnik-137/+401
2015-04-02Rollup merge of #23932 - steveklabnik:doc_std_path, r=flaper87Manish Goregaokar-0/+213
2015-04-02Rollup merge of #23927 - frewsxcv:patch-7, r=ManishearthManish Goregaokar-4/+2
2015-04-02Rollup merge of #23925 - steveklabnik:gh22914, r=GankroManish Goregaokar-12/+6
2015-04-02Rollup merge of #23924 - nrc:unqual-assoc3, r=alexcrichtonManish Goregaokar-124/+171
2015-04-02Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelixManish Goregaokar-1270/+1627
2015-04-02Rollup merge of #23867 - nikomatsakis:issue-23086-take-3, r=pnkfelixManish Goregaokar-227/+808