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
/
compiler
/
rustc_codegen_llvm
/
src
/
back
/
archive.rs
Age
Commit message (
Expand
)
Author
Lines
2024-04-15
Add support for Arm64EC to the Standard Library
Daniel Paoliello
-0
/
+1
2024-03-06
Add arm64ec-pc-windows-msvc target
Daniel Paoliello
-0
/
+1
2024-02-27
Auto merge of #121635 - 823984418:remove_archive_builder_lifetime_a, r=nnethe...
bors
-2
/
+2
2024-02-26
remove useless lifetime of ArchiveBuilder
823984418
-2
/
+2
2024-02-24
compiler: use `addr_of!`
Pavel Grigorenko
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-6
/
+6
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-09-01
remove unnecessary heap allocation
XXIV
-1
/
+1
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-5
/
+5
2023-07-17
Better diagnostics for dlltool errors.
James Farrell
-19
/
+24
2023-04-18
Stablize raw-dylib, link_ordinal and -Cdlltool
Daniel Paoliello
-4
/
+8
2023-03-24
Update ar_archive_writer to 0.1.3
bjorn3
-1
/
+1
2023-03-22
Use -m option instead of looking for a cross-compiling version of dlltool
Daniel Paoliello
-14
/
+25
2023-02-06
Specify dlltool prefix when generating import libs
Rafael Rivera
-0
/
+8
2023-01-27
Revert back to LlvmArchiveBuilder on all platforms
bjorn3
-1
/
+3
2023-01-27
Revert "Remove macOS fat archive support from LlvmArchiveBuilder"
bjorn3
-4
/
+10
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-3
/
+3
2022-12-03
Remove macOS fat archive support from LlvmArchiveBuilder
Alex Gaynor
-10
/
+4
2022-11-26
Use LLVM for getting symbols from COFF bigobj files
bjorn3
-1
/
+9
2022-11-26
Rewrite LLVM's archive writer in Rust
bjorn3
-62
/
+61
2022-11-09
Update compiler/rustc_codegen_llvm/src/back/archive.rs
SLASHLogin
-1
/
+1
2022-11-09
Port `UnknownArchiveKind`
SLASHLogin
-4
/
+5
2022-11-09
Port `DlltoolFailImportLibrary` and implement `IntoDiagnosticArg` for `Cow<'a...
SLASHLogin
-6
/
+8
2022-11-09
Port ErrorCallingDllTool
SLASHLogin
-2
/
+4
2022-11-09
Import ErrorWritingDEFFile
SLASHLogin
-2
/
+2
2022-11-09
Port ArchiveBuildFailure
SLASHLogin
-2
/
+2
2022-11-09
Import `error creating import library`
SLASHLogin
-4
/
+4
2022-10-24
Support raw-dylib functions being used inside inlined functions
Daniel Paoliello
-2
/
+5
2022-10-04
resolve error when attempting to link a universal library on macOS
Alex Gaynor
-3
/
+64
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-4
/
+4
2022-08-26
Implementation of import_name_type
Daniel Paoliello
-24
/
+10
2022-07-28
Introduce an ArchiveBuilderBuilder
bjorn3
-12
/
+16
2022-07-28
Inline inject_dll_import_lib
bjorn3
-4
/
+0
2022-07-28
Move output argument from ArchiveBuilder::new to .build()
bjorn3
-7
/
+6
2022-07-22
Enable raw-dylib for binaries
Daniel Paoliello
-24
/
+20
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-06-19
Small refactoring
bjorn3
-9
/
+5
2022-06-19
Remove the source archive functionality of ArchiveWriter
bjorn3
-33
/
+2
2022-06-19
Fix "Remove src_files and remove_file"
bjorn3
-5
/
+6
2022-06-14
Remove src_files and remove_file
bjorn3
-29
/
+0
2022-06-14
Inline ArchiveConfig struct into LlvmArchiveBuilder
bjorn3
-28
/
+21
2022-05-13
Add LLVM based mingw-w64 targets
Mateusz Mikuła
-2
/
+4
2022-02-25
Fix MinGW target detection in raw-dylib
Mateusz Mikuła
-1
/
+3
2022-02-19
Adopt let else in more places
est31
-4
/
+1
2022-02-10
Unconditionally update symbols
bjorn3
-10
/
+1
2022-02-03
clippy::perf fixes
Matthias Krüger
-1
/
+1
2022-01-12
Call out to binutils' dlltool for raw-dylib on windows-gnu platforms.
Richard Cobbe
-46
/
+159
2021-10-07
Rollup merge of #89025 - ricobbe:raw-dylib-link-ordinal, r=michaelwoerister
Jubilee
-5
/
+5
2021-10-03
Move rustc_middle::middle::cstore to rustc_session.
Camille GILLOT
-1
/
+1
2021-09-20
Implement #[link_ordinal] attribute in the context of #[link(kind = "raw-dyli...
Richard Cobbe
-5
/
+5
[next]