Philipp Krones
798865c593
Merge commit '66c29b973b3b10278bd39f4e26b08522a379c2c9' into clippy-subtree-update
2024-01-25 19:17:36 +01:00
Nicholas Nethercote
fb83ef6495
Stop using DiagnosticBuilder::buffer
in the parser.
...
One consequence is that errors returned by
`maybe_new_parser_from_source_str` now must be consumed, so a bunch of
places that previously ignored those errors now cancel them. (Most of
them explicitly dropped the errors before. I guess that was to indicate
"we are explicitly ignoring these", though I'm not 100% sure.)
2024-01-11 18:37:56 +11:00
Nicholas Nethercote
0bac101c21
Rename EmitterWriter
as HumanEmitter
.
...
For consistency with other `Emitter` impls, such as `JsonEmitter`,
`SilentEmitter`, `SharedEmitter`, etc.
2024-01-05 10:02:40 +11:00
Michael Goulet
99b4330f5c
Remove movability from TyKind::Coroutine
2023-12-28 16:35:01 +00:00
Nicholas Nethercote
d165a38de0
Rename many DiagCtxt
and EarlyDiagCtxt
locals.
2023-12-18 16:06:22 +11:00
Nicholas Nethercote
bc3a3bcf0c
Rename ParseSess::with_span_handler
as ParseSess::with_dcx
.
2023-12-18 16:06:21 +11:00
Nicholas Nethercote
22e769c032
Rename Handler
as DiagCtxt
.
2023-12-18 16:06:19 +11:00
Philipp Krones
3596d44988
Merge commit 'a859e5cc1ce100df22346a1005da30532d04de59' into clippyup
2023-12-16 14:12:50 +01:00
Michael Goulet
1512d37af5
coro_kind -> coroutine_kind
2023-12-08 17:23:25 +00:00
Eric Holk
5f191ce9b9
Fix build
2023-12-04 16:46:45 -08:00
Eric Holk
594a5f18a7
Update doctest
2023-12-04 16:37:45 -08:00
Eric Holk
c9eb8c9df6
Remove bad merge
2023-12-04 14:38:10 -08:00
Eric Holk
45be5dd8e6
Option<CoroutineKind>
2023-12-04 13:03:37 -08:00
Eric Holk
b4e3b859f1
Merge Async and Gen into CoroutineKind
2023-12-04 12:48:01 -08:00
Philipp Krones
c9a43b18f1
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
2023-12-01 18:21:58 +01:00