aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_expand/src/name.rs
Commit message (Collapse)AuthorAgeFilesLines
* More accurate `#[derive]` parsingJonas Schievink2020-12-191-0/+1
| | | | This now allows full paths to the derive macro
* Implement `RawAttr::filter`Jonas Schievink2020-12-181-0/+1
|
* Node-ify lifetimesLukas Wirth2020-12-161-3/+2
|
* Resolve `macro-error` diagnostics on asm & llvm_asmlf-2020-12-151-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 Schievink2020-12-141-0/+1
|
* Add Lifetimes to the HIRLukas Wirth2020-12-111-1/+6
|
* Fix typo in commentFrancesco Zardi2020-10-211-1/+1
|
* Add whitelist of safe intrinsicsFrancesco Zardi2020-10-211-0/+36
|
* Shorten type hints for std::iter IteratorsLukas Wirth2020-10-061-0/+1
|
* Bump smol_str from 0.1.16 to 0.1.17Jean SIMARD2020-09-241-5/+5
|
* Rename ra_hir_expand -> hir_expandAleksey Kladov2020-08-131-0/+230