aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_expand/src/name.rs
Commit message (Expand)AuthorAgeFilesLines
* Add even more docsAleksey Kladov2021-05-221-1/+1
* Support `#[register_attr]` and `#[register_tool]`Jonas Schievink2021-05-201-0/+2
* Implement `concat_idents`Edwin Cheng2021-05-131-0/+1
* Expand `global_asm!` to nothingJonas Schievink2021-04-181-0/+1
* Implement edition-dependent builtin `panic!` macroJonas Schievink2021-04-031-0/+2
* internal: document semantics for missing namesAleksey Kladov2021-03-311-0/+9
* syntax: return owned string instead of leaking stringcynecx2021-03-261-2/+2
* use strip_prefix() instead of starts_with and slicing (clippy::manual_strip)Matthias Krüger2021-03-211-3/+2
* 7709: Updated the implementation.Chetan Khilosiya2021-03-151-0/+2
* Implement builtin `cfg!` macroJonas Schievink2021-03-101-0/+1
* Address further review commentsMatt Hall2021-02-241-0/+1
* Revert "Replace usage of ast::NameOrNameRef with ast::NameLike"Lukas Wirth2021-02-171-10/+3
* Replace usage of ast::NameOrNameRef with ast::NameLikeLukas Wirth2021-02-171-3/+10
* Identify methods using functions ids rather than string namesPhil Ellison2021-01-231-0/+3
* .Aleksey Kladov2021-01-191-4/+4
* Add fix to wrap return expression in SomePhil Ellison2021-01-071-0/+2
* More accurate `#[derive]` parsingJonas Schievink2020-12-191-0/+1
* 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
* 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