]> git.lizzy.rs Git - rust.git/history - src/libstd/ebml.rs
librustc: Update the serializer to work properly with INHTWAMA, removing mutable...
[rust.git] / src / libstd / ebml.rs
2013-05-03 Patrick Waltonlibrustc: Update the serializer to work properly with...
2013-04-28 borsauto merge of #5646 : Aatch/rust/unwind-fix, r=brson
2013-04-28 borsauto merge of #6092 : gifnksm/rust/impl-integer-bigint...
2013-04-28 borsauto merge of #6075 : thestinger/rust/no-no_core, r...
2013-04-28 Daniel Micayonly use #[no_core] in libcore
2013-04-27 borsauto merge of #6066 : djui/rust/patch-1, r=graydon
2013-04-23 borsauto merge of #6026 : isanbard/rust/ca73fbf72615575f106...
2013-04-22 borsauto merge of #5887 : jdm/rust/stackbounds, r=brson
2013-04-20 borsauto merge of #5945 : graydon/rust/fix-unicode-tables...
2013-04-20 borsauto merge of #5968 : gifnksm/rust/windowed, r=brson
2013-04-20 borsauto merge of #5964 : danluu/rust/debug_tutorial_foo...
2013-04-20 borsauto merge of #5962 : pcwalton/rust/shootout, r=pcwalton
2013-04-19 borsauto merge of #5824 : bleibig/rust/debuginfo, r=brson
2013-04-19 Patrick Waltonlibstd: Micro-optimize vuint_at
2013-04-18 borsauto merge of #5418 : luqmana/rust/stack-float, r=brson
2013-04-16 borsauto merge of #5894 : catamorphism/rust/authors, r...
2013-04-15 borsauto merge of #5879 : astrieanna/rust/document_std_base...
2013-04-15 borsauto merge of #5861 : catamorphism/rust/rustpkg, r...
2013-04-15 borsauto merge of #5888 : sawrubh/rust/mybranch, r=pnkfelix
2013-04-15 borsauto merge of #5778 : jld/rust/reflect-abstract-enum...
2013-04-13 borsauto merge of #5761 : Dretch/rust/murder-death-kill...
2013-04-13 borsauto merge of #5839 : bjz/rust/master, r=brson
2013-04-12 borsauto merge of #5827 : nikomatsakis/rust/issue-5656...
2013-04-12 borsauto merge of #5847 : catamorphism/rust/rustpkg, r...
2013-04-12 borsauto merge of #5809 : Aatch/rust/start-attr, r=thestinger
2013-04-12 borsauto merge of #5837 : tdaede/rust/fix_file_command...
2013-04-11 borsauto merge of #5845 : thestinger/rust/bool, r=catamorphism
2013-04-11 borsauto merge of #5825 : danluu/rust/rngdoc, r=erickt
2013-04-11 borsauto merge of #5823 : Kimundi/rust/str_from_bytes_slice...
2013-04-11 borsauto merge of #5819 : erickt/rust/incoming, r=erickt
2013-04-10 Erick Tryzelaarsyntax: add {read,emit}_enum_struct_variant{,_field}
2013-04-10 Erick Tryzelaarstd: add serialize {read,emit}_tuple{,_arg,_struct...
2013-04-10 Erick Tryzelaarstd: rename {read,emit}_field to {read,emit}_struct_field
2013-04-10 Erick Tryzelaarstd: clean up the order of {De,En}codable methods
2013-04-03 borsauto merge of #5559 : jbclements/rust/change-to-tt...
2013-03-30 borsauto merge of #5636 : thestinger/rust/vim, r=luqmana
2013-03-30 borsauto merge of #5630 : erickt/rust/serial, r=erickt
2013-03-30 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-03-30 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-03-29 borsauto merge of #5628 : brson/rust/assert, r=brson
2013-03-29 Patrick Waltonlibrustc: Remove `fail_unless!`
2013-03-29 borsauto merge of #5624 : thestinger/rust/tutorial, r=pcwalton
2013-03-29 borsauto merge of #5623 : brson/rust/snapshot, r=brson
2013-03-29 borsauto merge of #5615 : brson/rust/noclang, r=brson
2013-03-29 Brian AndersonRegister snapshots
2013-03-29 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-03-29 borsauto merge of #5583 : jbclements/rust/docfix-for-block...
2013-03-29 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-03-29 Erick Tryzelaarstd: add Encoder::emit_map and Decoder::read_map
2013-03-29 Erick Tryzelaarstd: remove Encoder::read_rec and Decoder::emit_rec
2013-03-29 Erick Tryzelaarstd: remove Encoder::emit_tup{,_elt} and Decoder::read_...
2013-03-29 Erick Tryzelaarstd: remove Encoder::emit_{owned,managed}_vec and Decod...
2013-03-29 Erick Tryzelaarstd: remove Encoder::emit_{owned,managed} and Decoder...
2013-03-29 Erick Tryzelaarstd: remove Encoder::emit_{owned,managed}_str and Decod...
2013-03-29 borsauto merge of #5570 : alexcrichton/rust/fix-unused...
2013-03-29 borsauto merge of #5620 : catamorphism/rust/issue-4325...
2013-03-29 borsauto merge of #5619 : catamorphism/rust/issue-4333...
2013-03-29 borsauto merge of #5618 : pcwalton/rust/print-in-prelude...
2013-03-29 borsauto merge of #5617 : catamorphism/rust/issue-4335...
2013-03-29 borsauto merge of #5616 : pcwalton/rust/parenthesized-trait...
2013-03-29 borsauto merge of #5614 : graydon/rust/static-linkage-bug...
2013-03-29 Alex CrichtonRemoving unused imports
2013-03-29 borsauto merge of #5610 : thestinger/rust/tutorial, r=pcwalton
2013-03-29 Erick Tryzelaarstd: change Decoder::read_option to return a generic...
2013-03-29 borsauto merge of #5608 : erickt/rust/incoming, r=catamorphism
2013-03-29 borsauto merge of #5593 : luqmana/rust/inline-asm, r=catamo...
2013-03-28 borsauto merge of #5609 : Kimundi/rust/incoming, r=catamorphism
2013-03-28 Erick Tryzelaarstd: change Decoder::read_option to return a generic...
2013-03-28 borsauto merge of #5561 : fabiand/rust/wllvm32, r=catamorphism
2013-03-28 borsauto merge of #5596 : luqmana/rust/unit-struct, r=catam...
2013-03-28 borsauto merge of #5595 : catamorphism/rust/demoding, r...
2013-03-28 borsauto merge of #5592 : pcwalton/rust/xc-extern-statics...
2013-03-28 borsauto merge of #5587 : thestinger/rust/total, r=pcwalton
2013-03-28 borsauto merge of #5586 : pcwalton/rust/expr-repeat-vstore...
2013-03-28 borsauto merge of #5584 : nikomatsakis/rust/issue-4846...
2013-03-28 borsauto merge of #5579 : dbaupp/rust/rustc-typo-limit...
2013-03-28 borsauto merge of #5578 : erickt/rust/incoming, r=jbclement...
2013-03-28 borsauto merge of #5576 : yichoi/rust/pull-0327, r=brson
2013-03-28 borsauto merge of #5574 : thestinger/rust/docstring, r...
2013-03-28 Tim Chevaliercore: Remove unused import
2013-03-27 borsauto merge of #5567 : jbclements/rust/release-note...
2013-03-27 borsauto merge of #5569 : thestinger/rust/map, r=catamorphism
2013-03-27 borsauto merge of #5558 : nikomatsakis/rust/issue-4920...
2013-03-27 Niko MatsakisAutoref the argument to the index operator (#4920)
2013-03-27 Erick Tryzelaarstd: Decode::read_enum_variant should pass in the varia...
2013-03-27 Erick Tryzelaarstd: add option type directly to serialize::{En,De...
2013-03-25 borsauto merge of #5505 : catamorphism/rust/macro-tutorial...
2013-03-25 Brian AndersonMerge remote-tracking branch 'brson/rt'
2013-03-25 borsauto merge of #5424 : luqmana/rust/inline-rt, r=brson
2013-03-23 borsauto merge of #5510 : thadguidry/rust/incoming, r=brson
2013-03-23 borsauto merge of #5515 : nikomatsakis/rust/issue-5514...
2013-03-23 Patrick Waltonlibrustc: Remove the `const` declaration form everywhere
2013-03-22 borsauto merge of #5497 : luqmana/rust/clang-ver, r=thestinger
2013-03-22 borsauto merge of #5496 : catamorphism/rust/release-notes...
2013-03-22 borsauto merge of #5488 : pcwalton/rust/depure, r=pcwalton
2013-03-22 Patrick Waltonlibstd: Remove all uses of `pure` from libstd. rs=depure
2013-03-20 borsauto merge of #5350 : yichoi/rust/pull-0313-2, r=graydo...
2013-03-19 borsauto merge of #5356 : jld/rust/enum-less-magic, r=graydon
2013-03-15 borsauto merge of #5371 : thestinger/rust/hidden, r=pcwalton
2013-03-15 borsauto merge of #5369 : thestinger/rust/iter, r=z0w0
next