about summary refs log tree commit diff
path: root/src/libstd/ebml.rs
AgeCommit message (Expand)AuthorLines
2012-08-28CamelCasify lots of stdBen Striegel-96/+98
2012-08-27Turn off the verbose-mode of ebml.Graydon Hoare-1/+1
2012-08-26Camel case the option typeBrian Anderson-18/+18
2012-08-25libstd: serialization should use &strs.Erick Tryzelaar-5/+5
2012-08-23Rename str::bytes to str::to_bytesTim Chevalier-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-34/+34
2012-08-22libstd: fix serialization no-implicit-copies warningsErick Tryzelaar-14/+14
2012-08-22libstd: switch ebml's wr_tagged_str to use str::byte_sliceErick Tryzelaar-7/+1
2012-08-15Expunge match checksTim Chevalier-3/+6
2012-08-14Convert more core types to camel caseBrian Anderson-6/+6
2012-08-13Stop parsing old operator overloading syntaxBrian Anderson-10/+0
2012-08-08Convert impls to new syntaxBrian Anderson-7/+7
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-4/+4
2012-08-05Switch alts to use arrowsBrian Anderson-23/+14
2012-08-01Convert ret to returnBrian Anderson-25/+29
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-34/+34
2012-07-27rustc: Use coherence for operator overloading.Patrick Walton-0/+20
2012-07-26Removed the rest of the vec::view calls that were marked with #2880. Fixes #2...Eric Holk-1/+1
2012-07-26Use iteration protocol for ebml, use vec::view in more places (issue #2880)Eric Holk-6/+9
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-8/+25
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-23/+23
2012-07-12Fix the signature on vec::view.Eric Holk-2/+3
2012-07-05Mostly change TODOs to FIXMEs and annotate themTim Chevalier-8/+9
2012-07-04Remove empty argument lists from do expressionsBen Striegel-7/+7
2012-07-03rustc: Speed up def ID parsing in the metadataPatrick Walton-0/+5
2012-07-01Convert to new closure syntaxBrian Anderson-16/+16
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-16/+16
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-18/+18
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-6/+6
2012-06-25Some perf fixes, although vec::slice is still too slow (Issue #2719)Eric Holk-1/+1
2012-05-23changes to get std passing borrowckNiko Matsakis-2/+2
2012-04-25More slice use in vec, io, str, ebml, metadata encoder and decoder.Graydon Hoare-20/+35
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-5/+5
2012-03-14std: Rename the hashmap constructors to conform to new standardsBrian Anderson-4/+2
2012-03-14annotate libstd and start enforcing mutabilityNiko Matsakis-12/+11
2012-03-14adjust auto_serialize to generate fns named serialize_T()Niko Matsakis-2/+2
2012-03-13first (functional) version of the auto_serialize syntax extNiko Matsakis-0/+314
2012-03-13Overhaul constructor naming in libsBrian Anderson-2/+1
2012-02-24Encode/decode AST into metadata, re-instantiate inlined itemsNiko Matsakis-81/+128
2012-02-13add serialization library; convert ebml lib to use u64 internallyNiko Matsakis-36/+62
2012-02-10create serialization lib and update serializer to use itNiko Matsakis-13/+16
2012-02-10put serializer into the build and encode full item pathsNiko Matsakis-6/+12
2012-02-10update ebml interfaceNiko Matsakis-2/+22
2012-02-09Increase precedence of as operatorMarijn Haverbeke-18/+16
2012-01-31Change option::t to optionTim Chevalier-1/+1
2012-01-23s/block()/fn()/gNiko Matsakis-2/+2
2012-01-19stdlib: "tag" -> "enum"Patrick Walton-2/+2
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-1/+1
2012-01-11Major clean-up of std::ioMarijn Haverbeke-4/+4
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-4/+4