about summary refs log tree commit diff
path: root/compiler/rustc_session/src/cstore.rs
AgeCommit message (Expand)AuthorLines
2023-03-19The name of NativeLib will be presentedyukang-2/+5
2023-02-21Use a lock-free datastructure for `source_span`Oli Scherer-3/+2
2023-02-21Remove unused `Debug` implOli Scherer-1/+0
2023-02-20Move the resolver into a queryOli Scherer-1/+1
2023-02-20Make untracked.source_span lockable so that resolution can still write to it ...Oli Scherer-1/+1
2023-02-20Make untracked.cstore lockable so that resolution can still write to it when ...Oli Scherer-3/+3
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-1/+1
2022-12-09Fold `Definitions` into the untracked dataOli Scherer-2/+3
2022-12-09Move the untracked cstore and source_span into a structOli Scherer-1/+10
2022-09-12change rlib format to discern native dependenciesDaniil Belov-0/+2
2022-08-26Implementation of import_name_typeDaniel Paoliello-1/+32
2022-03-30Stabilize native library modifier syntax and the `whole-archive` modifier spe...Vadim Petrochenkov-0/+6
2021-12-23Import `SourceFile`s from crate before decoding foreign `Span`Aaron Hill-0/+6
2021-10-06Access Session while decoding expn_id.Camille GILLOT-1/+8
2021-10-03Add some inlining.Camille GILLOT-0/+4
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-0/+195