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-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-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
2022-03-31
Store fn constness in impl_constness.
Camille GILLOT
-8
/
+2
2022-03-31
Introduce repr_options table.
Camille GILLOT
-3
/
+4
2022-03-30
Auto merge of #95436 - cjgillot:static-mut, r=oli-obk
bors
-4
/
+2
2022-03-30
rework implementation for inherent impls for builtin types
lcnr
-0
/
+7
2022-03-29
Remember mutability in `DefKind::Static`.
Camille GILLOT
-4
/
+2
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
[next]