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_metadata
/
src
/
native_libs.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-27
Port the `#[link]` attribute to the new parser
Jonathan Brouwer
-299
/
+36
2025-08-15
Merge link_name and export_name
bjorn3
-1
/
+1
2025-08-08
Add target_env = "macabi" and target_env = "sim"
Mads Marquart
-1
/
+1
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-1
/
+2
2025-07-24
generate elf symbol version in raw-dylib
usamoi
-1
/
+14
2025-07-13
Port `#[link_ordinal]` to the new attribute parsing infrastructure.
Anne Stijns
-7
/
+3
2025-06-17
apply clippy::or_fun_call
klensy
-1
/
+1
2025-06-08
raw dylib: ensure that we have applied standard ABI checks
Ralf Jung
-3
/
+9
2025-04-17
Replace infallible `name_or_empty` methods with fallible `name` methods.
Nicholas Nethercote
-7
/
+7
2025-04-06
remove compiler support for `extern "rust-intrinsic"` blocks
Skgland
-1
/
+1
2025-04-04
Rollup merge of #138949 - madsmtm:rename-to-darwin, r=WaffleLapkin
Matthias Krüger
-3
/
+3
2025-03-25
Rename `is_like_osx` to `is_like_darwin`
Mads Marquart
-3
/
+3
2025-03-25
rustc_session: Add a helper function for obtaining staticlib prefix and suffix
Vadim Petrochenkov
-11
/
+10
2025-03-09
metadata: Ignore sysroot when doing the manual native lib search in rustc
Vadim Petrochenkov
-31
/
+32
2025-02-26
Support raw-dylib link kind on ELF
Noratrieb
-2
/
+19
2025-02-24
Change span field accesses to method calls
Jana Dönszelmann
-2
/
+2
2024-12-18
Auto merge of #134243 - nnethercote:re-export-more-rustc_span, r=jieyouxu
bors
-1
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-12-17
Rollup merge of #133265 - the8472:extract-if-ranges, r=cuviper
Matthias Krüger
-1
/
+1
2024-12-16
update uses of extract_if in the compiler
The 8472
-1
/
+1
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-1
/
+1
2024-11-30
Rollup merge of #132750 - daltenty:daltenty/libs, r=jieyouxu
许杰友 Jieyou Xu (Joe)
-0
/
+4
2024-11-29
Add a comment
David Tenty
-0
/
+3
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-2
/
+2
2024-11-15
rustc_metadata: Preprocess search paths for better performance
Piotr Osiewicz
-2
/
+2
2024-11-07
[AIX] handle libunwind native_libs
David Tenty
-0
/
+1
2024-11-03
compiler: Directly use rustc_abi in metadata and middle
Jubilee Young
-9
/
+13
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-3
/
+3
2024-10-01
Implement boolean lit support in cfg predicates
Urgau
-1
/
+1
2024-10-01
Use `ast::NestedMetaItem` when evaluating cfg predicate
Urgau
-2
/
+7
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-4
/
+4
2024-09-08
MsvcLinker: allow linking dynamically to Meson and MinGW-style named libraries
L. E. Segovia
-0
/
+38
2024-08-27
linker: Synchronize native library search in rustc and linker
Vadim Petrochenkov
-10
/
+82
2024-08-10
rustc_metadata: make "link {arg,cfg} is unstable" translatable
Pavel Grigorenko
-5
/
+11
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+2
2024-05-22
Rename `FrameworkOnlyWindows` to `RawDylibOnlyWindows`
Tobias Bucher
-1
/
+1
2024-04-12
linker: Remove laziness and caching from native search directory walks
Vadim Petrochenkov
-12
/
+6
2024-04-12
linker: Avoid some allocations in search directory iteration
Vadim Petrochenkov
-4
/
+4
2024-03-06
Rewrite the `untranslatable_diagnostic` lint.
Nicholas Nethercote
-0
/
+1
2024-02-25
remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics
Ralf Jung
-1
/
+1
2024-01-13
Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nil...
bors
-10
/
+5
2024-01-13
Add check for ui_testing via promoting parameters from `ParseSess` to `Session`
George-lewis
-10
/
+5
2024-01-12
allow system abi to be variadic
beepster4096
-2
/
+14
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-43
/
+49
2023-11-30
Enable link-arg link kind inside of #[link] attribute
zetanumbers
-0
/
+12
2023-11-17
rename bound region instantiation
lcnr
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+3
2023-08-09
rustc: Move `crate_types` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-6
/
+11
2023-07-17
Do not fetch HIR in native_libs.
Camille GILLOT
-46
/
+34
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+1
[next]