Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement edition-dependent builtin `panic!` macro | Jonas Schievink | 2021-04-03 | 1 | -0/+2 |
| | |||||
* | internal: document semantics for missing names | Aleksey Kladov | 2021-03-31 | 1 | -0/+9 |
| | |||||
* | syntax: return owned string instead of leaking string | cynecx | 2021-03-26 | 1 | -2/+2 |
| | |||||
* | use strip_prefix() instead of starts_with and slicing (clippy::manual_strip) | Matthias Krüger | 2021-03-21 | 1 | -3/+2 |
| | |||||
* | 7709: Updated the implementation. | Chetan Khilosiya | 2021-03-15 | 1 | -0/+2 |
| | | | | | The get function from impl method is updated. and now same method used to get len and is_empty function. | ||||
* | Implement builtin `cfg!` macro | Jonas Schievink | 2021-03-10 | 1 | -0/+1 |
| | |||||
* | Address further review comments | Matt Hall | 2021-02-24 | 1 | -0/+1 |
| | | | | | | * Use known names for iter/iter_mut method (simplifies checking if the method exists * Extract code to check assist with fixtures to function | ||||
* | Revert "Replace usage of ast::NameOrNameRef with ast::NameLike" | Lukas Wirth | 2021-02-17 | 1 | -10/+3 |
| | | | | This reverts commit e1dbf43cf85f84c3a7e40f9731fc1f7ac96f8979. | ||||
* | Replace usage of ast::NameOrNameRef with ast::NameLike | Lukas Wirth | 2021-02-17 | 1 | -3/+10 |
| | |||||
* | Identify methods using functions ids rather than string names | Phil Ellison | 2021-01-23 | 1 | -0/+3 |
| | |||||
* | . | Aleksey Kladov | 2021-01-19 | 1 | -4/+4 |
| | |||||
* | Add fix to wrap return expression in Some | Phil Ellison | 2021-01-07 | 1 | -0/+2 |
| | |||||
* | More accurate `#[derive]` parsing | Jonas Schievink | 2020-12-19 | 1 | -0/+1 |
| | | | | This now allows full paths to the derive macro | ||||
* | Implement `RawAttr::filter` | Jonas Schievink | 2020-12-18 | 1 | -0/+1 |
| | |||||
* | Node-ify lifetimes | Lukas Wirth | 2020-12-16 | 1 | -3/+2 |
| | |||||
* | Resolve `macro-error` diagnostics on asm & llvm_asm | lf- | 2020-12-15 | 1 | -0/+2 |
| | | | | | | | | | We currently stub these out as returning unit. This fixes spurious RA diagnostics in the following: ```rust unsafe { asm!(""); llvm_asm!(""); } ``` | ||||
* | Implement `module_path!()` | Jonas Schievink | 2020-12-14 | 1 | -0/+1 |
| | |||||
* | Add Lifetimes to the HIR | Lukas Wirth | 2020-12-11 | 1 | -1/+6 |
| | |||||
* | Fix typo in comment | Francesco Zardi | 2020-10-21 | 1 | -1/+1 |
| | |||||
* | Add whitelist of safe intrinsics | Francesco Zardi | 2020-10-21 | 1 | -0/+36 |
| | |||||
* | Shorten type hints for std::iter Iterators | Lukas Wirth | 2020-10-06 | 1 | -0/+1 |
| | |||||
* | Bump smol_str from 0.1.16 to 0.1.17 | Jean SIMARD | 2020-09-24 | 1 | -5/+5 |
| | |||||
* | Rename ra_hir_expand -> hir_expand | Aleksey Kladov | 2020-08-13 | 1 | -0/+230 |