Nicholas Nethercote
|
c7da1a5bb8
|
Remove #[macro_use] extern crate tracing from rustc_lint .
|
2024-05-23 18:02:17 +10:00 |
|
Santiago Pastorino
|
6b46a919e1
|
Rename Unsafe to Safety
|
2024-05-17 18:33:37 -03:00 |
|
Nicholas Nethercote
|
e6b3e20243
|
Remove extern crate rustc_session from rustc_lint .
|
2024-04-29 13:57:41 +10:00 |
|
Michael Goulet
|
7be0dbe772
|
Make RawPtr take Ty and Mutbl separately
|
2024-03-22 11:13:29 -04:00 |
|
Nicholas Nethercote
|
e164cf30f8
|
Rename TyCtxt::emit_spanned_lint as TyCtxt::emit_node_span_lint .
|
2024-01-23 08:09:05 +11:00 |
|
Michael Woerister
|
db132c575d
|
Replace a number of FxHashMaps/Sets with stable-iteration-order alternatives.
|
2024-01-04 13:32:42 +01:00 |
|
lcnr
|
40b154e53c
|
rename bound region instantiation
- `erase_late_bound_regions` -> `instantiate_bound_regions_with_erased`
- `replace_late_bound_regions_X` -> `instantiate_bound_regions_X`
|
2023-11-17 09:29:48 +00:00 |
|
Oli Scherer
|
60956837cf
|
s/Generator/Coroutine/
|
2023-10-20 21:10:38 +00:00 |
|
Michael Goulet
|
5ceda6b016
|
Adjust imports
|
2023-10-20 15:52:57 +00:00 |
|
DaniPopes
|
f1b7484160
|
Remove rustc_lint_defs::lint_array
|
2023-09-28 23:01:25 +02:00 |
|
Camille GILLOT
|
56063ff2fb
|
Simplify clashing_extern_declarations.
|
2023-08-04 16:09:13 +00:00 |
|
Camille GILLOT
|
817f45f7bf
|
Querify clashing_extern_declarations lint.
|
2023-08-04 16:09:13 +00:00 |
|