Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Refactor SSR so that placeholders store a Var | David Lattimore | 2020-08-14 | 4 | -18/+26 | |
* | | | | | | | | | | | | Revive cache cleaning | Aleksey Kladov | 2020-08-18 | 3 | -0/+10 | |
* | | | | | | | | | | | | Fix missing match arm false error on unknown type | CAD97 | 2020-08-17 | 2 | -4/+2 | |
* | | | | | | | | | | | | Document missing match arm false positive | CAD97 | 2020-08-17 | 1 | -0/+19 | |
| | | | | | | | | | | | | ||||||
| \ \ \ \ \ \ \ \ \ \ \ | ||||||
*-. \ \ \ \ \ \ \ \ \ \ \ | Merge #5776 #5780 | bors[bot] | 2020-08-17 | 3 | -9/+86 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | format | jDomantas | 2020-08-17 | 1 | -13/+9 | |
| | * | | | | | | | | | | | update generated tests | jDomantas | 2020-08-17 | 1 | -2/+1 | |
| | * | | | | | | | | | | | fixup whitespace when adding missing impl items | jDomantas | 2020-08-14 | 2 | -7/+89 | |
| | |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge #5782 | bors[bot] | 2020-08-17 | 2 | -2/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix StatusNotification | vsrs | 2020-08-17 | 2 | -2/+10 | |
* | | | | | | | | | | | | | Don't make fields private unless you have to | Aleksey Kladov | 2020-08-17 | 3 | -33/+16 | |
* | | | | | | | | | | | | | Merge #5766 | bors[bot] | 2020-08-16 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Hacky support for fn-like proc macros | Jonas Schievink | 2020-08-15 | 1 | -3/+3 | |
* | | | | | | | | | | | | | | Chalk 0.23 | Jeremy Kolb | 2020-08-16 | 2 | -5/+5 | |
* | | | | | | | | | | | | | | Bump rustc_lexer | Jeremy Kolb | 2020-08-16 | 1 | -1/+1 | |
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Fix typo in comment | Dave Lage | 2020-08-15 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Don't expose hir::Path out of hir | Aleksey Kladov | 2020-08-15 | 9 | -92/+51 | |
* | | | | | | | | | | | | | Remove deprecated Path::from_ast | Aleksey Kladov | 2020-08-15 | 2 | -25/+13 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | / / / | Add a proc_macro_test crate | Jonas Schievink | 2020-08-14 | 5 | -3/+46 | |
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge #5347 | bors[bot] | 2020-08-14 | 2 | -14/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Only print chalk programs with CHALK_PRINT | Wilco Kusee | 2020-08-14 | 1 | -10/+15 | |
| * | | | | | | | | | | | Lookup adt names | Wilco Kusee | 2020-08-14 | 1 | -1/+2 | |
| * | | | | | | | | | | | Only use logging db if CHALK_DEBUG is active | Wilco Kusee | 2020-08-14 | 1 | -12/+15 | |
| * | | | | | | | | | | | Print chalk programs in debug output | Wilco Kusee | 2020-08-14 | 2 | -12/+19 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Rename hypothetical -> speculative | Aleksey Kladov | 2020-08-14 | 3 | -8/+7 | |
| |_|/ / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Sophisticate Windows path encoding | Armin Sander | 2020-08-14 | 1 | -7/+132 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Make hygiene private to hir | Aleksey Kladov | 2020-08-13 | 4 | -16/+39 | |
* | | | | | | | | | Merge #5753 | bors[bot] | 2020-08-13 | 3 | -59/+65 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove Hygiene from completion | Aleksey Kladov | 2020-08-13 | 3 | -59/+65 | |
* | | | | | | | | | | display correctly 'impl Trait<T> + Trait<T>' #4814 | Benjamin Coenen | 2020-08-13 | 2 | -0/+20 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Better recovery in `use foo::;` | Aleksey Kladov | 2020-08-13 | 2 | -7/+17 | |
* | | | | | | | | | Minor | Aleksey Kladov | 2020-08-13 | 1 | -6/+12 | |
* | | | | | | | | | Align parser names with grammar | Aleksey Kladov | 2020-08-13 | 17 | -223/+124 | |
* | | | | | | | | | Rename ra_ide -> ide | Aleksey Kladov | 2020-08-13 | 90 | -70/+67 | |
* | | | | | | | | | Rename ra_assists -> assists | Aleksey Kladov | 2020-08-13 | 54 | -14/+13 | |
* | | | | | | | | | Rename ra_ssr -> ssr | Aleksey Kladov | 2020-08-13 | 17 | -94/+79 | |
* | | | | | | | | | Rename ra_ide_db -> ide_db | Aleksey Kladov | 2020-08-13 | 58 | -76/+70 | |
* | | | | | | | | | Rename ra_hir -> hir | Aleksey Kladov | 2020-08-13 | 16 | -13/+12 | |
* | | | | | | | | | Rename ra_hir_ty -> hir_ty | Aleksey Kladov | 2020-08-13 | 38 | -16/+13 | |
* | | | | | | | | | Rename ra_hir_def -> hir_def | Aleksey Kladov | 2020-08-13 | 50 | -21/+21 | |
* | | | | | | | | | Rename ra_hir_expand -> hir_expand | Aleksey Kladov | 2020-08-13 | 17 | -10/+9 | |
* | | | | | | | | | Rename ra_db -> base_db | Aleksey Kladov | 2020-08-13 | 108 | -153/+153 | |
* | | | | | | | | | Merge #5746 | bors[bot] | 2020-08-13 | 3 | -15/+114 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Structured search replace now handles UFCS calls to trait methods | David Lattimore | 2020-08-13 | 3 | -15/+114 | |
* | | | | | | | | | | Rename ra_proc_macro -> proc_macro_api | Aleksey Kladov | 2020-08-13 | 12 | -11/+12 | |
* | | | | | | | | | | Merge #5732 | bors[bot] | 2020-08-13 | 1 | -8/+14 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Consider only IdentPats for param name hints | Kirill Bulatov | 2020-08-12 | 1 | -8/+14 | |
* | | | | | | | | | | Merge #5744 | bors[bot] | 2020-08-13 | 16 | -22/+19 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Rename ra_project_model -> project_model | Pavan Kumar Sunkara | 2020-08-13 | 16 | -22/+19 | |
* | | | | | | | | | | | Remove ra_fmt crate | Aleksey Kladov | 2020-08-13 | 7 | -59/+29 |