about summary refs log tree commit diff
path: root/src/libstd/ebml.rs
AgeCommit message (Expand)AuthorLines
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-7/+4
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-26/+26
2013-05-11Warning policeTim Chevalier-7/+0
2013-05-10auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwaltonbors-0/+33
2013-05-10rustc: Use the new `for` protocolAlex Crichton-0/+33
2013-05-09improve MIPS backend and implement segmented stacksJyun-Yan You-0/+1
2013-05-08libstd: Remove some residual mutable fieldsPatrick Walton-1/+21
2013-05-07auto merge of #6276 : brson/rust/issue-6122, r=graydonbors-0/+1
2013-05-06std: Workaround bustage on incoming. #6122Brian Anderson-0/+1
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-149/+318
2013-05-04Register snapshotsBrian Anderson-539/+0
2013-05-02librustc: Update the serializer to work properly with INHTWAMA, removing muta...Patrick Walton-64/+754
2013-04-30allover: numerous unused muts etcNiko Matsakis-1/+1
2013-04-30adapt to snapshotNiko Matsakis-18/+0
2013-04-27only use #[no_core] in libcoreDaniel Micay-3/+0
2013-04-19libstd: Micro-optimize vuint_atPatrick Walton-4/+53
2013-04-10syntax: add {read,emit}_enum_struct_variant{,_field}Erick Tryzelaar-0/+24
2013-04-10std: add serialize {read,emit}_tuple{,_arg,_struct,_struct_arg}Erick Tryzelaar-0/+26
2013-04-10std: rename {read,emit}_field to {read,emit}_struct_fieldErick Tryzelaar-1/+19
2013-04-10std: clean up the order of {De,En}codable methodsErick Tryzelaar-25/+25
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-6/+6
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-30/+0
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-6/+6
2013-03-29Register snapshotsBrian Anderson-30/+0
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-4/+4
2013-03-29std: add Encoder::emit_map and Decoder::read_mapErick Tryzelaar-0/+27
2013-03-29std: remove Encoder::read_rec and Decoder::emit_recErick Tryzelaar-6/+0
2013-03-29std: remove Encoder::emit_tup{,_elt} and Decoder::read_tup{,_elt}Erick Tryzelaar-13/+0
2013-03-29std: remove Encoder::emit_{owned,managed}_vec and Decoder::read_{owned,manage...Erick Tryzelaar-23/+6
2013-03-29std: remove Encoder::emit_{owned,managed} and Decoder::read_{owned,managed}Erick Tryzelaar-14/+0
2013-03-29std: remove Encoder::emit_{owned,managed}_str and Decoder::read_{owned,manage...Erick Tryzelaar-13/+2
2013-03-28Removing unused importsAlex Crichton-4/+4
2013-03-28std: change Decoder::read_option to return a generic typeErick Tryzelaar-6/+6
2013-03-28std: change Decoder::read_option to return a generic typeErick Tryzelaar-6/+6
2013-03-28auto merge of #5595 : catamorphism/rust/demoding, r=catamorphismbors-1/+0
2013-03-27auto merge of #5578 : erickt/rust/incoming, r=jbclements,ericktbors-2/+54
2013-03-27core: Remove unused importTim Chevalier-1/+0
2013-03-27Autoref the argument to the index operator (#4920)Niko Matsakis-5/+3
2013-03-27std: Decode::read_enum_variant should pass in the variant namesErick Tryzelaar-0/+30
2013-03-27std: add option type directly to serialize::{En,De}codeErick Tryzelaar-2/+24
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-1/+1
2013-03-22libstd: Remove all uses of `pure` from libstd. rs=depurePatrick Walton-1/+1
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-4/+4
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-35/+35
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-6/+6
2013-03-07De-implicit-self libstdBen Striegel-21/+21
2013-03-04Remove unused imports throughout src/Alex Crichton-6/+0
2013-03-02Remove REC, change related tests/docsJihyun Yu-2/+2
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-3/+3
2013-02-15auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brsonbors-3/+5