about summary refs log tree commit diff
path: root/src/libserialize
AgeCommit message (Expand)AuthorLines
2015-01-07Register new snapshotsAlex Crichton-9/+0
2015-01-06More test fixesAlex Crichton-12/+13
2015-01-06Test fixes and rebase conflictsAlex Crichton-2/+3
2015-01-06rollup merge of #20563: cmr/macro-input-future-proofingAlex Crichton-1/+1
2015-01-06serialize macro fixCorey Richardson-1/+1
2015-01-06rollup merge of #20656: japaric/at-cleanAlex Crichton-4/+4
2015-01-06rollup merge of #20593: nikomatsakis/unused-tps-in-implAlex Crichton-0/+5
2015-01-06Register new snapshotsAlex Crichton-4811/+3
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-27/+35
2015-01-07falloutNick Cameron-32/+56
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-27/+35
2015-01-06Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...Niko Matsakis-0/+5
2015-01-07Replace full slice notation with index callsNick Cameron-95/+95
2015-01-06cleanup: use short AT notation (`Ty::Item` instead of `<Ty as Trait>::Item`)Jorge Aparicio-4/+4
2015-01-05More test fixes!Alex Crichton-2/+2
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-0/+6
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-4/+4
2015-01-05rollup merge of #20556: japaric/no-for-sizedAlex Crichton-6/+6
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-0/+6
2015-01-06FalloutNick Cameron-4/+4
2015-01-05remove more stage0 stuffJorge Aparicio-21/+0
2015-01-05register snapshotJorge Aparicio-21/+0
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-6/+6
2015-01-04serialize: Use assoc types + less old_orphan_checkAlex Crichton-344/+5145
2015-01-03Remove deprecated functionalityAlex Crichton-2/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-24/+24
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2015-01-03serialize: fix falloutJorge Aparicio-0/+25
2015-01-03serialize: fix falloutJorge Aparicio-3/+6
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-02rollup merge of #20416: nikomatsakis/coherenceAlex Crichton-4/+7
2015-01-02Disable the JSON doctests because they don't pass the new coherenceNiko Matsakis-3/+6
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-1/+1
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-134/+147
2015-01-02More falloutNick Cameron-1/+1
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-3/+3
2014-12-29rollup merge of #20279: dgiagio/libserialize_deprecated_fix1Alex Crichton-5/+5
2014-12-29rollup merge of #20264: nagisa/threadrngAlex Crichton-2/+2
2014-12-29rollup merge of #20182: brianloveswords/patch-2Alex Crichton-1/+1
2014-12-28Fix deprecation warnings on libserialize testsDiego Giagio-5/+5
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-2/+2
2014-12-23Update json.rsBrian J Brennan-1/+1
2014-12-23Rename and namespace `FPCategory`Tobias Bucher-4/+5
2014-12-22rollup merge of #20089: rolftimmermans/json-control-chars-escapeAlex Crichton-3/+34
2014-12-22rollup merge of #20033: alexcrichton/deprecate-serialiseAlex Crichton-14/+18
2014-12-22Remove unnecessary deref().Rolf Timmermans-1/+1
2014-12-22Avoid allocations.Rolf Timmermans-8/+35
2014-12-22Escape control characters in JSON output.Rolf Timmermans-8/+12
2014-12-22serialize: Fully deprecate the libraryAlex Crichton-14/+18
2014-12-21Fallout of std::str stabilizationAlex Crichton-98/+99