summary refs log tree commit diff
path: root/src/librbml/lib.rs
AgeCommit message (Expand)AuthorLines
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-47/+32
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-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
2015-02-27std: Deprecated the `old_io::extensions` moduleAlex Crichton-39/+37
2015-02-20try to reduce bajillion warningsAlexis-0/+2
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-4/+4
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-1/+1
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+0
2015-02-11rollup merge of #22161: steveklabnik/close_2741Alex Crichton-1/+0
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-3/+3
2015-02-10Remove FIXME in librbmlSteve Klabnik-1/+0
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-4/+4
2015-02-02More deprecating of i/u suffixesAlfie John-41/+41
2015-01-30Test fixes and rebase conflictsAlex Crichton-4/+4
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-29fix inference falloutJorge Aparicio-4/+4
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-4/+4
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-21/+21
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-8/+8
2015-01-26Fallout of io => old_ioAlex Crichton-13/+13
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+8