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
/
rustc
Age
Commit message (
Expand
)
Author
Lines
2012-09-12
Make moves in arguments explicit in libsyntax and rustc
Tim Chevalier
-6
/
+6
2012-09-11
Introduce auto adjustment table to subsume autoderef/autoref/borrowings.
Niko Matsakis
-1438
/
+1823
2012-09-11
Make the 'move mode but datum will not store' error fatal
Tim Chevalier
-1
/
+1
2012-09-11
Remove dead code
Tim Chevalier
-1
/
+0
2012-09-11
Promote 'impl' from restricted keyword to strict
Brian Anderson
-13
/
+13
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-7
/
+7
2012-09-11
Promote 'struct' from a restricted keyword to a strict keyword
Brian Anderson
-183
/
+182
2012-09-11
Make moves explicit in rustc
Tim Chevalier
-23
/
+23
2012-09-11
rustc: Remove a bunch of unused upcalls
Patrick Walton
-17
/
+2
2012-09-11
rustc: Remove the cmp type upcall
Patrick Walton
-34
/
+0
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-14
/
+10
2012-09-10
Camel case std::serialization
Brian Anderson
-9
/
+7
2012-09-10
rustc: Stop calling cmp shape glue in trans.
Patrick Walton
-10
/
+38
2012-09-10
Convert std::map to camel case
Brian Anderson
-185
/
+185
2012-09-10
Convert class methods to impl methods. Stop parsing class methods
Brian Anderson
-12
/
+33
2012-09-10
rustc: Trim down and rename trans_compare. Now only eq shape glue remains.
Patrick Walton
-26
/
+9
2012-09-10
rustc: Make range literals use compare_scalar_types instead of trans_compare
Patrick Walton
-32
/
+6
2012-09-10
rustc: Long lines
Patrick Walton
-3
/
+7
2012-09-10
rustc: Move trans_compare into alt.rs
Patrick Walton
-0
/
+29
2012-09-10
Combine the vtable_origins from impl + method.
Niko Matsakis
-84
/
+265
2012-09-10
rustc: Make shape-based compare glue never called for comparison operators.
Patrick Walton
-36
/
+57
2012-09-09
Long lines
Brian Anderson
-1
/
+2
2012-09-09
Rename variables that clash with keywords
Brian Anderson
-37
/
+37
2012-09-08
Fix some old syntax
Brian Anderson
-2
/
+2
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-41
/
+41
2012-09-07
Remove import and export from intrinsic.rs
Brian Anderson
-4
/
+3
2012-09-07
Convert 'again' to 'loop'. Remove 'again' keyword
Brian Anderson
-19
/
+19
2012-09-07
Migrate std::map to use core::hash::Hash trait. Disable many hokey hashes.
Graydon Hoare
-82
/
+353
2012-09-07
Remove support for multiple traits in a single impl
Tim Chevalier
-21
/
+21
2012-09-07
Implement &-patterns
Tim Chevalier
-14
/
+29
2012-09-07
Convert field terminators to commas. Stop parsing semis.
Brian Anderson
-119
/
+119
2012-09-07
rustc: Add a str_eq lang item for pattern matching
Patrick Walton
-25
/
+31
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-98
/
+98
2012-09-07
Do not copy values of type () or _|_
Niko Matsakis
-21
/
+30
2012-09-07
rustc: Make "ne" use traits
Patrick Walton
-2
/
+2
2012-09-07
rustc: Trailing whitespace
Patrick Walton
-1
/
+0
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-22
/
+76
2012-09-07
Don't check impl ty params for equality with trait ty params
Tim Chevalier
-4
/
+49
2012-09-07
In typeck, don't assume traits with default methods are in the same crate
Tim Chevalier
-23
/
+31
2012-09-07
Ensure that scratch datum's are zeroed out in the alloca phase.
Niko Matsakis
-2
/
+2
2012-09-07
gc: Add stack walker for new garbage collector.
Elliott Slaughter
-0
/
+21
2012-09-07
Refactor fn_ty, working towards #3320
Niko Matsakis
-569
/
+699
2012-09-06
Use callee ID when kind-checking expressions that may be overloaded
Tim Chevalier
-3
/
+11
2012-09-06
Repair long lines
Niko Matsakis
-6
/
+8
2012-09-06
Issue #3402: Load immediate rvalues right away
Niko Matsakis
-13
/
+73
2012-09-06
Refactor ty_var and ty_var_integral into one ty_infer variant
Niko Matsakis
-174
/
+182
2012-09-06
Remove struct ctors
Brian Anderson
-197
/
+277
2012-09-06
Refactor trans to replace lvalue and friends with Datum.
Niko Matsakis
-4998
/
+6263
2012-09-05
Add a lint pass for structural records
Tim Chevalier
-0
/
+24
2012-09-05
rustc: Make "priv" work on enum variants
Patrick Walton
-3
/
+4
[prev]
[next]