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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
/
back
/
link.rs
Age
Commit message (
Expand
)
Author
Lines
2012-01-19
rustc: ";" to "," in enums
Patrick Walton
-6
/
+6
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-1
/
+1
2012-01-19
Remove support for the '.' after a nullary tag in a pattern
Tim Chevalier
-3
/
+3
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-9
/
+9
2012-01-19
rustc: Use integer from ctypes consistently
Haitao Li
-6
/
+6
2012-01-19
Use ctypes in native function declarations
Haitao Li
-12
/
+13
2012-01-17
Fail slightly more gracefully when given an -o filename that doesn't have an ...
Tim Chevalier
-1
/
+4
2012-01-13
deprecate fn exprs and the fn() type, preferring fn@ and native fn
Niko Matsakis
-10
/
+9
2012-01-13
Remove all remaining uses of objs from the compiler
Marijn Haverbeke
-2
/
+2
2012-01-12
Make driver::session::session no longer an object
Marijn Haverbeke
-33
/
+34
2012-01-04
"str": rename "str_from_cstr" to "from_cstr" (analogous to the other "from_*")
Lenny222
-1
/
+1
2012-01-01
link with gcc44+
Jyun-Yan You
-1
/
+3
2012-01-01
fix link error
Jyun-Yan You
-1
/
+4
2012-01-01
add missing library, enable segmented stacks for freebsd
Jyun-Yan You
-5
/
+4
2012-01-01
freebsd support
User Jyyou
-4
/
+11
2011-12-22
Register new snapshots, purge log_err and log_full in favour of log(...).
Graydon Hoare
-1
/
+1
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-6
/
+6
2011-12-19
Fix a typo.
Erick Tryzelaar
-1
/
+1
2011-12-18
rustc: Don't emit compact unwind info on mac
Brian Anderson
-0
/
+8
2011-12-15
Fix bug in library output filename construction: /tmp/foo.rc was being linked...
Graydon Hoare
-0
/
+7
2011-12-14
rustc: Always write split stack prologues
Brian Anderson
-6
/
+4
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-4
/
+4
2011-12-12
rustc: Work around a segmentation fault
Haitao Li
-24
/
+24
2011-12-12
rustc: Refactor and get built on Windows
Haitao Li
-14
/
+12
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
[next]