]> git.lizzy.rs Git - rust.git/history - src/libcore/prelude.rs
Revert rename of Div to Quot
[rust.git] / src / libcore / prelude.rs
2013-05-01 Brendan ZabarauskasRevert rename of Div to Quot
2013-05-01 borsauto merge of #6103 : catamorphism/rust/nonfatal-errors...
2013-04-30 borsauto merge of #6108 : gifnksm/rust/bigint-shift-bug...
2013-04-30 borsauto merge of #6107 : catamorphism/rust/mkdir_recursive...
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 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-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 Marvin LöbelAdded Ascii type
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-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-03-29 borsauto merge of #5624 : thestinger/rust/tutorial, r=pcwalton
2013-03-29 borsauto merge of #5615 : brson/rust/noclang, r=brson
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 borsauto merge of #5570 : alexcrichton/rust/fix-unused...
2013-03-29 borsauto merge of #5622 : yichoi/rust/pull-0329, r=catamorphism
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 Patrick Waltonlibcore: Add `print` and `println` to the prelude
2013-03-29 borsauto merge of #5593 : luqmana/rust/inline-asm, r=catamo...
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-27 borsauto merge of #5567 : jbclements/rust/release-note...
2013-03-27 Daniel Micayadd a TotalEq trait
2013-03-27 borsauto merge of #5560 : brson/rust/relnotes, r=brson
2013-03-26 borsauto merge of #5555 : Kimundi/rust/str-dealloc-3, r...
2013-03-26 borsauto merge of #5467 : nikomatsakis/rust/issues-3888...
2013-03-26 borsauto merge of #5532 : brson/rust/coredocs, r=brson
2013-03-26 Brian Andersoncore: Clarify prelude docs. #4556
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-22 borsauto merge of #5483 : pcwalton/rust/static-syntax,...
2013-03-22 borsauto merge of #5484 : pcwalton/rust/snapshots, r=pcwalton
2013-03-22 borsauto merge of #5482 : thestinger/rust/install, r=pcwalton
next