index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
/
middle
/
check_const.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-98
/
+0
2012-01-30
Change all ternary ops to if/then/else
Paul Woolcock
-2
/
+2
2012-01-26
First stab at operator overloading
Marijn Haverbeke
-4
/
+11
2012-01-25
Rename tag to enum throughout the compiler
Marijn Haverbeke
-1
/
+1
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-1
/
+1
2012-01-16
Don't evaluate discriminator value constants when parsing.
Kevin Atkinson
-0
/
+7
2012-01-12
Make driver::session::session no longer an object
Marijn Haverbeke
-2
/
+2
2011-12-22
Remove trivial cast checker
Marijn Haverbeke
-1
/
+0
2011-12-07
Check for literals that are out of range for their type
Marijn Haverbeke
-1
/
+18
2011-12-02
const_check: trans: added support for trivial casts
Stefan Plantikow
-0
/
+1
2011-12-02
Allow literal patterns to contain arbitrary literal expressions
Marijn Haverbeke
-31
/
+46
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-10
Cleanup unused imports
Haitao Li
-1
/
+0
2011-11-09
trans: Add binops (except for logic and comparators) and unops to trans_const...
Joshua Wise
-1
/
+13
2011-11-09
middle: Add a pass to reject bad const expressions earlier. Currently just r...
Joshua Wise
-0
/
+42