| Age | Commit message (Expand) | Author | Lines |
| 2015-05-25 | Add a missing space to the Glossary page of TRPL | Max Jacobson | -1/+1 |
| 2015-05-25 | Auto merge of #25767 - mystor:patch-1, r=Gankro | bors | -13/+7 |
| 2015-05-25 | Auto merge of #25771 - killercup:trpl/cleanup-markdown-links, r=steveklabnik | bors | -14/+14 |
| 2015-05-25 | rustdoc: Show where clauses in type aliases | Ulrik Sverdrup | -2/+7 |
| 2015-05-25 | Auto merge of #25698 - mdinger:flat_map, r=steveklabnik | bors | -10/+9 |
| 2015-05-25 | Remove unsafe block around boxed::into_raw() as it is now safe | Michael Layzell | -6/+4 |
| 2015-05-25 | Auto merge of #25742 - thombles:tk/StringCoercion, r=steveklabnik | bors | -0/+15 |
| 2015-05-25 | rustdoc: Fix associated types in signatures | Ulrik Sverdrup | -15/+51 |
| 2015-05-25 | Auto merge of #25773 - dotdash:deref_dst, r=eddyb | bors | -1/+29 |
| 2015-05-25 | Fix auto_ref for fat pointers | Björn Steinbrink | -1/+29 |
| 2015-05-25 | - Fix regression of literal out of range check for negative i64 values which ... | econoplas | -2/+6 |
| 2015-05-25 | Rustdoc: ignore deref-inherited static methods | Adolfo Ochagavía | -23/+44 |
| 2015-05-25 | TRPL: Clean up some Markdown links | Pascal Hertleif | -14/+14 |
| 2015-05-25 | Fix transmutes with boolean source values | Björn Steinbrink | -1/+21 |
| 2015-05-25 | Fix interchanged names of to_arg_ty and from_arg_ty | Björn Steinbrink | -12/+12 |
| 2015-05-25 | book: add no_run and use statement to strings no-coercion example | Thomas Karpiniec | -1/+3 |
| 2015-05-25 | Auto merge of #25764 - tshepang:typo, r=steveklabnik | bors | -1/+1 |
| 2015-05-25 | Auto merge of #25761 - ralexstokes:master, r=steveklabnik | bors | -1/+1 |
| 2015-05-25 | Auto merge of #25736 - tshepang:path-nits, r=steveklabnik | bors | -3/+3 |
| 2015-05-24 | Mark `boxed::into_raw` as safe | Michael Layzell | -7/+3 |
| 2015-05-25 | Auto merge of #25756 - tshepang:needless-cloned, r=steveklabnik | bors | -1/+1 |
| 2015-05-25 | doc: fix io::Write::write typo | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-24 | Auto merge of #25758 - tshepang:add-cloned-example, r=Gankro | bors | -2/+13 |
| 2015-05-25 | doc: add example for Iterator::cloned() | Tshepang Lekhonkhobe | -2/+13 |
| 2015-05-24 | Fix typo in diagram demonstrating stack vs. heap values | Alex Stokes | -1/+1 |
| 2015-05-24 | doc: cloned() and mut not needed | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-24 | Auto merge of #25464 - zaeleus:trpl-riol, r=pnkfelix | bors | -30/+30 |
| 2015-05-24 | Return TaggedDocsIterator from reader::tagged_docs. | Ms2ger | -256/+155 |
| 2015-05-24 | Introduce TaggedDocsIterator and use it to implement reader::tagged_docs. | Ms2ger | -12/+20 |
| 2015-05-24 | etc: work around utf8 text in rust sources on py3 in featureck | Richo Healey | -1/+8 |
| 2015-05-24 | etc: py3 compat for tidy.py | Richo Healey | -6/+6 |
| 2015-05-24 | etc: py3 compat for featureck | Richo Healey | -23/+23 |
| 2015-05-24 | etc: py3 compat for errorck.py | Richo Healey | -1/+1 |
| 2015-05-24 | etc: py3 compat for check-summary.py | Richo Healey | -7/+7 |
| 2015-05-24 | etc: Delete unused helper script | Richo Healey | -138/+0 |
| 2015-05-24 | Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelix | bors | -212/+848 |
| 2015-05-24 | Auto merge of #25168 - Manishearth:register_attr, r=eddyb | bors | -17/+137 |
| 2015-05-24 | Implement Eq for Cell and RefCell. | Simon Sapin | -2/+8 |
| 2015-05-24 | book: explanation that String -> &str coercion doesn't happen for &str traits | Thomas Karpiniec | -0/+13 |
| 2015-05-23 | driver: Only emit the RUST_BACKTRACE message if not present | Richo Healey | -1/+4 |
| 2015-05-23 | Auto merge of #25666 - tshepang:better-path-docs, r=steveklabnik | bors | -40/+42 |
| 2015-05-23 | doc: fix Windows test failure | Tshepang Lekhonkhobe | -2/+2 |
| 2015-05-23 | FreeBSD: Don't add -L/usr/local/lib{,/gcc4[46]}. | Will Andrews | -5/+0 |
| 2015-05-23 | path: make this bit follow idiom | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-23 | doc: missing words | Tshepang Lekhonkhobe | -2/+2 |
| 2015-05-23 | Auto merge of #25735 - oli-obk:rollup, r=steveklabnik | bors | -284/+309 |
| 2015-05-23 | Rollup merge of #25716 - steveklabnik:remove_bad_docs, r=Gankro | Oliver Schneider | -3/+2 |
| 2015-05-23 | Rollup merge of #25715 - nero-luci:patch-1, r=steveklabnik | Oliver Schneider | -1/+1 |
| 2015-05-23 | Rollup merge of #25714 - brianquinlan:patch-1, r=huonw | Oliver Schneider | -1/+2 |
| 2015-05-23 | Rollup merge of #25710 - Manishearth:no_decorator_clone, r=sfackler | Oliver Schneider | -39/+39 |