about summary refs log tree commit diff
path: root/src/libserialize
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-21/+32
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-2/+2
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-21/+32
2015-01-21Rollup merge of #21314 - fenhl:patch-1, r=steveklbanikBarosl LEE-1/+1
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-2/+2
2015-01-19ugly hack to convert BadHashMapKey error to general fmt::ErrorOliver 'ker' Schneider-5/+20
2015-01-19add unit test for non string/numeric map keysOliver 'ker' Schneider-1/+20
2015-01-19lower FnMut to FnOnce since json-hack is no longer requiredOliver 'ker' Schneider-5/+5
2015-01-19json-encoder: report error when hash map key is not string or numericOliver 'ker' Schneider-78/+154
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-17Register new snapshots.Eduard Burtescu-1/+0
2015-01-17Undo accidental change unrelated to my PRFenhl-1/+1
2015-01-17Use singular they in the serialize::json docsFenhl-2/+2
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-2/+2
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-2/+2
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+1
2015-01-07rollup merge of #20728: huonw/type-param-shadowingAlex Crichton-1/+1
2015-01-08Prohibit type parameter shadowing with a clunky hammer.Huon Wilson-1/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-16/+15
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-9/+2
2015-01-07rollup merge of #20680: nick29581/target-wordAlex Crichton-3/+3
2015-01-07rollup merge of #20663: brson/feature-stagingAlex Crichton-0/+1
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+1
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07use slicing sugarJorge Aparicio-16/+15
2015-01-07register new snapshotsJorge Aparicio-8/+0
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-32/+29
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-3/+3
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