about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-11-28auto merge of #19360 : olivren/rust/master, r=Gankrobors-5/+4
2014-11-28auto merge of #19355 : vhbit/rust/ios-backtrace-fix, r=alexcrichtonbors-1/+1
2014-11-28auto merge of #19354 : barosl/rust/strconv-doc-fix, r=steveklabnikbors-41/+35
2014-11-27auto merge of #19349 : tomjakubowski/rust/rustdoc-struct-variant-vis, r=sfacklerbors-0/+4
2014-11-27auto merge of #19112 : steveklabnik/rust/doc_rc, r=Gankrobors-57/+296
2014-11-27Fix example code for unreachable!olivren-5/+4
2014-11-27auto merge of #19348 : SimonSapin/rust/patch-9, r=huonwbors-3/+3
2014-11-27Fixed iOS build after Iter stabValerii Hiora-1/+1
2014-11-27Documentation fix for std::num::strconvBarosl Lee-41/+35
2014-11-27auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichtonbors-50/+3
2014-11-26More test fixes and rebase conflicts!Alex Crichton-119/+128
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-8078/+6858
2014-11-26/*! -> //!Steve Klabnik-8080/+6860
2014-11-26Test fixes and rebase conflictsAlex Crichton-50/+56
2014-11-26rollup merge of #19336: apasel422/guideAlex Crichton-8/+8
2014-11-26rollup merge of #19330: csouth3/binaryheap-iterAlex Crichton-0/+17
2014-11-26rollup merge of #19328: sfackler/buffered-get-mutAlex Crichton-10/+26
2014-11-26rollup merge of #19326: huonw/safer-syntaxAlex Crichton-90/+19
2014-11-26rollup merge of #19325: ucarion/pointers-doc-formattingAlex Crichton-4/+4
2014-11-26rollup merge of #19322: DiamondLovesYou/multi-llvmdepsAlex Crichton-62/+43
2014-11-26rollup merge of #19317: sfackler/xcrate-namespaceAlex Crichton-22/+62
2014-11-26rollup merge of #19316: steveklabnik/gh18876Alex Crichton-17/+33
2014-11-26rollup merge of #19313: steveklabnik/gh18844Alex Crichton-1/+1
2014-11-26rollup merge of #19312: steveklabnik/gh19177Alex Crichton-1/+14
2014-11-26rollup merge of #19310: steveklabnik/gh19178Alex Crichton-0/+16
2014-11-26rollup merge of #19308: thestinger/oomAlex Crichton-0/+1
2014-11-26rollup merge of #19307: steveklabnik/gh19199Alex Crichton-1/+7
2014-11-26rollup merge of #19304: steveklabnik/gh19302Alex Crichton-1/+22
2014-11-26rollup merge of #19301: Gankro/take-fixAlex Crichton-1/+35
2014-11-26rollup merge of #19300: killercup/patch-1Alex Crichton-1/+1
2014-11-26rollup merge of #19299: nikomatsakis/stop-indenting-test-outputAlex Crichton-3/+1
2014-11-26rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plusAlex Crichton-372/+478
2014-11-26rollup merge of #19296: csouth3/trieset-unionAlex Crichton-1/+268
2014-11-26rollup merge of #19288: steveklabnik/doc_style_cleanupAlex Crichton-1658/+1361
2014-11-26rollup merge of #19287: alexcrichton/issue-19272Alex Crichton-14/+12
2014-11-26rollup merge of #19273: ogham/rename-file-typesAlex Crichton-36/+35
2014-11-26rollup merge of #19272: tomjakubowski/rustdoc-sizedAlex Crichton-10/+43
2014-11-26rollup merge of #19266: aochagavia/constAlex Crichton-0/+86
2014-11-26rollup merge of #19231: Gankro/ringbuf-into-iterAlex Crichton-8/+102
2014-11-26rollup merge of #19224: frewsxcv/unprefix-json-typesAlex Crichton-92/+92
2014-11-26rustdoc: inherited vis. for struct variant fieldsTom Jakubowski-0/+4
2014-11-26Update docstrings for UnicodeChar::is_digit => is_numeric renameSimon Sapin-3/+3
2014-11-26Do not print any warnings if '-A warnings' is specified on the command lineJakub Bukaj-3/+53
2014-11-26Warn on pattern bindings that have the same name as a variantJakub Bukaj-29/+100
2014-11-26auto merge of #19144 : michaelwoerister/rust/lldb-scripts, r=alexcrichtonbors-7/+50
2014-11-26Remove special casing for some meta attributesSteven Fackler-50/+3
2014-11-26auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichtonbors-147/+304
2014-11-26debuginfo: Fix LLDB pretty printer for enum variants with zero fields.Michael Woerister-4/+7
2014-11-26Add tests for the parsing of `+` and the error messages if people get it wrong.Niko Matsakis-0/+83
2014-11-26Fix odd example where bounds were permitted and then ignoredNiko Matsakis-1/+1