summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2015-04-02Rollup merge of #23847 - bcoopers:read_clarification, r=sfacklerManish Goregaokar-8/+4
2015-04-02Rollup merge of #23844 - kvark:try_unique, r=alexcrichtonManish Goregaokar-6/+50
2015-04-02Rollup merge of #23066 - michaelwoerister:unreachable-if, r=pnkfelixManish Goregaokar-2/+128
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-93/+56
2015-04-01Add (unstable) FnBox trait as a nicer replacement for `Thunk`. The docNiko Matsakis-0/+76
2015-04-01cleanup: Test formattingRicho Healey-11/+22
2015-04-01std: Unignore a test for #10663Richo Healey-2/+1
2015-04-01rustup: Default to the beta channelAlex Crichton-2/+5
2015-04-01iOS: os::last_os_error() falloutValerii Hiora-2/+2
2015-04-01Merge branch 'fix-rustup' of https://github.com/richo/rustAlex Crichton-8/+16
2015-04-01Missing importsNiko Matsakis-0/+2
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-242/+273
2015-04-01Fallout in libsyntaxNiko Matsakis-27/+27
2015-04-01Fallout out rustcNiko Matsakis-171/+173
2015-04-01Fallout in testsNiko Matsakis-142/+154
2015-04-01Make the trait Copy extend Clone.Niko Matsakis-6/+1
2015-04-01Fallout in libsyntax/librustc: use newtype'd options for linked lists,Niko Matsakis-9/+19
2015-04-01Fallout in libstd: remove impls now considered to conflict.Niko Matsakis-17/+12
2015-04-01Update tests for new coherence rules, and add a swatch of new testsNiko Matsakis-36/+431
2015-04-01Add `#[fundamental]` annotations into libcore so that `Sized` and theNiko Matsakis-0/+9
2015-04-01Implement the changes to coherence such that we consider a type to beNiko Matsakis-165/+337
2015-04-01Fix sidebar bugCarlos Galarza-4/+6
2015-04-01Simplify `match` branches in iter.rs exampleCorey Farwell-4/+2
2015-04-01Auto merge of #23109 - nikomatsakis:closure-region-hierarchy, r=pnkfelixbors-197/+218