| Age | Commit message (Expand) | Author | Lines |
| 2016-02-10 | Auto merge of #31438 - aturon:stab-ip-addr, r=alexcrichton | bors | -22/+8 |
| 2016-02-09 | Add test for issue #15735 | Daniel Robertson | -0/+25 |
| 2016-02-09 | Auto merge of #31523 - steveklabnik:rollup, r=steveklabnik | bors | -115/+165 |
| 2016-02-09 | Rollup merge of #31520 - steveklabnik:doc_num, r=alexcrichton | Steve Klabnik | -4/+22 |
| 2016-02-09 | Rollup merge of #31516 - steveklabnik:doc_tuples, r=brson | Steve Klabnik | -45/+72 |
| 2016-02-09 | Rollup merge of #31515 - steveklabnik:doc_drain, r=alexcrichton | Steve Klabnik | -0/+6 |
| 2016-02-09 | Rollup merge of #31514 - cgar:spelling, r=alexcrichton | Steve Klabnik | -20/+20 |
| 2016-02-09 | Rollup merge of #31513 - scottrobertwhittaker:fix-typo, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2016-02-09 | Rollup merge of #31473 - raindev:error-handling-case-study, r=steveklabnik | Steve Klabnik | -45/+44 |
| 2016-02-09 | make note of arity and 32-length restriction | Steve Klabnik | -0/+6 |
| 2016-02-09 | Properly document tuples | Steve Klabnik | -45/+66 |
| 2016-02-09 | Auto merge of #31425 - oli-obk:mir-pass-plugin, r=nagisa | bors | -54/+195 |
| 2016-02-09 | target_arch is always powerpc64, remove powerpc64le check | Anton Blanchard | -2/+1 |
| 2016-02-09 | Use target_endian, not target.arch in cabi_powerpc64 | Anton Blanchard | -1/+1 |
| 2016-02-09 | Some docs for std::num | Steve Klabnik | -4/+22 |
| 2016-02-09 | Allow prelude imports to shadow eachother (needed for the [pretty] tests) | Jeffrey Seyfried | -9/+3 |
| 2016-02-09 | Improve docs for Drain on String | Steve Klabnik | -0/+6 |
| 2016-02-09 | Minor spelling fixes | Carlos E. Garcia | -20/+20 |
| 2016-02-09 | mod.rs: fix typo | Scott Whittaker | -1/+1 |
| 2016-02-09 | Allow registering MIR-passes through compiler plugins | Oliver Schneider | -2/+109 |
| 2016-02-09 | refactor `MirPass` to always require a tcx | Oliver Schneider | -22/+36 |
| 2016-02-09 | make `MirMap` a struct instead of a type alias for `NodeMap` | Oliver Schneider | -30/+50 |
| 2016-02-09 | Revert deprecation of IpAddr, stabilizing for 1.7 | Aaron Turon | -22/+8 |
| 2016-02-09 | Auto merge of #31510 - dikaiosune:master, r=bluss | bors | -4/+4 |
| 2016-02-09 | Clarifying behavior of #[derive(Ord, PartialOrd)] in doc comments. | Adam Perry | -4/+4 |
| 2016-02-09 | Fix librustdoc test | Guillaume Gomez | -27/+13 |
| 2016-02-09 | Check if we're not in stable to allow compile_fail option in rustdoc --test | Guillaume Gomez | -3/+24 |
| 2016-02-09 | Auto merge of #31493 - mechaxl:master, r=steveklabnik | bors | -1/+1 |
| 2016-02-09 | Auto merge of #31282 - pczarn:mir-trans-builder, r=nagisa | bors | -335/+515 |
| 2016-02-09 | Auto merge of #31492 - alexcrichton:remove-allow-trivial-casts, r=nrc | bors | -14/+0 |
| 2016-02-08 | Make rustdoc report driver phase-3 errors instead of continuing | Dirk Gadsden | -4/+15 |
| 2016-02-09 | Auto merge of #31489 - ben0x539:lock-to-guard, r=alexcrichton | bors | -1/+1 |
| 2016-02-09 | Update Makefile | Guillaume Gomez | -11/+11 |
| 2016-02-09 | Auto merge of #31500 - steveklabnik:fix_cow, r=alexcrichton | bors | -11/+12 |
| 2016-02-09 | Auto merge of #31278 - alexcrichton:print-cfg, r=brson | bors | -0/+36 |
| 2016-02-08 | driver: Include invalid predicate in error message | Kamal Marhubi | -6/+21 |
| 2016-02-08 | rustc: Implement a new `--print cfg` flag | Alex Crichton | -0/+36 |
| 2016-02-08 | Auto merge of #31397 - bradfirj:arc-docfix, r=steveklabnik | bors | -3/+3 |
| 2016-02-08 | driver: Disallow predicates in --cfg specs | Kamal Marhubi | -1/+29 |
| 2016-02-08 | driver: Extract handling of --explain to separate function | Kamal Marhubi | -20/+23 |
| 2016-02-08 | driver: Pass session options to CompilerCallbacks::early_callback() | Kamal Marhubi | -1/+8 |
| 2016-02-08 | Add compile-fail test for invalid cfg predicate in attribute | Kamal Marhubi | -0/+12 |
| 2016-02-08 | Fix up docs for String::from_utf8_lossy() | Steve Klabnik | -11/+12 |
| 2016-02-08 | Cleanup based on review by @nagisa | Piotr Czarnecki | -67/+36 |
| 2016-02-08 | Breaking tokens into pieces should behave similar to Parser::bump. | Tomasz Miąsko | -11/+39 |
| 2016-02-08 | Implement fmt::Pointer for pointers to unsized types | Kamal Marhubi | -8/+16 |
| 2016-02-08 | Auto merge of #31324 - nagisa:mir-transforms, r=nikomatsakis | bors | -158/+68 |
| 2016-02-08 | rustc: Use llvm-ar for custom targets by default | Alex Crichton | -12/+1 |
| 2016-02-08 | Fixing typo in prelude documentation | Kenneth Koski | -1/+1 |
| 2016-02-08 | Remove old #[allow(trivial_casts)] annotations | Alex Crichton | -14/+0 |