Lukas Wirth
|
966cae384f
|
minor: Simplify
|
2021-11-18 21:43:54 +01:00 |
|
Lukas Wirth
|
439a8194b0
|
Replace more Name::to_string usages with Name::to_smol_str
|
2021-11-04 18:12:05 +01:00 |
|
Dezhi Wu
|
ba0947dded
|
switch log crate to tracing
|
2021-08-30 15:11:42 +08:00 |
|
Robert Bartlensky
|
0b3d0cde8b
|
Add Limit struct.
Fixes #9286.
|
2021-07-19 13:26:11 +01:00 |
|
Yilin Chen
|
7b693470c4
|
check is_include_macro only when attr_path is not specified
Signed-off-by: Yilin Chen <sticnarf@gmail.com>
|
2021-03-22 01:54:05 +08:00 |
|
Yilin Chen
|
3bb9efb6b7
|
use the included file as the source of expanded include macro
Signed-off-by: Yilin Chen <sticnarf@gmail.com>
|
2021-03-21 23:02:01 +08:00 |
|
Laurențiu Nicola
|
fc9eed4836
|
Use upstream cov-mark
|
2021-03-08 22:19:44 +02:00 |
|
Aleksey Kladov
|
2c84c2d07a
|
Don't think that /submod.rs is /mod.rs
|
2020-12-23 11:02:42 +03:00 |
|
Aleksey Kladov
|
6e24321e45
|
Introduce anchored_path
They allow to represent paths like `#[path = "C:\path.rs"] mod foo;`
in a lossless cross-platform & network-transparent way.
|
2020-12-09 19:07:05 +03:00 |
|
Aleksey Kladov
|
2b108133ac
|
Don't stack overflow on circular modules
closes #6453
|
2020-11-04 15:31:35 +01:00 |
|
Aleksey Kladov
|
b28c54a2c2
|
Rename ra_hir_def -> hir_def
|
2020-08-13 16:29:33 +02:00 |
|