about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-04-03Fix a broken testSimonas Kazlauskas-3/+0
2015-04-03Check uses of `Self` in impls in the compiler rather than during expansionNick Cameron-219/+326
2015-04-03Auto merge of #23934 - lfairy:write-no-deref, r=alexcrichtonbors-1/+1
2015-04-02Indicate associated type in comment is code-likeCorey Farwell-1/+1
2015-04-02Adjust `AsRef` impl for `Cow`Aaron Turon-1/+1
2015-04-03Auto merge of #23832 - petrochenkov:usize, r=aturonbors-86/+86
2015-04-03Add tests for parsing of patternsVadim Petrochenkov-0/+197
2015-04-03Auto merge of #23974 - pnkfelix:fix-23973, r=alexcrichtonbors-8/+6
2015-04-02doc/trpl: Fixing a comma splice in iterators.md.Liam Monahan-1/+1
2015-04-02Auto merge of #23967 - semarie:libc-clone, r=alexcrichtonbors-9/+27
2015-04-02liballoc: fix typoRicho Healey-1/+1
2015-04-02Book: sync ‘Crates and Modules’ with current outputPiotr Szotkowski-27/+29
2015-04-02std: impl From<String> for Box<Error + Send>Kevin Butler-3/+10
2015-04-02Upgrade rust-installerBrian Anderson-0/+0
2015-04-02Auto merge of #23931 - steveklabnik:doc_std_fs, r=alexcrichtonbors-42/+306
2015-04-02Fallout to tests expecting unconditional help output from missing features.Felix S. Klock II-8/+0
2015-04-02Merge conflictsNiko Matsakis-33/+23
2015-04-02Remove *most* mentions of phantom fns and variance on traits. Leave someNiko Matsakis-172/+174
2015-04-02Deprecate MarkerTrait and PhantomFn.Niko Matsakis-68/+17
2015-04-02Fallout in testsNiko Matsakis-216/+117
2015-04-02Modify variance inference to always infer all trait parameters as invariant.Niko Matsakis-96/+3
2015-04-02Implement PartialEq<str> for String and CowGleb Kozyrev-0/+2
2015-04-02Change PartialEq impls in collections::string to slice notationGleb Kozyrev-10/+10
2015-04-02Revise logic to match `rustc::session::config::get_unstable_features_setting`Felix S. Klock II-8/+2
2015-04-02Auto merge of #23877 - richo:gardening, r=Manishearthbors-13/+23
2015-04-02Do not suggest `#![feature(...)]` if we are in beta or stable channel.Felix S. Klock II-0/+12
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-02unary negation of unsigned integersSébastien Marie-3/+3
2015-04-02Fix parsing of patterns in macrosVadim Petrochenkov-1/+3
2015-04-02don't derive Clone, but impl itSébastien Marie-6/+24
2015-04-02syntax: Rewrite parsing of patternsVadim Petrochenkov-234/+136
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