aboutsummaryrefslogtreecommitdiff
path: root/crates/hir/src/code_model.rs
Commit message (Expand)AuthorAgeFilesLines
* Align code_model name with ungrammarAleksey Kladov2020-12-201-24/+20
* Merge #6901bors[bot]2020-12-181-0/+6
|\
| * Temp fixes panic caused by no ast for proc-macroEdwin Cheng2020-12-181-0/+6
* | Minor API cleanupAleksey Kladov2020-12-171-4/+2
* | Make `Attrs::from_attrs_owner` privateJonas Schievink2020-12-171-0/+1
* | Rename ImplDef -> ImplAleksey Kladov2020-12-171-11/+11
* | decl_check: don't pass `db` around so oftenJonas Schievink2020-12-171-2/+8
* | Make macro def krate mandatoryJonas Schievink2020-12-151-1/+1
|/
* Add LifetimeParam resolving to SemanticsLukas Wirth2020-12-141-0/+8
* Add Lifetimes to the HIRLukas Wirth2020-12-111-5/+42
* Add slightly more profiling detailsJonas Schievink2020-12-041-1/+3
* Place cursor correctly when completing assoc fns with selfAleksey Kladov2020-12-011-0/+1
* Type-safer API for dealing with parameter lists with optional selfAleksey Kladov2020-12-011-2/+9
* Don't use raw identifiersLukas Wirth2020-11-261-2/+2
* Add imports in auto completionKirill Bulatov2020-11-161-8/+2
* Remove more unreachable pubsAleksey Kladov2020-11-021-9/+5
* Fix case where non FnOnce variables is marked callableGrayJack2020-10-261-1/+1
*-. Merge #6251 #6310bors[bot]2020-10-231-2/+23
|\ \
| * | Add Callable modifier for variables that implements FnonceGrayJack2020-10-161-2/+23
* | | Diagnose #[cfg]s in bodiesJonas Schievink2020-10-231-0/+1
| |/ |/|
* | More type safety around namesAleksey Kladov2020-10-201-2/+2
* | Rename declaration_name -> display_nameAleksey Kladov2020-10-201-2/+2
|/
*-. Merge #6130 #6135bors[bot]2020-10-121-1/+23
|\ \
| * | Apply case check diagnostic to impl itemsIgor Aleksanov2020-10-121-1/+2
| * | Add fix for incorrect case diagnosticIgor Aleksanov2020-10-121-25/+15
| * | Create basic support for names case checks and implement function name case c...Igor Aleksanov2020-10-121-0/+31
* | | Merge #6195bors[bot]2020-10-121-1/+5
|\ \ \ | |/ / |/| |
| * | Also replace the associated types with iterKirill Bulatov2020-10-101-1/+5
| |/
* | Remove methodowner & fix formattingZac Pullar-Strecker2020-10-081-38/+1
* | Rebase fixesZac Pullar-Strecker2020-10-081-1/+1
* | Change Option::Some bug to a fixme noteZac Pullar-Strecker2020-10-081-0/+1
* | Differentiate method/tymethod by determining 'defaultness'Zac Pullar-Strecker2020-10-081-1/+8
* | Code reorganisation and field supportZac Pullar-Strecker2020-10-081-1/+47
|/
* Shorten type hints for std::iter IteratorsLukas Wirth2020-10-061-2/+35
* Merge #6124bors[bot]2020-10-061-3/+3
|\
| * Properly name the fieldKirill Bulatov2020-10-021-2/+2
| * Fix the hover dash issuesKirill Bulatov2020-10-021-2/+2
* | Make ImportPrefix a configuration optionLukas Wirth2020-10-051-1/+2
* | Make find_path_prefixed configurableLukas Wirth2020-10-051-1/+2
|/
* Minor clippy performance suggestionskjeremy2020-09-301-1/+1
* Don't unnecessarily unnest imports for import insertionLukas Wirth2020-09-251-0/+10
* Merge #5846bors[bot]2020-09-241-5/+31
|\
| * Remove exposing unificationadamrk2020-09-021-6/+0
| * Add back Param structadamrk2020-09-011-2/+12
| * Add references to fn args during completionadamrk2020-08-301-6/+28
* | Rename `CustomDerive` to `ProcMacro`Jonas Schievink2020-09-181-2/+2
* | Fix type walking about type of async blockoxalica2020-09-111-0/+5
* | Implement async blocksoxalica2020-09-101-0/+2
|/
* Tease apart orthogonal concerns in markdown link rewritingAleksey Kladov2020-08-261-0/+10
* Remove AttrDefAleksey Kladov2020-08-251-5/+5