aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_expand/src/name.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-3/+3
* Use CrateName for semantic namesAleksey Kladov2020-07-011-1/+1
* Add support for include_bytesLaurențiu Nicola2020-06-271-0/+1
* Add support for include_strLaurențiu Nicola2020-06-271-0/+1
* Enable hover and autocomplete docs on macro generated itemsAaron Loucks2020-06-031-0/+1
* correctly infer labelled breaksrobojumper2020-05-311-0/+5
* Align grammar for record patterns and literalsAleksey Kladov2020-04-111-0/+9
* Implement dummy assert macroEdwin Cheng2020-03-111-0/+1
* Implment include macroEdwin Cheng2020-03-061-0/+1
* Implement concat macroEdwin Cheng2020-03-031-0/+1
* Remove ImportResolver-related stubsKirill Bulatov2020-02-091-7/+0
* Code review fixesKirill Bulatov2020-02-021-6/+7
* Require ModPath for importingKirill Bulatov2020-02-021-0/+6
* Prefer imports starting with stdKirill Bulatov2020-01-271-0/+2
* Fix panic in tuple fieldsAleksey Kladov2020-01-071-1/+4
* Add dummy implementations of env! and option_env! builtinsFlorian Diebold2019-12-211-0/+2
* Add std::ops::Index support for inferingEdwin Cheng2019-12-191-0/+1
* Rename N! to name!Florian Diebold2019-12-131-2/+2
* Add macros for known names and pathsFlorian Diebold2019-12-131-70/+96
* Correctly infer - and ! using std::ops::{Neg,Not}Emil Lauridsen2019-12-131-0/+2
* Remove unnecessary len parameter for Name::new_inline_asciiFlorian Diebold2019-12-061-59/+59
* Add stub implementation of format_args{_nl} macrosFlorian Diebold2019-12-061-0/+2
* Implement all the other built-in derivesFlorian Diebold2019-12-051-0/+7
* Add expansion infrastructure for derive macrosFlorian Diebold2019-12-051-0/+10
* Infer range typesoxalica2019-11-281-0/+6
* Expand compile_error!Jeremy Kolb2019-11-251-0/+1
* Expand column!()Jeremy Kolb2019-11-221-0/+1
* Expand file! to dummy ""kjeremy2019-11-221-0/+1
* Add support for Stringify builtin macroPiotr Szpetkowski2019-11-221-0/+1
* Add basic bultin macro infrastructureEdwin Cheng2019-11-111-0/+3
* push name down to hir_expandAleksey Kladov2019-10-301-0/+142