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
Age
Commit message (
Expand
)
Author
Lines
2011-08-05
Basic async IO module using libuv
Rob Arnold
-14
/
+721
2011-08-05
Integrate libuv into the build system
Rob Arnold
-0
/
+5
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
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
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 commit '6ec4829' into snap
Eric Holk
-0
/
+5
2011-08-04
Registering snapshot.
Eric Holk
-0
/
+5
2011-08-04
rustc: Generate shapes
Patrick Walton
-19
/
+625
2011-08-04
rt: Change int to uint32_t. Put out burning tinderbox.
Patrick Walton
-1
/
+1
2011-08-03
rt: Stub shape glue and implement shape::print and shape::size_of.
Patrick Walton
-0
/
+705
2011-08-03
Killing an obsolete comment.
Lindsey Kuper
-1
/
+0
2011-08-03
Pointer-ifying llenv. Step 1 of 2 steps to object system sanity.
Lindsey Kuper
-38
/
+8
2011-08-03
Put comments on trans contexts back where they belong. :(
Lindsey Kuper
-108
/
+114
2011-08-03
Fix the pretty print tests to handle terminal newlines. Sorry!
Michael Sullivan
-3
/
+3
2011-08-03
timeout_in_ns was renamed to timeout_in_ms.
Erick Tryzelaar
-1
/
+1
2011-08-03
Sleep for a nonzero amount of time on Windows.
Eric Holk
-4
/
+4
2011-08-03
Fix trans_put to properly return (). Closes #773.
Michael Sullivan
-1
/
+2
2011-08-03
Make the pretty printer put trailing newlines at the end of files.
Michael Sullivan
-0
/
+3
2011-08-03
Remove an obsolete FIXME in stdtest/deque.rs. Closes #140.
Michael Sullivan
-6
/
+2
2011-08-03
Whitespace cleanup
Brian Anderson
-6
/
+6
2011-08-03
Convert line endings when doing exact pretty-print testing
Brian Anderson
-0
/
+8
2011-08-03
Add some hacks to get stdin piping working more correctly in windows
Brian Anderson
-6
/
+80
2011-08-03
Clean up how we deal with dynamic size function arguments/returns.
Michael Sullivan
-57
/
+24
2011-08-03
Have trans_bind_thunk handle polymorphic but statically sized return values.
Michael Sullivan
-1
/
+3
2011-08-03
Revert "Revert "Handle conditionals on _|_ - typed values correctly""
Tim Chevalier
-0
/
+15
2011-08-03
Add #concat_idents[] and #ident_to_str[]
Paul Stansifer
-9
/
+65
2011-08-03
Actually un-xfail the test for put in fns.
Michael Sullivan
-3
/
+0
2011-08-03
Reject programs that do a put outside of iterators.
Michael Sullivan
-6
/
+9
2011-08-03
Do a bunch more typechecking for iters and for each loops.
Michael Sullivan
-31
/
+70
[prev]
[next]