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
/
trans
/
expr.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-11
Update FIXME numbers
Tim Chevalier
-1
/
+1
2012-09-30
When a vec/str bounds check fails, include the bad index and the length of th...
Gareth Daniel Smith
-1
/
+3
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-2
/
+2
2012-09-25
Demode iter-trait
Tim Chevalier
-1
/
+1
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-34
/
+0
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-2
/
+2
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-6
/
+45
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-3
/
+5
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-2
/
+6
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-7
/
+3
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-3
/
+7
2012-09-11
Introduce auto adjustment table to subsume autoderef/autoref/borrowings.
Niko Matsakis
-69
/
+150
2012-09-11
Promote 'impl' from restricted keyword to strict
Brian Anderson
-3
/
+3
2012-09-11
Promote 'struct' from a restricted keyword to a strict keyword
Brian Anderson
-4
/
+4
2012-09-10
Convert std::map to camel case
Brian Anderson
-1
/
+1
2012-09-10
rustc: Make shape-based compare glue never called for comparison operators.
Patrick Walton
-5
/
+14
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-1
/
+3
2012-09-07
Refactor fn_ty, working towards #3320
Niko Matsakis
-6
/
+7
2012-09-06
Issue #3402: Load immediate rvalues right away
Niko Matsakis
-0
/
+12
2012-09-06
Refactor trans to replace lvalue and friends with Datum.
Niko Matsakis
-0
/
+1371