| Age | Commit message (Expand) | Author | Lines |
| 2015-06-04 | Fix doctest (fixup #25900) | Manish Goregaokar | -16/+17 |
| 2015-06-04 | support aarch64-android raw type definitions | Sae-bom Kim | -33/+82 |
| 2015-06-04 | Rollup merge of #25994 - marcusklaas:issue-25969, r=huonw | Manish Goregaokar | -2/+1 |
| 2015-06-04 | Rollup merge of #25990 - carols10cents:try-docs, r=nikomatsakis | Manish Goregaokar | -2/+31 |
| 2015-06-04 | Rollup merge of #25988 - webmobster:master, r=alexcrichton | Manish Goregaokar | -0/+4 |
| 2015-06-04 | Rollup merge of #25987 - pnkfelix:fix-dropck-doc-formatto, r=Manishearth | Manish Goregaokar | -7/+5 |
| 2015-06-04 | Rollup merge of #25900 - lorenzb:more_about_types, r=nikomatsakis | Manish Goregaokar | -0/+140 |
| 2015-06-04 | Auto merge of #25743 - michaelsproul:match-diagnostics, r=nrc | bors | -71/+147 |
| 2015-06-04 | Fix span for ExprPath variants | Marcus Klaas | -2/+1 |
| 2015-06-03 | Auto merge of #25959 - pnkfelix:fsk-hack-move-val-init, r=nikomatsakis | bors | -16/+236 |
| 2015-06-04 | Use a plain Vec instead of VecPerParamSpace in trait selection. | Ariel Ben-Yehuda | -154/+62 |
| 2015-06-03 | Auto merge of #24910 - steveklabnik:remove_static_assert, r=alexcrichton | bors | -130/+0 |
| 2015-06-03 | Add priority policy to RWLock API Documentation | webmobster | -0/+4 |
| 2015-06-03 | Indent 4 spaces instead of 2 | Carol Nichols | -2/+2 |
| 2015-06-03 | Return Ok(()) instead of Ok() | Carol Nichols | -2/+2 |
| 2015-06-03 | Use write_all instead of write_line | Carol Nichols | -2/+2 |
| 2015-06-03 | Add prelude to get Write | Carol Nichols | -0/+1 |
| 2015-06-03 | Remove unused get_enum_variant_defs functions. | Ms2ger | -25/+0 |
| 2015-06-03 | Update linked_list.rs | Jexell | -5/+3 |
| 2015-06-03 | Auto merge of #25966 - pelmers:save-api, r=nrc | bors | -81/+98 |
| 2015-06-03 | Improve `try!` docs to make clearer it returns `Result`. | Carol Nichols | -2/+30 |
| 2015-06-03 | Remove #[static_assert] | Steve Klabnik | -130/+0 |
| 2015-06-03 | Fix the dropck doc formatting to avoid hitting four-space indent. | Felix S. Klock II | -7/+5 |
| 2015-06-03 | Rollup merge of #25974 - richo:stack-msg, r=alexcrichton | Manish Goregaokar | -8/+4 |
| 2015-06-03 | Rollup merge of #25963 - steveklabnik:link_to_cell, r=alexcrichton | Manish Goregaokar | -1/+3 |
| 2015-06-03 | Rollup merge of #25939 - wca:fix-freebsd-configure, r=alexcrichton | Manish Goregaokar | -5/+0 |
| 2015-06-03 | Make E0201 detect when duplicate function is a method. | Nick Hamann | -5/+9 |
| 2015-06-03 | Improve diagnostic messages for range patterns. | Michael Sproul | -71/+147 |
| 2015-06-02 | s/method/associated function/ in E0201 | Nick Hamann | -10/+20 |
| 2015-06-03 | Auto merge of #25935 - wesleywiser:fix_libcollection_build_warnings, r=alexcr... | bors | -4/+11 |
| 2015-06-02 | std: clarify comments about sp* implementations | Richo Healey | -8/+4 |
| 2015-06-02 | Auto merge of #25867 - petrochenkov:ucellv, r=alexcrichton | bors | -1/+8 |
| 2015-06-02 | Add note about expression vs. statement to dining philosphers problem, | ben fleis | -1/+3 |
| 2015-06-02 | Auto merge of #25926 - Ms2ger:enum_variant_ids, r=alexcrichton | bors | -8/+26 |
| 2015-06-02 | Change &String[..] to just &String, since it coerces to &str automatically. | Peter Elmers | -26/+26 |
| 2015-06-02 | Move EnumData to the API. | Peter Elmers | -55/+72 |
| 2015-06-02 | Auto merge of #25868 - alexcrichton:issue-25505, r=brson | bors | -12/+29 |
| 2015-06-02 | Link to cell in TRPL: mutability | Steve Klabnik | -1/+3 |
| 2015-06-02 | Auto merge of #25905 - michaelwoerister:lldb-pp-strings, r=brson | bors | -419/+733 |
| 2015-06-02 | added test to ensure move_val_init still handles cleanups properly. | Felix S. Klock II | -0/+194 |
| 2015-06-02 | Hack the move_val_init intrinsic to trans directly into the destination address. | Felix S. Klock II | -16/+42 |
| 2015-06-02 | Rollup merge of #25951 - mbrubeck:nan, r=alexcrichton | Manish Goregaokar | -0/+8 |
| 2015-06-02 | Rollup merge of #25941 - puzza007:trpl-infinite-iterator-chain-take, r=stevek... | Manish Goregaokar | -1/+1 |
| 2015-06-02 | Rollup merge of #25936 - tshepang:patch-2, r=alexcrichton | Manish Goregaokar | -2/+1 |
| 2015-06-02 | Rollup merge of #25933 - bluss:rustdoc-fn-css, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2015-06-02 | Rollup merge of #25932 - bluss:doc-book-1, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-06-02 | Rollup merge of #25920 - tshepang:option-map-example, r=Gankro | Manish Goregaokar | -3/+5 |
| 2015-06-02 | Rollup merge of #25821 - jooert:remove_build_date, r=brson | Manish Goregaokar | -5/+0 |
| 2015-06-02 | Rollup merge of #25751 - steveklabnik:translations, r=brson | Manish Goregaokar | -0/+11 |
| 2015-06-02 | booK: Float no longer exists | Tshepang Lekhonkhobe | -1/+1 |