| Age | Commit message (Expand) | Author | Lines |
| 2016-02-13 | Auto merge of #31602 - mitaa:rdoc_doc_shorter, r=alexcrichton | bors | -0/+16 |
| 2016-02-13 | Auto merge of #31596 - mitaa:rdoc_assoc_item, r=alexcrichton | bors | -5/+5 |
| 2016-02-13 | Auto merge of #31570 - tomaka:ignore-emscripten, r=brson | bors | -2/+129 |
| 2016-02-13 | Auto merge of #31358 - japaric:print-targets, r=alexcrichton | bors | -0/+15 |
| 2016-02-12 | Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brson | bors | -1/+1 |
| 2016-02-12 | rustc: add a `--print target-list` command | Jorge Aparicio | -0/+15 |
| 2016-02-12 | Auto merge of #31583 - petrochenkov:indi_ast, r=Manishearth | bors | -5/+5 |
| 2016-02-12 | Shorten docstrings after Markdown rendering | mitaa | -0/+16 |
| 2016-02-12 | Auto merge of #31541 - tomaka:more-emscripten, r=brson | bors | -2/+10 |
| 2016-02-12 | Fix associated item identifiers | mitaa | -5/+5 |
| 2016-02-12 | Auto merge of #31368 - JohanLorenzo:dont-strip-if-test-build, r=alexcrichton | bors | -0/+7 |
| 2016-02-11 | Auto merge of #31545 - dotdash:no_noalias, r=alexcrichton | bors | -3/+57 |
| 2016-02-11 | Remove some unnecessary indirection from AST structures | Vadim Petrochenkov | -5/+5 |
| 2016-02-11 | Auto merge of #31532 - tomaka:fix-emscripten, r=brson | bors | -1/+2 |
| 2016-02-11 | Auto merge of #31527 - danlrobertson:i15735, r=alexcrichton | bors | -0/+25 |
| 2016-02-11 | [breaking-change] don't glob export ast::MetaItem_ | Oliver 'ker' Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::Item_ variants | Oliver 'ker' Schneider | -3/+3 |
| 2016-02-11 | [breaking-change] don't glob export ast::BinOp_ | Oliver Schneider | -2/+2 |
| 2016-02-11 | Ignore tests that use threads on emscripten | Pierre Krieger | -2/+129 |
| 2016-02-11 | Add -C link-dead-code option r=alexcrichton | Johan Lorenzo | -0/+7 |
| 2016-02-11 | Auto merge of #31461 - jseyfried:remove_import_resolutions, r=nrc | bors | -3/+3 |
| 2016-02-10 | Auto merge of #31409 - alexcrichton:command-exec, r=aturon | bors | -0/+162 |
| 2016-02-10 | Workaround LLVM optimizer bug by not marking &mut pointers as noalias | Björn Steinbrink | -3/+57 |
| 2016-02-10 | Auto merge of #31455 - tmiasko:expected-tokens, r=alexcrichton | bors | -0/+20 |
| 2016-02-10 | More emscripten test fixes | Pierre Krieger | -2/+10 |
| 2016-02-10 | std: Implement CommandExt::exec | Alex Crichton | -0/+72 |
| 2016-02-10 | std: Implement CommandExt::before_exec | Alex Crichton | -0/+90 |
| 2016-02-10 | Auto merge of #31499 - kamalmarhubi:cfg-flag-invalid-cfgs, r=brson | bors | -0/+26 |
| 2016-02-10 | Fix x86stdcall test with emscripten | Pierre Krieger | -1/+2 |
| 2016-02-09 | Add test for issue #15735 | Daniel Robertson | -0/+25 |
| 2016-02-09 | Auto merge of #31523 - steveklabnik:rollup, r=steveklabnik | bors | -3/+3 |
| 2016-02-09 | Minor spelling fixes | Carlos E. Garcia | -3/+3 |
| 2016-02-09 | Allow registering MIR-passes through compiler plugins | Oliver Schneider | -0/+76 |
| 2016-02-08 | driver: Include invalid predicate in error message | Kamal Marhubi | -1/+1 |
| 2016-02-08 | rustc: Implement a new `--print cfg` flag | Alex Crichton | -0/+15 |
| 2016-02-08 | driver: Disallow predicates in --cfg specs | Kamal Marhubi | -0/+13 |
| 2016-02-08 | driver: Pass session options to CompilerCallbacks::early_callback() | Kamal Marhubi | -0/+1 |
| 2016-02-08 | Add compile-fail test for invalid cfg predicate in attribute | Kamal Marhubi | -0/+12 |
| 2016-02-08 | Breaking tokens into pieces should behave similar to Parser::bump. | Tomasz Miąsko | -0/+20 |
| 2016-02-08 | Auto merge of #31462 - thepowersgang:fix_29946, r=dotdash | bors | -0/+32 |
| 2016-02-08 | regression tests for issue #30438. | Felix S. Klock II | -0/+97 |
| 2016-02-08 | Replace children and import_resolutions with a single NameResolution-valued map. | Jeffrey Seyfried | -3/+3 |
| 2016-02-07 | Emit destructor invocation in FnOnce shim for Fn/FnMut | John Hodge | -0/+32 |
| 2016-02-07 | Add compile-fail test in rustdoc | Guillaume Gomez | -1/+1 |
| 2016-02-06 | Auto merge of #31417 - alexcrichton:cloexec-all-the-things, r=brson | bors | -2/+17 |
| 2016-02-06 | Auto merge of #31410 - rkruppe:issue31109, r=pnkfelix | bors | -0/+15 |
| 2016-02-06 | Auto merge of #31333 - lambda:31273-abort-on-stack-overflow, r=brson | bors | -3/+48 |
| 2016-02-05 | Abort on stack overflow instead of re-raising SIGSEGV | Brian Campbell | -3/+48 |
| 2016-02-06 | Auto merge of #31307 - nagisa:mir-drop-terminator, r=nikomatsakis | bors | -0/+36 |
| 2016-02-05 | std: Try to use pipe2 on Linux for pipes | Alex Crichton | -2/+17 |