]> git.lizzy.rs Git - rust.git/history - src/librustc/middle/const_eval.rs
Revert rename of Div to Quot
[rust.git] / src / librustc / middle / const_eval.rs
2013-05-01 Brendan ZabarauskasRevert rename of Div to Quot
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-25 borsauto merge of #6051 : thestinger/rust/iterator, r=catam...
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 ZabarauskasImprove divide-by-zero error messages
2013-04-23 borsauto merge of #6026 : isanbard/rust/ca73fbf72615575f106...
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 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 #5970 : huonw/rust/core-sys-size_of-val...
2013-04-20 borsauto merge of #5965 : alexcrichton/rust/issue-4364...
2013-04-20 Alex Crichtonrustc: de-mode + fallout from libsyntax changes
2013-04-19 borsauto merge of #5824 : bleibig/rust/debuginfo, r=brson
2013-04-18 borsauto merge of #5418 : luqmana/rust/stack-float, r=brson
2013-04-18 borsauto merge of #5912 : Dretch/rust/issue-2626, r=graydon
2013-04-18 borsauto merge of #5909 : brson/rust/rt4, r=graydon
2013-04-18 borsauto merge of #5908 : jbclements/rust/add-hygiene-machi...
2013-04-18 borsauto merge of #5726 : brson/rust/struct-return, r=brson
2013-04-16 borsauto merge of #5913 : brson/rust/valgrind, r=brson
2013-04-16 borsauto merge of #5890 : youknowone/rust/const-eval, r...
2013-04-15 borsauto merge of #5879 : astrieanna/rust/document_std_base...
2013-04-15 Jeong YunWonPrevent eval_const_expr_partial hides prior error in...
2013-04-15 borsauto merge of #5888 : sawrubh/rust/mybranch, r=pnkfelix
2013-04-12 borsauto merge of #5837 : tdaede/rust/fix_file_command...
2013-04-09 borsauto merge of #5788 : danluu/rust/rusti_clear, r=bstrie
2013-04-09 borsauto merge of #5800 : vivekgalatage/rust/master, r...
2013-04-08 borsauto merge of #5775 : pavpanchekha/rust/patch-1, r...
2013-04-06 borsauto merge of #5732 : Zhann/rust/master, r=catamorphism
2013-04-06 borsauto merge of #5721 : dhardy/rust/master, r=graydon
2013-04-04 borsauto merge of #5716 : dhardy/rust/master, r=thestinger
2013-04-04 borsauto merge of #5707 : brettcannon/rust/patch-1, r=thest...
2013-04-04 borsauto merge of #5703 : steveklabnik/rust/add_log_docs...
2013-04-04 borsauto merge of #5710 : ajuckel/rust/patch-1, r=luqmana
2013-04-04 borsauto merge of #5704 : brson/rust/compiletest, r=luqmana
2013-04-03 borsauto merge of #5701 : metajack/rust/net-url-clone,...
2013-04-03 borsauto merge of #5698 : Thiez/rust/de-mutfielding, r...
2013-04-03 borsauto merge of #5696 : thestinger/rust/hashmap, r=sanxiyn
2013-04-03 Daniel Micayrename Linear{Map,Set} => Hash{Map,Set}
2013-04-03 Daniel Micayhashmap: rm linear namespace
2013-03-29 borsauto merge of #5583 : jbclements/rust/docfix-for-block...
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-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-27 borsauto merge of #5567 : jbclements/rust/release-note...
2013-03-27 borsauto merge of #5569 : thestinger/rust/map, r=catamorphism
2013-03-27 Erick Tryzelaarsyntax: Remove deprecated expr_vstore_fixed
2013-03-27 borsauto merge of #5560 : brson/rust/relnotes, r=brson
2013-03-27 borsauto merge of #5547 : catamorphism/rust/issue-4898...
2013-03-26 borsauto merge of #5523 : alexcrichton/rust/less-oldmap...
2013-03-26 Alex CrichtonMove ast_map::map to LinearMap
2013-03-26 Alex Crichtonrustc: Purge of HashMap, fixing segfaulting cases
2013-03-26 Alex Crichtonrustc: Remove uses of oldmap::HashMap
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 #5398 : dbaupp/rust/core-readlines, r...
2013-03-22 borsauto merge of #5471 : erickt/rust/incoming, r=bstrie
2013-03-22 borsauto merge of #5493 : apasel422/rust/leibniz, r=bstrie
2013-03-22 Andrew Paseltinerrustc: replace uses of old deriving attribute with...
2013-03-22 borsauto merge of #5441 : lucab/rust/lucab/tutorial/struct...
2013-03-22 borsauto merge of #5476 : thestinger/rust/bench, r=graydon
2013-03-21 borsauto merge of #5407 : jbclements/rust/add-assert-eq...
2013-03-21 borsauto merge of #5468 : z0w0/rust/iluvdatjit, r=pcwalton
2013-03-21 borsauto merge of #5461 : catamorphism/rust/flagless, r...
2013-03-21 borsauto merge of #5464 : luqmana/rust/const-pat, r=pcwalton
2013-03-21 borsauto merge of #5470 : sanxiyn/rust/remove-oldmap-2...
2013-03-21 borsauto merge of #5465 : sanxiyn/rust/remove-oldmap, r...
2013-03-21 Luqman Adenlibrustc: Fix path-qualified and cross-crate constants...
2013-03-20 borsauto merge of #5447 : erickt/rust/incoming, r=graydon
2013-03-20 borsauto merge of #5445 : nikomatsakis/rust/issue-3678...
2013-03-20 borsauto merge of #5450 : pcwalton/rust/warnings, r=graydon
2013-03-20 borsauto merge of #5434 : apasel422/rust/deriving, r=nikoma...
2013-03-20 borsauto merge of #5443 : alexcrichton/rust/less-bad-copy...
2013-03-20 Alex Crichtonrustc: Remove some bad copies throughout
2013-03-08 borsauto merge of #5278 : brson/rust/logplusplus, r=brson
2013-03-08 borsauto merge of #5260 : pcwalton/rust/assert, r=pcwalton
2013-03-08 Patrick Waltonlibsyntax: Remove struct literal expressions from the...
2013-03-07 Brian AndersonMerge remote-tracking branch 'brson/cross7'
2013-03-07 borsauto merge of #5182 : youknowone/rust/enum-cast, r...
2013-03-05 borsauto merge of #5232 : bstrie/rust/issue4448, r=nikomatsakis
2013-03-05 borsauto merge of #5231 : jbclements/rust/better-macro...
2013-03-05 borsauto merge of #5233 : bstrie/rust/deimpselfcore, r...
2013-03-05 borsauto merge of #5215 : jld/rust/fn-const-env, r=graydon
2013-03-05 borsauto merge of #5212 : thestinger/rust/iter, r=graydon
2013-03-05 borsauto merge of #5179 : alexcrichton/rust/default-warn...
next