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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustc
/
middle
/
const_eval.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-11
Update FIXME numbers
Tim Chevalier
-1
/
+1
2012-09-28
demode vec
Niko Matsakis
-2
/
+2
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-17
/
+0
2012-09-23
core: Demode option
Brian Anderson
-1
/
+1
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-1
/
+1
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+17
2012-09-11
Introduce auto adjustment table to subsume autoderef/autoref/borrowings.
Niko Matsakis
-6
/
+6
2012-09-11
Promote 'struct' from a restricted keyword to a strict keyword
Brian Anderson
-1
/
+1
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-1
/
+1
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-0
/
+1
2012-09-04
Remove 'with'
Brian Anderson
-2
/
+2
2012-09-04
rustc: "import" -> "use"
Patrick Walton
-2
/
+2
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-0
/
+14
2012-08-29
Rename resolve3 -> resolve.
Graydon Hoare
-2
/
+2
2012-08-26
Camel case the option type
Brian Anderson
-7
/
+7
2012-08-23
Add boolean constants as part of const_eval
Tim Chevalier
-24
/
+59
2012-08-07
Translate const structs.
Graydon Hoare
-0
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-21
/
+21
2012-08-05
Switch alts to use arrows
Brian Anderson
-89
/
+111
2012-07-30
Frontend bits for #2317, general const-expr classification.
Graydon Hoare
-1
/
+188
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-2
/
+2
2012-07-12
Handle str/~ in patterns.
Michael Sullivan
-0
/
+2
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-2
/
+2
2012-06-14
Further work on integer literal suffix inference (#1425)
Lindsey Kuper
-1
/
+1
2012-06-13
Box AST idents
Brian Anderson
-2
/
+2
2012-06-11
Add a new AST node for unsuffixed integer types.
Lindsey Kuper
-0
/
+1
2012-06-07
Comments only: annotate FIXMEs
Tim Chevalier
-1
/
+1
2012-06-04
Machine types are different from int/uint, etc (Issue #2187)
Eric Holk
-2
/
+2
2012-05-30
Handle differing signedness in constant shifts. Closes #2426.
Michael Sullivan
-1
/
+11
2012-05-22
Get rid of the >>> operator and make >> logical or arithmetic depending on th...
Michael Sullivan
-5
/
+2
2012-03-26
rustc: Move eval_const_expr to its own mod
Brian Anderson
-0
/
+167