about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-02-23Properly reimplement `unsafe-code` lint to honor changing lint attributesIvan Petkov-32/+71
2015-02-23Fix the std::process::Stdio constructorsKevin Ballard-2/+2
2015-02-24Auto merge of #21581 - DiamondLovesYou:nacl-libc, r=alexcrichtonbors-238/+241
2015-02-23Refactor code in tidy.pyKevin Yap-36/+37
2015-02-23Order list of linted files by frequencyKevin Yap-7/+10
2015-02-24Stop parsing "-" as integer, fixes #22745Michał Krasnoborski-0/+6
2015-02-24Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakisbors-176/+1208
2015-02-23std: Expose a `mode` accessor for Permissions on unixAlex Crichton-0/+8
2015-02-23Auto merge of #22526 - dotdash:llvmup, r=alexcrichtonbors-1/+1
2015-02-23std: Handle a trailing slash in create_dir_allAlex Crichton-1/+15
2015-02-23Enforce a white background for the docsCorey Farwell-0/+1
2015-02-24std::prelude: code consistency nitsTshepang Lekhonkhobe-4/+1
2015-02-23Hide unnecessary error checking from the userTobias Bucher-29/+35
2015-02-23Apply borrowck to fns that appear in const declarations.Niko Matsakis-3/+82
2015-02-23Removed `{}` and small wording fixes to "Hello Cargo!" chapter.Alexander Bliskovsky-10/+10
2015-02-23Added section on `cargo new` to "Hello Cargo!" chapter.Alexander Bliskovsky-1/+59
2015-02-23Test fixes and rebase conflictsAlex Crichton-3/+2
2015-02-23Make traits with by-value-self be considered object safe.Niko Matsakis-35/+44
2015-02-23Remove awful hack concerning `Trait impl Trait` in method resolution code tha...Niko Matsakis-21/+9
2015-02-23Extend object safety so that methods with Sized:Self are exempt.Niko Matsakis-12/+201
2015-02-23Fix windows failure (fixup #22538)Manish Goregaokar-2/+2
2015-02-23Rollup merge of #22723 - alexcrichton:less-flaky-windows-test, r=alexcrichtonManish Goregaokar-2/+4
2015-02-23import boxed for alloc/rc.rs (fixup #22696)Manish Goregaokar-1/+3
2015-02-23Add marker trait to test (fixup #22538)Manish Goregaokar-1/+4
2015-02-23Rollup merge of #22320 - petrochenkov:eq, r=alexcrichtonManish Goregaokar-103/+86
2015-02-23Rollup merge of #22490 - nagisa:inline-args, r=alexcrichtonManish Goregaokar-29/+38
2015-02-23Rollup merge of #22494 - msiemens:vec_map-append-split_off, r=GankroManish Goregaokar-2/+170
2015-02-23Rollup merge of #22538 - nagisa:properise-trans-asserts, r=nikomatsakisManish Goregaokar-12/+58
2015-02-23Rollup merge of #22544 - bombless:fix-pattern, r=pnkfelixManish Goregaokar-0/+70
2015-02-23Rollup merge of #22624 - vadimcn:iss-13361, r=alexcrichtonManish Goregaokar-1/+0
2015-02-23Rollup merge of #22667 - dotdash:retslot_cast.rs, r=huonwManish Goregaokar-1/+34
2015-02-23Rollup merge of #22664 - lfairy:just-say-no, r=alexcrichtonManish Goregaokar-0/+5
2015-02-23Rollup merge of #22640 - sfackler:fix-take, r=alexcrichtonManish Goregaokar-0/+35
2015-02-23Update missing-doc test to explicitly check errorsIvan Petkov-17/+17
2015-02-23Update missing-docs lint to check associated type declarationsIvan Petkov-0/+21
2015-02-23Add documentation to associated types in libcore, libstdIvan Petkov-0/+24
2015-02-23openbsd: restore linker optionSébastien Marie-0/+5
2015-02-23Rollup merge of #22696 - stepancheg:use-box, r=alexcrichtonManish Goregaokar-48/+65
2015-02-23Rollup merge of #22693 - tshepang:use-new-slicing-syntax-runtest, r=alexcrichtonManish Goregaokar-6/+6
2015-02-23Rollup merge of #22688 - tshepang:use-new-slicing-syntax, r=alexcrichtonManish Goregaokar-13/+13
2015-02-23Rollup merge of #22691 - nick29581:fix-save-impl, r=huonwManish Goregaokar-17/+15
2015-02-23Rollup merge of #22674 - untitaker:issue22243, r=alexcrichtonManish Goregaokar-1/+1
2015-02-23Rollup merge of #22670 - shepmaster:c_str_typos, r=ManishearthManish Goregaokar-2/+2
2015-02-23Rollup merge of #22660 - achernya:tuple-reference, r=alexcrichtonManish Goregaokar-1/+3
2015-02-23Rollup merge of #22658 - glacjay:issue-22535, r=GankroManish Goregaokar-62/+66
2015-02-23Rollup merge of #22643 - fhartwig:bitvec-doc-fix, r=alexcrichtonManish Goregaokar-5/+5
2015-02-23Rollup merge of #22613 - nick29581:fix-save-alias, r=huonwManish Goregaokar-18/+29
2015-02-23Rollup merge of #22612 - jxcl:iter-replace, r=steveklabnikManish Goregaokar-13/+13
2015-02-23Rollup merge of #22593 - brson:spatch, r=steveklabnikManish Goregaokar-4/+5
2015-02-23Rollup merge of #22559 - kmcallister:borrowck-readme, r=nikomatsakisManish Goregaokar-154/+103