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
Age
Commit message (
Expand
)
Author
Lines
2022-05-14
Allow the unused_macro_rules lint for now
est31
-1
/
+2
2022-05-14
Forbid nested opaque types to reference HRTB from opaque types.
Camille GILLOT
-0
/
+14
2022-05-14
Auto merge of #94872 - mati865:mingw-llvm-target, r=petrochenkov
bors
-6
/
+100
2022-05-14
Rollup merge of #97031 - eholk:drop-tracking-type-error, r=compiler-errors
Yuki Okushi
-0
/
+9
2022-05-14
Rollup merge of #97005 - est31:master, r=petrochenkov
Yuki Okushi
-5
/
+6
2022-05-14
Rollup merge of #96986 - kdashg:save-an-enum-vars, r=oli-obk
Yuki Okushi
-3
/
+8
2022-05-13
Fix nit
Eric Holk
-1
/
+1
2022-05-13
Drop tracking: handle invalid assignments better
Eric Holk
-0
/
+9
2022-05-13
Add bound_impl_trait_ref
Jack Huey
-20
/
+23
2022-05-13
Add bound_fn_sig
Jack Huey
-34
/
+57
2022-05-13
Add bound_type_of
Jack Huey
-72
/
+79
2022-05-13
resolve: Move collection of all `macro_rules` in the crate to rustdoc
Vadim Petrochenkov
-12
/
+7
2022-05-13
Add LLVM based mingw-w64 targets
Mateusz Mikuła
-6
/
+100
2022-05-13
Rustc changes for permissive provenance
carbotaniuman
-43
/
+140
2022-05-13
remove redundant branch
Miguel Guarniz
-15
/
+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 for_each_module's parameter to FnMut
Miguel Guarniz
-1
/
+1
2022-05-13
update rustdoc code to use new method name
Miguel Guarniz
-1
/
+1
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
-20
/
+23
2022-05-13
update comments about visitor strategy
Miguel Guarniz
-2
/
+35
2022-05-13
remove ItemLikeVisitor and DeepVisitor
Miguel Guarniz
-112
/
+14
2022-05-13
remove HirVisitor
Miguel Guarniz
-10
/
+4
2022-05-13
remove DebuggerVisualizerCollector
Miguel Guarniz
-90
/
+68
2022-05-13
add module_items
Miguel Guarniz
-0
/
+4
2022-05-13
remove Visitor impl for PrivateItemsInPublicInterfacesChecker
Miguel Guarniz
-81
/
+95
2022-05-13
remove TraitVisitor
Miguel Guarniz
-17
/
+6
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-13
Rollup merge of #96982 - klensy:no-expect, r=Dylan-DPC
Matthias Krüger
-1
/
+3
2022-05-13
Auto merge of #96899 - oli-obk:closure_wf_check_bounds, r=nikomatsakis
bors
-114
/
+118
2022-05-13
For non-defining opaque type usage errors, don't try to also prove all trait ...
Oli Scherer
-106
/
+102
2022-05-13
Check that closures satisfy their where bounds
Oli Scherer
-8
/
+16
2022-05-13
Avoid invoking the full `eq` infrastructure when all we want is to check a di...
Oli Scherer
-1
/
+3
2022-05-13
Auto merge of #96930 - ayrtonm:mips32-tmp-file, r=petrochenkov
bors
-11
/
+19
2022-05-13
Use pluralize in one instance
est31
-2
/
+2
2022-05-13
Improve name and documentation of generic_extension
est31
-3
/
+4
2022-05-13
Auto merge of #96965 - oli-obk:flaky_inliner_ice, r=cjgillot
bors
-4
/
+6
2022-05-13
Do not cache item_attrs.
Camille GILLOT
-1
/
+0
[prev]
[next]