about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-12-11Register new snapshotsAlex Crichton-7220/+8002
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-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-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
2014-12-08auto merge of #19574 : erickt/rust/vec-reserve, r=alexcrichtonbors-4/+5
2014-12-08auto merge of #19306 : steveklabnik/rust/gh19269, r=nikomatsakis,brsonbors-8/+2
2014-12-08auto merge of #19560 : sfackler/rust/should-fail-reason, r=alexcrichtonbors-29/+165
2014-12-08libserialize: Prefer into_string() to to_string() wherever possibleBarosl Lee-85/+85
2014-12-08libserialize: Code cleanupBarosl Lee-69/+65
2014-12-08libserialize: Always use a decimal point when emitting a float valueBarosl Lee-3/+4
2014-12-08auto merge of #19506 : eddyb/rust/fmt-polish, r=alexcrichtonbors-77/+72
2014-12-08libserialize: Do not coerce to integer when decoding a float valueBarosl Lee-4/+4
2014-12-08libserialize: Remove float preprocessing in serialize::json::EncoderBarosl Lee-21/+24