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
/
test
/
run-pass
/
native2.rs
Age
Commit message (
Expand
)
Author
Lines
2011-12-16
implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em...
Graham Fawcett
-4
/
+4
2011-11-16
Use attributes for native module ABI and link name
Haitao Li
-5
/
+14
2011-11-09
Add "cdecl" as synonym for "c-stack-cdecl"
Brian Anderson
-5
/
+5
2011-11-08
Remove all uses of native cdecl except for those that yield
Brian Anderson
-3
/
+3
2011-10-24
move uses of rust ABI in tests to cdecl or c-stack-cdecl as appr
Niko Matsakis
-2
/
+2
2011-09-02
Reformat. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Remove some uses of str_buf builtin. Issue #855
Brian Anderson
-2
/
+1
2011-09-01
Convert main functions to istrs. Issue #855
Brian Anderson
-1
/
+1
2011-08-16
Port the tests to the typaram foo<T> syntax.
Erick Tryzelaar
-1
/
+1
2011-08-16
Convert most main functions to the ivec signature
Brian Anderson
-1
/
+1
2011-08-12
Remove all usages of std::vec::vbuf
Brian Anderson
-3
/
+3
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-3
/
+3
2011-06-28
Use "" in the native_name as an indication that no extra options have to
Rafael Ávila de Espíndola
-4
/
+4
2011-06-27
Record and link with used native libraries.
Rafael Ávila de Espíndola
-4
/
+4
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-9
/
+7
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-1
/
+1
2011-02-23
Parse the abi in native modules.
Rafael Ávila de Espíndola
-0
/
+9
2011-02-07
Add support for
Rafael Avila de Espindola
-0
/
+4
2011-02-04
Parse function declarations.
Rafael Ávila de Espíndola
-0
/
+1
2011-02-02
Add most of the plumbing for native items and add support for parsing native ...
Rafael Ávila de Espíndola
-0
/
+1
2011-02-01
Add very minimal support for native modules. For now they must be empty.
Rafael Ávila de Espíndola
-0
/
+5