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
/
comp
/
back
/
x86.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-53
/
+0
2012-02-06
change gcc_args to cc_args and make win32 use gcc
Jyun-Yan You
-1
/
+1
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-12
/
+12
2012-01-01
freebsd support
User Jyyou
-0
/
+6
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-10
Cleanup unused imports
Haitao Li
-3
/
+0
2011-11-02
add -m64 to gcc args if appropriate
Niko Matsakis
-1
/
+3
2011-11-02
start to isolate target strings so that they can be configured for
Niko Matsakis
-22
/
+30
2011-09-02
Reformat. Issue #855
Brian Anderson
-19
/
+17
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-7
/
+7
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-1
/
+0
2011-08-27
Convert the rest of rustc::back to istrs. Issue #855
Brian Anderson
-15
/
+17
2011-08-27
Convert std::os to istrs. Issue #855
Brian Anderson
-6
/
+7
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-6
/
+6
2011-07-12
rustc: Remove some useless std::vec imports
Patrick Walton
-1
/
+0
2011-07-06
Remove temporary stdlib placeholders, use actual stdlib functions
Marijn Haverbeke
-1
/
+0
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-1
/
+1
2011-06-16
Reformat a bunch of recent churn.
Graydon Hoare
-5
/
+3
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-21
/
+12
2011-05-26
Remove native glues. All calls to C are direct now.
Graydon Hoare
-186
/
+1
2011-05-24
There is only one yield glue.
Rafael Ávila de Espíndola
-42
/
+2
2011-05-24
There is only one activate function now.
Rafael Ávila de Espíndola
-92
/
+2
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-17
/
+17
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-40
/
+40
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-41
/
+41
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-18
/
+18
2011-05-05
Fix x86.rs triple for linux.
Graydon Hoare
-1
/
+1
2011-05-05
Use symbolic register names so that we get the correct encoding on OS X.
Rafael Ávila de Espíndola
-2
/
+2
2011-05-05
rustc: Link with intrinsics.bc; change intrinsics linkage to linkonce_odr
Patrick Walton
-1
/
+3
2011-04-29
rustc: Emit pure native glue; we don't call it yet
Patrick Walton
-8
/
+18
2011-04-28
Add a very minimal set of .cfi_* statements to get part of backtraces
Rafael Ávila de Espíndola
-2
/
+34
2011-03-25
Trans nomenclature tidy-up: upcall vs. native vs. extern.
Graydon Hoare
-17
/
+18
2011-03-25
Another go at changing compile-command, this time using RBUILD env var.
Graydon Hoare
-1
/
+1
2011-03-25
Revert "Bulk-edit compile commands in emacs chatter to point to assumed build...
Graydon Hoare
-1
/
+1
2011-03-25
Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...
Graydon Hoare
-1
/
+1
2011-03-21
Every upcall needs a task pointer to find the C stack. It is just that when
Rafael Ávila de Espíndola
-9
/
+17
2011-03-16
Fixed version of my previous patch to rename the upcall functions. This time ...
Rafael Ávila de Espíndola
-3
/
+3
2011-03-11
rustc: Add some stub metadata to each crate
Patrick Walton
-0
/
+10
2011-03-09
Fix access to the rust stack.
Rafael Ávila de Espíndola
-15
/
+32
2011-03-09
swap taskptr and callee in preparation for making taskptr optional.
Rafael Ávila de Espíndola
-8
/
+10
2011-02-22
Add ABI tagging to crates, adjust rustc output and runtime stack-frame setup ...
Graydon Hoare
-2
/
+2
2011-02-08
Add the single instruction required in activate glue to fix burning darwin ti...
Graydon Hoare
-2
/
+99
2010-12-03
rustc: Set data layout and target triple
Patrick Walton
-0
/
+20
2010-11-15
Fix typo in x86 backend glue that was, by luck, only crashing on OSX.
Graydon Hoare
-1
/
+1
2010-11-14
Switch upcall glues to fastcall as well.
Graydon Hoare
-10
/
+11
2010-11-14
Remove outptr from module-internal calls; use standard ABI returns.
Graydon Hoare
-9
/
+9
2010-11-05
Move symbol prefix logic into separate function, add underscore prefix for wi...
Graydon Hoare
-4
/
+10
2010-10-22
Don't use string == in x86.rs, doesn't work.
Graydon Hoare
-1
/
+1
2010-10-22
rustc: Add an "_" prefix to assembler-generated symbols on Mac
Patrick Walton
-0
/
+5
2010-09-27
Fix indexing bug in rustc's indirect-upcall arg-copying loops.
Graydon Hoare
-3
/
+4
[next]