Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Bump chalk | Laurențiu Nicola | 2020-10-24 | 1 | -3/+3 | |
|/ | ||||||
* | Improve Chalk debugging | Florian Diebold | 2020-10-23 | 1 | -7/+23 | |
* | Merge #6319 | bors[bot] | 2020-10-22 | 2 | -3/+34 | |
|\ | ||||||
| * | Properly identify camel cased acronyms as UpperCamelCase | Arif Roktim | 2020-10-21 | 2 | -3/+34 | |
* | | Merge #6307 | bors[bot] | 2020-10-21 | 1 | -0/+18 | |
|\ \ | |/ |/| | ||||||
| * | Move safe intrinsic tests | Francesco Zardi | 2020-10-21 | 1 | -0/+18 | |
* | | Add descriptions for diagnostics parseable by xtask | Igor Aleksanov | 2020-10-19 | 1 | -0/+55 | |
|/ | ||||||
* | binary operator overload type inference: add test mark | Roland Ruckerbauer | 2020-10-14 | 2 | -0/+6 | |
* | Implement binary operator overloading type inference | Roland Ruckerbauer | 2020-10-13 | 3 | -5/+120 | |
* | Keep SyntaxNodePtr::range private | Igor Aleksanov | 2020-10-12 | 2 | -4/+13 | |
* | Replace 'if let' with 'match' in decl_check.rs | Igor Aleksanov | 2020-10-12 | 1 | -30/+33 | |
* | Add to_upper_snake_case function to stdx | Igor Aleksanov | 2020-10-12 | 2 | -4/+3 | |
* | Fix compilation error | Igor Aleksanov | 2020-10-12 | 1 | -2/+1 | |
* | Apply suggestions from code review | Igor Aleksanov | 2020-10-12 | 1 | -2/+2 | |
* | Fix code style issues | Igor Aleksanov | 2020-10-12 | 2 | -3/+7 | |
* | Fix issues with match arm bindings | Igor Aleksanov | 2020-10-12 | 1 | -7/+12 | |
* | Code style adjustments | Igor Aleksanov | 2020-10-12 | 3 | -8/+88 | |
* | Make incorrect case diagnostic work inside of functions | Igor Aleksanov | 2020-10-12 | 2 | -33/+248 | |
* | Refactor string helpers for decl_check module | Igor Aleksanov | 2020-10-12 | 1 | -32/+97 | |
* | Add diagnostics for enum names and variants | Igor Aleksanov | 2020-10-12 | 2 | -2/+147 | |
* | Add fix for incorrect case diagnostic | Igor Aleksanov | 2020-10-12 | 1 | -1/+1 | |
* | Improve string helpers functions | Igor Aleksanov | 2020-10-12 | 1 | -1/+8 | |
* | Check structure fields to be snake_case | Igor Aleksanov | 2020-10-12 | 1 | -46/+65 | |
* | Add check for structure names to be CamelCase | Igor Aleksanov | 2020-10-12 | 2 | -1/+139 | |
* | Extract helper functions into a separate module | Igor Aleksanov | 2020-10-12 | 2 | -29/+112 | |
* | Add checks for function parameters | Igor Aleksanov | 2020-10-12 | 2 | -7/+94 | |
* | Create basic support for names case checks and implement function name case c... | Igor Aleksanov | 2020-10-12 | 2 | -3/+251 | |
* | Update crates | kjeremy | 2020-10-11 | 1 | -3/+3 | |
* | Switch from git to latest tagged release of chalk deps | Casey Primozic | 2020-10-07 | 1 | -3/+3 | |
* | Make unimplemented match variants explicit | Casey Primozic | 2020-10-07 | 1 | -1/+2 | |
* | `todo!()` -> `unimplemented!() // FIXME` for CI | Casey Primozic | 2020-10-06 | 2 | -3/+5 | |
* | Bump chalk to use latest git to get fix | Casey Primozic | 2020-10-06 | 3 | -3/+16 | |
* | Fix trait object hir formatting behind pointer and references | Lukas Wirth | 2020-10-06 | 1 | -6/+23 | |
* | Update chalk to 0.30.0 | Nathan Whitaker | 2020-09-28 | 1 | -3/+3 | |
* | chalk 0.29.0 | Jeremy Kolb | 2020-09-28 | 1 | -3/+3 | |
* | Update chalk to 0.28.0 | Bram van den Heuvel | 2020-09-25 | 2 | -5/+11 | |
* | Bump smol_str from 0.1.16 to 0.1.17 | Jean SIMARD | 2020-09-24 | 1 | -1/+1 | |
* | Use Ty::apply instead of simple and fix method resolution. | Charles Lew | 2020-09-16 | 3 | -8/+14 | |
* | Add a test. | Charles Lew | 2020-09-16 | 1 | -0/+38 | |
* | Lower extern type alias as foreign opaque type. | Charles Lew | 2020-09-16 | 1 | -2/+6 | |
* | Update chalk to 0.27 and adapt to chalk changes. | Charles Lew | 2020-09-15 | 7 | -30/+99 | |
* | Merge #5971 | bors[bot] | 2020-09-13 | 7 | -53/+213 | |
|\ | ||||||
| * | Fix type walking about type of async block | oxalica | 2020-09-11 | 1 | -14/+9 | |
| * | Fix and prettify comments | oxalica | 2020-09-11 | 1 | -4/+6 | |
| * | Implement async blocks | oxalica | 2020-09-10 | 7 | -53/+216 | |
* | | Implement box pattern inference | Jonas Schievink | 2020-09-12 | 1 | -1/+13 | |
* | | Add box pattern test | Jonas Schievink | 2020-09-12 | 1 | -0/+25 | |
* | | Rename record_field_pat to record_pat_field | Pavan Kumar Sunkara | 2020-09-10 | 2 | -4/+4 | |
* | | Merge #5968 | bors[bot] | 2020-09-09 | 3 | -14/+30 | |
|\ \ | |/ |/| | ||||||
| * | Tweak interner for chalk | Nathan Whitaker | 2020-09-09 | 1 | -9/+9 |