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-12-14
refactor trans into trans_closure; restore original closure repr
Niko Matsakis
-415
/
+442
2011-12-14
treat native fns as shared closures
Niko Matsakis
-0
/
+1
2011-12-14
insert a field into the closure storing number of ty descs
Niko Matsakis
-19
/
+24
2011-12-14
pull out the code from iter_structural_ty for handling functions,
Niko Matsakis
-29
/
+55
2011-12-14
treat different kinds of closures differently
Niko Matsakis
-19
/
+53
2011-12-14
export upcall_clone_type_desc
Niko Matsakis
-2
/
+3
2011-12-14
change syntax from lambda[send] to sendfn
Niko Matsakis
-82
/
+15
2011-12-14
clone type desc into exchange heap
Niko Matsakis
-1
/
+4
2011-12-14
restructure, temporarily working around what looks like an LLVM bug
Niko Matsakis
-3
/
+37
2011-12-14
translate unique closure env better
Niko Matsakis
-25
/
+49
2011-12-14
remove unused options
Niko Matsakis
-15
/
+5
2011-12-14
remove extra trailing semicolon
Niko Matsakis
-1
/
+1
2011-12-14
restore old functionality for now
Niko Matsakis
-7
/
+25
2011-12-14
get basic code generation working, clone type descs for lambda[send]
Niko Matsakis
-33
/
+113
2011-12-14
make fact that trans'ing lvar does not modify bcx explicit in type
Niko Matsakis
-12
/
+19
2011-12-14
sendable functions now "work", meaning pass through trans/typestate
Niko Matsakis
-2
/
+7
2011-12-14
push changes through to get things compiling, if not running.
Niko Matsakis
-60
/
+103
2011-12-14
first attempt, not happy with it
Niko Matsakis
-67
/
+66
2011-12-14
define ty and update parser for sendable lambdas
Niko Matsakis
-7
/
+97
2011-12-14
Register snapshots
Brian Anderson
-0
/
+7
2011-12-14
rustc: Always write split stack prologues
Brian Anderson
-6
/
+4
2011-12-13
build: Call llvm-config with the .exe extension on windows
Brian Anderson
-2
/
+2
2011-12-13
build: Fix definition of LLC/LLVM_AS
Brian Anderson
-2
/
+2
2011-12-13
rt: Add a FIXME to 32-bit __morestack about trashing %eax
Brian Anderson
-1
/
+2
2011-12-13
rt: Use %ecx instead of %eax during the second half of __morestack
Brian Anderson
-3
/
+5
2011-12-13
Update LLVM. Fixes for segmented stacks with fastcc functions
Brian Anderson
-0
/
+0
2011-12-13
Merge pull request #1292 from boggle/fix1291
Graydon Hoare
-1
/
+6
2011-12-14
Changes to configure (Fix for #1291)
Stefan Plantikow
-1
/
+6
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-723
/
+5582
2011-12-13
rt: Don't clobber fastcc argument registers in __morestack
Brian Anderson
-12
/
+15
2011-12-13
llvm: Fix LLVM submodule revision
Patrick Walton
-0
/
+0
2011-12-13
stdlib: Fix spelling errors in documentation of libstd/str.rs
Patrick Walton
-6
/
+6
2011-12-13
build: Touch llvm-config after building
Brian Anderson
-1
/
+1
2011-12-13
Attempt to fix windows builder.
Graydon Hoare
-2
/
+6
2011-12-13
build: Set 'all' as the default goal. Closes #1290
Brian Anderson
-0
/
+2
2011-12-13
Merge branch 'master' of github.com:graydon/rust
Graydon Hoare
-311
/
+242
2011-12-13
Register new snapshots and teach snapshot script to deal with extracting new-...
Graydon Hoare
-21
/
+10
2011-12-13
Reorganize some code in typeck
Marijn Haverbeke
-305
/
+233
2011-12-12
fix track alloc code
Niko Matsakis
-6
/
+9
2011-12-12
rt: Remove some duplicated code from 64-bit __morestack
Brian Anderson
-12
/
+0
2011-12-12
rustc: Work around a segmentation fault
Haitao Li
-24
/
+24
2011-12-12
rustc: Refactor and get built on Windows
Haitao Li
-14
/
+12
2011-12-12
rustc: Hash includes direct dependent crates
Haitao Li
-3
/
+36
2011-12-12
rustc: Encode crate hash into metadata
Haitao Li
-3
/
+21
2011-12-12
build: Temp hack to make transition to new snapshot
Haitao Li
-3
/
+28
2011-12-12
Update snapshot scripts to pick up the versioned libraries
Haitao Li
-9
/
+21
2011-12-12
rustc: build versioned library with hash in its name
Haitao Li
-20
/
+56
2011-12-12
Using filename when finding libraries for linking
Haitao Li
-9
/
+23
2011-12-12
rt: Make unwinding through __morestack work on mac
Brian Anderson
-3
/
+1
2011-12-12
rt: Write CFI instructions that (might) work on mac in __morestack
Brian Anderson
-0
/
+14
[prev]
[next]