about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-11-04Separate string->integer implementation in strconvBrendan Zabarauskas-189/+138
2014-11-03auto merge of #18463 : japaric/rust/bytes2, r=alexcrichtonbors-59/+36
2014-11-03Doc: corrects obsolete pointer syntaxgamazeps-1/+1
2014-11-03auto merge of #18206 : hirschenberger/rust/issue-17713, r=thestingerbors-3/+113
2014-11-03Dump char and byte positions in save_analysisNick Cameron-7/+10
2014-11-03Ignore whitespace tokens when re-computing spans in save_analysisNick Cameron-29/+29
2014-11-03auto merge of #17753 : aturon/rust/error-interop, r=alexcrichtonbors-7/+191
2014-11-02Add regression test for #18532Brian Koropoff-0/+22
2014-11-02Fix ICE when checking call overloadBrian Koropoff-1/+1
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-1706/+1797
2014-11-02Add type annotation to deal with falloutAaron Turon-1/+1
2014-11-02Add Error impls to a few key error typesAaron Turon-0/+66
2014-11-02auto merge of #18456 : gamazeps/rust/issue18449, r=thestingerbors-9/+6
2014-11-02Add error module with Error and FromError traitsAaron Turon-6/+124
2014-11-02Change Json methods to &str and allow Indexingwhataloadofwhat-17/+39
2014-11-02auto merge of #18406 : thestinger/rust/oom, r=cmrbors-63/+49
2014-11-02Add regression test for #16790, #18378 and #18543Brian Koropoff-0/+46
2014-11-02librustc: Check if return type is void not zero-sized for fn->closure wrapper.Luqman Aden-1/+24
2014-11-02Treat cross-crate unboxed closure def IDs consistentlyBrian Koropoff-31/+40
2014-11-02auto merge of #18481 : sfackler/rust/enum-namespace, r=pcwaltonbors-94/+584
2014-11-02Fix decoding of unboxed closure kindsBrian Koropoff-6/+8
2014-11-02Mark the `struct_inherit` feature as removedJakub Bukaj-1/+1
2014-11-02cleaned up ids, added direct rust doc searchSean Jensen-Grey-7/+27
2014-11-02core: Replace secret formatting functions with UFCS versionsJorge Aparicio-4/+138
2014-11-02syntax: Use UFCS instead of `secret_*` fns in expansion of `format_args!`Jorge Aparicio-18/+19
2014-11-02rand: Add next_f64/f32 to Rng.Huon Wilson-14/+56
2014-11-02Extend documentation of getopts for argumentsRobin Stocker-6/+38
2014-11-01Merge remote-tracking branch 'upstream/master' into doc-18498Sean Jensen-Grey-1583/+2519
2014-11-01add populated search box to docs 404 pageSean Jensen-Grey-0/+24
2014-11-01Add regression testBrian Koropoff-0/+27
2014-11-01Always consider static methods object-safeBrian Koropoff-1/+5
2014-11-02Convert some notes to help messagesP1start-80/+123
2014-11-02Update error messages from "vector" to "array"Mike Robinson-2/+2
2014-11-01Add regression test for #18501Brian Koropoff-0/+47
2014-11-01Fix def ID mapping for method defsBrian Koropoff-11/+14
2014-11-01Replace deprecated missing_doc attribute.Joseph Crail-10/+10
2014-11-01Remove unnecessary allocationsJorge Aparicio-5/+5
2014-11-01DSTify BytesContainerJorge Aparicio-54/+31
2014-11-01bubble up out-of-memory errors from liballocDaniel Micay-63/+49
2014-11-01auto merge of #17595 : danburkert/rust/tuple-index-deserialization, r=alexcri...bors-14/+57
2014-11-01Add regression test for issue #18514Brian Koropoff-0/+51
2014-11-01Monomorphize method types in Typer impl for BlockSBrian Koropoff-1/+5
2014-11-01auto merge of #18474 : alexcrichton/rust/no-more-traits, r=aturonbors-1569/+2462
2014-11-01collections: Remove all collections traitsAlex Crichton-1569/+2462
2014-11-01Tuple deserialization should not failDan Burkert-11/+16
2014-11-01libserialize: tuple-arity should be provided to `Decoder::read_tuple`Dan Burkert-14/+52
2014-11-01Reference: Add missing of'sDaniel Hofstetter-3/+3
2014-11-01Guide: Fix variable nameDaniel Hofstetter-1/+1
2014-11-01auto merge of #18457 : japaric/rust/tocstr, r=alexcrichtonbors-39/+29
2014-11-01Add compile-fail test of DST rvalues resulting from overloaded indexBrian Koropoff-0/+40