about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-02-20Refactored code into Searcher traits with naive implementationsMarvin Löbel-390/+476
2015-02-20Made match_indices use the generic pattern APIMarvin Löbel-29/+34
2015-02-20Made str::MatchIndices a private implementantion detailMarvin Löbel-10/+24
2015-02-20Added string pattern traits and basic implementantionsMarvin Löbel-126/+289
2015-02-20Added benchmarks for string pattern matching functionsMarvin Löbel-0/+107
2015-02-20Remove questionable patternbombless-12/+0
2015-02-19typo: fucntion -> functionKevin Butler-14/+14
2015-02-20Fix testsbombless-4/+14
2015-02-19Round 8 tex fixesManish Goregaokar-1/+1
2015-02-19Round 5 test fixes and rebase conflictsAlex Crichton-10/+52
2015-02-19Fix issue #22426 #22447bombless-0/+72
2015-02-19Fix an ICE when translating `if loop {} {}`Björn Steinbrink-0/+27
2015-02-19Use sess.opts.optimize instead of sess.opts.cg.opt_level for LTO optlevelRyan Prichard-1/+6
2015-02-19Auto merge of #22497 - nikomatsakis:suffixes, r=alexcrichtonbors-1031/+1027
2015-02-19docs: correct guessing game to mention old_io module instead of ioSteven Crockett-1/+1
2015-02-18borrowck/README.md: Normalize types in examplesKeegan McAllister-37/+37
2015-02-18Fix references to doc.rs throughout the codeKeegan McAllister-26/+28
2015-02-18borrowck/README.md: Fix display of code on GitHubKeegan McAllister-18/+18
2015-02-18borrowck/README.md: Remove SCOPE (mostly unused)Keegan McAllister-37/+1
2015-02-18borrowck/README.md: Clarify MUTABILITY and ALIASABLEKeegan McAllister-12/+10
2015-02-18Fix from niko for cfail testsAlex Crichton-12/+21
2015-02-18borrowck/README.md: Remove most references to &constKeegan McAllister-24/+9
2015-02-18Round 4 test fixes and rebase conflictsAlex Crichton-19/+180
2015-02-18Exempt phantom fns from the object safety checkNiko Matsakis-4/+33
2015-02-18Round 3 test fixes and conflictsAlex Crichton-135/+127
2015-02-18Add documentation for `else if` to trplAdam Jacob-0/+14
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-1347/+3307
2015-02-18Round 2 test fixes and conflictsAlex Crichton-27/+131
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-882/+895
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-514/+766
2015-02-18Round 1 fixes and rebase conflictsAlex Crichton-44/+44
2015-02-18Stabilize std::borrowAaron Turon-407/+753
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-864/+865
2015-02-18Declare `&foo[]` to be obsolete syntax. Modify the obsolete mechanism toNiko Matsakis-15/+28
2015-02-18rollup merge of #22498: nagisa/style-fixesAlex Crichton-4/+3
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-1030/+1027
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-938/+990
2015-02-18rollup merge of #22485: pnkfelix/fsk-int-uint-auditAlex Crichton-27/+27
2015-02-18rollup merge of #22484: riginding/masterAlex Crichton-1/+1
2015-02-18rollup merge of #22482: alexcrichton/cstr-changesAlex Crichton-290/+555
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-356/+4988
2015-02-18rollup merge of #22452: nikomatsakis/issue-22040-18956-SelfAlex Crichton-13/+251
2015-02-18rollup merge of #22438: dotdash/iter_vec_loopAlex Crichton-37/+14
2015-02-18rollup merge of #22437: dotdash/fix_array_typeAlex Crichton-30/+11
2015-02-18rollup merge of #22436: nikomatsakis/issue-22246-bound-lifetimes-of-assoc-typesAlex Crichton-296/+684
2015-02-18rollup merge of #22395: brson/readme-cleanupAlex Crichton-0/+0
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-127/+130
2015-02-18Update tests to use #[feature(rustc_attrs)]Niko Matsakis-0/+10
2015-02-18Minor unused imports etc.Niko Matsakis-3/+1
2015-02-18rollup merge of #22118: fhahn/separate-parse-fail-2Alex Crichton-3/+7