| Age | Commit message (Expand) | Author | Lines |
| 2014-11-17 | auto merge of #18914 : Gankro/rust/cloned, r=aturon | bors | -119/+121 |
| 2014-11-17 | auto merge of #18927 : areski/rust/pr-improve-option-match-readl, r=jakub- | bors | -5/+20 |
| 2014-11-16 | auto merge of #18747 : csherratt/rust/ringbuf-remove-option, r=huonw | bors | -198/+513 |
| 2014-11-16 | auto merge of #18995 : alfie/rust/comment-docs, r=aturon | bors | -1/+1 |
| 2014-11-16 | auto merge of #18994 : sfackler/rust/struct-variants-pt2, r=jakub- | bors | -114/+60 |
| 2014-11-16 | fallout from deprecating find_copy and get_copy | Alexis Beingessner | -94/+92 |
| 2014-11-16 | Deprecate hashmap's find_copy and get_copy in favour of cloned and clone | Alexis Beingessner | -25/+7 |
| 2014-11-16 | implement cloned for Option | Alexis Beingessner | -0/+22 |
| 2014-11-16 | Update the reference | Jakub Bukaj | -4/+8 |
| 2014-11-16 | Update tests accordingly | Jakub Bukaj | -6/+7 |
| 2014-11-16 | Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq | Jakub Bukaj | -407/+350 |
| 2014-11-16 | Try to remove ty_nil, some kind of error in exhaustiveness checking | Niko Matsakis | -114/+76 |
| 2014-11-16 | Fix doctests | Jakub Bukaj | -2/+2 |
| 2014-11-16 | Fix warnings | Jakub Bukaj | -2/+2 |
| 2014-11-16 | rollup merge of #18990: alfie/master | Jakub Bukaj | -1/+1 |
| 2014-11-16 | rollup merge of #18989: alex/fix-typos | Jakub Bukaj | -7/+7 |
| 2014-11-16 | rollup merge of #18985: alexcrichton/issue-18900 | Jakub Bukaj | -24/+22 |
| 2014-11-16 | rollup merge of #18979: inrustwetrust/codegen-options-parsing | Jakub Bukaj | -16/+66 |
| 2014-11-16 | rollup merge of #18976: bjz/rfc369-numerics | Jakub Bukaj | -757/+580 |
| 2014-11-16 | rollup merge of #18970: aturon/fixup-stable | Jakub Bukaj | -17/+63 |
| 2014-11-16 | rollup merge of #18965: cmr/master | Jakub Bukaj | -1/+6 |
| 2014-11-16 | rollup merge of #18964: coyotebush/rustdoc-print | Jakub Bukaj | -0/+6 |
| 2014-11-16 | rollup merge of #18960: stepancheg/cell-default | Jakub Bukaj | -0/+28 |
| 2014-11-16 | rollup merge of #18949: tomjakubowski/tojson-str | Jakub Bukaj | -1/+6 |
| 2014-11-16 | rollup merge of #18948: barosl/doc-encodable-fix | Jakub Bukaj | -31/+40 |
| 2014-11-16 | rollup merge of #18942: jbcrail/tree-set-docs | Jakub Bukaj | -4/+4 |
| 2014-11-16 | rollup merge of #18941: reem/better-task-pool | Jakub Bukaj | -63/+167 |
| 2014-11-16 | rollup merge of #18935: jmesmon/cody/no-vendor-triplle | Jakub Bukaj | -1/+5 |
| 2014-11-16 | rollup merge of #18933: IanConnolly/doc-fake-rust | Jakub Bukaj | -8/+8 |
| 2014-11-16 | auto merge of #18788 : ricky26/rust/master, r=aturon | bors | -12/+25 |
| 2014-11-16 | doc: make end comment consistent with start comment | Alfie John | -1/+1 |
| 2014-11-15 | Un-feature gate struct variants | Steven Fackler | -114/+60 |
| 2014-11-16 | Move ToString to collections::string | Brendan Zabarauskas | -72/+51 |
| 2014-11-16 | Move IntoString to collections::string | Brendan Zabarauskas | -10/+9 |
| 2014-11-16 | Rename IntoStr to IntoString | Brendan Zabarauskas | -5/+5 |
| 2014-11-16 | Remove use of deprecated function | Brendan Zabarauskas | -2/+3 |
| 2014-11-16 | Remove core::num::strconv | Brendan Zabarauskas | -411/+282 |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -671/+644 |
| 2014-11-15 | doc: small grammar fix | Alfie John | -1/+1 |
| 2014-11-15 | Fixed several typos | Alex Gaynor | -7/+7 |
| 2014-11-15 | std: Fix a flaky test on OSX 10.10 | Alex Crichton | -24/+22 |
| 2014-11-15 | Update ring_buf.rs from fallout of #18827. | Colin Sherratt | -5/+5 |
| 2014-11-15 | Slightly improved rustc error messages for invalid -C arguments | inrustwetrust | -16/+66 |
| 2014-11-15 | auto merge of #18924 : cakebaker/rust/fix_list, r=steveklabnik | bors | -3/+4 |
| 2014-11-15 | auto merge of #18922 : japaric/rust/for, r=jakub- | bors | -12/+12 |
| 2014-11-15 | auto merge of #18901 : steveklabnik/rust/quickfix, r=alexcrichton | bors | -1/+1 |
| 2014-11-14 | rustdoc: tweak stability summary counting | Aaron Turon | -2/+1 |
| 2014-11-14 | libs: fix #[stable] inheritance fallout | Aaron Turon | -15/+62 |
| 2014-11-14 | librustc: use type parameters less vigorously when giving the IR type names | Corey Richardson | -1/+6 |
| 2014-11-14 | Hide interactive elements when printing rustdoc | Corey Ford | -0/+6 |