about summary refs log tree commit diff
path: root/src/librbml
AgeCommit message (Expand)AuthorLines
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
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-3/+3
2015-03-01remove some compiler warningsTshepang Lekhonkhobe-9/+9
2015-02-27std: Deprecated the `old_io::extensions` moduleAlex Crichton-39/+37
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-1/+1
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-6/+6
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`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
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-35/+35
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-9/+9
2015-01-26Fallout of io => old_ioAlex Crichton-26/+26
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-1/+9
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+5
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-1/+1
2015-01-21Remove unused stability levels from compilerBrian Anderson-0/+3
2015-01-21Fallout from stabilization.Aaron Turon-1/+1
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-0/+8
2015-01-19lower FnMut to FnOnce since json-hack is no longer requiredOliver 'ker' Schneider-2/+2
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-1/+1
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1