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
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-1
/
+1
2024-01-23
Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.
Nicholas Nethercote
-3
/
+3
2024-01-17
Add -Zno-implied-bounds-compat option and use it
Jack Huey
-1
/
+1
2024-01-17
Correctly handle normalization in implied bounds
Ali MJ Al-Nasrawy
-1
/
+1
2024-01-13
Add check for ui_testing via promoting parameters from `ParseSess` to `Session`
George-lewis
-2
/
+2
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-9
/
+8
2024-01-10
Add `DiagCtxt::delayed_bug`.
Nicholas Nethercote
-4
/
+1
2024-01-10
Rename `struct_span_err!` as `struct_span_code_err!`.
Nicholas Nethercote
-19
/
+25
2024-01-08
Only compute layout of opaque if coroutine is the cause of an opaque cycle
Michael Goulet
-9
/
+26
2024-01-08
Don't check for recursion in generator witness fields
Michael Goulet
-18
/
+7
2024-01-08
Use chaining for `DiagnosticBuilder` construction and `emit`.
Nicholas Nethercote
-3
/
+3
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-11
/
+11
2024-01-02
Reorder `check_item_type` diagnostics so they occur next to the corresponding...
Oli Scherer
-17
/
+3
2024-01-02
Refactor `check_item_type` to work on `LocalDefId` instead of `ItemId`
Oli Scherer
-34
/
+29
2023-12-24
Remove more `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-29
/
+29
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
[next]