Aleksey Kladov
|
46b4f89c92
|
.
|
2021-01-20 01:56:11 +03:00 |
|
Phil Ellison
|
b2dbe6e43a
|
Add fix to wrap return expression in Some
|
2021-01-07 19:01:33 +00:00 |
|
Jonas Schievink
|
ea5cc8d07a
|
More accurate #[derive] parsing
This now allows full paths to the derive macro
|
2020-12-19 01:10:56 +01:00 |
|
Jonas Schievink
|
08de1b4fa5
|
Implement RawAttr::filter
|
2020-12-18 18:58:42 +01:00 |
|
Lukas Wirth
|
dd496223f5
|
Node-ify lifetimes
|
2020-12-16 14:16:09 +01:00 |
|
lf-
|
090a59970d
|
Resolve macro-error diagnostics on asm & llvm_asm
We currently stub these out as returning unit.
This fixes spurious RA diagnostics in the following:
```rust
unsafe { asm!(""); llvm_asm!(""); }
```
|
2020-12-15 01:06:53 -08:00 |
|
Jonas Schievink
|
81820fe52c
|
Implement module_path!()
|
2020-12-14 16:38:53 +01:00 |
|
Lukas Wirth
|
11f8664182
|
Add Lifetimes to the HIR
|
2020-12-12 00:56:52 +01:00 |
|
Francesco Zardi
|
f3aa44b01d
|
Fix typo in comment
|
2020-10-21 21:51:53 +02:00 |
|
Francesco Zardi
|
a9d996a7c5
|
Add whitelist of safe intrinsics
|
2020-10-21 09:06:05 +02:00 |
|
Lukas Wirth
|
aaa3905fdd
|
Shorten type hints for std::iter Iterators
|
2020-10-06 19:20:42 +02:00 |
|
Jean SIMARD
|
875ad9b5c4
|
Bump smol_str from 0.1.16 to 0.1.17
|
2020-09-24 16:39:08 +02:00 |
|
Aleksey Kladov
|
b7aa4898e0
|
Rename ra_hir_expand -> hir_expand
|
2020-08-13 16:29:33 +02:00 |
|