Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
* | Refactor `Name` ready for hygienic macro | uHOOCCOOHu | 2019-09-26 | 1 | -78/+79 |
* | Define known paths and group names | uHOOCCOOHu | 2019-09-15 | 1 | -10/+17 |
* | Infer box expression | uHOOCCOOHu | 2019-09-11 | 1 | -0/+2 |
* | Lower bounds on trait definition, and resolve assoc types from super traits | Florian Diebold | 2019-09-07 | 1 | -5/+1 |
* | Check type rather than just name in ok-wrapping diagnostic. Add test for hand... | Phil Ellison | 2019-08-25 | 1 | -0/+2 |
* | infer type for await | Unreal Hoang | 2019-07-20 | 1 | -0/+3 |
* | migrate ra_hir to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -1/+1 |
* | projection over std::ops::Try::Ok to infer try/? | Unreal Hoang | 2019-07-08 | 1 | -0/+3 |
* | cargo format | Muhammad Mominul Huque | 2019-07-07 | 1 | -1/+2 |
* | Constify KnownName's | Muhammad Mominul Huque | 2019-07-07 | 1 | -111/+25 |
* | add projection to infer for loop variable | Unreal Hoang | 2019-07-07 | 1 | -0/+14 |
* | Fixed request changes | Alexander Andreev | 2019-07-03 | 1 | -4/+4 |
* | Move resolve raw name in name.rs | Alexander Andreev | 2019-07-03 | 1 | -2/+13 |
* | Implement autoderef using the Deref trait | Florian Diebold | 2019-06-15 | 1 | -0/+5 |
* | add built-in types to scopes | Aleksey Kladov | 2019-05-30 | 1 | -1/+29 |
* | sort hash maps for tests | Aleksey Kladov | 2019-05-21 | 1 | -1/+1 |
* | move auto-imoprter into IDE | Aleksey Kladov | 2019-04-22 | 1 | -2/+11 |
* | auto_import: make auto import working with target as a list of SmolStr instea... | Andrea Pretto | 2019-04-21 | 1 | -0/+4 |
* | Parse and infer tuple indices | robojumper | 2019-04-06 | 1 | -0/+9 |
* | make Name::new private | Aleksey Kladov | 2019-03-20 | 1 | -1/+4 |
* | add skeleton for macro-aware name resolutions | Aleksey Kladov | 2019-03-17 | 1 | -0/+3 |
* | Fixup tests | Marcus Klaas de Vries | 2019-01-14 | 1 | -1/+1 |
* | Fix typos in ARCHITECTURE.md and a number of crates | Marcus Klaas de Vries | 2019-01-09 | 1 | -1/+1 |
* | itroduce trait for ast tokens | Aleksey Kladov | 2019-01-08 | 1 | -2/+2 |
* | migrate ra_hir to rowan 2.0 | Aleksey Kladov | 2019-01-08 | 1 | -2/+2 |
* | Process explicit type hints for str, bool and char | Marcus Klaas de Vries | 2019-01-07 | 1 | -0/+7 |
* | Add fn signature query | Florian Diebold | 2019-01-06 | 1 | -0/+4 |
* | Make FnScopes use hir::Expr | Florian Diebold | 2019-01-05 | 1 | -2/+8 |
* | Resolve the Self type | Florian Diebold | 2019-01-04 | 1 | -1/+4 |
* | nameify structs&enums | Aleksey Kladov | 2018-12-28 | 1 | -4/+12 |
* | dont leak Name details in testing | Aleksey Kladov | 2018-12-27 | 1 | -7/+7 |
* | introduce known names | Aleksey Kladov | 2018-12-27 | 1 | -3/+44 |
* | introduce hir::Name | Aleksey Kladov | 2018-12-27 | 1 | -0/+56 |