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
Age
Commit message (
Expand
)
Author
Lines
2011-08-05
Fix a type in the libuv mingw makefile
Brian Anderson
-1
/
+1
2011-08-05
Another test for the occurs check, this one from issue 778
Tim Chevalier
-0
/
+4
2011-08-05
Atomic ref counting for chans.
Eric Holk
-38
/
+61
2011-08-05
Rewrote receive to return a value. This lets us initialize variables by recei...
Eric Holk
-12
/
+12
2011-08-05
Merge branch 'master' of github.com:graydon/rust
Eric Holk
-9
/
+41
2011-08-05
Initialize all constraints to False
Tim Chevalier
-9
/
+41
2011-08-05
Merge branch 'master' of github.com:graydon/rust
Eric Holk
-360
/
+103380
2011-08-05
etc: Add "lambda" and "inline" to the vim mode
Patrick Walton
-4
/
+4
2011-08-05
rustc: Parse "inline". Also write it into metadata.
Patrick Walton
-13
/
+33
2011-08-05
Add make clean rules for libuv
Brian Anderson
-0
/
+3
2011-08-05
Build libuv with the same C compiler as the rest of rt
Brian Anderson
-1
/
+1
2011-08-05
Introduce CC and CXX variables to the makefiles
Brian Anderson
-6
/
+10
2011-08-05
Un-XFAIL sio-ctx, sio-srv
Brian Anderson
-8
/
+0
2011-08-05
Munge libuv makefiles sufficiently to build out of tree.
Graydon Hoare
-83
/
+66
2011-08-05
More win32 libuv build tweaks
Brian Anderson
-3
/
+8
2011-08-05
Tweak libuv makefiles so they pick up custom CFLAGS
Brian Anderson
-2
/
+2
2011-08-05
Fix uv_buf_t declaration on win32
Brian Anderson
-0
/
+8
2011-08-05
XFAIL all the sio tests
Brian Anderson
-0
/
+20
2011-08-05
Update build rules so rt builds with libuv on Linux.
Brian Anderson
-1
/
+2
2011-08-05
Add libuv Makefile
Rob Arnold
-0
/
+113
2011-08-05
Update libuv to revision ee599ec1141cc48f895de1f9d148033babdf9c2a
Rob Arnold
-725
/
+37885
2011-08-05
Basic async IO module using libuv
Rob Arnold
-14
/
+722
2011-08-05
Integrate libuv into the build system
Rob Arnold
-4
/
+14
2011-08-05
Drop in libuv rev 2b5707d834a6b85b8e589ac04cb61a6db2dab94b
Rob Arnold
-0
/
+64837
2011-08-05
Log tags in memory_region::{free,realloc}
Rob Arnold
-4
/
+4
2011-08-05
rustc: Add inlineness to the fn decl instead
Patrick Walton
-0
/
+10
2011-08-05
Revert "rustc: Introduce the concept of inline to the AST"
Patrick Walton
-104
/
+86
2011-08-05
rustc: Introduce the concept of inline to the AST
Patrick Walton
-86
/
+104
2011-08-05
build: Don't error out if clang is too old. Instead, build with GCC.
Patrick Walton
-5
/
+9
2011-08-05
etc: Update the Vim syntax mode with new keywords
Patrick Walton
-6
/
+6
2011-08-05
(Almost) Always unify a function tail expr with the function result type
Tim Chevalier
-6
/
+42
2011-08-04
Prohibit assignment to upvars in lambdas. Closes #805.
Michael Sullivan
-5
/
+58
2011-08-04
Revert "rustc: Don't emit memset for non-structural types" due to crashes
Patrick Walton
-13
/
+2
2011-08-04
rustc: Don't emit memset for non-structural types
Patrick Walton
-2
/
+13
2011-08-04
Add a cleanup for copying closures. Closes #804.
Michael Sullivan
-0
/
+10
2011-08-04
Don't force resolution of type variables until there is no enclosing function...
Michael Sullivan
-8
/
+14
2011-08-04
stdlib: Pass getopt matches by alias
Patrick Walton
-8
/
+8
2011-08-04
rustc: bzero in drop_slot
Patrick Walton
-1
/
+1
2011-08-04
Enable creation of backwarding vtables (issue #702), but don't start
Lindsey Kuper
-160
/
+232
2011-08-04
rustc: bzero in zero_alloca. Shaves off a second or three.
Patrick Walton
-1
/
+1
2011-08-04
Use lambdas in gather_locals in typeck.
Michael Sullivan
-57
/
+36
2011-08-04
Use lambdas in the freevars pass.
Michael Sullivan
-64
/
+50
2011-08-04
Merge branch 'master' of github.com:graydon/rust
Eric Holk
-71
/
+163
2011-08-04
rustc: Use memmove in copy_ty. 45% LLVM codegen speed improvement.
Patrick Walton
-2
/
+7
2011-08-04
Handle alt on a _|_ - typed value
Tim Chevalier
-1
/
+4
2011-08-04
Add a fast path in ty::occurs_check_fails
Tim Chevalier
-1
/
+5
2011-08-04
Implement the occurs check
Tim Chevalier
-14
/
+87
2011-08-04
trans_args no longer needs llobj argument.
Lindsey Kuper
-3
/
+2
2011-08-04
rustc: Actually emit shapes
Patrick Walton
-51
/
+59
2011-08-04
Merge branch 'master' of github.com:graydon/rust
Eric Holk
-0
/
+0
[prev]
[next]