about summary refs log tree commit diff
path: root/src/libstd/json.rs
AgeCommit message (Expand)AuthorLines
2013-03-28std: change Decoder::read_option to return a generic typeErick Tryzelaar-3/+3
2013-03-27std: add some better failure msgs to jsonErick Tryzelaar-3/+3
2013-03-27std: add tests for decoding json enumsErick Tryzelaar-1/+14
2013-03-27std: Decode::read_enum_variant should pass in the variant namesErick Tryzelaar-2/+25
2013-03-27std: add option type directly to serialize::{En,De}codeErick Tryzelaar-20/+18
2013-03-27std: change default json enum encoder to use strings or a flat vecErick Tryzelaar-41/+16
2013-03-27std: Add tests for json decoding optionsErick Tryzelaar-0/+18
2013-03-27std: fix json PrettyEncoder and add testsErick Tryzelaar-33/+220
2013-03-27std: change fail_unless to assert_eq in json.rsErick Tryzelaar-133/+128
2013-03-27std: clean json test importsErick Tryzelaar-6/+2
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-3/+3
2013-03-26Remove unused imports throughoutAlex Crichton-1/+0
2013-03-26Switched over a bunch of splitting funktions to non-allocating iteratorsMarvin Löbel-1/+2
2013-03-23replace impls with `deriving` where applicableAndrew Paseltiner-9/+1
2013-03-22librustc: Add explicit lifetime binders and new lifetime notation in core/std...Patrick Walton-2/+2
2013-03-22libstd: Remove all uses of `pure` from libstd. rs=depurePatrick Walton-11/+11
2013-03-21auto merge of #5407 : jbclements/rust/add-assert-eq-macro, r=jbclementsbors-17/+3
2013-03-20change some uses of fail_unless to assert_eqJohn Clements-17/+3
2013-03-20core: add str::each{,i}_reverseErick Tryzelaar-11/+5
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-3/+7
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-3/+3
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-10/+10
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-43/+43
2013-03-08Fix dvec-related fallout in testsAlex Crichton-6/+3
2013-03-08std: Remove uses of DVecAlex Crichton-1/+0
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-144/+177
2013-03-07De-implicit-self libstdBen Striegel-43/+43
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-3/+3
2013-03-05core: convert vec::{last,last_opt} to return referencesErick Tryzelaar-1/+1
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-0/+1
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-4/+4
2013-02-21Cleanup, commenting, trivial renamingJohn Clements-2/+0
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-8/+8
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-4/+4
2013-02-15libstd: Get rid of `move`.Luqman Aden-29/+29
2013-02-14auto merge of #4927 : sanxiyn/rust/remove-dvec, r=catamorphismbors-3/+3
2013-02-14auto merge of #4934 : nickdesaulniers/rust/issue4524cleanup, r=brsonbors-2/+2
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-29/+29
2013-02-14Remove all final references to die!Nick Desaulniers-2/+2
2013-02-14Remove DVec from jsonSeo Sanghyeon-3/+3
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-20/+20
2013-02-10added issue for reference in FIXMEJohn Clements-1/+1
2013-02-09json tidyJohn Clements-4/+6
2013-02-09re-special-case Option in JSON encodingJohn Clements-9/+64
2013-02-09json add enum encoder test caseJohn Clements-1/+41
2013-02-09json bugfixJohn Clements-2/+1
2013-02-09tidyJohn Clements-6/+6
2013-02-09json bugfixesJohn Clements-10/+7
2013-02-09fix typos in sample code, add enum to json encoder, add test caseJohn Clements-2/+8
2013-02-09auto merge of #4848 : nikomatsakis/rust/issue-4821-bad-kind-computation, r=ca...bors-1/+1