about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-12-10Update sample code to use `getopts::usage` in `print_usage`Arthur Liao-5/+4
2014-12-10auto merge of #19638 : barosl/rust/typeck-tupled-arguments-ice, r=jakubbors-1/+22
2014-12-10auto merge of #19628 : jbranchaud/rust/add-string-as-string-doctest, r=stevek...bors-0/+13
2014-12-10auto merge of #19648 : mquandalle/rust/patch-1, r=alexcrichtonbors-66/+0
2014-12-10typeck: Make the supplied parameters to be a tupleBarosl Lee-1/+22
2014-12-10auto merge of #19573 : apasel422/rust/sized_fn_once, r=alexcrichtonbors-2/+2
2014-12-09auto merge of #19563 : alexcrichton/rust/issue-19501, r=pnkfelixbors-3/+36
2014-12-09Test fixes and rebase conflicts from the rollupAlex Crichton-60/+62
2014-12-09rollup merge of #19653: frewsxcv/rm-reexportsAlex Crichton-3/+6
2014-12-09rollup merge of #19642: aaronweiss74/masterAlex Crichton-0/+7
2014-12-09rollup merge of #19626: bluss/string-extend-strAlex Crichton-0/+44
2014-12-09rollup merge of #19623: rustyrazorblade/patch-1Alex Crichton-1/+1
2014-12-09rollup merge of #19622: steveklabnik/fix_ringbuf_docAlex Crichton-5/+1
2014-12-09rollup merge of #19620: retep998/memorymapAlex Crichton-39/+35
2014-12-09rollup merge of #19616: steveklabnik/gh19556Alex Crichton-0/+49
2014-12-09rollup merge of #19615: steveklabnik/gh19595Alex Crichton-7/+11
2014-12-09rollup merge of #19614: steveklabnik/gh19599Alex Crichton-75/+75
2014-12-09rollup merge of #19608: jbranchaud/add-missing-semicolon-in-introAlex Crichton-1/+1
2014-12-09rollup merge of #19604: vadimcn/gcc-lessAlex Crichton-7/+19
2014-12-09rollup merge of #19598: japaric/ordAlex Crichton-7/+28
2014-12-09rollup merge of #19594: Arcterus/masterAlex Crichton-32/+64
2014-12-09rollup merge of #19592: jbranchaud/add-btreemap-iter-doctestAlex Crichton-0/+18
2014-12-09rollup merge of #19589: huonw/unboxed-closure-elisionAlex Crichton-44/+117
2014-12-09rollup merge of #19588: nodakai/libstd-fix-zombie-children-finderAlex Crichton-40/+28
2014-12-09rollup merge of #19587: huonw/closure-feature-gateAlex Crichton-14/+199
2014-12-09rollup merge of #19585: mdinger/guide_typoAlex Crichton-3/+3
2014-12-09rollup merge of #19584: CaptainHayashi/patch-1Alex Crichton-4/+4
2014-12-09rollup merge of #19581: luqmana/ducAlex Crichton-11/+48
2014-12-09rollup merge of #19577: aidancully/masterAlex Crichton-1/+17
2014-12-09rollup merge of #19576: nhoss2/masterAlex Crichton-2/+2
2014-12-09Add a doctest for the std::string::as_string method.jbranchaud-0/+13
2014-12-09Delete the outdated source layout READMEMaxime Quandalle-66/+0
2014-12-09serialize: base64: remove some .as_bytes() from the testsArcterus-6/+6
2014-12-09serialize: base64: improve newline handling speedArcterus-15/+13
2014-12-09serialize: base64: allow LF in addition to CRLF and optimize slightlyArcterus-30/+64
2014-12-09auto merge of #19466 : nikomatsakis/rust/recursion-limit, r=eddybbors-294/+126
2014-12-09auto merge of #19249 : barosl/rust/json-type-safety, r=alexcrichtonbors-169/+169
2014-12-09auto merge of #19644 : pcwalton/rust/oibit3, r=nikomatsakisbors-512/+2250
2014-12-08Add some missing Copy implementationsPatrick Walton-0/+6
2014-12-09auto merge of #19645 : alexcrichton/rust/old-snap, r=brsonbors-12/+53
2014-12-08Remove Result and Option reexportsCorey Farwell-3/+6
2014-12-08Revert "Register new snapshots"Alex Crichton-12/+53
2014-12-08rustc: Prepend a length to all metadataAlex Crichton-3/+36
2014-12-08Implemented BorrowFrom<Rc<T>> for T.Aaron Weiss-0/+7
2014-12-08Link regions in `ref` bindings from fn arguments.Niko Matsakis-6/+49
2014-12-08Stop masking overflow and propagate it out more aggressively; also improve er...Niko Matsakis-17/+37
2014-12-08Kill dead codeNiko Matsakis-279/+0
2014-12-08Add ability to configure recursion limit.Niko Matsakis-0/+91
2014-12-08Add a feature opt `opt_out_copy` that allows people to revert to the olderNiko Matsakis-3/+66
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-513/+2182