]> git.lizzy.rs Git - rust.git/history - src/libcore/core.rc
Merge remote-tracking branch 'brson/io'
[rust.git] / src / libcore / core.rc
2013-05-01 Brian AndersonMerge remote-tracking branch 'brson/io'
2013-04-29 borsauto merge of #6110 : bjz/rust/numeric-traits, r=pcwalton
2013-04-29 borsauto merge of #6099 : danluu/rust/xfail_clone, r=catamo...
2013-04-29 Brendan ZabarauskasRevert "Merge Exponential and Hyperbolic traits"
2013-04-29 Brendan ZabarauskasMerge Exponential and Hyperbolic traits
2013-04-29 borsauto merge of #6083 : jbclements/rust/parser-cleanup...
2013-04-29 Brendan ZabarauskasMove appropriate functions out of Real and into separat...
2013-04-29 borsauto merge of #6056 : thestinger/rust/iter, r=catamorphism
2013-04-29 Daniel Micaymake way for a new iter module
2013-04-28 borsauto merge of #5646 : Aatch/rust/unwind-fix, r=brson
2013-04-28 borsauto merge of #6082 : catamorphism/rust/mkdir_recursive...
2013-04-27 borsauto merge of #6081 : brson/rust/out-of-stack, r=thestinger
2013-04-27 borsauto merge of #6072 : cmr/rust/better_import_error...
2013-04-27 borsauto merge of #6071 : bjz/rust/numeric-traits, r=graydon
2013-04-27 borsauto merge of #6066 : djui/rust/patch-1, r=graydon
2013-04-27 borsauto merge of #6064 : thestinger/rust/char, r=catamorphism
2013-04-27 borsauto merge of #6059 : Kimundi/rust/nice-fail, r=pcwalton
2013-04-27 borsauto merge of #6058 : huonw/rust/rt-isaac-update, r...
2013-04-27 borsauto merge of #6057 : cmr/rust/map_zip, r=graydon
2013-04-26 Brendan ZabarauskasAdd Orderable trait
2013-04-26 Brendan ZabarauskasCombine PrimitiveInt, Int, and Uint traits into one...
2013-04-26 Brendan ZabarauskasAdd BitCount trait
2013-04-26 Brendan ZabarauskasAdd Int, Uint and Float traits for primitive numbers
2013-04-26 Brendan ZabarauskasAdd Bitwise, Bounded, Primitive, and PrimitiveInt traits
2013-04-25 borsauto merge of #6055 : cmr/rust/incoming, r=graydon...
2013-04-25 borsauto merge of #6054 : catamorphism/rust/rustpkg, r...
2013-04-25 borsauto merge of #6048 : bjz/rust/numeric-traits, r=pcwalton
2013-04-25 Brian AndersonMerge remote-tracking branch 'brson/io'
2013-04-25 Brendan ZabarauskasRestore Round trait and move appropriate methods out...
2013-04-25 borsauto merge of #6051 : thestinger/rust/iterator, r=catam...
2013-04-24 Brendan ZabarauskasAdd Fractional, Real and RealExt traits
2013-04-24 Brendan ZabarauskasRename Natural to Integer
2013-04-24 Brendan ZabarauskasUse #[cfg(not(stage0))] to exclude items from stage0
2013-04-24 borsauto merge of #6036 : huonw/rust/core-less-at, r=nikoma...
2013-04-24 James MillerMerge branch 'incoming' of git://github.com/mozilla...
2013-04-24 borsauto merge of #6041 : bjz/rust/numeric-traits, r=brson
2013-04-24 Brendan ZabarauskasImplement Natural trait
2013-04-24 Brendan ZabarauskasImplement Signed and Unsigned traits and remove related...
2013-04-24 Brian AndersonMerge remote-tracking branch 'brson/io'
2013-04-23 Brian Andersoncore::rt: Tasks to not require an unwinder
2013-04-23 borsauto merge of #6026 : isanbard/rust/ca73fbf72615575f106...
2013-04-23 borsauto merge of #6013 : gifnksm/rust/bigint-quot-rem...
2013-04-23 borsauto merge of #6007 : pcwalton/rust/use-mod, r=brson
2013-04-23 borsauto merge of #5996 : sanxiyn/rust/target-feature,...
2013-04-22 borsauto merge of #5980 : Kimundi/rust/ascii-encoding,...
2013-04-22 borsauto merge of #5966 : alexcrichton/rust/issue-3083...
2013-04-22 Marvin LöbelMoved ascii out of str
2013-04-22 borsauto merge of #5887 : jdm/rust/stackbounds, r=brson
2013-04-21 borsauto merge of #5990 : bjz/rust/rem-quot, r=catamorphism
2013-04-21 Brendan ZabarauskasRename Div operator trait to Quot and Modulo operator...
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 Waltonlibrustc: WIP patch for using the return value.
2013-04-19 Patrick Waltontest: Rewrite nbody and spectralnorm shootout benchmarks
2013-04-18 borsauto merge of #5418 : luqmana/rust/stack-float, r=brson
2013-04-16 Brian AndersonMerge remote-tracking branch 'brson/sched-cleanup'
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-15 borsauto merge of #5881 : danluu/rust/xfail_bind_by_move...
2013-04-14 borsauto merge of #5880 : Dretch/rust/signals, r=thestinger
2013-04-14 borsauto merge of #5779 : crabtw/rust/x86_64_abi, r=sanxiyn
2013-04-14 borsauto merge of #5867 : dotdash/rust/reduce_reallocs...
2013-04-13 borsauto merge of #5864 : huonw/rust/rusti-detect-tty,...
2013-04-13 borsauto merge of #5810 : thestinger/rust/iterator, r=graydon
2013-04-13 borsauto merge of #5869 : bjz/rust/master, r=graydon
2013-04-13 Brendan ZabarauskasRestore Num trait
2013-04-13 borsauto merge of #5761 : Dretch/rust/murder-death-kill...
2013-04-13 Daniel Micayinitial iterator object library
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 #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-11 borsauto merge of #5826 : brson/rust/0.7-pre, r=brson
2013-04-10 Brian AndersonBump version to 0.7-pre
2013-04-10 borsauto merge of #5773 : dunsmoreb/rust/incoming, r=bstrie
2013-04-10 borsauto merge of #5804 : alexcrichton/rust/issue-3266...
2013-04-10 borsauto merge of #5789 : brson/rust/drop, r=graydon
2013-04-10 borsauto merge of #5807 : klutzy/rust/vim-inner-doc, r...
2013-04-10 borsauto merge of #5802 : nikomatsakis/rust/issue-4183...
2013-04-09 borsauto merge of #5766 : thestinger/rust/cmp, r=brson
2013-04-09 borsauto merge of #5805 : brson/rust/0.7-pre, r=brson
2013-04-09 Brian AndersonBump version to 0.7-pre
2013-04-03 borsauto merge of #5559 : jbclements/rust/change-to-tt...
2013-04-03 borsauto merge of #5674 : steveklabnik/rust/improve_reader_...
2013-04-03 borsauto merge of #5673 : steveklabnik/rust/improve_io_docs...
2013-04-02 borsauto merge of #5678 : Thiez/rust/no-Mut, r=thestinger
2013-04-02 Matthijs HofstraRemoved libcore/mutable.rs, Mut<T> is now dead.
2013-04-02 borsauto merge of #5667 : graydon/rust/remove-a-mode, r...
2013-04-01 borsauto merge of #5662 : catamorphism/rust/docs, r=catamor...
2013-04-01 borsauto merge of #5660 : brson/rust/doc, r=catamorphism
2013-04-01 Brian Andersondoc: Update tutorial description of core
next