xFrednet
be47e32e9e
Update version attributes for 1.76 lints
2024-02-04 16:18:45 +01:00
Philipp Krones
1534e08250
Merge remote-tracking branch 'upstream/master' into rustup
2024-01-25 18:39:39 +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 ' a859e5cc1c' 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 ' f0cdee4a3f' into clippy-subtree-sync
2023-12-01 18:21:58 +01:00