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_passes
/
src
Age
Commit message (
Expand
)
Author
Lines
2022-05-16
Add a query for checking whether a function is an intrinsic.
Oli Scherer
-3
/
+1
2022-05-15
rustc: Stricter checking for #[link] attributes
Vadim Petrochenkov
-14
/
+20
2022-05-14
allocate string only when error will be emitted
Miguel Guarniz
-2
/
+7
2022-05-14
use opt_item_name to pattern match items with names
Miguel Guarniz
-2
/
+2
2022-05-14
avoid fetching HIR when handling Impl assoc items
Miguel Guarniz
-12
/
+18
2022-05-13
remove redundant branch
Miguel Guarniz
-4
/
+4
2022-05-13
remove unnecessary methods from HirIdValidator
Miguel Guarniz
-14
/
+0
2022-05-13
avoid converting to DefId from LocalDefId when using query
Miguel Guarniz
-1
/
+1
2022-05-13
use for_each_module instead of iterating over Item's
Miguel Guarniz
-7
/
+8
2022-05-13
change back to using tcx.hir() visit-item method
Miguel Guarniz
-47
/
+8
2022-05-13
rename visit item-like methods
Miguel Guarniz
-7
/
+7
2022-05-13
remove ItemLikeVisitor and DeepVisitor
Miguel Guarniz
-10
/
+7
2022-05-13
remove HirVisitor
Miguel Guarniz
-10
/
+4
2022-05-13
remove DebuggerVisualizerCollector
Miguel Guarniz
-90
/
+68
2022-05-13
replace hir().def_kind for def_kind query in rustc_passes
Miguel Guarniz
-5
/
+5
2022-05-13
check def_kind before fetching item
Miguel Guarniz
-21
/
+27
2022-05-13
remove CollectPrivateImplItemsVisitor
Miguel Guarniz
-70
/
+57
2022-05-13
remove LayoutTest
Miguel Guarniz
-79
/
+67
2022-05-13
remove OuterVisitor
Miguel Guarniz
-39
/
+52
2022-05-13
optimize find_item to fetch Item only when needed
Miguel Guarniz
-26
/
+39
2022-05-13
remove ItemLikeVisitor impl for EntryContext
Miguel Guarniz
-23
/
+8
2022-05-13
remove DiagnosticItemCollector
Miguel Guarniz
-39
/
+28
2022-05-13
remove LifeSeeder
Miguel Guarniz
-52
/
+69
2022-05-13
replace usage of visit_item_likes_in_modules with hir_module_items query
Miguel Guarniz
-2
/
+20
2022-05-13
Remove CheckConstTraitVisitor
Miguel Guarniz
-68
/
+54
2022-05-10
fix typo
lcnr
-1
/
+1
2022-05-10
only_local: always check for misuse
lcnr
-9
/
+9
2022-05-09
Auto merge of #96473 - lcnr:querify-codegen-fn-attrs, r=cjgillot
bors
-21
/
+52
2022-05-09
review
lcnr
-3
/
+3
2022-05-09
only compute `codegen_fn_attrs` where needed
lcnr
-21
/
+52
2022-05-09
use hir::Let in hir::Guard
SparrowLii
-5
/
+5
2022-05-08
Warn on unused doc(hidden) on trait impl items
León Orell Valerian Liehr
-2
/
+74
2022-05-06
use def_span and def_kind queries instead of calling tcx.hir() methods
Miguel Guarniz
-2
/
+2
2022-05-05
Auto merge of #96520 - lcnr:general-incoherent-impls, r=petrochenkov
bors
-1
/
+27
2022-05-05
generalize "incoherent impls" impl for custom types
lcnr
-1
/
+27
2022-05-04
Cleanup broken doc links.
ridwanabdillahi
-1
/
+1
2022-05-03
Add support for a new attribute `#[debugger_visualizer]` to support embedding...
ridwanabdillahi
-0
/
+199
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-9
/
+8
2022-04-30
Box HIR Generics and Impl.
Camille GILLOT
-2
/
+2
2022-04-25
Auto merge of #95604 - nbdd0121:used2, r=petrochenkov
bors
-0
/
+5
2022-04-25
Auto merge of #96246 - SparrowLii:bound_contxet, r=compiler-errors
bors
-1
/
+2
2022-04-23
Fix lints.
Camille GILLOT
-35
/
+14
2022-04-23
Drop vis in Item.
Camille GILLOT
-1
/
+1
2022-04-23
Drop vis in FieldDef.
Camille GILLOT
-4
/
+14
2022-04-21
rename to `BoundKind` and add comments
SparrowLii
-2
/
+2
2022-04-20
Add `BoundCtxt` in `visit_param_bounds` to check questions in bounds
SparrowLii
-1
/
+2
2022-04-19
Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov
Dylan DPC
-35
/
+26
2022-04-18
Make `#[used]` considered reachable
Gary Guo
-0
/
+5
2022-04-17
Stop using CRATE_DEF_INDEX.
Camille GILLOT
-35
/
+26
2022-04-17
Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot
bors
-59
/
+48
[prev]
[next]