rust/src
Felix S. Klock II b02f7d2fac rustc::middle::const_eval : add overflow-checking for {+, -, *}.
The overflow-checking attempts to accommodate early evaluation where
we do not have type information yet.

Also, add fixme note about something that has been bothering me.
2015-04-01 02:56:07 +02:00
..
compiler-rt@58ab642c30
compiletest Test fixes and rebase conflicts, round 2 2015-03-27 13:43:42 -07:00
doc Rollup merge of #23869 - tshepang:more-complete-builder-pattern-example, r=alexcrichton 2015-03-31 09:04:39 +05:30
driver Unquote all crate names without underscores 2015-03-27 10:58:12 -07:00
etc Auto merge of #23678 - richo:check-flightcheck, r=alexcrichton 2015-03-31 18:26:20 +00:00
grammar
jemalloc@e24a1a025a
liballoc Auto merge of #23549 - aturon:stab-num, r=alexcrichton 2015-03-31 14:50:46 +00:00
libarena
libbacktrace
libcollections Auto merge of #23549 - aturon:stab-num, r=alexcrichton 2015-03-31 14:50:46 +00:00
libcollectionstest Fallout where types must be specified. 2015-03-30 05:02:20 -04:00
libcore Added overflowing_{div,rem,shl,shr} method implementations to WrappingOps. 2015-04-01 02:56:07 +02:00
libcoretest std: Standardize (input, output) param orderings 2015-03-30 14:08:40 -07:00
libflate
libfmt_macros
libgetopts
libgraphviz
liblibc libc: Don't use unstable apis 2015-03-28 10:49:45 -07:00
liblog
librand Auto merge of #23549 - aturon:stab-num, r=alexcrichton 2015-03-31 14:50:46 +00:00
librbml Auto merge of #23549 - aturon:stab-num, r=alexcrichton 2015-03-31 14:50:46 +00:00
librustc rustc::middle::const_eval : add overflow-checking for {+, -, *}. 2015-04-01 02:56:07 +02:00
librustc_back Auto merge of #23549 - aturon:stab-num, r=alexcrichton 2015-03-31 14:50:46 +00:00
librustc_bitflags
librustc_borrowck Rollup merge of #23859 - pnkfelix:fsk-lesser-box, r=nikomatsakis 2015-03-31 09:04:38 +05:30
librustc_driver Rollup merge of #23803 - richo:unused-braces, r=Manishearth 2015-03-28 18:12:06 +05:30
librustc_lint Auto merge of #23549 - aturon:stab-num, r=alexcrichton 2015-03-31 14:50:46 +00:00
librustc_llvm rust_llvm: Add way to reflectively ask if a ValueRef is a known constant int. 2015-04-01 02:56:07 +02:00
librustc_privacy Rollup merge of #23803 - richo:unused-braces, r=Manishearth 2015-03-28 18:12:06 +05:30
librustc_resolve Rollup merge of #23803 - richo:unused-braces, r=Manishearth 2015-03-28 18:12:06 +05:30
librustc_trans rust_llvm: Add way to reflectively ask if a ValueRef is a known constant int. 2015-04-01 02:56:07 +02:00
librustc_typeck Refactored ty::ctxt so node_types mutations must go through ty methods. 2015-04-01 02:56:07 +02:00
librustdoc Rollup merge of #23846 - rayglover:patch-rustdoc-stderr, r=alexcrichton 2015-03-31 09:04:37 +05:30
libserialize Stabilize std::num 2015-03-31 07:50:25 -07:00
libstd Auto merge of #23549 - aturon:stab-num, r=alexcrichton 2015-03-31 14:50:46 +00:00
libsyntax Auto merge of #23549 - aturon:stab-num, r=alexcrichton 2015-03-31 14:50:46 +00:00
libterm
libtest Stabilize std::num 2015-03-31 07:50:25 -07:00
libunicode Stabilize std::num 2015-03-31 07:50:25 -07:00
llvm@bff6907697
rt
rust-installer@49cc7f6fef
rustbook
rustllvm
test Added tests for discriminant overflows. 2015-04-01 02:55:13 +02:00
snapshots.txt