-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New doc parser. Parses in <2ms; simplifies codebase.
- Doc parsing is now done only in the frontend. - The scala parser has been eliminated. We were using it for docs and a few odd cases, including to run some tests. Some syntax cases that only occurred in compiler tests are treated differently in the new parser. Mainly these relate to type signatures and annotations. Some of these cases should be handled in translation. #5894 tracks triaging these cases and re-enabling the affected tests. - The option to run the old searcher has been removed, as it is obsolete and was already broken before this. - Some interfaces used only by the old searcher have been removed.
- Loading branch information
Showing
190 changed files
with
1,771 additions
and
22,719 deletions.
There are no files selected for viewing
27 changes: 0 additions & 27 deletions
27
.idea/runConfigurations/clippy-parser-scala-wasm-linux.xml
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
.idea/runConfigurations/clippy-parser-scala-wasm-macos.xml
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
.idea/runConfigurations/clippy-parser-scala-wasm-windows.xml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.