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_hir_analysis
/
src
/
coherence
/
builtin.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-5
/
+5
2023-02-14
Even less HIR.
Camille GILLOT
-2
/
+1
2023-02-06
Modify existing bounds if they exist
Edward Shen
-0
/
+1
2023-01-30
Rollup merge of #107125 - WaffleLapkin:expect_an_item_in_your_hir_by_the_next...
Matthias Krüger
-1
/
+1
2023-01-23
fix: use LocalDefId instead of HirId in trait res
Vincenzo Palazzo
-7
/
+4
2023-01-20
Auto merge of #105102 - compiler-errors:copy-impl-considering-regions, r=lcnr
bors
-44
/
+66
2023-01-20
Add and use expect methods to hir.
Maybe Waffle
-1
/
+1
2023-01-20
Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb
bors
-11
/
+7
2023-01-17
Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726
Matthias Krüger
-1
/
+1
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2023-01-17
`rustc_hir_analysis`: remove `ref` patterns
Maybe Waffle
-6
/
+5
2023-01-17
`rustc_hir_analysis`: some general code improvements
Maybe Waffle
-5
/
+2
2023-01-14
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...
Kyle Matsuda
-2
/
+2
2023-01-14
change usages of impl_trait_ref to bound_impl_trait_ref
Kyle Matsuda
-2
/
+2
2023-01-13
Suggest lifetime bound in illegal Copy impl
Michael Goulet
-43
/
+63
2023-01-13
Check ADT fields for copy implementations considering regions
Michael Goulet
-2
/
+4
2023-01-03
Move check_region_obligations_and_report_errors to TypeErrCtxt
Michael Goulet
-2
/
+4
2022-12-24
Bubble up ErrorGuaranteed from region constraints in method item compare
Michael Goulet
-2
/
+2
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2022-11-26
Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errors
Guillaume Gomez
-1
/
+1
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-2
/
+2
2022-11-23
Depend on `Mutability` ordering
Maybe Waffle
-1
/
+1
2022-11-22
Use `tcx.require_lang_item` instead of unwrapping
Maybe Waffle
-1
/
+1
2022-11-21
Stop passing the self-type as a separate argument.
Oli Scherer
-3
/
+2
2022-11-21
Use iterators instead of slices at more sites
Oli Scherer
-2
/
+2
2022-11-06
Move fallback_has_occurred to FnCtxt
Michael Goulet
-2
/
+2
2022-10-07
Change InferCtxtBuilder from enter to build
Cameron Steffen
-331
/
+314
2022-10-07
Introduce TypeErrCtxt
Cameron Steffen
-3
/
+4
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-0
/
+588