aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Collapse)AuthorAgeFilesLines
* Rename EnumDef -> EnumAleksey Kladov2020-07-3033-75/+75
|
* Rename StructDef -> StructAleksey Kladov2020-07-3060-158/+158
|
* Finalize union grammarAleksey Kladov2020-07-3021-47/+47
|
* Finalize structs grammarAleksey Kladov2020-07-301-1/+0
|
* Merge #5597bors[bot]2020-07-3052-211/+202
|\ | | | | | | | | | | | | | | | | | | | | 5597: Rename FieldDef -> Field r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Rename FieldDef -> FieldAleksey Kladov2020-07-3052-211/+202
| |
* | Merge #5595bors[bot]2020-07-3036-126/+131
|\| | | | | | | | | | | | | | | | | | | | | 5595: Rename RecordLit -> RecordExpr r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Rename RecordLit -> RecordExprAleksey Kladov2020-07-3036-126/+131
| |
* | Merge #5593bors[bot]2020-07-301-3/+8
|\ \ | |/ |/| | | | | | | | | | | 5593: Code shuffle resiliently r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * Code shuffle resilientlyAleksey Kladov2020-07-301-3/+8
| |
* | Merge #5592bors[bot]2020-07-3050-142/+143
|\ \ | |/ |/| | | | | | | | | | | | | | | | | 5592: Rename TypeParamList -> GenericParamList r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Rename TypeParamList -> GenericParamListAleksey Kladov2020-07-3050-142/+143
| |
* | Merge #5591bors[bot]2020-07-30268-789/+783
|\| | | | | | | | | | | | | | | | | | | | | 5591: Rename TypeAliasDef -> TypeAlias r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Rename TypeAliasDef -> TypeAliasAleksey Kladov2020-07-3063-148/+139
| |
| * Rename FnDef -> FnAleksey Kladov2020-07-30240-647/+650
| |
* | Merge #5588bors[bot]2020-07-301-3/+10
|\| | | | | | | | | | | | | | | | | | | | | 5588: Print errors when failing to create a perf counter r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Print errors when failing to create a perf counterAleksey Kladov2020-07-301-3/+10
| |
| * Update testsAleksey Kladov2020-07-3021-54/+54
| |
| * Rename UseItem -> UseAleksey Kladov2020-07-3016-39/+40
| |
| * Add comma list to use treeAleksey Kladov2020-07-301-77/+78
| |
* | Merge #5586bors[bot]2020-07-301-8/+34
|\ \ | | | | | | | | | | | | | | | | | | | | | 5586: Add workaround for changing sysroot paths r=jonas-schievink a=lnicola Fixes #5577 Co-authored-by: Laurențiu Nicola <[email protected]>
| * | Add workaround for changing sysroot pathsLaurențiu Nicola2020-07-301-8/+34
| | |
* | | Merge #5587bors[bot]2020-07-3037-170/+172
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | 5587: Finish use grammar r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | Update testsAleksey Kladov2020-07-3021-54/+54
| | |
| * | Rename UseItem -> UseAleksey Kladov2020-07-3016-39/+40
| | |
| * | Add comma list to use treeAleksey Kladov2020-07-301-77/+78
| |/
* | Merge #5567bors[bot]2020-07-302-20/+111
|\ \ | |/ |/| | | | | | | | | | | | | | | 5567: SSR: Wrap placeholder expansions in parenthesis when necessary r=matklad a=davidlattimore e.g. `foo($a) ==> $a.to_string()` should produce `(1 + 2).to_string()` not `1 + 2.to_string()` We don't yet try to determine if the whole replacement needs to be wrapped in parenthesis. That's harder and I think perhaps less often an issue. Co-authored-by: David Lattimore <[email protected]>
| * SSR: Wrap placeholder expansions in parenthesis when necessaryDavid Lattimore2020-07-302-20/+111
| | | | | | | | | | | | | | | | | | e.g. `foo($a) ==> $a.to_string()` should produce `(1 + 2).to_string()` not `1 + 2.to_string()` We don't yet try to determine if the whole replacement needs to be wrapped in parenthesis. That's harder and I think perhaps less often an issue.
* | Update testsAleksey Kladov2020-07-303-5/+5
| |
* | Finish extern crates grammarAleksey Kladov2020-07-306-70/+70
|/
* Merge #5584bors[bot]2020-07-301-1/+1
|\ | | | | | | | | | | | | | | | | | | | | 5584: Rename metric r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Rename metricAleksey Kladov2020-07-301-1/+1
| |
* | Update testsAleksey Kladov2020-07-304-11/+15
| |
* | Rename RenameAleksey Kladov2020-07-309-16/+16
| |
* | Finish Module grammarAleksey Kladov2020-07-301-0/+1
| |
* | Update testsAleksey Kladov2020-07-3033-40/+40
| |
* | Split ItemList & AssocItemListAleksey Kladov2020-07-3012-78/+118
|/
* FixesAleksey Kladov2020-07-301-11/+1
|
* Fix non-linux compilationAleksey Kladov2020-07-302-6/+25
|
* Do not show progress with parallel analysisAleksey Kladov2020-07-301-0/+1
|
* Report instructions in addition to timeAleksey Kladov2020-07-304-20/+95
| | | | They hopefully will be more stable on CI
* fix castAleksey Kladov2020-07-301-1/+1
|
* Allow negative bytesAleksey Kladov2020-07-302-23/+23
| | | | Gotta be optimistic about those memory usage optimizations
* Drop resident from memory usageAleksey Kladov2020-07-301-4/+3
|
* Merge #5578bors[bot]2020-07-2917-464/+459
|\ | | | | | | | | | | | | | | | | | | | | 5578: Rename ModuleItem -> Item r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Finish SourceFile grammarAleksey Kladov2020-07-292-2/+4
| |
| * Rename ModuleItem -> ItemAleksey Kladov2020-07-2916-462/+455
| |
* | Merge #5554bors[bot]2020-07-291-9/+85
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5554: Fix remove_dbg r=matklad a=petr-tik Closes #5129 Addresses two issues: - keep the parens from dbg!() in case the call is chained or there is semantic difference if parens are excluded - Exclude the semicolon after the dbg!(); by checking if it was accidentally included in the macro_call investigated, but decided against: fix ast::MacroCall extraction to never include semicolons at the end - this logic lives in rowan. Defensively shorten the macro_range if there is a semicolon token. Deleted unneccessary temp variable macro_args Renamed macro_content to "paste_instead_of_dbg", because it isn't a simple extraction of text inside dbg!() anymore Co-authored-by: petr-tik <[email protected]>
| * | Addressed code reviewpetr-tik2020-07-291-27/+41
| | | | | | | | | | | | | | | | | | | | | replaced match with let-if variable assignment removed the unnecessary semicolon_on_end variable converted all code and expected test variables to raw strings and inlined them in asserts
| * | Fixed #5129petr-tik2020-07-271-8/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addresses two issues: - keep the parens from dbg!() in case the call is chained or there is semantic difference if parens are excluded - Exclude the semicolon after the dbg!(); by checking if it was accidentally included in the macro_call investigated, but decided against: fix ast::MacroCall extraction to never include semicolons at the end - this logic lives in rowan. Defensively shorten the macro_range if there is a semicolon token. Deleted unneccessary temp variable macro_args Renamed macro_content to "paste_instead_of_dbg", because it isn't a simple extraction of text inside dbg!() anymore