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_session
/
src
/
cstore.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-07
Rollup merge of #130586 - dpaoliello:fixrawdylib, r=wesleywiser
Jubilee
-0
/
+5
2024-11-03
compiler: Directly use rustc_abi in session
Jubilee Young
-2
/
+2
2024-10-06
Rename NestedMetaItem to MetaItemInner
codemountains
-1
/
+1
2024-10-01
Use `ast::NestedMetaItem` when evaluating cfg predicate
Urgau
-1
/
+1
2024-09-24
Test fixing raw-dylib
Daniel Paoliello
-0
/
+5
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+5
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-19
Move `stable_crate_ids` from `CrateStore` to `Untracked`
Oli Scherer
-2
/
+5
2024-03-27
Make `def_path_hash_to_def_id` a hook
Oli Scherer
-3
/
+0
2024-03-27
Move `CrateStore::expn_hash_to_expn_id` to a hook
Oli Scherer
-9
/
+0
2024-03-27
Start replacing `CStore` trait methods with hooks.
Oli Scherer
-6
/
+0
2023-11-30
Move `MetadataLoader{,Dyn}` to `rustc_metadata`.
Nicholas Nethercote
-18
/
+1
2023-09-09
Use `FreezeLock` for `CStore`
John Kåre Alsaker
-2
/
+2
2023-09-02
Rename `Freeze` to `FreezeLock`
John Kåre Alsaker
-2
/
+2
2023-09-02
Add `Freeze` type and use it to store `Definitions`
John Kåre Alsaker
-2
/
+2
2023-07-17
Do not fetch HIR in native_libs.
Camille GILLOT
-0
/
+2
2023-05-16
Remove `MetadataRef` type alias
Maybe Waffle
-3
/
+4
2023-05-06
introduce `DynSend` and `DynSync` auto trait
SparrowLii
-2
/
+2
2023-04-04
Add a usize-indexed append-only-vec
Oli Scherer
-2
/
+2
2023-03-19
The name of NativeLib will be presented
yukang
-2
/
+5
2023-02-21
Use a lock-free datastructure for `source_span`
Oli Scherer
-3
/
+2
2023-02-21
Remove unused `Debug` impl
Oli Scherer
-1
/
+0
2023-02-20
Move the resolver into a query
Oli Scherer
-1
/
+1
2023-02-20
Make untracked.source_span lockable so that resolution can still write to it ...
Oli Scherer
-1
/
+1
2023-02-20
Make untracked.cstore lockable so that resolution can still write to it when ...
Oli Scherer
-3
/
+3
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-12-09
Fold `Definitions` into the untracked data
Oli Scherer
-2
/
+3
2022-12-09
Move the untracked cstore and source_span into a struct
Oli Scherer
-1
/
+10
2022-09-12
change rlib format to discern native dependencies
Daniil Belov
-0
/
+2
2022-08-26
Implementation of import_name_type
Daniel Paoliello
-1
/
+32
2022-03-30
Stabilize native library modifier syntax and the `whole-archive` modifier spe...
Vadim Petrochenkov
-0
/
+6
2021-12-23
Import `SourceFile`s from crate before decoding foreign `Span`
Aaron Hill
-0
/
+6
2021-10-06
Access Session while decoding expn_id.
Camille GILLOT
-1
/
+8
2021-10-03
Add some inlining.
Camille GILLOT
-0
/
+4
2021-10-03
Move rustc_middle::middle::cstore to rustc_session.
Camille GILLOT
-0
/
+195