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
/
check
/
check.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-15
Don't pass lint back out of lint decorator
Michael Goulet
-3
/
+3
2023-12-13
Auto merge of #118500 - ZetaNumbers:tcx_hir_refactor, r=petrochenkov
bors
-2
/
+2
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-2
/
+2
2023-12-12
review + rename fn
lcnr
-1
/
+1
2023-12-10
remove redundant imports
surechen
-8
/
+4
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-7
/
+8
2023-11-26
Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov
Guillaume Gomez
-2
/
+2
2023-11-26
merge `DefKind::Coroutine` into `DefKind::Closure`
bohan
-2
/
+2
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-6
/
+4
2023-11-22
Allow defining opaques in check_coroutine_obligations
Michael Goulet
-4
/
+18
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-6
/
+6
2023-10-25
Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...
Oli Scherer
-1
/
+5
2023-10-20
s/generator/coroutine/
Oli Scherer
-10
/
+10
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-4
/
+4
2023-10-15
Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb
bors
-30
/
+27
2023-10-13
Stabilize AFIT and RPITIT
Michael Goulet
-3
/
+3
2023-10-13
Format all the let chains in compiler
Michael Goulet
-30
/
+27
2023-10-04
Reorder fullfillment errors to keep more interesting ones first
Esteban Küber
-2
/
+2
2023-09-28
Auto merge of #115659 - compiler-errors:itp, r=cjgillot
bors
-132
/
+3
2023-09-26
Don't store lazyness in DefKind
Michael Goulet
-1
/
+1
2023-09-23
Enable drop_tracking_mir by default.
Camille GILLOT
-8
/
+1
2023-09-23
Check types live across yields in generators too
Michael Goulet
-1
/
+20
2023-09-19
Don't complain on a single non-exhaustive 1-zst
Michael Goulet
-19
/
+29
2023-09-17
Auto merge of #115334 - RalfJung:transparent-aligned-zst, r=compiler-errors
bors
-37
/
+21
2023-09-14
Paper over an accidental regression
Oli Scherer
-1
/
+9
2023-09-08
Stabilize impl_trait_projections
Michael Goulet
-132
/
+3
2023-08-29
repr(transparent): it's fine if the one non-1-ZST field is a ZST
Ralf Jung
-37
/
+21
2023-08-19
Do not compute unneeded results.
Camille GILLOT
-1
/
+1
2023-08-14
Use `{Local}ModDefId` in many queries
Nilstrieb
-2
/
+2
2023-08-13
Add typed `{Local}DefId` for modules
Nilstrieb
-1
/
+1
2023-08-08
Auto merge of #114602 - compiler-errors:rpit-outlives-sadness, r=oli-obk
bors
-124
/
+28
2023-08-08
Simplify via map_rpit_lifetime_to_fn_lifetime
Michael Goulet
-144
/
+11
2023-08-08
Stop using identity args for opaque type wf checks and instead load the args ...
Oli Scherer
-76
/
+113
2023-08-07
Store the laziness of type aliases in the DefKind
León Orell Valerian Liehr
-1
/
+1
2023-07-30
No need to expect RPITIT projections in opaque item bounds
Michael Goulet
-15
/
+1
2023-07-27
Rollup merge of #114075 - matthiaskrgr:fmt_args_rustc_3, r=wesleywiser
Matthias Krüger
-3
/
+3
2023-07-25
Rollup merge of #113661 - oli-obk:tait_wtf, r=lcnr
Matthias Krüger
-4
/
+175
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-3
/
+3
2023-07-25
Try explaining where `Inner` is in the signature better
Oli Scherer
-1
/
+1
2023-07-24
Explain RPITs in the way they actually work
Oli Scherer
-10
/
+16
2023-07-24
Some documentation nits
Oli Scherer
-7
/
+30
2023-07-24
Explain what the heck is going on with this lifetime remapping business
Oli Scherer
-5
/
+12
2023-07-21
Double check that hidden types match the expected hidden type
Oli Scherer
-4
/
+139
2023-07-21
error/E0691: include alignment in error message
David Rheinsberg
-10
/
+19
2023-07-15
Check entry type as part of item type checking.
Camille GILLOT
-1
/
+4
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-38
/
+38
2023-07-08
Replace RPITIT current impl with new strategy that lowers as a GAT
Santiago Pastorino
-17
/
+1
2023-07-07
Avoid calling report_forbidden_specialization for RPITITs
Santiago Pastorino
-2
/
+11
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-3
/
+3
2023-07-03
use `deeply_normalize` for `assumed_wf_types`
lcnr
-7
/
+10
[next]