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
/
comp
Age
Commit message (
Expand
)
Author
Lines
2011-08-17
Trivial commit to test github AMQP hook
Graydon Hoare
-1
/
+0
2011-08-17
rustc: Add missing "bcx = "
Patrick Walton
-1
/
+1
2011-08-17
rustc: Run obstack cleanups at the end of each function
Patrick Walton
-6
/
+30
2011-08-17
rustc: Mark an obstack fencepost when entering a dynamically-sized frame
Patrick Walton
-12
/
+13
2011-08-17
rustc: Add the dynastack upcalls to upcall.rs
Patrick Walton
-2
/
+11
2011-08-17
Refactor resolve_import
Brian Anderson
-42
/
+13
2011-08-17
Refactor resolve_import
Brian Anderson
-43
/
+47
2011-08-17
Remove unused case in resolve
Brian Anderson
-4
/
+0
2011-08-17
Refactor import lookup in middle:resolve
Brian Anderson
-10
/
+14
2011-08-17
Allow multiple imports in a single statement
Brian Anderson
-3
/
+98
2011-08-17
Refactor ast::view_item to differentiate between [ident]s and paths
Brian Anderson
-2
/
+6
2011-08-17
Allow multiple exports in a single export statement. Issue #817
Brian Anderson
-10
/
+15
2011-08-17
Purge vecs from the std::test interface
Brian Anderson
-1
/
+1
2011-08-17
Convert rustc main to ivecs
Brian Anderson
-4
/
+3
2011-08-16
Fix some comments.
Graydon Hoare
-14
/
+4
2011-08-16
Remove dead send/recv operator tokens.
Graydon Hoare
-6
/
+0
2011-08-16
Make a call with the wrong number of arguments non-fatal. Closes #784.
Michael Sullivan
-20
/
+22
2011-08-16
Make fewer typechecker errors immediately fatal.
Michael Sullivan
-25
/
+25
2011-08-16
Remove support for expr[T] syntax.
Erick Tryzelaar
-11
/
+1
2011-08-16
Remove support for foo[T] declaration syntax.
Erick Tryzelaar
-5
/
+1
2011-08-16
Remove type parameter and vec/port/chan foo[T] syntax.
Erick Tryzelaar
-19
/
+6
2011-08-16
Port the compiler to the expr foo::<T> syntax.
Erick Tryzelaar
-329
/
+335
2011-08-16
Port the compiler to foo<T> decl syntax.
Erick Tryzelaar
-77
/
+77
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-568
/
+568
2011-08-16
Change expr foo[T] syntax to foo::<T>.
Erick Tryzelaar
-8
/
+38
2011-08-16
Change declaration type parameter syntax to foo<T>.
Erick Tryzelaar
-2
/
+5
2011-08-16
Change type parameter syntax to foo<T>.
Erick Tryzelaar
-17
/
+64
2011-08-16
rustc: Implement unique pointer allocation and deallocation
Patrick Walton
-9
/
+36
2011-08-16
Remove partial DPS back-end
Marijn Haverbeke
-823
/
+12
2011-08-16
Removing port, chan and task shapes.
Eric Holk
-3
/
+0
2011-08-16
Don't put the target in the bind closure if it is statically known. Closes #177.
Michael Sullivan
-19
/
+33
2011-08-16
Removing task, chan and port upcalls.
Eric Holk
-39
/
+0
2011-08-16
Removing tasks, ports and chans from the compiler.
Eric Holk
-341
/
+7
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-484
/
+479
2011-08-16
Replace std::ufind with std::ufindivec. Remove std::ufindivec
Brian Anderson
-19
/
+19
2011-08-16
Continue migrating the std #fmt interface to ivecs
Brian Anderson
-1
/
+1
2011-08-16
Revert "Revert "Make [] and ~[] both construct ivecs""
Brian Anderson
-1
/
+1
2011-08-16
Add and use an ivec interface to std::test
Brian Anderson
-3
/
+3
2011-08-16
Accept main(args: [str]) as main signature
Brian Anderson
-11
/
+144
2011-08-16
Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...
Eric Holk
-356
/
+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
-420
/
+420
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
Pretty print lambda-blocks.
Michael Sullivan
-10
/
+41
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
Parse type inferred lambda-block expressions.
Michael Sullivan
-7
/
+41
[prev]
[next]