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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
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
2022-08-06
Decode SourceFile out of order.
Camille GILLOT
-1
/
+1
2022-08-03
Compute `object_lifetime_default` per parameter.
Camille GILLOT
-0
/
+2
2022-08-01
Remove DefId from AssocItemContainer.
Camille GILLOT
-28
/
+3
2022-08-01
Store associated item defaultness in impl_defaultness.
Camille GILLOT
-21
/
+4
2022-07-27
Update mentions to `rustc_metadata::rmeta::Lazy`
Yuki Okushi
-9
/
+9
2022-07-26
Implement `#[rustc_default_body_unstable]`
Maybe Waffle
-0
/
+1
2022-07-20
passes: improved partial stabilization diagnostic
David Wood
-0
/
+1
2022-07-14
Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillot
bors
-2
/
+2
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
-1
/
+1
2022-07-02
use rustc_serialize::opaque::FileEncoder
Yoshiki Matsuda
-2
/
+2
2022-06-15
Rename `impl_constness` to `constness`
Deadbeef
-1
/
+1
2022-06-14
Rename rustc_serialize::opaque::Encoder as MemEncoder.
Nicholas Nethercote
-2
/
+2
2022-06-10
Revert b983e42936feab29f6333e9835913afc6b4a394e.
Nicholas Nethercote
-2
/
+2
2022-06-08
Rename `panic_strategy` query to `required_panic_strategy`
Gary Guo
-1
/
+1
2022-06-08
Fix FFI-unwind unsoundness with mixed panic mode
Gary Guo
-1
/
+1
2022-06-08
Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.
Nicholas Nethercote
-2
/
+2
2022-05-24
Make Lazy not care about lifetimes until decode
Michael Goulet
-22
/
+45
2022-05-23
refine comments, disambiguate len for array and tables
Michael Goulet
-20
/
+22
2022-05-23
split out the various responsibilities of Lazy
Michael Goulet
-112
/
+123
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-9
/
+9
2022-05-16
Add a query for checking whether a function is an intrinsic.
Oli Scherer
-0
/
+1
2022-05-09
store `codegen_fn_attrs` in crate metadata
lcnr
-0
/
+2
2022-05-03
Add support for a new attribute `#[debugger_visualizer]` to support embedding...
ridwanabdillahi
-0
/
+1
2022-04-25
Auto merge of #95604 - nbdd0121:used2, r=petrochenkov
bors
-2
/
+2
2022-04-19
rustc_metadata: Store a flag telling whether an item may have doc links in it...
Vadim Petrochenkov
-0
/
+1
2022-04-18
Add `SymbolExportInfo`
Gary Guo
-2
/
+2
2022-04-16
Provide a better diagnostic on failure to meet send bound on futures in a for...
oribenshir
-0
/
+2
2022-04-10
Directly encode DefId in metadata.
Camille GILLOT
-3
/
+27
2022-04-10
Directly encode DefPathHash in metadata.
Camille GILLOT
-1
/
+1
2022-04-10
Directly encode DefKind in metadata.
Camille GILLOT
-1
/
+1
2022-04-10
Directly encode IsAsync in metadata.
Camille GILLOT
-1
/
+1
2022-04-10
Directly encode Defaultness in metadata.
Camille GILLOT
-1
/
+1
2022-04-10
Directly encode Constness in metadata.
Camille GILLOT
-1
/
+1
2022-04-10
Directly encode ImplPolarity in metadata.
Camille GILLOT
-1
/
+1
2022-03-31
Create trait_def table.
Camille GILLOT
-12
/
+2
[next]