about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-11-17auto merge of #18914 : Gankro/rust/cloned, r=aturonbors-119/+121
2014-11-17auto merge of #18927 : areski/rust/pr-improve-option-match-readl, r=jakub-bors-5/+20
2014-11-16auto merge of #18747 : csherratt/rust/ringbuf-remove-option, r=huonwbors-198/+513
2014-11-16auto merge of #18995 : alfie/rust/comment-docs, r=aturonbors-1/+1
2014-11-16auto merge of #18994 : sfackler/rust/struct-variants-pt2, r=jakub-bors-114/+60
2014-11-16fallout from deprecating find_copy and get_copyAlexis Beingessner-94/+92
2014-11-16Deprecate hashmap's find_copy and get_copy in favour of cloned and cloneAlexis Beingessner-25/+7
2014-11-16implement cloned for OptionAlexis Beingessner-0/+22
2014-11-16Update the referenceJakub Bukaj-4/+8
2014-11-16Update tests accordinglyJakub Bukaj-6/+7
2014-11-16Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniqJakub Bukaj-407/+350
2014-11-16Try to remove ty_nil, some kind of error in exhaustiveness checkingNiko Matsakis-114/+76
2014-11-16Fix doctestsJakub Bukaj-2/+2
2014-11-16Fix warningsJakub Bukaj-2/+2
2014-11-16rollup merge of #18990: alfie/masterJakub Bukaj-1/+1
2014-11-16rollup merge of #18989: alex/fix-typosJakub Bukaj-7/+7
2014-11-16rollup merge of #18985: alexcrichton/issue-18900Jakub Bukaj-24/+22
2014-11-16rollup merge of #18979: inrustwetrust/codegen-options-parsingJakub Bukaj-16/+66
2014-11-16rollup merge of #18976: bjz/rfc369-numericsJakub Bukaj-757/+580
2014-11-16rollup merge of #18970: aturon/fixup-stableJakub Bukaj-17/+63
2014-11-16rollup merge of #18965: cmr/masterJakub Bukaj-1/+6
2014-11-16rollup merge of #18964: coyotebush/rustdoc-printJakub Bukaj-0/+6
2014-11-16rollup merge of #18960: stepancheg/cell-defaultJakub Bukaj-0/+28
2014-11-16rollup merge of #18949: tomjakubowski/tojson-strJakub Bukaj-1/+6
2014-11-16rollup merge of #18948: barosl/doc-encodable-fixJakub Bukaj-31/+40
2014-11-16rollup merge of #18942: jbcrail/tree-set-docsJakub Bukaj-4/+4
2014-11-16rollup merge of #18941: reem/better-task-poolJakub Bukaj-63/+167
2014-11-16rollup merge of #18935: jmesmon/cody/no-vendor-triplleJakub Bukaj-1/+5
2014-11-16rollup merge of #18933: IanConnolly/doc-fake-rustJakub Bukaj-8/+8
2014-11-16auto merge of #18788 : ricky26/rust/master, r=aturonbors-12/+25
2014-11-16doc: make end comment consistent with start commentAlfie John-1/+1
2014-11-15Un-feature gate struct variantsSteven Fackler-114/+60
2014-11-16Move ToString to collections::stringBrendan Zabarauskas-72/+51
2014-11-16Move IntoString to collections::stringBrendan Zabarauskas-10/+9
2014-11-16Rename IntoStr to IntoStringBrendan Zabarauskas-5/+5
2014-11-16Remove use of deprecated functionBrendan Zabarauskas-2/+3
2014-11-16Remove core::num::strconvBrendan Zabarauskas-411/+282
2014-11-16Move FromStr to core::strBrendan Zabarauskas-671/+644
2014-11-15doc: small grammar fixAlfie John-1/+1
2014-11-15Fixed several typosAlex Gaynor-7/+7
2014-11-15std: Fix a flaky test on OSX 10.10Alex Crichton-24/+22
2014-11-15Update ring_buf.rs from fallout of #18827.Colin Sherratt-5/+5
2014-11-15Slightly improved rustc error messages for invalid -C argumentsinrustwetrust-16/+66
2014-11-15auto merge of #18924 : cakebaker/rust/fix_list, r=steveklabnikbors-3/+4
2014-11-15auto merge of #18922 : japaric/rust/for, r=jakub-bors-12/+12
2014-11-15auto merge of #18901 : steveklabnik/rust/quickfix, r=alexcrichtonbors-1/+1
2014-11-14rustdoc: tweak stability summary countingAaron Turon-2/+1
2014-11-14libs: fix #[stable] inheritance falloutAaron Turon-15/+62
2014-11-14librustc: use type parameters less vigorously when giving the IR type namesCorey Richardson-1/+6
2014-11-14Hide interactive elements when printing rustdocCorey Ford-0/+6