Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Publicise GenericParams | Aleksey Kladov | 2019-11-18 | 1 | -3/+3 |
* | More correct expansion mapping | Aleksey Kladov | 2019-11-17 | 1 | -4/+9 |
* | Disable doctests | Aleksey Kladov | 2019-11-17 | 1 | -2/+2 |
* | Goto definition works inside macros | Aleksey Kladov | 2019-11-16 | 1 | -1/+22 |
* | Upgrade Chalk again | Florian Diebold | 2019-11-16 | 3 | -24/+34 |
* | Fix handling of the binders in dyn/impl Trait | Florian Diebold | 2019-11-16 | 4 | -45/+116 |
* | Use Chalk's dyn/impl trait support | Florian Diebold | 2019-11-16 | 3 | -13/+16 |
* | Upgrade Chalk | Florian Diebold | 2019-11-16 | 4 | -110/+210 |
* | Merge #2271 | bors[bot] | 2019-11-15 | 2 | -39/+29 |
|\ | |||||
| * | Force passing Source when creating a SourceAnalyzer | Aleksey Kladov | 2019-11-15 | 2 | -38/+29 |
| * | Prepare SourceAnalyzer for macros | Aleksey Kladov | 2019-11-15 | 1 | -1/+0 |
* | | Merge #2268 | bors[bot] | 2019-11-15 | 1 | -4/+19 |
|\ \ | |/ |/| | |||||
| * | Handle ast::MacroCall in classify_name and impl FromSource for MacroDef | kjeremy | 2019-11-15 | 1 | -4/+19 |
* | | Prepare SourceAnalyzer for macros | Aleksey Kladov | 2019-11-15 | 1 | -7/+6 |
* | | Sourcify some more | Aleksey Kladov | 2019-11-15 | 1 | -13/+21 |
|/ | |||||
* | Sourcify some things | Aleksey Kladov | 2019-11-15 | 2 | -11/+9 |
* | Remove old impls infrastructure | Aleksey Kladov | 2019-11-15 | 10 | -345/+84 |
* | Flatten expr module | Aleksey Kladov | 2019-11-15 | 3 | -141/+130 |
* | Move scope tests to hir_def | Aleksey Kladov | 2019-11-15 | 2 | -208/+5 |
* | Reduce visibility | Aleksey Kladov | 2019-11-15 | 1 | -3/+3 |
* | Auto-upgrade some insta snapshots | Aleksey Kladov | 2019-11-15 | 1 | -49/+5 |
* | Reduce visibility | Aleksey Kladov | 2019-11-15 | 1 | -3/+3 |
* | Use Local more | Aleksey Kladov | 2019-11-15 | 3 | -16/+11 |
* | Privatize modules | Aleksey Kladov | 2019-11-15 | 1 | -1/+1 |
* | Refactor Module::from_source to properly descend from root file | Aleksey Kladov | 2019-11-15 | 2 | -33/+37 |
* | Move body queries to hir_def | Aleksey Kladov | 2019-11-14 | 8 | -71/+48 |
* | Move scopes to hir_def | Aleksey Kladov | 2019-11-14 | 5 | -368/+202 |
* | Handle macro-generated expressions slightly less wrong | Aleksey Kladov | 2019-11-14 | 3 | -15/+38 |
* | Rename MacroResolver -> Expander | Aleksey Kladov | 2019-11-14 | 1 | -2/+2 |
* | Move current file to MacroResolver | Aleksey Kladov | 2019-11-14 | 1 | -2/+2 |
* | Normalize data | Aleksey Kladov | 2019-11-14 | 1 | -14/+9 |
* | Reduce duplication between uncertain floats & ints | Aleksey Kladov | 2019-11-13 | 7 | -70/+55 |
* | Move expression lowering to hir_def | Aleksey Kladov | 2019-11-12 | 5 | -730/+37 |
* | Remove owner from Body | Aleksey Kladov | 2019-11-12 | 5 | -28/+19 |
* | Move definition of exprs to hir_def | Aleksey Kladov | 2019-11-12 | 5 | -502/+56 |
* | Minor refactoring | Aleksey Kladov | 2019-11-12 | 1 | -3/+3 |
* | Minor cleanup | Aleksey Kladov | 2019-11-12 | 5 | -45/+42 |
* | Introduce hir::GenericParam | Aleksey Kladov | 2019-11-11 | 3 | -7/+16 |
* | Don't reexport generics from HIR | Aleksey Kladov | 2019-11-11 | 5 | -12/+13 |
* | Merge #2200 | bors[bot] | 2019-11-11 | 5 | -19/+90 |
|\ | |||||
| * | Add hir::Local | Aleksey Kladov | 2019-11-11 | 5 | -19/+90 |
* | | Merge #2205 | bors[bot] | 2019-11-11 | 1 | -0/+19 |
|\ \ | |/ |/| | |||||
| * | Add MacroDefKind | Edwin Cheng | 2019-11-11 | 1 | -8/+3 |
| * | Add line macro and tests | Edwin Cheng | 2019-11-11 | 1 | -0/+19 |
| * | Add basic bultin macro infrastructure | Edwin Cheng | 2019-11-11 | 1 | -3/+8 |
* | | Make primitive tys public | Aleksey Kladov | 2019-11-11 | 1 | -1/+5 |
* | | Unfork struct and union ids | Aleksey Kladov | 2019-11-09 | 6 | -19/+18 |
|/ | |||||
* | Merge #2179 | bors[bot] | 2019-11-06 | 4 | -0/+98 |
|\ | |||||
| * | HirDatabase stored attributes | Martin Asquino | 2019-11-04 | 4 | -0/+98 |
* | | Move Namespace enum closer to usage | Aleksey Kladov | 2019-11-04 | 8 | -18/+29 |