aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty
Commit message (Expand)AuthorAgeFilesLines
* Add ConstParams to the ide layerLukas Wirth2021-01-011-1/+0
* Add ConstParams to the HIRLukas Wirth2021-01-014-5/+35
* Merge #7021bors[bot]2020-12-241-4/+4
|\
| * Track labels in the HIRLukas Wirth2020-12-241-4/+4
* | Merge #7020bors[bot]2020-12-234-6/+45
|\ \
| * | Implement const block inferenceLukas Wirth2020-12-232-5/+10
| * | Implement const pat inferenceLukas Wirth2020-12-232-1/+35
| |/
* / Bump chalkLaurențiu Nicola2020-12-232-5/+12
|/
* Higher-ranked trait bounds for where clausesLukas Wirth2020-12-172-12/+15
* decl_check: don't pass `db` around so oftenJonas Schievink2020-12-172-58/+60
* Make macro def krate mandatoryJonas Schievink2020-12-151-0/+6
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-151-1/+0
* Add regression testEdwin Cheng2020-12-151-0/+24
* Add test for #6852Florian Diebold2020-12-131-0/+37
* Merge #6852bors[bot]2020-12-132-2/+13
|\
| * Ignore lifetime params in substitutionsLukas Wirth2020-12-132-2/+13
* | Merge #6845bors[bot]2020-12-121-1/+9
|\ \ | |/ |/|
| * Don't HirDisplay unknown types when displaying for sourceLukas Wirth2020-12-121-1/+9
* | Merge #6818bors[bot]2020-12-125-39/+77
|\ \
| * | Add Lifetimes to the HIRLukas Wirth2020-12-115-39/+77
| |/
* | Added remove this semicolon testivan7702020-12-121-0/+10
* | Infer labeled blocksLukas Wirth2020-12-112-4/+74
|/
* Merge #6769bors[bot]2020-12-102-3/+60
|\
| * Cast to ExprStmt, style fixesivan7702020-12-101-6/+5
| * Apply rustfmt changesivan7702020-12-091-9/+8
| * Apply suggestions from code reviewivan7702020-12-091-17/+20
| * Format codeivan7702020-12-081-4/+13
| * Remove use via superivan7702020-12-081-3/+1
| * Remove this semicolonivan7702020-12-082-1/+50
* | Use mark/hitJonas Schievink2020-12-101-0/+7
* | Ignore extern items in incorrect-case checkJonas Schievink2020-12-101-0/+19
* | Implement HirDisplay for FnSigJonas Schievink2020-12-091-20/+23
* | Introduce anchored_pathAleksey Kladov2020-12-091-3/+5
|/
* Upgrade ChalkFlorian Diebold2020-12-077-17/+129
* Use correct, full substs for self type in implFlorian Diebold2020-12-042-1/+26
* Check structs for match exhaustivenessLukas Wirth2020-11-241-31/+120
* Add middle ellipsis missing arm textLukas Wirth2020-11-241-0/+14
* Handle ellipsis in tuple patterns in match exhaustiveness checkingLukas Wirth2020-11-241-42/+41
* Properly infer tuple struct patterns when encountering ellipsisLukas Wirth2020-11-242-9/+70
* Properly infer tuple patterns when encountering ellipsisLukas Wirth2020-11-242-8/+64
* Replace RacyFlag with OnceCellAleksey Kladov2020-11-112-3/+5
* Improve decl_check module readabilityIgor Aleksanov2020-11-031-6/+6
* Remove numbers from comments in decl_check.rsIgor Aleksanov2020-11-031-15/+15
* Check for allow(..) attributes for case diagnosticIgor Aleksanov2020-11-031-25/+91
* Bump chalk and lexerkjeremy2020-11-021-3/+3
* Remove more unreachable pubsAleksey Kladov2020-11-025-21/+21
* Deny unreachable-pubAleksey Kladov2020-11-029-67/+68
* Upgrade Chalk to 0.36Florian Diebold2020-10-305-319/+179
* refactor(hir_ty): do not override DisplayTarget in hir_fmtBenjamin Coenen2020-10-281-45/+68
* do not use associated types placeholder for inlay hintBenjamin Coenen2020-10-284-8/+17