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
/
librustc_trans
/
back
/
link.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-28
remove `get_ident` and `get_name`, make `as_str` sound
Oliver Schneider
-1
/
+1
2015-07-12
debuginfo: Instruct MSVC linker to generate PDB file if debuginfo is enabled
Michael Woerister
-0
/
+3
2015-07-10
trans: Use LLVM's writeArchive to modify archives
Alex Crichton
-49
/
+47
2015-07-08
trans: Link rlibs to dylibs with --whole-archive
Alex Crichton
-86
/
+94
2015-07-07
msvc: Get codegen-units working
Alex Crichton
-41
/
+45
2015-07-01
msvc: Lookup linker in windows registry
Alex Crichton
-6
/
+10
2015-06-25
rustc_trans: Handle empty dlls on MSVC
Alex Crichton
-2
/
+4
2015-06-21
rustc_trans: Use custom PATH for archive commands
Alex Crichton
-9
/
+15
2015-06-20
Auto merge of #26382 - alexcrichton:less-racy-path, r=brson
bors
-1
/
+11
2015-06-19
rustc: remove Repr and UserString.
Eduard Burtescu
-2
/
+1
2015-06-19
rustc: use the TLS type context in Repr and UserString.
Eduard Burtescu
-1
/
+1
2015-06-19
rustc: use Repr and UserString instead of ppaux::ty_to_string.
Eduard Burtescu
-3
/
+2
2015-06-17
rustc_driver: Frob the global PATH less
Alex Crichton
-1
/
+11
2015-06-11
Conver reborrows to .iter() calls where appropriate
Joshua Landau
-4
/
+4
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-3
/
+3
2015-06-10
syntax: move ast_map to librustc.
Eduard Burtescu
-2
/
+2
2015-06-08
Replace usage of String::from_str with String:from
Simon Sapin
-2
/
+2
2015-05-27
Add a WONTFIX message to a failing test.
Nick Cameron
-1
/
+1
2015-05-19
rustc_trans: Add MSVC linker support
Alex Crichton
-5
/
+8
2015-05-19
rustc_trans: Clean up some style in back::link
Alex Crichton
-30
/
+18
2015-05-19
rustc_back: Tweak the MSVC target spec
Alex Crichton
-2
/
+8
2015-05-12
rustc_trans: Abstract linker support behind a trait
Alex Crichton
-142
/
+61
2015-05-12
Scale back changes made
Alex Crichton
-6
/
+7
2015-05-12
Very hacky MSVC hacks.
Ricky Taylor
-7
/
+6
2015-05-11
Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnik
bors
-1
/
+1
2015-05-06
Auto merge of #25134 - alexcrichton:fix-issue-25072-for-realsies, r=brson
bors
-27
/
+2
2015-05-05
rustc: Fix more verbatim paths leaking to gcc
Alex Crichton
-27
/
+2
2015-05-04
Remove an obsolete example in a comment
Carol Nichols
-1
/
+1
2015-05-04
rustc_trans: Fix another windows verbatim path
Alex Crichton
-1
/
+1
2015-05-03
Update old uses of ~ in comments and debugging statements
Carol Nichols
-1
/
+1
2015-04-29
rollup merge of #24711: alexcrichton/fs2.1
Alex Crichton
-7
/
+33
2015-04-28
std: Implement fs::DirBuilder
Alex Crichton
-1
/
+1
2015-04-27
std: Expand the area of std::fs
Alex Crichton
-6
/
+32
2015-04-27
rustc: Add support for linking arbitrary objects
Alex Crichton
-1
/
+9
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-03-27
rollup merge of #23786: alexcrichton/less-quotes
Alex Crichton
-3
/
+15
2015-03-27
rustc: Remove support for hyphens in crate names
Alex Crichton
-3
/
+15
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-6
/
+6
2015-03-23
rollup merge of #23601: nikomatsakis/by-value-index
Alex Crichton
-2
/
+2
2015-03-23
Add generic conversion traits
Aaron Turon
-4
/
+4
2015-03-23
Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of
Niko Matsakis
-2
/
+2
2015-03-16
Improve error handling in libflate
Tobias Bucher
-6
/
+1
2015-03-06
rollup merge of #22975: alexcrichton/stabilize-ffi
Alex Crichton
-4
/
+4
2015-03-05
std: Stabilize the `fs` module
Alex Crichton
-1
/
+2
2015-03-05
std: Stabilize the `ffi` module
Alex Crichton
-4
/
+4
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-78
/
+96
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-1
/
+1
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-35
/
+35
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-23
/
+23
[next]