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
/
link.rs
Age
Commit message (
Expand
)
Author
Lines
2011-12-12
rustc: Hash includes direct dependent crates
Haitao Li
-3
/
+11
2011-12-12
rustc: build versioned library with hash in its name
Haitao Li
-6
/
+13
2011-12-08
rustc: Determine the crate type (lib/bin) in the session, not session opts
Brian Anderson
-2
/
+2
2011-12-04
Upgrade LLVM to svn revision 145779
Brian Anderson
-4
/
+6
2011-11-28
rustc: Link in libmorestack.a when --stack-growth
Brian Anderson
-0
/
+5
2011-11-25
rustc: Fall back to intrinsics.ll if we can't parse the bc
Brian Anderson
-4
/
+42
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-10
Cleanup unused imports
Haitao Li
-5
/
+0
2011-11-07
rustc: Add support of generating LLVM assembly
Haitao Li
-5
/
+13
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
-31
/
+35
2011-10-31
rustc: Enable segmented stacks in LLVM when --stack-growth is on
Patrick Walton
-0
/
+1
2011-10-28
Produce dyn libraries with proper names
Haitao Li
-8
/
+7
2011-10-20
Don't rely on main.ll anymore
Marijn Haverbeke
-7
/
+1
2011-10-20
Output linker errors, when linking fails
Marijn Haverbeke
-3
/
+4
2011-10-17
Change the linkage order on linux and add -ldl
Brian Anderson
-5
/
+6
2011-10-16
Only link librt on linux
Brian Anderson
-1
/
+8
2011-10-16
Fix link error by explicitly link needed DSOs
Haitao Li
-1
/
+1
2011-10-12
reimplement some of the unsafe stuff which got lost
Niko Matsakis
-10
/
+7
2011-10-12
continue to annotate functions as unsafe where neccessary
Niko Matsakis
-2
/
+3
2011-10-12
add unsafe tags into various points in the translation chains
Niko Matsakis
-4
/
+6
2011-10-06
Remove an unnecessary linking flag. Add comments about linking
Brian Anderson
-1
/
+4
2011-10-06
Make rpath work on mac
Brian Anderson
-0
/
+7
2011-10-05
Fix some remaining rpath bugs
Brian Anderson
-0
/
+1
2011-10-05
Begin work on rpath
Brian Anderson
-0
/
+3
2011-10-04
Use util::filesearch to locate intrinsics.bc and main.o
Brian Anderson
-4
/
+13
2011-10-04
Encapsulate current sysroot and lib path handling into util::filesearch
Brian Anderson
-25
/
+5
2011-10-02
rustc: Fix link error on Ubuntu Oneiric. Issue #903
Haitao Li
-2
/
+4
2011-09-30
Change the directory for target libs
Brian Anderson
-3
/
+10
2011-09-29
Reorganize structure of build directory
Brian Anderson
-4
/
+18
2011-09-28
Eliminate glue.o. Closes #990
Brian Anderson
-2
/
+1
2011-09-20
Move linker invocation from driver::rustc to back::link
Brian Anderson
-1
/
+93
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-19
/
+17
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-45
/
+42
2011-09-02
Reformat. Issue #855
Brian Anderson
-100
/
+99
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-3
/
+3
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-20
/
+20
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-1
/
+0
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-9
/
+5
2011-08-27
Convert rustc::driver::session to istrs. Issue #855
Brian Anderson
-5
/
+6
2011-08-27
Convert pretty-printer to istrs. Issue #855
Brian Anderson
-1
/
+1
2011-08-27
Convert rest of the AST to istrs. Issue #855
Brian Anderson
-2
/
+2
2011-08-27
Convert middle::trans_common to istrs. Issue #855
Brian Anderson
-3
/
+2
2011-08-27
Convert the rest of rustc::lib::llvm to istrs. Issue #855
Brian Anderson
-1
/
+1
2011-08-27
Convert rustc::lib::llvm to istr::sbufs. Issue #855
Brian Anderson
-36
/
+48
2011-08-27
Convert the rest of rustc::back to istrs. Issue #855
Brian Anderson
-4
/
+4
2011-08-27
Convert back::link to istrs. Issue #855
Brian Anderson
-55
/
+71
2011-08-27
Convert ast::ident to istr. Issue #855
Brian Anderson
-4
/
+4
2011-08-27
Convert portions of rustc to istrs. Recover a lot of performance.
Brian Anderson
-2
/
+2
2011-08-27
Convert std::fs to istrs. Issue #855
Brian Anderson
-3
/
+7
[prev]
[next]