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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_metadata
/
src
/
rmeta
/
encoder.rs
Age
Commit message (
Expand
)
Author
Lines
2023-05-19
Encode VariantIdx so we can decode variants in the right order
Michael Goulet
-1
/
+2
2023-04-27
Encode lifetime param spans too
Michael Goulet
-1
/
+1
2023-04-26
Encode def span for ConstParam
Michael Goulet
-2
/
+2
2023-04-12
resolve: Pre-compute non-reexport module children
Vadim Petrochenkov
-47
/
+15
2023-04-11
Split implied and super predicate queries
Michael Goulet
-1
/
+5
2023-04-10
rustc_metadata: Filter encoded data more aggressively using `DefKind`
Vadim Petrochenkov
-10
/
+127
2023-04-10
rustc_metadata: Cleanup `fn encode_info_for_item`
Vadim Petrochenkov
-62
/
+33
2023-04-08
rustc_middle: Remove `Option` from `module_reexports` query
Vadim Petrochenkov
-2
/
+2
2023-04-06
Rollup merge of #109984 - scottmcm:less-float, r=Nilstrieb
Matthias Krüger
-2
/
+0
2023-04-06
Remove f32 & f64 from MemDecoder/MemEncoder
Scott McMurray
-2
/
+0
2023-04-04
Remove a lock in favor of an AppendOnlyVec
Oli Scherer
-2
/
+1
2023-03-23
Don't split up TreatProjections and TreatParams anymore
Michael Goulet
-2
/
+1
2023-03-22
Rollup merge of #109358 - petrochenkov:nosess, r=cjgillot
Matthias Krüger
-12
/
+10
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-12
/
+10
2023-03-21
RPITITs are DefKind::Opaque with new lowering strategy
Michael Goulet
-1
/
+12
2023-03-21
Always encode RPITITs
Santiago Pastorino
-1
/
+7
2023-03-21
LocalCrate key
Michael Goulet
-2
/
+3
2023-03-21
Use local key in providers
Michael Goulet
-8
/
+4
2023-03-20
Rollup merge of #109362 - nnethercote:split-meta-stats-items, r=bjorn3
Matthias Krüger
-4
/
+3
2023-03-20
Update some names and comments
Michael Goulet
-2
/
+2
2023-03-20
Split `items` from `-Zmeta-stats` in two.
Nicholas Nethercote
-4
/
+3
2023-03-18
Implement FixedSizeEncoding for UnusedGenericParams.
Camille GILLOT
-3
/
+1
2023-03-15
Rename impl_trait_in_trait_parent to impl_trait_in_trait_parent_fn
Santiago Pastorino
-1
/
+1
2023-03-15
Auto merge of #109089 - compiler-errors:opt_rpitit_info-follow-up, r=spastorino
bors
-0
/
+8
2023-03-14
Encode opt_rpitit_info for associated types
Michael Goulet
-0
/
+8
2023-03-14
Get impl defaultness using query
Santiago Pastorino
-2
/
+3
2023-03-13
Better names?
Michael Goulet
-2
/
+2
2023-03-13
Treat projections with infer as placeholder during fast reject in new solver
Michael Goulet
-1
/
+2
2023-03-12
Auto merge of #108820 - cjgillot:ensure-on-disk, r=oli-obk
bors
-3
/
+3
2023-03-11
Use ensure_with_value in a few more places.
Camille GILLOT
-3
/
+3
2023-03-06
Add tcx::lower_impl_trait_in_trait_to_assoc_ty to avoid accessing through ses...
Santiago Pastorino
-1
/
+1
2023-03-03
Match unmatched backticks in comments in compiler/
est31
-1
/
+1
2023-03-01
Properly implement should_encode_fn_impl_trait_in_trait using new unstable op...
Santiago Pastorino
-3
/
+12
2023-02-28
Descriptive error when users try to combine RPITIT/AFIT with specialization
Michael Goulet
-29
/
+1
2023-02-19
Add associated_items_for_impl_trait_in_trait query
Santiago Pastorino
-0
/
+9
2023-02-17
Make encode_attrs use opt_local_def_id_to_hir_id so we can feed it with None ...
Santiago Pastorino
-2
/
+2
2023-02-16
fix ugly skip_binder
Kyle Matsuda
-1
/
+2
2023-02-14
Add `of_trait` to DefKind::Impl.
Camille GILLOT
-8
/
+8
2023-02-13
rustdoc: Eliminate remaining uses of resolver
Vadim Petrochenkov
-0
/
+16
2023-02-10
Resolve documentation links in rustc and store the results in metadata
Vadim Petrochenkov
-10
/
+27
2023-02-05
rustc_metadata: Encode/decode `DefPathHash`es without an `Option`
Vadim Petrochenkov
-2
/
+2
2023-02-05
rustc_metadata: Encode/decode some `LazyArray`s without an `Option`
Vadim Petrochenkov
-12
/
+15
2023-02-05
rustc_metadata: Support encoding/decoding `LazyArray` without an `Option`
Vadim Petrochenkov
-3
/
+3
2023-02-05
rustc_metadata: Refactor lazy table reading/writing
Vadim Petrochenkov
-55
/
+45
2023-01-29
Test drop_tracking_mir before querying generator.
Camille GILLOT
-1
/
+1
2023-01-29
Auto merge of #107406 - cjgillot:eliminate-witnesses, r=compiler-errors
bors
-1
/
+1
2023-01-28
Remove `HirId -> LocalDefId` map from HIR.
Camille GILLOT
-2
/
+2
2023-01-28
Only compute mir_generator_witnesses query in drop_tracking_mir mode.
Camille GILLOT
-1
/
+1
2023-01-27
Separate witness type computation from the generator transform.
Camille GILLOT
-0
/
+4
2023-01-27
Auto merge of #107055 - kylematsuda:eb-fn-sig, r=lcnr
bors
-2
/
+2
[next]