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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2022-02-24
metadata: Tweak the way in which declarative macros are encoded
Vadim Petrochenkov
-2
/
+2
2022-02-19
Add generator_kind table.
Camille GILLOT
-1
/
+2
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
-8
/
+4
2022-02-19
Add mir_const_qualifs table.
Camille GILLOT
-3
/
+4
2022-02-19
Drop ImplData.
Camille GILLOT
-13
/
+7
2022-02-19
Encode metadata using queries.
Camille GILLOT
-21
/
+23
2022-01-17
Rollup merge of #92164 - WaffleLapkin:rustc_must_implement_one_of_attr, r=Aar...
Matthias Krüger
-0
/
+1
2022-01-09
Auto merge of #92086 - petrochenkov:modchild, r=jackh726
bors
-2
/
+2
2022-01-09
Implement `#[rustc_must_implement_one_of]` attribute
Maybe Waffle
-0
/
+1
2022-01-09
Auto merge of #92497 - bjorn3:remove_lazy_meta_min_size, r=eddyb
bors
-15
/
+1
2022-01-09
rustc_middle: Rename `Export` to `ModChild` and add some comments
Vadim Petrochenkov
-2
/
+2
2022-01-08
Remove LazyMeta::min_size
bjorn3
-15
/
+1
2022-01-07
Add `trait_item_def_id` to `AssocItem`
Matthew Jasper
-0
/
+1
2022-01-06
rustc_middle: Add a method for getting a `SimplifiedType` definition/ID
Vadim Petrochenkov
-1
/
+2
2022-01-01
rustc_metadata: Use a query for collecting all traits in encoder
Vadim Petrochenkov
-1
/
+7
2021-12-28
rustc_metadata: Encode list of all crate's traits into metadata
Vadim Petrochenkov
-0
/
+1
2021-12-14
Remove `in_band_lifetimes` from `rustc_metadata`
Sylvan Bowdler
-1
/
+1
2021-12-09
Bump rmeta version to fix rustc_serialize ICE
The 8472
-1
/
+1
2021-10-28
Remove `ModData` from rustc_metadata
Matthew Jasper
-6
/
+1
2021-10-21
Handle cross-crate module `ExpnId`s consistently
Matthew Jasper
-1
/
+0
2021-10-03
Move rustc_middle::middle::cstore to rustc_session.
Camille GILLOT
-1
/
+1
2021-09-30
Move EncodedMetadata to rustc_metadata.
Camille GILLOT
-1
/
+1
2021-09-30
Move encode_metadata out of CrateStore.
Camille GILLOT
-0
/
+1
2021-09-14
Rename DefPathHashMap in rustc_metadata so its name does not clash with DefPa...
Michael Woerister
-2
/
+2
2021-09-14
Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata.
Michael Woerister
-0
/
+4
2021-09-12
Auto merge of #88759 - Amanieu:panic_in_drop, r=nagisa,eddyb
bors
-0
/
+1
2021-09-12
Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr
Manish Goregaokar
-1
/
+2
2021-09-11
Ensure that crates are linked with compatible panic-in-drop settings
Amanieu d'Antras
-0
/
+1
2021-09-10
rustc: Remove local variable IDs from `Export`s
Vadim Petrochenkov
-1
/
+1
2021-09-09
rename mir -> thir around abstract consts
Ellen
-1
/
+2
2021-07-17
Make the CrateNum part of the ExpnId.
Camille GILLOT
-3
/
+3
2021-07-13
Auto merge of #87044 - cjgillot:expnhash, r=petrochenkov
bors
-1
/
+3
2021-07-13
Cache expansion hash.
Camille GILLOT
-1
/
+3
2021-07-10
Add impl_constness query
Deadbeef
-0
/
+1
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-2
/
+0
2021-06-10
Auto merge of #85910 - cjgillot:no-meta-version, r=Aaron1011
bors
-1
/
+1
2021-06-07
Revert "Merge CrateDisambiguator into StableCrateId"
bjorn3
-0
/
+2
2021-06-02
Update compiler/rustc_metadata/src/rmeta/mod.rs
Camille Gillot
-1
/
+1
2021-06-01
Drop metadata_encoding_version.
Camille GILLOT
-1
/
+1
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-1
/
+1
2021-05-30
Drop metadata_encoding_version.
Camille GILLOT
-1
/
+1
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-2
/
+0
2021-05-17
Auto merge of #85178 - cjgillot:local-crate, r=oli-obk
bors
-1
/
+0
2021-05-12
Preserve `SyntaxContext` for invalid/dummy spans in crate metadata
Aaron Hill
-1
/
+1
2021-05-12
Use () for plugin_registrar_fn.
Camille GILLOT
-1
/
+0
2021-05-12
Implement span quoting for proc-macros
Aaron Hill
-3
/
+4
2021-04-16
Implement #[rustc_skip_array_during_method_dispatch]
Josh Stone
-0
/
+1
2021-03-23
Update with comments
kadmin
-1
/
+1
[next]