Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Simplify solution_from_chalk | Florian Diebold | 2019-05-04 | 1 | -12/+11 | |
* | | Chalk integration | Florian Diebold | 2019-05-04 | 13 | -147/+677 | |
* | | Add Ty::Bound variant for use in Chalk integration | Florian Diebold | 2019-05-04 | 1 | -2/+7 | |
* | | make macro expansion into a proper query | Aleksey Kladov | 2019-05-04 | 3 | -35/+28 | |
* | | minor, move | Aleksey Kladov | 2019-05-04 | 1 | -19/+19 | |
* | | introduce macro_arg intermediate query | Aleksey Kladov | 2019-05-04 | 3 | -25/+27 | |
* | | Revert "eagarly clean astd maps" | Aleksey Kladov | 2019-05-04 | 2 | -2/+2 | |
* | | eagarly clean astd maps | Aleksey Kladov | 2019-05-04 | 2 | -2/+2 | |
|/ | ||||||
* | Use correct FileId when expanding macros in expressions | Aleksey Kladov | 2019-05-01 | 2 | -33/+44 | |
* | Sidestep two-phase borrow violation signaled by mutable_borrow_reservation_co... | Felix S. Klock II | 2019-04-29 | 1 | -2/+3 | |
* | Add more information on macro rules fail to parse | Edwin Cheng | 2019-04-25 | 1 | -2/+8 | |
* | drop empty file | Aleksey Kladov | 2019-04-25 | 1 | -0/+0 | |
* | Introduced resolve_macro_call on resolver | Lenard Pratt | 2019-04-23 | 5 | -55/+112 | |
* | Added macro resolution and expansion | Lenard Pratt | 2019-04-22 | 6 | -93/+135 | |
* | Addeded resolver and db | Lenard Pratt | 2019-04-22 | 1 | -60/+79 | |
* | Merge #1194 | bors[bot] | 2019-04-22 | 2 | -1/+14 | |
|\ | ||||||
| * | unused import | Aleksey Kladov | 2019-04-22 | 1 | -2/+0 | |
| * | move auto-imoprter into IDE | Aleksey Kladov | 2019-04-22 | 4 | -76/+13 | |
| * | complete_import: prevent panic when the anchor is the completion source range | Andrea Pretto | 2019-04-21 | 2 | -9/+1 | |
| * | complete_import: add new import resolver infrastructure with some hardcoded i... | Andrea Pretto | 2019-04-21 | 3 | -2/+84 | |
| * | auto_import: make auto import working with target as a list of SmolStr instea... | Andrea Pretto | 2019-04-21 | 1 | -0/+4 | |
* | | Change macro stack monitor test to func ptr based | Edwin Cheng | 2019-04-22 | 1 | -40/+25 | |
* | | Add mbe expand limit and poision macro set | Edwin Cheng | 2019-04-22 | 3 | -15/+194 | |
|/ | ||||||
* | Add more information on parse_macro fail | Edwin Cheng | 2019-04-21 | 1 | -10/+27 | |
* | Add HIR for where clauses & ignore impls with where clauses in trait resolution | Florian Diebold | 2019-04-21 | 3 | -5/+63 | |
* | Merge #1175 | bors[bot] | 2019-04-21 | 2 | -6/+39 | |
|\ | ||||||
| * | Fix bugs | Edwin Cheng | 2019-04-20 | 2 | -6/+39 | |
* | | Add a simple test for str method completion | Florian Diebold | 2019-04-20 | 1 | -0/+22 | |
* | | lang_item_lookup is now a salsa query. | Marco Groppo | 2019-04-19 | 3 | -32/+34 | |
* | | New krate() method in Resolver. | Marco Groppo | 2019-04-19 | 4 | -54/+44 | |
* | | Initial support for lang items. | Marco Groppo | 2019-04-19 | 7 | -30/+175 | |
|/ | ||||||
* | Refactoring | Edwin Cheng | 2019-04-17 | 1 | -51/+46 | |
* | Simpliy code | Edwin Cheng | 2019-04-17 | 1 | -60/+32 | |
* | Bug fix and add more comments | Edwin Cheng | 2019-04-17 | 1 | -22/+60 | |
* | Fix 1099 | Edwin Cheng | 2019-04-17 | 2 | -5/+109 | |
* | Refactor method candidate generation a bit | Florian Diebold | 2019-04-14 | 3 | -54/+149 | |
* | Extract generic_params method to a HasGenericParams trait | Florian Diebold | 2019-04-14 | 7 | -37/+33 | |
* | Add Container enum to handle both kinds of container (impl/trait) | Florian Diebold | 2019-04-14 | 4 | -17/+58 | |
* | Make callable signature handling a bit nicer | Florian Diebold | 2019-04-14 | 2 | -47/+36 | |
* | Some cleanup | Florian Diebold | 2019-04-14 | 3 | -98/+111 | |
* | More trait infrastructure | Florian Diebold | 2019-04-14 | 11 | -51/+333 | |
* | Get substs for trait refs in impl blocks | Florian Diebold | 2019-04-14 | 5 | -43/+84 | |
* | replace usages of `algo::generate` with `iter::successors` from std | Robin Freyler | 2019-04-13 | 1 | -2/+2 | |
* | cleanups | Aleksey Kladov | 2019-04-13 | 2 | -13/+12 | |
* | slight encapsulation | Aleksey Kladov | 2019-04-13 | 2 | -9/+13 | |
* | move ScopeEntryWithSyntax | Aleksey Kladov | 2019-04-13 | 4 | -37/+34 | |
* | drop obsolete fixme | Aleksey Kladov | 2019-04-13 | 2 | -5/+4 | |
* | make expr scope stuff private | Aleksey Kladov | 2019-04-13 | 1 | -11/+9 | |
* | make resolver private | Aleksey Kladov | 2019-04-13 | 6 | -26/+23 | |
* | hide resolver | Aleksey Kladov | 2019-04-13 | 1 | -6/+14 |