| Age | Commit message (Expand) | Author | Lines |
| 2015-01-24 | Auto merge of #21452 - bleibig:bison-grammar, r=nikomatsakis | bors | -0/+2663 |
| 2015-01-24 | Auto merge of #21488 - aturon:os-str, r=alexcrichton | bors | -92/+1850 |
| 2015-01-24 | Add ffi::OsString and OsStr | Aaron Turon | -92/+1850 |
| 2015-01-24 | Auto merge of #21079 - huonw:chained-cmp-tweaks, r=pnkfelix | bors | -74/+79 |
| 2015-01-25 | Tweak chained comparison errors. | Huon Wilson | -9/+10 |
| 2015-01-25 | Add the span of the operator itself to ast::BinOp. | Huon Wilson | -65/+69 |
| 2015-01-24 | Auto merge of #21542 - vadimcn:fix-exported-macro-paths, r=alexcrichton | bors | -1/+56 |
| 2015-01-24 | Auto merge of #21537 - tbu-:pr_coretest_fmt, r=alexcrichton | bors | -70/+72 |
| 2015-01-24 | Auto merge of #21458 - alexcrichton:remove-some-code, r=brson | bors | -4875/+187 |
| 2015-01-23 | regex: Remove in-tree version | Alex Crichton | -4450/+187 |
| 2015-01-23 | serialize: Remove base64 support | Alex Crichton | -425/+0 |
| 2015-01-23 | Fix tidy. | Vadim Chugunov | -2/+2 |
| 2015-01-23 | Auto merge of #21503 - ahmedcharles:remove-test-features, r=alexcrichton | bors | -222/+18 |
| 2015-01-23 | Auto merge of #21453 - Stebalien:exactsize, r=alexcrichton | bors | -4/+72 |
| 2015-01-23 | Clean up `isize`, `usize`. Don't bench allocation but formatting. | Tobias Bucher | -70/+72 |
| 2015-01-23 | Auto merge of #21382 - tshepang:improve-iter-docs, r=alexcrichton | bors | -236/+263 |
| 2015-01-22 | Added test. | Vadim Chugunov | -0/+46 |
| 2015-01-23 | Auto merge of #21374 - dgrunwald:range-notation-fixes, r=nikomatsakis | bors | -23/+80 |
| 2015-01-23 | Auto merge of #20221 - liigo:rustdoc-sidebar-tooltips-v3, r=alexcrichton | bors | -15/+130 |
| 2015-01-22 | Suppress space after idents with "ModName" style in serialization of exported... | Vadim Chugunov | -1/+10 |
| 2015-01-23 | Auto merge of #21530 - steveklabnik:rollup, r=steveklabnik | bors | -339/+937 |
| 2015-01-23 | iter: miscellaneous improvements | Tshepang Lekhonkhobe | -236/+263 |
| 2015-01-22 | Rollup merge of #21517 - SeanTAllen:master, r=steveklabnik | Steve Klabnik | -8/+8 |
| 2015-01-22 | Rollup merge of #21516 - steveklabnik:document_box, r=alexcrichton | Steve Klabnik | -11/+68 |
| 2015-01-22 | Rollup merge of #21500 - richo:power-fixups, r=alexcrichton | Steve Klabnik | -12/+12 |
| 2015-01-22 | Rollup merge of #21496 - ColonelJ:paatch, r=alexcrichton | Steve Klabnik | -0/+3 |
| 2015-01-22 | Rollup merge of #21484 - steveklabnik:connect_docs, r=alexcrichton | Steve Klabnik | -2/+21 |
| 2015-01-22 | Rollup merge of #21479 - steveklabnik:rustdoc_to_book, r=alexcrichton | Steve Klabnik | -294/+298 |
| 2015-01-22 | Rollup merge of #21477 - steveklabnik:gh21440, r=alexcrichton | Steve Klabnik | -1/+9 |
| 2015-01-22 | Rollup merge of #21472 - steveklabnik:gh21469, r=huonw | Steve Klabnik | -0/+4 |
| 2015-01-22 | Rollup merge of #21471 - michaelwoerister:associated-types, r=alexcrichton | Steve Klabnik | -1/+159 |
| 2015-01-22 | Rollup merge of #21450 - alfie:book2, r=steveklabnik | Steve Klabnik | -2/+1 |
| 2015-01-22 | Rollup merge of #21373 - angst7:pointer_doc_1, r=steveklabnik | Steve Klabnik | -4/+4 |
| 2015-01-22 | Rollup merge of #21325 - nagisa:thread-panicking, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2015-01-22 | Rollup merge of #21217 - Gankro:docadoca, r=steveklabnik | Steve Klabnik | -2/+52 |
| 2015-01-22 | Rollup merge of #21091 - steveklabnik:add_attribute_docs, r=huonw | Steve Klabnik | -0/+12 |
| 2015-01-22 | Rollup merge of #21056 - steveklabnik:return_strings, r=sfackler | Steve Klabnik | -0/+284 |
| 2015-01-22 | Document remaining attributes and macros | Steve Klabnik | -0/+12 |
| 2015-01-22 | Beef up docs for Box<T> | Steve Klabnik | -11/+68 |
| 2015-01-22 | Fix some grammar inconsistencies for the '..' range notation. | Daniel Grunwald | -23/+80 |
| 2015-01-22 | Return the String guide to its former glory. | Steve Klabnik | -0/+284 |
| 2015-01-22 | Reference correct fn during lifetime ellision | Sean T Allen | -8/+8 |
| 2015-01-22 | Auto merge of #21078 - js-ojus:master, r=steveklabnik | bors | -8/+35 |
| 2015-01-22 | Auto merge of #21187 - oli-obk:feature/hint_struct_field_access, r=alexcrichton | bors | -1/+112 |
| 2015-01-22 | Remove remaining stats and boxplot code. | Ahmed Charles | -161/+2 |
| 2015-01-22 | Make fmt_metrics() part of the impl. | Ahmed Charles | -11/+11 |
| 2015-01-22 | Remove save() and load(). | Ahmed Charles | -26/+1 |
| 2015-01-22 | Cleanup write_run_finish(). | Ahmed Charles | -24/+4 |
| 2015-01-21 | powerpc: Fix liblibc | Richo Healey | -12/+12 |
| 2015-01-22 | Auto merge of #21473 - alexcrichton:rollup, r=alexcrichton | bors | -6244/+5411 |