| Age | Commit message (Expand) | Author | Lines |
| 2015-02-26 | remove some compiler warnings | Tshepang Lekhonkhobe | -26/+23 |
| 2015-02-25 | Auto merge of #22767 - pnkfelix:issue-22265, r=nikomatsakis | bors | -4/+12 |
| 2015-02-25 | Auto merge of #22796 - Manishearth:rollup, r=Manishearth | bors | -1093/+1698 |
| 2015-02-25 | Path -> PathBuf for Windows test (fixup #22727) | Manish Goregaokar | -4/+4 |
| 2015-02-25 | path -> PathBuf for osx/dragonfly (fixup #22727) | Manish Goregaokar | -11/+11 |
| 2015-02-25 | Assert is internal now (fixup #22739) | Manish Goregaokar | -1/+1 |
| 2015-02-25 | Fix type inference error (fixup #22739) | Manish Goregaokar | -1/+1 |
| 2015-02-25 | Use os::getcwd instead of env in rustbook (fixup #22727) | Manish Goregaokar | -4/+6 |
| 2015-02-25 | allow(deprecated) for TaskPool (fixup #22783) | Manish Goregaokar | -0/+3 |
| 2015-02-25 | Rollup merge of #22787 - pnkfelix:reenable-gate-for-unsafe_no_drop_flag, r=al... | Manish Goregaokar | -1/+26 |
| 2015-02-25 | Rollup merge of #22744 - alexcrichton:issue-22738, r=aturon | Manish Goregaokar | -0/+8 |
| 2015-02-25 | Rollup merge of #22742 - alexcrichton:issue-22737, r=aturon | Manish Goregaokar | -1/+15 |
| 2015-02-25 | Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturon | Manish Goregaokar | -122/+126 |
| 2015-02-25 | Rollup merge of #22727 - alexcrichton:prep-env, r=aturon | Manish Goregaokar | -141/+323 |
| 2015-02-25 | Rollup merge of #22596 - alexcrichton:fix-some-impls, r=huonw | Manish Goregaokar | -25/+68 |
| 2015-02-25 | Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichton | Manish Goregaokar | -29/+29 |
| 2015-02-25 | Rollup merge of #22792 - semarie:openbsd-unbreak-nacl, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2015-02-25 | Rollup merge of #22785 - nikomatsakis:issue-21750-normalization-with-regions,... | Manish Goregaokar | -53/+134 |
| 2015-02-25 | Rollup merge of #22784 - rnestler:fix_doc_faq, r=dotdash | Manish Goregaokar | -1/+1 |
| 2015-02-25 | Rollup merge of #22783 - alexcrichton:deprecate-taskpool, r=alexcrichton | Manish Goregaokar | -5/+5 |
| 2015-02-25 | Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnik | Manish Goregaokar | -2680/+2506 |
| 2015-02-25 | Auto merge of #22512 - nikomatsakis:issue-20300-where-clause-not-bounds, r=ni... | bors | -417/+1066 |
| 2015-02-25 | unbreak openbsd after nacl intergration | Sébastien Marie | -1/+0 |
| 2015-02-25 | Turn `unsafe_no_drop_flag` back into a gated-feature. | Felix S. Klock II | -1/+26 |
| 2015-02-24 | Enhance and move information about macro debugging | Keegan McAllister | -23/+39 |
| 2015-02-24 | Tweak wording in the macros guide | Keegan McAllister | -10/+19 |
| 2015-02-24 | Add a second, more vexing section on recursive macros | Keegan McAllister | -0/+47 |
| 2015-02-24 | Add a section on recursive macros | Keegan McAllister | -0/+39 |
| 2015-02-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -141/+323 |
| 2015-02-24 | Improve debug output from coherence. | Niko Matsakis | -3/+20 |
| 2015-02-24 | Resolve regions too when normalizing param env. | Niko Matsakis | -41/+50 |
| 2015-02-24 | Make traits with assoc types invariant in their inputs. | Niko Matsakis | -9/+64 |
| 2015-02-24 | Change `Debug` implementation of `BTree*` as well | Tobias Bucher | -4/+4 |
| 2015-02-24 | Modify collection's `Debug` output to resemble in their content only | Tobias Bucher | -25/+25 |
| 2015-02-24 | Fix "How to submit a bug report" link | Raphael Nestler | -1/+1 |
| 2015-02-24 | std: Recomend threadpool on crates.io for TaskPool | Alex Crichton | -2/+2 |
| 2015-02-24 | std: Stabilize some `ptr` functions | Alex Crichton | -122/+126 |
| 2015-02-25 | Rollup merge of #22778 - mzabaluev:leftover-lifetime, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-25 | Rollup merge of #22736 - nikomatsakis:issue-22382, r=eddyb | Manish Goregaokar | -3/+82 |
| 2015-02-25 | Rollup merge of #22539 - oli-obk:style_nitpicks, r=Manishearth | Manish Goregaokar | -321/+251 |
| 2015-02-25 | Rollup merge of #22458 - steveklabnik:try_in_error_chapter, r=alexcrichton | Manish Goregaokar | -0/+72 |
| 2015-02-25 | Rollup merge of #22772 - tbu-:pr_panic_fail, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-25 | Rollup merge of #22770 - vhbit:ios-rand-send, r=alexcrichton | Manish Goregaokar | -4/+1 |
| 2015-02-25 | Rollup merge of #22758 - ejjeong:aarch64-linux-android, r=alexcrichton | Manish Goregaokar | -2/+19 |
| 2015-02-25 | Rollup merge of #22752 - ipetkov:unsafe-lint-fix, r=alexcrichton | Manish Goregaokar | -32/+71 |
| 2015-02-25 | Rollup merge of #22747 - krdln:fix-parsing-minus, r=alexcrichton | Manish Goregaokar | -0/+6 |
| 2015-02-25 | Rollup merge of #22739 - tbu-:pr_error_net, r=alexcrichton | Manish Goregaokar | -31/+37 |
| 2015-02-25 | Rollup merge of #22623 - petrochenkov:optest, r=alexcrichton | Manish Goregaokar | -267/+254 |
| 2015-02-24 | Merge conflicts due to eddyb's UFCS branch | Niko Matsakis | -9/+11 |
| 2015-02-24 | Remove two uses of old `[]` notation | Niko Matsakis | -2/+2 |