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
/
decoder.rs
Age
Commit message (
Expand
)
Author
Lines
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-3
/
+3
2022-12-22
A few metadata nits
Nilstrieb
-15
/
+9
2022-12-13
Make some diagnostics not depend on the source of what they reference being a...
Oli Scherer
-7
/
+9
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-4
/
+4
2022-11-26
Auto merge of #104730 - petrochenkov:modchild5, r=cjgillot
bors
-61
/
+38
2022-11-25
Add empty ConstKind::Abstract
kadmin
-6
/
+0
2022-11-22
rustc_metadata: Cleanup to `get_module_children`
Vadim Petrochenkov
-49
/
+26
2022-11-22
rustc_metadata: Switch module children decoding to an iterator
Vadim Petrochenkov
-47
/
+47
2022-11-21
Unreserve braced enum variants in value namespace
Vadim Petrochenkov
-30
/
+6
2022-10-31
Rewrite implementation of `#[alloc_error_handler]`
Amanieu d'Antras
-0
/
+4
2022-10-29
Encode LangItem directly
Cameron Steffen
-3
/
+2
2022-10-25
rustc_metadata: Add constructors to module children at encoding time
Vadim Petrochenkov
-44
/
+35
2022-09-14
make `mk_attr_id` part of `ParseSess`
SparrowLii
-0
/
+7
2022-09-07
rustc: Parameterize `ty::Visibility` over used ID
Vadim Petrochenkov
-3
/
+12
2022-09-01
Auto merge of #98960 - cjgillot:entry-kind, r=estebank
bors
-68
/
+50
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-08-30
Remove fn_has_self_parameter table.
Camille GILLOT
-5
/
+12
2022-08-30
Separate macro_rules and macro_definition.
Camille GILLOT
-8
/
+5
2022-08-30
Remove EntryKind.
Camille GILLOT
-35
/
+21
2022-08-30
Create a module-reexports table.
Camille GILLOT
-11
/
+5
2022-08-30
Create a table for fn_has_self_parameter.
Camille GILLOT
-8
/
+6
2022-08-30
Use tables for macros.
Camille GILLOT
-7
/
+11
2022-08-30
Move AssocContainer to a metadata table.
Camille GILLOT
-6
/
+7
2022-08-30
Move VariantData to a metadata table.
Camille GILLOT
-14
/
+9
2022-08-20
rmeta/query cache: don't write string values of preinterned symbols
klensy
-0
/
+4
2022-08-19
Auto merge of #100209 - cjgillot:source-file-index, r=estebank
bors
-126
/
+102
2022-08-15
cache strings while encoding/decoding to compiler artifacts
klensy
-0
/
+29
2022-08-08
Remove unused parameter.
Camille GILLOT
-1
/
+0
2022-08-07
Only encode position from start of file.
Camille GILLOT
-10
/
+8
2022-08-06
Support parallel compiler.
Camille GILLOT
-4
/
+3
2022-08-06
Remove unused cache.
Camille GILLOT
-10
/
+0
2022-08-06
Decode SourceFile out of order.
Camille GILLOT
-93
/
+94
2022-08-06
Encode index of SourceFile along with span.
Camille GILLOT
-22
/
+11
2022-08-01
Remove trait_of_item query.
Camille GILLOT
-13
/
+0
2022-08-01
Remove DefId from AssocItemContainer.
Camille GILLOT
-9
/
+4
2022-08-01
Remove visibility from AssocItem.
Camille GILLOT
-1
/
+0
2022-08-01
Store associated item defaultness in impl_defaultness.
Camille GILLOT
-1
/
+0
2022-07-27
Update mentions to `rustc_metadata::rmeta::Lazy`
Yuki Okushi
-1
/
+1
2022-07-24
remove new allocations from imported_source_files
Pietro Albini
-20
/
+20
2022-07-20
passes: improved partial stabilization diagnostic
David Wood
-0
/
+7
2022-07-14
Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnr
Dylan DPC
-2
/
+1
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-3
/
+3
2022-07-12
Move abstract const to rustc_middle::ty
kadmin
-2
/
+1
2022-07-02
Auto merge of #97235 - nbdd0121:unwind, r=Amanieu
bors
-2
/
+2
2022-06-29
Rollup merge of #97786 - ferrocene:pa-fix-simulate-remap-prefix, r=Mark-Simul...
Dylan DPC
-16
/
+22
2022-06-14
Rename rustc_serialize::opaque::Encoder as MemEncoder.
Nicholas Nethercote
-4
/
+5
2022-06-13
account for simulated remap-debuginfo when resolving remapped paths
Pietro Albini
-16
/
+22
2022-06-11
Auto merge of #95880 - cjgillot:def-ident-span, r=petrochenkov
bors
-11
/
+2
2022-06-10
Assert def_ident_span presence.
Camille GILLOT
-1
/
+2
2022-06-10
Encode def_ident_span using the query.
Camille GILLOT
-11
/
+1
[next]