| Age | Commit message (Expand) | Author | Lines |
| 2016-02-11 | [breaking-change] don't glob export ast::Item_ variants | Oliver 'ker' Schneider | -233/+230 |
| 2016-02-11 | [breaking-change] don't glob export ast::ForeignItem_ variants | Oliver 'ker' Schneider | -21/+20 |
| 2016-02-11 | [breaking-change] don't pub export ast::Stmt_ variants | Oliver Schneider | -92/+87 |
| 2016-02-11 | [breaking-change] don't pub export ast::IntLitType variants | Oliver Schneider | -43/+42 |
| 2016-02-11 | [breaking-change] don't pub export ast::Lit_ variants | Oliver Schneider | -142/+142 |
| 2016-02-11 | [breaking-change] don't pub export ast::Ty_ variants | Oliver Schneider | -128/+126 |
| 2016-02-11 | [breaking-change] remove unused enum ast::PrimTy | Oliver Schneider | -12/+0 |
| 2016-02-11 | remove unit test that can't be tested anymore | Oliver Schneider | -8/+0 |
| 2016-02-11 | [breaking-change] remove the sign from integer literals in the ast | Oliver Schneider | -82/+55 |
| 2016-02-11 | [breaking-change] don't glob export ast::{UintTy, IntTy} variants | Oliver Schneider | -407/+404 |
| 2016-02-11 | [breaking-change] don't glob export ast::FloatTy variants | Oliver Schneider | -38/+37 |
| 2016-02-11 | [breaking-change] don't glob export ast::Expr_ variants | Oliver Schneider | -428/+420 |
| 2016-02-11 | [breaking-change] don't glob export ast::ExplicitSelf_ variants | Oliver Schneider | -60/+59 |
| 2016-02-11 | [breaking-change] don't glob export ast::Decl_ variants | Oliver Schneider | -38/+37 |
| 2016-02-11 | [breaking-change] don't glob export ast::CaptureClause variants | Oliver Schneider | -17/+17 |
| 2016-02-11 | [breaking-change] don't glob import/export syntax::abi enum variants | Oliver Schneider | -189/+189 |
| 2016-02-11 | [breaking-change] don't glob export ast::BlockCheckMode variants | Oliver Schneider | -27/+24 |
| 2016-02-11 | [breaking-change] don't glob import ast::FunctionRetTy variants | Oliver 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 variants | Oliver Schneider | -20/+20 |
| 2016-02-11 | Auto merge of #31525 - antonblanchard:powerpc64_merge4, r=alexcrichton | bors | -3/+2 |
| 2016-02-11 | Add -C link-dead-code option r=alexcrichton | Johan Lorenzo | -1/+12 |
| 2016-02-11 | Auto merge of #31507 - dirk:dirk/fix-rustdoc-undeclared-type-ice, r=nrc | bors | -4/+15 |
| 2016-02-11 | Auto merge of #31357 - rthomas:hashers, r=alexcrichton | bors | -0/+14 |
| 2016-02-11 | Add a public hasher function for HashSet and HashMap | Ryan Thomas | -0/+14 |
| 2016-02-11 | Auto merge of #31461 - jseyfried:remove_import_resolutions, r=nrc | bors | -677/+377 |
| 2016-02-11 | Auto merge of #31479 - kamalmarhubi:fmt-pointer-unsized, r=alexcrichton | bors | -8/+16 |
| 2016-02-10 | Don't assume color=always when explicitally specified | Steven Allen | -6/+6 |
| 2016-02-10 | Auto merge of #31409 - alexcrichton:command-exec, r=aturon | bors | -562/+826 |
| 2016-02-10 | Workaround LLVM optimizer bug by not marking &mut pointers as noalias | Björn Steinbrink | -4/+58 |
| 2016-02-10 | Auto merge of #31455 - tmiasko:expected-tokens, r=alexcrichton | bors | -11/+39 |
| 2016-02-10 | More emscripten test fixes | Pierre Krieger | -2/+10 |
| 2016-02-10 | std: Move constant back to where it needs to be | Alex Crichton | -2/+2 |
| 2016-02-10 | std: Use macros from libc instead of locally | Alex Crichton | -24/+3 |
| 2016-02-10 | std: Implement CommandExt::exec | Alex Crichton | -2/+112 |
| 2016-02-10 | std: Push process stdio setup in std::sys | Alex Crichton | -367/+440 |
| 2016-02-10 | std: Lift out Windows' CreateProcess lock a bit | Alex Crichton | -13/+20 |
| 2016-02-10 | std: Rename Stdio::None to Stdio::Null | Alex Crichton | -18/+15 |
| 2016-02-10 | std: Push Child's exit status to sys::process | Alex Crichton | -69/+30 |
| 2016-02-10 | std: Implement CommandExt::before_exec | Alex Crichton | -4/+143 |
| 2016-02-10 | std: Refactor process spawning on Unix | Alex Crichton | -168/+166 |
| 2016-02-10 | Auto merge of #30686 - wesleywiser:rustdoc_display_since, r=steveklabnik | bors | -27/+94 |
| 2016-02-10 | Auto merge of #31499 - kamalmarhubi:cfg-flag-invalid-cfgs, r=brson | bors | -21/+86 |
| 2016-02-10 | Auto merge of #31420 - bluss:deque-equality, r=Gankro | bors | -1/+60 |
| 2016-02-10 | Fix x86stdcall test with emscripten | Pierre Krieger | -1/+2 |
| 2016-02-10 | Fix half of emscripten's failing tests | Pierre Krieger | -7/+9 |
| 2016-02-10 | Auto merge of #31494 - alexcrichton:ar-gnu-by-default, r=brson | bors | -12/+1 |
| 2016-02-10 | Auto merge of #31465 - nagisa:mir-free-fix, r=nikomatsakis | bors | -14/+21 |
| 2016-02-09 | Rustdoc - display `since` version for stable items | Wesley Wiser | -27/+94 |
| 2016-02-10 | Auto merge of #31438 - aturon:stab-ip-addr, r=alexcrichton | bors | -22/+8 |