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
Age
Commit message (
Expand
)
Author
Lines
2022-05-16
Add a query for checking whether a function is an intrinsic.
Oli Scherer
-0
/
+15
2022-05-13
rename visit item-like methods
Miguel Guarniz
-1
/
+1
2022-05-13
remove ItemLikeVisitor and DeepVisitor
Miguel Guarniz
-1
/
+1
2022-05-13
remove TraitVisitor
Miguel Guarniz
-17
/
+6
2022-05-13
Cache more queries on disk.
Camille GILLOT
-13
/
+0
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
/
+4
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
/
+39
2022-04-30
Box HIR Generics and Impl.
Camille GILLOT
-2
/
+2
2022-04-25
Auto merge of #95604 - nbdd0121:used2, r=petrochenkov
bors
-9
/
+9
2022-04-21
[WIP] rustdoc: Resolve some more doc links early
Vadim Petrochenkov
-0
/
+8
2022-04-19
rustc_metadata: Store a flag telling whether an item may have doc links in it...
Vadim Petrochenkov
-3
/
+34
2022-04-19
Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov
Dylan DPC
-3
/
+3
2022-04-19
Rollup merge of #94493 - oribenshir:feature/ISSUE-78543_async_fn_in_foreign_c...
Dylan DPC
-3
/
+26
2022-04-18
Add `SymbolExportInfo`
Gary Guo
-9
/
+9
2022-04-17
Stop using CRATE_DEF_INDEX.
Camille GILLOT
-3
/
+3
2022-04-17
Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot
bors
-38
/
+20
2022-04-16
Auto merge of #95899 - petrochenkov:modchild2, r=cjgillot
bors
-71
/
+70
2022-04-16
Provide a better diagnostic on failure to meet send bound on futures in a for...
oribenshir
-3
/
+26
2022-04-14
library: Move `CStr` to libcore, and `CString` to liballoc
Vadim Petrochenkov
-9
/
+15
2022-04-13
rustc_metadata: Do not encode unnecessary module children
Vadim Petrochenkov
-71
/
+70
2022-04-10
Simplify FixedSizeEncoding using const generics.
Camille GILLOT
-107
/
+85
2022-04-10
Directly encode DefId in metadata.
Camille GILLOT
-10
/
+77
2022-04-10
Directly encode DefPathHash in metadata.
Camille GILLOT
-7
/
+25
2022-04-10
Directly encode DefKind in metadata.
Camille GILLOT
-14
/
+64
2022-04-10
Directly encode IsAsync in metadata.
Camille GILLOT
-5
/
+12
2022-04-10
Directly encode Defaultness in metadata.
Camille GILLOT
-2
/
+10
2022-04-10
Directly encode Constness in metadata.
Camille GILLOT
-10
/
+17
2022-04-10
Directly encode ImplPolarity in metadata.
Camille GILLOT
-2
/
+45
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-04-07
rustdoc: Early doc link resolution fixes and refactorings
Vadim Petrochenkov
-9
/
+15
2022-03-31
Merge impl_constness and is_const_fn_raw.
Camille GILLOT
-15
/
+4
2022-03-31
Create trait_def table.
Camille GILLOT
-58
/
+14
2022-03-31
Store fn constness in impl_constness.
Camille GILLOT
-49
/
+32
2022-03-31
Introduce repr_options table.
Camille GILLOT
-33
/
+36
2022-03-31
Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors
Dylan DPC
-2
/
+2
2022-03-30
Auto merge of #95436 - cjgillot:static-mut, r=oli-obk
bors
-28
/
+11
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-2
/
+2
2022-03-30
typo
lcnr
-1
/
+1
2022-03-30
fix rustdoc wrt builtin impls switch
lcnr
-9
/
+21
2022-03-30
rework implementation for inherent impls for builtin types
lcnr
-14
/
+84
2022-03-29
Remember mutability in `DefKind::Static`.
Camille GILLOT
-28
/
+11
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-16
/
+16
2022-03-03
Rollup merge of #94057 - lcnr:simplify_type-uwu, r=nikomatsakis
Matthias Krüger
-2
/
+2
[prev]
[next]