]> git.lizzy.rs Git - rust.git/history - src/libserialize/json.rs
Rename and namespace `FPCategory`
[rust.git] / src / libserialize / json.rs
2014-12-23 Tobias BucherRename and namespace `FPCategory`
2014-12-23 borsMerge pull request #20155 from tbu-/pr_vecmap_fiximpls
2014-12-23 borsMerge pull request #20153 from brianloveswords/patch-1
2014-12-23 borsMerge pull request #19886 from brson/rustup
2014-12-23 borsauto merge of #20145 : alexcrichton/rust/rollup, r...
2014-12-22 Alex Crichtonrollup merge of #20089: rolftimmermans/json-control...
2014-12-22 Alex Crichtonrollup merge of #19964: pnkfelix/everybody-loops-pprint
2014-12-22 Alex Crichtonrollup merge of #19891: nikomatsakis/unique-fn-types-3
2014-12-22 Alex Crichtonrollup merge of #20056: MrFloya/iter_rename
2014-12-22 Alex Crichtonrollup merge of #20141: frewsxcv/rfc438
2014-12-22 Alex Crichtonrollup merge of #20140: frewsxcv/rm-reexports
2014-12-22 Alex Crichtonrollup merge of #20135: selaine/less-asm
2014-12-22 Alex Crichtonrollup merge of #20134: jbranchaud/add-doctest-for...
2014-12-22 Alex Crichtonrollup merge of #20129: nagisa/man-fixes
2014-12-22 Alex Crichtonrollup merge of #20125: csouth3/hashset-bitops
2014-12-22 Alex Crichtonrollup merge of #20124: klutzy/pprust-asm
2014-12-22 Alex Crichtonrollup merge of #20102: tshepang/patch-4
2014-12-22 Alex Crichtonrollup merge of #20084: barosl/struct-variant-field-err
2014-12-22 Alex Crichtonrollup merge of #20075: skade/remove-notrust
2014-12-22 Alex Crichtonrollup merge of #20053: csouth3/misc-stab
2014-12-22 Alex Crichtonrollup merge of #20033: alexcrichton/deprecate-serialise
2014-12-22 Alex Crichtonrollup merge of #19741: alexcrichton/stabilize-str
2014-12-22 Alex Crichtonrollup merge of #19216: Gankro/bitv
2014-12-22 Rolf TimmermansRemove unnecessary deref().
2014-12-22 Rolf TimmermansAvoid allocations.
2014-12-22 Rolf TimmermansEscape control characters in JSON output.
2014-12-22 Alex Crichtonserialize: Fully deprecate the library
2014-12-22 Alex CrichtonFallout of std::str stabilization
2014-12-22 borsauto merge of #20104 : alexcrichton/rust/rollup, r...
2014-12-21 Alex Crichtonrollup merge of #19972: alexcrichton/snapshots
2014-12-21 Alex Crichtonrollup merge of #20100: alexcrichton/issue-20091
2014-12-21 Alex Crichtonrollup merge of #20090: FlaPer87/snapshot
2014-12-21 Alex Crichtonrollup merge of #20086: shepmaster/random-typo
2014-12-21 Alex Crichtonrollup merge of #20081: tomjakubowski/issue-19646
2014-12-21 Alex Crichtonrollup merge of #20080: seanmonstar/new-show-syntax
2014-12-21 Alex Crichtonrollup merge of #20079: SimonSapin/string_push_ascii_fa...
2014-12-21 Alex Crichtonrollup merge of #20077: shepmaster/stdin-typo
2014-12-21 Alex Crichtonrollup merge of #20070: aturon/stab-2-clone
2014-12-21 Alex Crichtonrollup merge of #20069: jarod/bitflags
2014-12-21 Alex Crichtonrollup merge of #20066: aturon/stab-2-cell
2014-12-21 Alex Crichtonrollup merge of #20062: aturon/stab-2-ints
2014-12-21 Alex Crichtonrollup merge of #20059: nick29581/self-impl
2014-12-21 Alex Crichtonrollup merge of #20057: nick29581/array-syntax
2014-12-21 Alex Crichtonrollup merge of #20054: bheesham/nomet
2014-12-21 Alex Crichtonrollup merge of #20052: barosl/deref-for-box
2014-12-21 Alex Crichtonrollup merge of #20044: csouth3/vec-resize
2014-12-21 Alex Crichtonrollup merge of #20039: barosl/if-let-friendly-error
2014-12-21 Alex Crichtonrollup merge of #20029: vhbit/ios-no-rt
2014-12-21 Alex Crichtonrollup merge of #20027: michaelwoerister/for-loop-var
2014-12-21 Alex Crichtonrollup merge of #20014: kballard/unsized-marker-type...
2014-12-21 Alex Crichtonrollup merge of #20006: alexcrichton/no-more-empty...
2014-12-21 Alex Crichtonrollup merge of #19996: th0114nd/boolean-inden
2014-12-21 Alex Crichtonrollup merge of #19994: bluss/doc-ownership
2014-12-21 Alex Crichtonrollup merge of #19993: bluss/setalgebraitems
2014-12-21 Alex Crichtonrollup merge of #19989: th0114nd/quotes-around-as
2014-12-21 Alex Crichtonrollup merge of #19983: Munksgaard/fix-19981
2014-12-21 Alex Crichtonrollup merge of #19980: erickt/cleanup-serialize
2014-12-21 Alex Crichtonrollup merge of #19979: Munksgaard/19978
2014-12-21 Alex Crichtonrollup merge of #19977: pnkfelix/add-test-for-issue...
2014-12-21 Alex Crichtonrollup merge of #19974: vhbit/json-unicode-literals
2014-12-21 Alex Crichtonrollup merge of #19973: vhbit/ios-no-copy
2014-12-21 Alex Crichtonrollup merge of #19969: aturon/inherit-trait-stab
2014-12-21 Alex Crichtonrollup merge of #19967: apasel422/binary_heap
2014-12-21 Alex Crichtonrollup merge of #19966: steveklabnik/remove_l10n
2014-12-21 Alex Crichtonrollup merge of #19965: japaric/remove-wrong-add
2014-12-21 Alex Crichtonrollup merge of #19957: tshepang/patch-1
2014-12-21 Alex Crichtonrollup merge of #19944: steveklabnik/doc_sync_arc
2014-12-21 Alex Crichtonrollup merge of #19932: elszben/master
2014-12-21 Alex Crichtonrollup merge of #19898: Aatch/issue-19684
2014-12-21 Alex Crichtonrollup merge of #19838: shepmaster/invariant-lifetime...
2014-12-21 Alex Crichtonrollup merge of #19823: iKevinY/doc-fixes
2014-12-21 Alex Crichtonrollup merge of #19727: lfairy/patch-1
2014-12-21 Alex Crichtonrollup merge of #19651: Gankro/ptr-docs
2014-12-21 borsauto merge of #19953 : sanxiyn/rust/privacy-span, r...
2014-12-21 borsauto merge of #19946 : cgaebel/rust/hashmap-drain-iter...
2014-12-20 borsauto merge of #19903 : cgaebel/rust/ringbuf-as-slice...
2014-12-20 borsauto merge of #19900 : alexcrichton/rust/compiler-flags...
2014-12-20 borsauto merge of #19640 : aliblong/rust/power_of_two_refor...
2014-12-19 borsauto merge of #19463 : kali/rust/master, r=alexcrichton
2014-12-19 borsauto merge of #19867 : japaric/rust/deriving-copy,...
2014-12-19 Jorge Apariciolibserialize: use `#[deriving(Copy)]`
2014-12-19 borsauto merge of #19899 : japaric/rust/unops-by-value...
2014-12-19 borsauto merge of #19955 : Gankro/rust/kill-all-code, r...
2014-12-18 Alexis Beingessners/Tree/BTree
2014-12-18 borsauto merge of #19896 : ktossell/rust/allow-nodoc-instal...
2014-12-18 borsauto merge of #19984 : japaric/rust/macro-expressions...
2014-12-18 Patrick Waltonlibrustc: Always parse `macro!()`/`macro![]` as express...
2014-12-18 Erick Tryzelaarserialize: silence some warnings
2014-12-18 Erick Tryzelaarserialize: keep libserialize in sync with rustc-seriali...
2014-12-18 borsauto merge of #19819 : vadimcn/rust/fix-demangle, r...
2014-12-18 borsauto merge of #19780 : jakub-/rust/e-needstest, r=alexc...
2014-12-18 Valerii HioraFixed deprecation warnings on Unicode literals
2014-12-17 borsauto merge of #19958 : alexcrichton/rust/rollup, r...
2014-12-17 Alex Crichtonrollup merge of #19947: csouth3/arc-borrowfrom
2014-12-17 Alex Crichtonrollup merge of #19943: steveklabnik/doc_std_vec
2014-12-17 Alex Crichtonrollup merge of #19942: steveklabnik/doc_std_mem
2014-12-17 Alex Crichtonrollup merge of #19940: phi-gamma/canonical-master
2014-12-17 Alex Crichtonrollup merge of #19935: cgaebel/hashmap-tuple-indexing
2014-12-17 Alex Crichtonrollup merge of #19930: cllns/lowercase-if
2014-12-17 Alex Crichtonrollup merge of #19923: pnkfelix/fix-make-tags.emacs
next