Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide Chalk well-known traits | Florian Diebold | 2020-05-22 | 1 | -4/+8 |
* | Make `find_path_inner` a query | Jonas Schievink | 2020-05-20 | 2 | -4/+7 |
* | Switch to new magic marks | Aleksey Kladov | 2020-05-20 | 13 | -79/+61 |
* | Cleanup query fn naming | Aleksey Kladov | 2020-05-19 | 2 | -3/+5 |
* | Move public API to the top | Aleksey Kladov | 2020-05-19 | 1 | -9/+9 |
* | Simplify | Aleksey Kladov | 2020-05-19 | 1 | -7/+3 |
* | Cleanup imports | Aleksey Kladov | 2020-05-19 | 1 | -3/+5 |
* | Merge #4501 | bors[bot] | 2020-05-18 | 2 | -5/+18 |
|\ | |||||
| * | Querify `importable_locations_in_crate` | Jonas Schievink | 2020-05-18 | 2 | -5/+18 |
* | | Create LowerCtx on the fly | Edwin Cheng | 2020-05-17 | 1 | -9/+10 |
|/ | |||||
* | Handle `Self` in values and patterns | Florian Diebold | 2020-05-15 | 1 | -5/+13 |
* | Highlight mutable statics as mutable | Matthew Jasper | 2020-05-10 | 2 | -8/+29 |
* | Rename ImplItem to AssocItem | Edwin Cheng | 2020-05-05 | 1 | -9/+9 |
* | Merge #4305 | bors[bot] | 2020-05-05 | 6 | -28/+61 |
|\ | |||||
| * | invert if | Edwin Cheng | 2020-05-05 | 1 | -3/+3 |
| * | Change union resolve types only | Edwin Cheng | 2020-05-04 | 2 | -2/+2 |
| * | Change favor_types to has_constructor | Edwin Cheng | 2020-05-04 | 3 | -9/+9 |
| * | Remove unused import | Edwin Cheng | 2020-05-04 | 1 | -2/+2 |
| * | Fix test | Edwin Cheng | 2020-05-04 | 1 | -16/+16 |
| * | Favor types for Record in name resolution | Edwin Cheng | 2020-05-04 | 4 | -12/+45 |
* | | refactor: use attrsOwner directly in is_cfg_enabled | Benjamin Coenen | 2020-05-05 | 4 | -22/+15 |
* | | Merge #4283 | bors[bot] | 2020-05-04 | 1 | -86/+60 |
|\ \ | |||||
| * | | Fixes names for collect_item funtions | Edwin Cheng | 2020-05-04 | 1 | -25/+14 |
| * | | Support macro for trait items | Edwin Cheng | 2020-05-03 | 1 | -82/+67 |
| |/ | |||||
* / | add support of cfg attributes on enum variants #4279 | Benjamin Coenen | 2020-05-03 | 1 | -1/+7 |
|/ | |||||
* | Merge #4234 | bors[bot] | 2020-05-02 | 6 | -5/+80 |
|\ | |||||
| * | Test whether it is bang macro properly | Edwin Cheng | 2020-05-02 | 1 | -8/+6 |
| * | Add test in name resolutions | Edwin Cheng | 2020-05-02 | 1 | -0/+37 |
| * | Make AttrQuery copyable | Edwin Cheng | 2020-05-01 | 2 | -10/+15 |
| * | Support local_inner_macros | Edwin Cheng | 2020-05-01 | 4 | -7/+42 |
* | | Introduce EffectExpr | Aleksey Kladov | 2020-05-02 | 1 | -11/+13 |
* | | Revert "Merge #4233" | Aleksey Kladov | 2020-05-02 | 2 | -0/+8 |
* | | Introduce LowerCtx for path lowering | Edwin Cheng | 2020-05-01 | 8 | -73/+158 |
|/ | |||||
* | Kill more zombies | Aleksey Kladov | 2020-04-30 | 1 | -4/+0 |
* | Remove dead code, which elaborately pretends to be alive | Aleksey Kladov | 2020-04-30 | 1 | -4/+0 |
*-----. | Merge #4113 #4136 #4141 #4142 | bors[bot] | 2020-04-25 | 2 | -1/+5 |
|\ \ \ \ | |||||
| | | * | | Fix typo | veetaha | 2020-04-25 | 1 | -1/+1 |
| | | |/ | |||||
| | * / | add support for cfg feature attributes on expression #4063 | Benjamin Coenen | 2020-04-25 | 1 | -0/+4 |
| | |/ | |||||
* | / | Prefer core/alloc paths on #![no_std] | Jonas Schievink | 2020-04-25 | 2 | -14/+87 |
| |/ |/| | |||||
* | | Rename StructField -> Field | Aleksey Kladov | 2020-04-25 | 6 | -24/+24 |
* | | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 1 | -1/+1 |
|/ | |||||
* | Record definitions in `extern` blocks | Jonas Schievink | 2020-04-23 | 2 | -3/+38 |
* | Remove SyntaxPtr::range from more places | Aleksey Kladov | 2020-04-23 | 1 | -2/+5 |
* | Some clippy fixes | Jeremy Kolb | 2020-04-19 | 1 | -5/+3 |
* | Correctly infer types in guard expressions | Aleksey Kladov | 2020-04-18 | 1 | -0/+4 |
* | find_path: Builtins are always in scope | Florian Diebold | 2020-04-18 | 2 | -25/+50 |
* | Merge #4012 | bors[bot] | 2020-04-17 | 1 | -3/+10 |
|\ | |||||
| * | fix panic on ellipsis in pattern | Josh Mcguigan | 2020-04-17 | 1 | -3/+10 |
* | | Simplify Diagnostic structure | Aleksey Kladov | 2020-04-17 | 2 | -7/+2 |
* | | Correctly highlight ranges of diagnostics from macros | Aleksey Kladov | 2020-04-17 | 1 | -3/+3 |