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-11-14
finish `RegionKind` rename
lcnr
-1
/
+1
2023-10-20
Adjust imports
Michael Goulet
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-3
/
+5
2023-10-04
Reorder fullfillment errors to keep more interesting ones first
Esteban Küber
-2
/
+2
2023-09-20
Migrate `rustc_hir_analysis` to session diagnostic
Obei Sideg
-122
/
+78
2023-09-11
explain why DispatchFromDyn does the check it does
Ralf Jung
-0
/
+8
2023-08-29
some more is_zst that should be is_1zst
Ralf Jung
-2
/
+2
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-2
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-20
/
+18
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-3
/
+5
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-1
/
+1
2023-05-16
Remove `LangItems::require`
Nilstrieb
-3
/
+1
2023-05-04
Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr
bors
-4
/
+9
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-4
/
+4
2023-04-27
Add a `ConstParamTy` trait
Maybe Waffle
-107
/
+148
2023-04-25
Remove some useless `ty::Binder::dummy` calls
Maybe Waffle
-2
/
+2
2023-04-25
Replace `tcx.mk_trait_ref` with `ty::TraitRef::new`
Maybe Waffle
-3
/
+8
2023-04-18
Rollup merge of #110417 - jsoref:spelling-compiler, r=Nilstrieb
Guillaume Gomez
-1
/
+1
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-04-17
Use `Item::expect_*` and `ImplItem::expect_*` more
Maybe Waffle
-4
/
+3
2023-04-12
region error cleanup
lcnr
-4
/
+2
2023-03-30
Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>`
Scott McMurray
-2
/
+1
2023-03-22
Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors
bors
-15
/
+18
2023-03-21
Use local key in providers
Michael Goulet
-4
/
+1
2023-03-21
remove some trait solver helpers
lcnr
-15
/
+18
2023-03-15
always make `define_opaque_types` explicit
lcnr
-4
/
+7
2023-03-09
Remove body_def_id from Inherited
Michael Goulet
-2
/
+2
2023-03-08
Dedup copy field errors for identical types
Michael Goulet
-0
/
+8
2023-03-08
may not => cannot
Michael Goulet
-1
/
+1
2023-03-03
Match unmatched backticks in comments in compiler/
est31
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-5
/
+5
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
[next]