aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_expand
Commit message (Expand)AuthorAgeFilesLines
...
* Use `ExpandResult` instead of `MacroResult`Jonas Schievink2020-11-262-52/+30
* Use named fields in `ExpandResult`Jonas Schievink2020-11-261-1/+1
* Rename `parse_macro` to `parse_macro_expansion`Jonas Schievink2020-11-242-4/+4
* hir_expand::db: reduce fn visibilityJonas Schievink2020-11-241-15/+9
* Remove fixed FIXME, propagate errors betterJonas Schievink2020-11-241-6/+2
* hir_expand: propagate expansion errorsJonas Schievink2020-11-242-41/+84
* Fill the diagnostic code field in publish_diagnosticsLukas Wirth2020-11-171-1/+1
* SimplifyAleksey Kladov2020-11-061-1/+1
* Remove more unreachable pubsAleksey Kladov2020-11-021-1/+1
* Fix typo in commentFrancesco Zardi2020-10-211-1/+1
* Add whitelist of safe intrinsicsFrancesco Zardi2020-10-211-0/+36
* Complete methods when receiver is a macroAleksey Kladov2020-10-171-0/+1
* Shorten type hints for std::iter IteratorsLukas Wirth2020-10-061-0/+1
* Merge #6033bors[bot]2020-09-281-14/+25
|\
| * Use hir_def to resolve proc macrosJonas Schievink2020-09-181-14/+25
* | Bump smol_str from 0.1.16 to 0.1.17Jean SIMARD2020-09-241-5/+5
|/
* Rename `CustomDerive` to `ProcMacro`Jonas Schievink2020-09-184-5/+5
* Bump token expansion limitAleksey Kladov2020-09-011-1/+1
* Add description for crates that will be publishedPavan Kumar Sunkara2020-08-241-0/+1
* Add version to deps in cargo.tomlPavan Kumar Sunkara2020-08-241-8/+8
* Add type safety to diagnostic codesAleksey Kladov2020-08-181-1/+10
* Merge branch 'master' into add-disable-diagnosticsIgor Aleksanov2020-08-141-0/+1
* Rename ra_hir_expand -> hir_expandAleksey Kladov2020-08-1313-0/+3017