about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-02-11[breaking-change] don't glob export ast::Item_ variantsOliver 'ker' Schneider-233/+230
2016-02-11[breaking-change] don't glob export ast::ForeignItem_ variantsOliver 'ker' Schneider-21/+20
2016-02-11[breaking-change] don't pub export ast::Stmt_ variantsOliver Schneider-92/+87
2016-02-11[breaking-change] don't pub export ast::IntLitType variantsOliver Schneider-43/+42
2016-02-11[breaking-change] don't pub export ast::Lit_ variantsOliver Schneider-142/+142
2016-02-11[breaking-change] don't pub export ast::Ty_ variantsOliver Schneider-128/+126
2016-02-11[breaking-change] remove unused enum ast::PrimTyOliver Schneider-12/+0
2016-02-11remove unit test that can't be tested anymoreOliver Schneider-8/+0
2016-02-11[breaking-change] remove the sign from integer literals in the astOliver Schneider-82/+55
2016-02-11[breaking-change] don't glob export ast::{UintTy, IntTy} variantsOliver Schneider-407/+404
2016-02-11[breaking-change] don't glob export ast::FloatTy variantsOliver Schneider-38/+37
2016-02-11[breaking-change] don't glob export ast::Expr_ variantsOliver Schneider-428/+420
2016-02-11[breaking-change] don't glob export ast::ExplicitSelf_ variantsOliver Schneider-60/+59
2016-02-11[breaking-change] don't glob export ast::Decl_ variantsOliver Schneider-38/+37
2016-02-11[breaking-change] don't glob export ast::CaptureClause variantsOliver Schneider-17/+17
2016-02-11[breaking-change] don't glob import/export syntax::abi enum variantsOliver Schneider-189/+189
2016-02-11[breaking-change] don't glob export ast::BlockCheckMode variantsOliver Schneider-27/+24
2016-02-11[breaking-change] don't glob import ast::FunctionRetTy variantsOliver Schneider-41/+40
2016-02-11[breaking-change] don't glob export ast::BinOp_Oliver Schneider-164/+164
2016-02-11[breaking-change] don't glob export ast::UnOp variantsOliver Schneider-20/+20
2016-02-11Auto merge of #31525 - antonblanchard:powerpc64_merge4, r=alexcrichtonbors-3/+2
2016-02-11Add -C link-dead-code option r=alexcrichtonJohan Lorenzo-1/+12
2016-02-11Auto merge of #31507 - dirk:dirk/fix-rustdoc-undeclared-type-ice, r=nrcbors-4/+15
2016-02-11Auto merge of #31357 - rthomas:hashers, r=alexcrichtonbors-0/+14
2016-02-11Add a public hasher function for HashSet and HashMapRyan Thomas-0/+14
2016-02-11Auto merge of #31461 - jseyfried:remove_import_resolutions, r=nrcbors-677/+377
2016-02-11Auto merge of #31479 - kamalmarhubi:fmt-pointer-unsized, r=alexcrichtonbors-8/+16
2016-02-10Don't assume color=always when explicitally specifiedSteven Allen-6/+6
2016-02-10Auto merge of #31409 - alexcrichton:command-exec, r=aturonbors-562/+826
2016-02-10Workaround LLVM optimizer bug by not marking &mut pointers as noaliasBjörn Steinbrink-4/+58
2016-02-10Auto merge of #31455 - tmiasko:expected-tokens, r=alexcrichtonbors-11/+39
2016-02-10More emscripten test fixesPierre Krieger-2/+10
2016-02-10std: Move constant back to where it needs to beAlex Crichton-2/+2
2016-02-10std: Use macros from libc instead of locallyAlex Crichton-24/+3
2016-02-10std: Implement CommandExt::execAlex Crichton-2/+112
2016-02-10std: Push process stdio setup in std::sysAlex Crichton-367/+440
2016-02-10std: Lift out Windows' CreateProcess lock a bitAlex Crichton-13/+20
2016-02-10std: Rename Stdio::None to Stdio::NullAlex Crichton-18/+15
2016-02-10std: Push Child's exit status to sys::processAlex Crichton-69/+30
2016-02-10std: Implement CommandExt::before_execAlex Crichton-4/+143
2016-02-10std: Refactor process spawning on UnixAlex Crichton-168/+166
2016-02-10Auto merge of #30686 - wesleywiser:rustdoc_display_since, r=steveklabnikbors-27/+94
2016-02-10Auto merge of #31499 - kamalmarhubi:cfg-flag-invalid-cfgs, r=brsonbors-21/+86
2016-02-10Auto merge of #31420 - bluss:deque-equality, r=Gankrobors-1/+60
2016-02-10Fix x86stdcall test with emscriptenPierre Krieger-1/+2
2016-02-10Fix half of emscripten's failing testsPierre Krieger-7/+9
2016-02-10Auto merge of #31494 - alexcrichton:ar-gnu-by-default, r=brsonbors-12/+1
2016-02-10Auto merge of #31465 - nagisa:mir-free-fix, r=nikomatsakisbors-14/+21
2016-02-09Rustdoc - display `since` version for stable itemsWesley Wiser-27/+94
2016-02-10Auto merge of #31438 - aturon:stab-ip-addr, r=alexcrichtonbors-22/+8