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
/
metadata
Age
Commit message (
Expand
)
Author
Lines
2011-12-16
allow #[link_args] with #[nolink]. For now, fail if two modules link same lib...
Graham Fawcett
-15
/
+20
2011-12-16
implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em...
Graham Fawcett
-1
/
+8
2011-12-16
Finish resolving and calling of crate-external impls
Marijn Haverbeke
-27
/
+109
2011-12-16
extend with ty_send_type and ty_opaque_closure
Niko Matsakis
-0
/
+4
2011-12-16
reorder args to the various vec, option fns so blk comes last
Niko Matsakis
-3
/
+2
2011-12-16
Write impl data to crate library files
Marijn Haverbeke
-1
/
+41
2011-12-16
rustc: Implement non-renamed re-export across crates
Haitao Li
-12
/
+45
2011-12-15
rustc: Box tag variants to avoid copies
Brian Anderson
-1
/
+1
2011-12-14
push changes through to get things compiling, if not running.
Niko Matsakis
-10
/
+14
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-12
/
+17
2011-12-12
rustc: Hash includes direct dependent crates
Haitao Li
-0
/
+25
2011-12-12
rustc: Encode crate hash into metadata
Haitao Li
-3
/
+21
2011-12-12
rustc: build versioned library with hash in its name
Haitao Li
-1
/
+1
2011-12-12
Using filename when finding libraries for linking
Haitao Li
-8
/
+22
2011-12-07
Change literal representation to not truncate
Marijn Haverbeke
-20
/
+28
2011-11-30
Box ast::path values
Marijn Haverbeke
-7
/
+7
2011-11-23
Rollback return-by-reference
Marijn Haverbeke
-10
/
+0
2011-11-21
rustc: Remove abi from ast::native_mod
Haitao Li
-17
/
+9
2011-11-18
Update stdlib, compiler, and tests to new kind system
Marijn Haverbeke
-2
/
+2
2011-11-18
Add a pass-by-copy parameter passing convention
Marijn Haverbeke
-2
/
+4
2011-11-18
Preparation for kind system overhaul
Marijn Haverbeke
-12
/
+12
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-7
/
+0
2011-11-16
Use attributes for native module ABI and link name
Haitao Li
-1
/
+6
2011-11-16
rustc: Use link_name attribute for native function
Haitao Li
-1
/
+1
2011-11-10
Cleanup unused imports
Haitao Li
-10
/
+4
2011-11-09
rustc: Rename native_abi_c_stack_cdecl to native_abi_cdecl
Brian Anderson
-3
/
+3
2011-11-09
rustc: Rename native_abi_c_stack_stdcall to native_abi_stdcall
Brian Anderson
-3
/
+3
2011-11-09
Remove native "x86stdcall" ABI
Brian Anderson
-2
/
+0
2011-11-08
Remove native "cdecl" ABI
Brian Anderson
-4
/
+1
2011-11-07
Remove native "llvm" ABI
Brian Anderson
-2
/
+0
2011-11-07
Remove native "rust" ABI
Brian Anderson
-3
/
+1
2011-11-07
llvm::mk_object_file should really return an option, since the underlying LLV...
Joshua Wise
-1
/
+4
2011-11-03
Disallow writing to function arguments again
Marijn Haverbeke
-0
/
+1
2011-11-02
get things checking on ia32
Niko Matsakis
-1
/
+1
2011-11-02
start to isolate target strings so that they can be configured for
Niko Matsakis
-11
/
+15
2011-10-31
rustc: Find crates by matching the name metadata
Haitao Li
-22
/
+9
2011-10-29
Add more logging to crate resolution
Brian Anderson
-1
/
+12
2011-10-28
Make shared kind the default only for generic functions
Marijn Haverbeke
-6
/
+5
2011-10-25
Update our code to new type parameter kind syntax
Marijn Haverbeke
-2
/
+2
2011-10-21
Drop support for iter, put, and for-each
Marijn Haverbeke
-7
/
+0
2011-10-21
Remove last uses of iterators from stdlib
Marijn Haverbeke
-26
/
+21
2011-10-21
Move hash table iteration over to block-taking functions
Marijn Haverbeke
-15
/
+10
2011-10-20
Merge ast::proto_shared and ast::proto_closure
Brian Anderson
-2
/
+3
2011-10-20
Rename ast::proto_fn to ast::proto_shared
Brian Anderson
-2
/
+2
2011-10-20
Make fn denote a bare function. Convert fn to fn@ as needed
Brian Anderson
-4
/
+4
2011-10-20
Parse obj methods as proto_bare
Brian Anderson
-1
/
+1
2011-10-12
reimplement some of the unsafe stuff which got lost
Niko Matsakis
-19
/
+21
2011-10-12
add unsafe tags into various points in the translation chains
Niko Matsakis
-16
/
+18
2011-10-12
make native functions markable as unsafe and incorporate that
Niko Matsakis
-3
/
+11
2011-10-12
add 'u' to one other place it was missing
Niko Matsakis
-0
/
+1
[next]