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
Age
Commit message (
Expand
)
Author
Lines
2011-08-16
Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...
Eric Holk
-315
/
+0
2011-08-16
Make let bindings' scope start at their definition
Marijn Haverbeke
-14
/
+56
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-273
/
+273
2011-08-15
rustc: Add a few type-related methods to unique pointers; add typestate support
Patrick Walton
-1
/
+15
2011-08-15
Remove a FIXME that I just made obsolete...
Michael Sullivan
-1
/
+1
2011-08-15
Make bind glue do an llvm tail call to the target. Closes #2.
Michael Sullivan
-1
/
+1
2011-08-15
Make GEPi use InBoundsGEP.
Michael Sullivan
-1
/
+1
2011-08-15
Change arg typechecking procedure to make blocks more useful.
Michael Sullivan
-11
/
+28
2011-08-15
Implement type inference for type-inferred blocks.
Michael Sullivan
-4
/
+14
2011-08-15
Add operator 'copy', translates as fall-through.
Graydon Hoare
-7
/
+27
2011-08-15
Implement an untyped version of the AST, with a coversion back to the typed A...
Paul Stansifer
-0
/
+1
2011-08-15
Use span stacks to track macro expansion for less troublesome error messages.
Paul Stansifer
-7
/
+7
2011-08-15
Make spans into stacks (to store expansion backtraces).
Paul Stansifer
-12
/
+11
2011-08-15
Rename a field (so that macros can mention it).
Paul Stansifer
-8
/
+8
2011-08-15
rustc: Parse and typecheck unique pointers
Patrick Walton
-0
/
+6
2011-08-15
Fix bad argument type of pprust::print_type
Marijn Haverbeke
-1
/
+1
2011-08-15
Add tuple patterns
Marijn Haverbeke
-24
/
+92
2011-08-15
Tuple fields are immutable
Marijn Haverbeke
-105
/
+81
2011-08-15
Tuple types back, not constructable yet
Marijn Haverbeke
-16
/
+227
2011-08-12
Eliminate autoderef on binops and unary negation.
Michael Sullivan
-99
/
+45
2011-08-12
Small whitespace cleanups.
Michael Sullivan
-12
/
+5
2011-08-12
Un-XFAIL do-while-body-fails
Tim Chevalier
-1
/
+8
2011-08-12
Remove the last remaining vec expressions in rustc
Brian Anderson
-5
/
+8
2011-08-12
Don't rely on binop autoderef in the compiler.
Michael Sullivan
-1
/
+1
2011-08-12
Remove vecs from std::sort
Brian Anderson
-3
/
+3
2011-08-12
Rename str::connect_ivec to str::connect
Brian Anderson
-5
/
+5
2011-08-12
Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytes
Brian Anderson
-1
/
+1
2011-08-12
Convert all uses of unsafe_from_bytes to unsafe_from_bytes_ivec
Brian Anderson
-2
/
+2
2011-08-12
Remove str::from_bytes
Brian Anderson
-1
/
+1
2011-08-12
Properly typecheck unary minus
Marijn Haverbeke
-1
/
+9
2011-08-11
Handle _|_ - typed things in the bodies of do-while loops
Tim Chevalier
-0
/
+5
2011-08-11
rustc: Associate type descriptors with allocas as metadata
Patrick Walton
-12
/
+87
2011-08-11
rustc: Lowercase "main function not found" error
Brian Anderson
-1
/
+1
2011-08-11
rustc: Use spans in some main typeck errors
Brian Anderson
-4
/
+6
2011-08-11
Add ast_map::node_span function
Brian Anderson
-0
/
+57
2011-08-11
Switch a check for main type from an error to an ICE
Brian Anderson
-1
/
+1
2011-08-11
Lowercase the "wrong type in main fn" error
Brian Anderson
-1
/
+1
2011-08-10
rustc: Don't free shared memory when --gc is on
Patrick Walton
-5
/
+28
2011-08-10
Rework check_expr substantially.
Michael Sullivan
-130
/
+66
2011-08-10
Introduce a ty_infer ast node and use it instead of option::t[ty].
Michael Sullivan
-14
/
+25
2011-08-10
rustc: Mark functions as "rust" GC
Patrick Walton
-1
/
+3
2011-08-10
Eliminate the last vestiges of init_recv.
Michael Sullivan
-8
/
+0
2011-08-10
Some cleanup in check_expr.
Michael Sullivan
-14
/
+12
2011-08-10
rustc: Remove unused "trace" upcalls
Patrick Walton
-13
/
+0
2011-08-10
rustc: Declare GC-related intrinsics
Patrick Walton
-0
/
+8
2011-08-10
rustc: Add unique pointers to the set of types we support
Patrick Walton
-23
/
+45
2011-08-10
Use actual type, not declared type, when zeroing move arguments
Tim Chevalier
-3
/
+14
2011-08-10
Factor out creation of object body types.
Lindsey Kuper
-55
/
+48
2011-08-10
Rename unify::simple to unify::unify.
Michael Sullivan
-4
/
+3
2011-08-10
Some trivial cleanup.
Michael Sullivan
-3
/
+3
[prev]
[next]