aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | SSR: Explicitly autoderef and ref placeholders as neededDavid Lattimore2020-08-144-25/+222
| * | | | | | | | Refactor SSR so that placeholders store a VarDavid Lattimore2020-08-144-18/+26
* | | | | | | | | Revive cache cleaningAleksey Kladov2020-08-183-0/+10
* | | | | | | | | Fix missing match arm false error on unknown typeCAD972020-08-172-4/+2
* | | | | | | | | Document missing match arm false positiveCAD972020-08-171-0/+19
| | | | | | | | |
| \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ Merge #5776 #5780bors[bot]2020-08-173-9/+86
|\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | formatjDomantas2020-08-171-13/+9
| | * | | | | | | | | update generated testsjDomantas2020-08-171-2/+1
| | * | | | | | | | | fixup whitespace when adding missing impl itemsjDomantas2020-08-142-7/+89
| | |/ / / / / / / /
* | | | | | | | | | Merge #5782bors[bot]2020-08-172-2/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix StatusNotificationvsrs2020-08-172-2/+10
* | | | | | | | | | | Don't make fields private unless you have toAleksey Kladov2020-08-173-33/+16
* | | | | | | | | | | Merge #5766bors[bot]2020-08-161-3/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Hacky support for fn-like proc macrosJonas Schievink2020-08-151-3/+3
* | | | | | | | | | | | Chalk 0.23Jeremy Kolb2020-08-162-5/+5
* | | | | | | | | | | | Bump rustc_lexerJeremy Kolb2020-08-161-1/+1
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Fix typo in commentDave Lage2020-08-151-1/+1
* | | | | | | | | | | Don't expose hir::Path out of hirAleksey Kladov2020-08-159-92/+51
* | | | | | | | | | | Remove deprecated Path::from_astAleksey Kladov2020-08-152-25/+13
|/ / / / / / / / / /
* | | | | | | | | / Add a proc_macro_test crateJonas Schievink2020-08-145-3/+46
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge #5347bors[bot]2020-08-142-14/+30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Only print chalk programs with CHALK_PRINTWilco Kusee2020-08-141-10/+15
| * | | | | | | | | Lookup adt namesWilco Kusee2020-08-141-1/+2
| * | | | | | | | | Only use logging db if CHALK_DEBUG is activeWilco Kusee2020-08-141-12/+15
| * | | | | | | | | Print chalk programs in debug outputWilco Kusee2020-08-142-12/+19
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Rename hypothetical -> speculativeAleksey Kladov2020-08-143-8/+7
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Sophisticate Windows path encodingArmin Sander2020-08-141-7/+132
|/ / / / / / /
* | | | | | | Make hygiene private to hirAleksey Kladov2020-08-134-16/+39
* | | | | | | Merge #5753bors[bot]2020-08-133-59/+65
|\ \ \ \ \ \ \
| * | | | | | | Remove Hygiene from completionAleksey Kladov2020-08-133-59/+65
* | | | | | | | display correctly 'impl Trait<T> + Trait<T>' #4814Benjamin Coenen2020-08-132-0/+20
|/ / / / / / /
* | | | | | | Better recovery in `use foo::;`Aleksey Kladov2020-08-132-7/+17
* | | | | | | MinorAleksey Kladov2020-08-131-6/+12
* | | | | | | Align parser names with grammarAleksey Kladov2020-08-1317-223/+124
* | | | | | | Rename ra_ide -> ideAleksey Kladov2020-08-1390-70/+67
* | | | | | | Rename ra_assists -> assistsAleksey Kladov2020-08-1354-14/+13
* | | | | | | Rename ra_ssr -> ssrAleksey Kladov2020-08-1317-94/+79
* | | | | | | Rename ra_ide_db -> ide_dbAleksey Kladov2020-08-1358-76/+70
* | | | | | | Rename ra_hir -> hirAleksey Kladov2020-08-1316-13/+12
* | | | | | | Rename ra_hir_ty -> hir_tyAleksey Kladov2020-08-1338-16/+13
* | | | | | | Rename ra_hir_def -> hir_defAleksey Kladov2020-08-1350-21/+21
* | | | | | | Rename ra_hir_expand -> hir_expandAleksey Kladov2020-08-1317-10/+9
* | | | | | | Rename ra_db -> base_dbAleksey Kladov2020-08-13108-153/+153
* | | | | | | Merge #5746bors[bot]2020-08-133-15/+114
|\ \ \ \ \ \ \
| * | | | | | | Structured search replace now handles UFCS calls to trait methodsDavid Lattimore2020-08-133-15/+114
* | | | | | | | Rename ra_proc_macro -> proc_macro_apiAleksey Kladov2020-08-1312-11/+12
* | | | | | | | Merge #5732bors[bot]2020-08-131-8/+14
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Consider only IdentPats for param name hintsKirill Bulatov2020-08-121-8/+14
* | | | | | | | Merge #5744bors[bot]2020-08-1316-22/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | Rename ra_project_model -> project_modelPavan Kumar Sunkara2020-08-1316-22/+19