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
/
rmeta
/
decoder
Age
Commit message (
Expand
)
Author
Lines
2022-02-24
Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov
bors
-67
/
+77
2022-02-19
Adopt let else in more places
est31
-3
/
+2
2022-02-19
Add generator_kind table.
Camille GILLOT
-1
/
+1
2022-02-19
Add fn_arg_names table.
Camille GILLOT
-1
/
+1
2022-02-19
Add asyncness table.
Camille GILLOT
-1
/
+1
2022-02-19
Add rendered_const table.
Camille GILLOT
-1
/
+1
2022-02-19
Add mir_const_qualifs table.
Camille GILLOT
-1
/
+1
2022-02-19
Drop ImplData.
Camille GILLOT
-9
/
+5
2022-02-19
Do not decode span when we only need the name.
Camille GILLOT
-1
/
+1
2022-02-19
Encode metadata using queries.
Camille GILLOT
-48
/
+66
2022-02-19
Stop interning stability.
Camille GILLOT
-6
/
+2
2022-02-18
rustdoc: Collect traits in scope for lang items
Vadim Petrochenkov
-1
/
+6
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-1
/
+1
2022-02-09
Ensure that queries only return Copy types.
Camille GILLOT
-13
/
+8
2022-02-04
rustdoc: Collect traits in scope for foreign inherent impls
Vadim Petrochenkov
-0
/
+10
2022-01-25
rustdoc: Pre-calculate traits that are in scope for doc links
Vadim Petrochenkov
-1
/
+1
2022-01-16
rustc_metadata: Switch all decoder methods from vectors to iterators
Vadim Petrochenkov
-10
/
+23
2022-01-12
Auto merge of #92169 - In-line:no-cache-selector-lrc, r=Mark-Simulacrum
bors
-1
/
+1
2022-01-09
Auto merge of #92690 - matthiaskrgr:rollup-rw0oz05, r=matthiaskrgr
bors
-2
/
+12
2022-01-09
Rollup merge of #92608 - petrochenkov:doctrscope3, r=CraftSpider
Matthias Krüger
-2
/
+12
2022-01-09
rustc_middle: Rename `Export` to `ModChild` and add some comments
Vadim Petrochenkov
-3
/
+3
2022-01-09
rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra...
Vadim Petrochenkov
-5
/
+5
2022-01-09
rustc_metadata: Optimize and document module children decoding
Vadim Petrochenkov
-9
/
+14
2022-01-07
Deserialization less in associated_item_def_ids
Matthew Jasper
-6
/
+1
2022-01-07
rustdoc: Introduce a resolver cache for sharing data between early doc link r...
Vadim Petrochenkov
-2
/
+12
2022-01-06
rustc_metadata: Split `fn get_implementations_for_trait` into two functions
Vadim Petrochenkov
-7
/
+2
2022-01-06
rustc_metadata: Make `opt_item_ident` in decoder faster and stricter
Vadim Petrochenkov
-3
/
+1
2022-01-06
rustc_metadata: Make attribute decoding slightly faster and stricter
Vadim Petrochenkov
-4
/
+2
2022-01-01
rustc_metadata: Use a query for collecting all traits in encoder
Vadim Petrochenkov
-25
/
+1
2021-12-31
Auto merge of #92175 - Aaron1011:fix-missing-source-file, r=cjgillot
bors
-0
/
+4
2021-12-28
rustc_metadata: Encode list of all crate's traits into metadata
Vadim Petrochenkov
-0
/
+26
2021-12-28
Auto merge of #92159 - petrochenkov:decoditer, r=cjgillot
bors
-5
/
+3
2021-12-27
Rollup merge of #92161 - petrochenkov:misclean, r=cjgillot
Matthias Krüger
-6
/
+2
2021-12-23
Import `SourceFile`s from crate before decoding foreign `Span`
Aaron Hill
-0
/
+4
2021-12-22
rustc_metadata: Merge `get_ctor_def_id` and `get_ctor_kind`
Vadim Petrochenkov
-5
/
+3
2021-12-21
Remove ArenaCacheSelector for visible_parent_map query.
Alik Aslanyan
-1
/
+1
2021-12-21
resolve: Minor miscellaneous cleanups from #89059
Vadim Petrochenkov
-6
/
+2
2021-12-21
rustc_metadata: Switch crate data iteration from a callback to iterator
Vadim Petrochenkov
-5
/
+3
2021-12-20
Prefer visibility paths where items are not named `_`
Michael Goulet
-4
/
+19
2021-12-14
Remove `in_band_lifetimes` from `rustc_metadata`
Sylvan Bowdler
-1
/
+1
2021-11-09
Add `ty::Visibility::is_public()`
inquisitivecrystal
-1
/
+1
2021-10-25
Avoid a branch on key being local for queries that use the same local and ext...
bjorn3
-3
/
+3
2021-10-17
Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr
bors
-0
/
+6
2021-10-06
Access Session while decoding expn_id.
Camille GILLOT
-2
/
+8
2021-10-03
Move rustc_middle::middle::cstore to rustc_session.
Camille GILLOT
-2
/
+1
2021-10-01
polymorphize: polymorphize shims
David Wood
-0
/
+6
2021-09-30
Move encode_metadata out of CrateStore.
Camille GILLOT
-6
/
+1
2021-09-21
`crates` is already deterministic
lcnr
-34
/
+20
2021-09-14
Make DefPathHash->DefId panic for if the mapping fails.
Michael Woerister
-4
/
+3
2021-09-14
Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata.
Michael Woerister
-8
/
+8
[prev]
[next]