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
2022-05-10
only_local: always check for misuse
lcnr
-7
/
+9
2022-05-10
don't encode only locally used attrs
lcnr
-3
/
+7
2022-05-09
review
lcnr
-1
/
+1
2022-05-09
only compute `codegen_fn_attrs` where needed
lcnr
-1
/
+3
2022-05-09
store `codegen_fn_attrs` in crate metadata
lcnr
-0
/
+1
2022-05-06
use def_span and def_kind queries instead of calling tcx.hir() methods
Miguel Guarniz
-1
/
+1
2022-05-03
Add support for a new attribute `#[debugger_visualizer]` to support embedding...
ridwanabdillahi
-20
/
+33
2022-04-30
Box HIR Generics and Impl.
Camille GILLOT
-2
/
+2
2022-04-25
Auto merge of #95604 - nbdd0121:used2, r=petrochenkov
bors
-3
/
+3
2022-04-19
rustc_metadata: Store a flag telling whether an item may have doc links in it...
Vadim Petrochenkov
-3
/
+11
2022-04-19
Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov
Dylan DPC
-1
/
+1
2022-04-19
Rollup merge of #94493 - oribenshir:feature/ISSUE-78543_async_fn_in_foreign_c...
Dylan DPC
-3
/
+4
2022-04-18
Add `SymbolExportInfo`
Gary Guo
-3
/
+3
2022-04-17
Stop using CRATE_DEF_INDEX.
Camille GILLOT
-1
/
+1
2022-04-17
Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot
bors
-38
/
+20
2022-04-16
Provide a better diagnostic on failure to meet send bound on futures in a for...
oribenshir
-3
/
+4
2022-04-13
rustc_metadata: Do not encode unnecessary module children
Vadim Petrochenkov
-14
/
+20
2022-04-10
Directly encode DefId in metadata.
Camille GILLOT
-4
/
+3
2022-04-10
Directly encode DefPathHash in metadata.
Camille GILLOT
-3
/
+2
2022-04-10
Directly encode DefKind in metadata.
Camille GILLOT
-3
/
+3
2022-04-10
Directly encode IsAsync in metadata.
Camille GILLOT
-4
/
+4
2022-04-10
Directly encode Defaultness in metadata.
Camille GILLOT
-1
/
+1
2022-04-10
Directly encode Constness in metadata.
Camille GILLOT
-9
/
+9
2022-04-10
Directly encode ImplPolarity in metadata.
Camille GILLOT
-1
/
+1
2022-04-09
use ItemId.def_id and avoid fetching Item
Miguel Guarniz
-16
/
+12
2022-04-08
remove ItemLikeVisitor impls and add fast paths using DefKind
Miguel Guarniz
-39
/
+21
2022-04-08
remove some uses of visit_all_item_likes in incremental, metadata and interfa...
Miguel Guarniz
-1
/
+5
2022-03-31
Merge impl_constness and is_const_fn_raw.
Camille GILLOT
-0
/
+4
2022-03-31
Create trait_def table.
Camille GILLOT
-11
/
+8
2022-03-31
Store fn constness in impl_constness.
Camille GILLOT
-37
/
+26
2022-03-31
Introduce repr_options table.
Camille GILLOT
-22
/
+23
2022-03-31
Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors
Dylan DPC
-1
/
+1
2022-03-30
Auto merge of #95436 - cjgillot:static-mut, r=oli-obk
bors
-12
/
+8
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-30
rework implementation for inherent impls for builtin types
lcnr
-3
/
+35
2022-03-29
Remember mutability in `DefKind::Static`.
Camille GILLOT
-12
/
+8
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-15
/
+15
2022-03-03
Rollup merge of #94057 - lcnr:simplify_type-uwu, r=nikomatsakis
Matthias Krüger
-2
/
+2
2022-02-25
Rollup merge of #94252 - lcnr:def_kind-encoding, r=cjgillot
Matthias Krüger
-7
/
+2
2022-02-24
metadata: Tweak the way in which declarative macros are encoded
Vadim Petrochenkov
-1
/
+1
2022-02-24
resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros
Vadim Petrochenkov
-1
/
+1
2022-02-24
don't special case `DefKind::Ctor` in encoding
lcnr
-7
/
+2
2022-02-21
update docs for `simplify_type`
lcnr
-2
/
+2
2022-02-19
Add generator_kind table.
Camille GILLOT
-1
/
+2
2022-02-19
Add fn_arg_names table.
Camille GILLOT
-18
/
+12
2022-02-19
Add asyncness table.
Camille GILLOT
-8
/
+5
2022-02-19
Add rendered_const table.
Camille GILLOT
-16
/
+13
2022-02-19
Add mir_const_qualifs table.
Camille GILLOT
-4
/
+6
2022-02-19
Drop ImplData.
Camille GILLOT
-27
/
+19
2022-02-19
Encode metadata using queries.
Camille GILLOT
-22
/
+22
[next]