index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
/
back
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in x86 backend glue that was, by luck, only crashing on OSX.
Graydon Hoare
2010-11-15
1
-1
/
+1
*
Switch upcall glues to fastcall as well.
Graydon Hoare
2010-11-14
1
-10
/
+11
*
Remove outptr from module-internal calls; use standard ABI returns.
Graydon Hoare
2010-11-14
1
-9
/
+9
*
Teach rustc about const tag value, begin work on trans_copy_ty, make uint's t...
Graydon Hoare
2010-11-09
1
-0
/
+3
*
Move symbol prefix logic into separate function, add underscore prefix for wi...
Graydon Hoare
2010-11-05
1
-4
/
+10
*
Don't use string == in x86.rs, doesn't work.
Graydon Hoare
2010-10-22
1
-1
/
+1
*
rustc: Add an "_" prefix to assembler-generated symbols on Mac
Patrick Walton
2010-10-22
1
-0
/
+5
*
Translate exit-task glue such that rustc's output programs exit properly.
Graydon Hoare
2010-09-27
1
-0
/
+4
*
Fix indexing bug in rustc's indirect-upcall arg-copying loops.
Graydon Hoare
2010-09-27
1
-3
/
+4
*
More work on trans, almost getting to the point of emitting an upcall.
Graydon Hoare
2010-09-24
2
-3
/
+15
*
Declare the global and upcall glues as ValueRefs in rustc's trans.
Graydon Hoare
2010-09-23
2
-15
/
+15
*
Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust...
Graydon Hoare
2010-09-23
2
-0
/
+205