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
2023-04-11
Split implied and super predicate queries
Michael Goulet
-1
/
+3
2023-03-20
Update some names and comments
Michael Goulet
-1
/
+1
2023-03-18
Implement FixedSizeEncoding for UnusedGenericParams.
Camille GILLOT
-1
/
+1
2023-03-14
Encode opt_rpitit_info for associated types
Michael Goulet
-0
/
+1
2023-03-05
Auto merge of #101550 - CraftSpider:link-dead-windows, r=wesleywiser
bors
-4
/
+4
2023-02-28
Update header comment
Rune Tynan
-3
/
+3
2023-02-20
Try adding metadata length prefix, and obey it while decoding
Rune Tynan
-1
/
+1
2023-02-19
Add associated_items_for_impl_trait_in_trait query
Santiago Pastorino
-0
/
+1
2023-02-17
Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU
bors
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
Rename some region-specific stuff
Michael Goulet
-1
/
+1
2023-02-10
Resolve documentation links in rustc and store the results in metadata
Vadim Petrochenkov
-3
/
+4
2023-02-05
rustc_metadata: Encode/decode `DefPathHash`es without an `Option`
Vadim Petrochenkov
-1
/
+1
2023-02-05
rustc_metadata: Encode/decode some `LazyArray`s without an `Option`
Vadim Petrochenkov
-5
/
+3
2023-02-05
rustc_metadata: Support encoding/decoding `LazyArray` without an `Option`
Vadim Petrochenkov
-4
/
+6
2023-02-05
rustc_metadata: Refactor lazy table reading/writing
Vadim Petrochenkov
-2
/
+2
2023-01-27
Separate witness type computation from the generator transform.
Camille GILLOT
-0
/
+1
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-1
/
+1
2023-01-23
rustc_metadata: Support non-`Option` nullable values in metadata tables
Vadim Petrochenkov
-17
/
+22
2023-01-21
rustc_metadata: Encode `doc(hidden)` flag to metadata
Vadim Petrochenkov
-1
/
+9
2023-01-19
Conditionally encode boolean
Michael Goulet
-1
/
+2
2023-01-19
Encode whether foreign opaques are TAITs or not
Michael Goulet
-0
/
+1
2023-01-14
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...
Kyle Matsuda
-1
/
+1
2023-01-14
change const_param_default query to return EarlyBinder; remove bound_const_pa...
Kyle Matsuda
-1
/
+1
2023-01-09
Use newtype for unused generic parameters
Nilstrieb
-3
/
+3
2022-12-22
A few metadata nits
Nilstrieb
-5
/
+0
2022-11-29
Make inferred_outlives_crate return Clause
Santiago Pastorino
-1
/
+1
2022-11-25
Add empty ConstKind::Abstract
kadmin
-1
/
+1
2022-11-22
Auto merge of #103578 - petrochenkov:nofict, r=nagisa
bors
-2
/
+1
2022-11-22
Split `MacArgs` in two.
Nicholas Nethercote
-1
/
+1
2022-11-21
Unreserve braced enum variants in value namespace
Vadim Petrochenkov
-2
/
+1
2022-10-31
Rewrite implementation of `#[alloc_error_handler]`
Amanieu d'Antras
-0
/
+1
2022-10-29
Encode LangItem directly
Cameron Steffen
-3
/
+3
2022-10-21
Introduce deduced parameter attributes, and use them for deducing `readonly` on
Patrick Walton
-1
/
+2
2022-10-07
Rewrite representability
Cameron Steffen
-1
/
+3
2022-09-23
Serialize RPITIT values in libs
Michael Goulet
-0
/
+3
2022-09-07
rustc: Parameterize `ty::Visibility` over used ID
Vadim Petrochenkov
-1
/
+1
2022-08-30
Remove fn_has_self_parameter table.
Camille GILLOT
-2
/
+0
2022-08-30
Separate macro_rules and macro_definition.
Camille GILLOT
-1
/
+3
2022-08-30
Remove EntryKind.
Camille GILLOT
-35
/
+0
2022-08-30
Create a module-reexports table.
Camille GILLOT
-1
/
+2
2022-08-30
Create a table for fn_has_self_parameter.
Camille GILLOT
-1
/
+3
2022-08-30
Use tables for macros.
Camille GILLOT
-2
/
+4
2022-08-30
Move AssocContainer to a metadata table.
Camille GILLOT
-3
/
+4
2022-08-30
Move VariantData to a metadata table.
Camille GILLOT
-3
/
+4
2022-08-29
Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors
Dylan DPC
-0
/
+2
2022-08-20
rmeta/query cache: don't write string values of preinterned symbols
klensy
-0
/
+1
2022-08-19
Auto merge of #100209 - cjgillot:source-file-index, r=estebank
bors
-1
/
+1
2022-08-15
cache strings while encoding/decoding to compiler artifacts
klensy
-0
/
+4
2022-08-09
Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011
Dylan DPC
-0
/
+1
[prev]
[next]