summary refs log tree commit diff
path: root/src/librbml
AgeCommit message (Expand)AuthorLines
2016-01-19manual fixupsNick Cameron-10/+23
2016-01-19rustfmt librbmlNick Cameron-468/+510
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-2/+1
2015-12-28Use a more efficient encoding for opaque data in RBML.Michael Woerister-10/+996
2015-12-21Register new snapshotsAlex Crichton-3/+0
2015-12-09Auto merge of #30140 - michaelwoerister:tls-encoding, r=nikomatsakisbors-0/+8
2015-12-09Add scoped thread-local encoding and decoding contexts to cstore.Michael Woerister-0/+8
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-5/+3
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-12librbml: deny warnings in doctestsKevin Butler-1/+2
2015-10-17Remove some trivial `transmute`sAndrew Paseltiner-9/+0
2015-10-01improve the tyencode abbrev formatAriel Ben-Yehuda-1/+1
2015-10-01don't emit leading zeros in tagged integersAriel Ben-Yehuda-29/+44
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+1
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-3/+3
2015-06-17core: Split apart the global `core` featureAlex Crichton-1/+1
2015-05-24Return TaggedDocsIterator from reader::tagged_docs.Ms2ger-5/+3
2015-05-24Introduce TaggedDocsIterator and use it to implement reader::tagged_docs.Ms2ger-12/+20
2015-05-19Return the iterator from reader::docs.Ms2ger-6/+4
2015-05-17Rewrite reader::docs with an iterator.Ms2ger-9/+34
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-23/+28
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-2/+2
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-1/+0
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-7/+7
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-3/+1
2015-03-31Stabilize std::numAaron Turon-3/+1
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-4/+4
2015-03-28Fix some typosVadim Petrochenkov-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-140/+139
2015-03-24Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-03-25Add trivial cast lints.Nick Cameron-2/+2
2015-03-19Fix spelling errors in comments.Joseph Crail-1/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-288/+32
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-23/+23
2015-03-04Auto merge of #22920 - tshepang:remove-some-warnings, r=huonwbors-9/+9
2015-03-03Rollup merge of #22876 - Florob:const, r=nikomatsakisManish Goregaokar-1/+1
2015-03-03metadata: Reordered integral tags in the ascending order.Kang Seonghoon-51/+55
2015-03-03metadata: Bump the metadata encoding version.Kang Seonghoon-5/+101
2015-03-03metadata: Compact integer encoding.Kang Seonghoon-93/+114
2015-03-03metadata: Space-optimize empty vectors and maps.Kang Seonghoon-0/+17
2015-03-03metadata: Implement relaxation of short RBML lengths.Kang Seonghoon-32/+62
2015-03-03metadata: Introduce `EsSub8` and `EsSub32` tags.Kang Seonghoon-35/+77
2015-03-03metadata: Bye bye `EsLabel`. No regrets.Kang Seonghoon-47/+4
2015-03-03metadata: Eliminate the `EsEnumBody` tag.Kang Seonghoon-35/+12
2015-03-03metadata: Introduce implicit lengths for auto-serialization.Kang Seonghoon-52/+121
2015-03-03metadata: New tag encoding scheme.Kang Seonghoon-8/+35