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
/
librustc_trans
/
back
/
archive.rs
Age
Commit message (
Expand
)
Author
Lines
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-325
/
+0
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-4
/
+1
2017-10-09
cleanup: rustc doesn't use an external archiver
Vadim Petrochenkov
-4
/
+3
2017-09-30
rustc: Enable LTO and multiple codegen units
Alex Crichton
-5
/
+3
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-3
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-07-21
Thread through the original error when opening archives
Alex Crichton
-4
/
+3
2017-05-14
Remove rustc_llvm dependency from rustc_metadata
Robin Kruppe
-3
/
+2
2017-03-27
Fix various useless derefs and slicings
Oliver Schneider
-2
/
+2
2016-11-21
Add --crate-type metadata
Nick Cameron
-1
/
+1
2016-11-16
rustc: Implement #[link(cfg(..))] and crt-static
Alex Crichton
-5
/
+22
2016-08-03
audit LLVM C++ types in ArchiveWrapper and PassWrapper
Ariel Ben-Yehuda
-1
/
+1
2016-06-10
Remove linking with AR
Jake Goulding
-241
/
+15
2016-05-03
Remove unused trait imports flagged by lint
Seo Sanghyeon
-2
/
+0
2016-03-22
fix alignment
Jorge Aparicio
-2
/
+2
2016-03-22
try! -> ?
Jorge Aparicio
-14
/
+14
2016-01-29
trans: Reimplement unwinding on MSVC
Alex Crichton
-4
/
+4
2016-01-29
trans: Upgrade LLVM
Alex Crichton
-5
/
+32
2015-12-30
use structured errors
Nick Cameron
-5
/
+6
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-1
/
+1
2015-11-26
remove csearch from the rest of rustc
Ariel Ben-Yehuda
-2
/
+5
2015-09-26
Don't ICE if an archive isn't actually an archive
William Throwe
-2
/
+5
2015-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-3
/
+4
2015-07-16
trans: Add kind to writeArchive
Alex Crichton
-11
/
+18
2015-07-10
trans: Use LLVM's writeArchive to modify archives
Alex Crichton
-0
/
+504