Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
more syntax bundles;
4 months ago, by wenzelm
more NEWS;
4 months ago, by wenzelm
more inner-syntax markup;
4 months ago, by wenzelm
back to specific nonterminals (amending 52ed95fa4656): otherwise AFP/CakeML won't terminate;
4 months ago, by wenzelm
uniform \<Sum> and \<Prod> syntax, following d10fafeb93c0;
4 months ago, by wenzelm
more NEWS;
4 months ago, by wenzelm
more accurate datatype_record_syntax;
4 months ago, by wenzelm
more syntax bundles, less clones;
4 months ago, by wenzelm
more syntax bundles;
4 months ago, by wenzelm
more syntax bundles;
4 months ago, by wenzelm
more syntax bundles;
4 months ago, by wenzelm
clarified bundles for list syntax;
4 months ago, by wenzelm
more robust declarations via "no syntax" bundles;
4 months ago, by wenzelm
more accurate no_syntax declarations, following ec121999a9cb;
4 months ago, by wenzelm
more robust syntax;
4 months ago, by wenzelm
avoid syntax clashes;
4 months ago, by wenzelm
tuned whitespace, to simplify hypersearch;
4 months ago, by wenzelm
avoid syntax clashes;
4 months ago, by wenzelm
clarified mixfix annotations;
4 months ago, by wenzelm
more inner-syntax markup;
4 months ago, by wenzelm
more inner-syntax markup, without pretty blocks;
4 months ago, by wenzelm
tuned output;
4 months ago, by wenzelm
tuned comments: all times are < 1ms;
4 months ago, by wenzelm
support for pretty blocks that are "open" and thus have no impact on formatting, only on markup;
4 months ago, by wenzelm
clarified signature;
4 months ago, by wenzelm
tuned;
4 months ago, by wenzelm
more inner-syntax markup;
4 months ago, by wenzelm
ML antiquotation for formally-checked bundle names;
4 months ago, by wenzelm
first-class support for "unbundle no foobar_syntax" -- avoid redundant "bundle no_foobar_syntax" definitions;
4 months ago, by wenzelm
misc tuning;
4 months ago, by wenzelm
documentation for pretty block "notation" markup;
4 months ago, by wenzelm
clarified syntax for opening bundles;
4 months ago, by wenzelm
tuned;
4 months ago, by wenzelm
clarified bundles for syntax modifications;
4 months ago, by wenzelm
bundles for syntax modifications seen in AFP;
4 months ago, by wenzelm
tuned;
4 months ago, by wenzelm
merged
4 months ago, by wenzelm
more standard bundle names;
4 months ago, by wenzelm
provide 'open_bundle' command;
4 months ago, by wenzelm
tuned module structure;
4 months ago, by wenzelm
tuned;
4 months ago, by wenzelm
more inner syntax markup;
4 months ago, by wenzelm
more syntax: avoid duplication in AFP;
4 months ago, by wenzelm
clarified abbreviation;
4 months ago, by wenzelm
tuned whitespace;
4 months ago, by wenzelm
tuned;
4 months ago, by wenzelm
more NEWS;
4 months ago, by wenzelm
more inner syntax markup: HOL-Analysis;
4 months ago, by wenzelm
tuned markup;
4 months ago, by wenzelm
more inner syntax markup: HOLCF;
4 months ago, by wenzelm
more 'no_syntax' bundles;
4 months ago, by wenzelm
more robust 'no_syntax' via bundles;
4 months ago, by wenzelm
tuned markup;
4 months ago, by wenzelm
drop somewhat pointless 'syntax_consts' declarations;
4 months ago, by wenzelm
clarified syntax: use outer block (with indent);
4 months ago, by wenzelm
clarified syntax: prefer nonterminal "args", use outer block (with indent);
4 months ago, by wenzelm
proper command kinds;
4 months ago, by Fabian Huch
updated vscode_extension;
4 months ago, by Fabian Huch
NEWS and CONTRIBUTORS;
4 months ago, by Fabian Huch
clarified: add operation;
4 months ago, by Fabian Huch
minor tuning;
4 months ago, by Fabian Huch
lsp: added additional commit characters to immediate completions;
7 months ago, by Thomas Lindae
vscode: further adjusted default settings and wordPattern for consistent completion popups;
7 months ago, by Thomas Lindae
lsp: added more triggerCharacters to make completion popups more consistent;
7 months ago, by Thomas Lindae
vscode: added default setting to make completions pop up by themselves;
7 months ago, by Thomas Lindae
lsp: improved completions;
7 months ago, by Thomas Lindae
vscode: removed unused code;
7 months ago, by Thomas Lindae
vscode: removed README because its content is outdated;
7 months ago, by Thomas Lindae
vscode: disabled whitespace rendering by default because the whitespace symbol is not monospace;
7 months ago, by Thomas Lindae
lsp: added symbol conversion request;
7 months ago, by Thomas Lindae
vscode: changed how options are inserted into package.json so that one can still call `npm install` without errors;
7 months ago, by Thomas Lindae
vscode: removed unused import;
7 months ago, by Thomas Lindae
vscode: changed vscode_unicode_symbols_edits option default to true;
7 months ago, by Thomas Lindae
vscode: made uri equality check on actual strings, not on the functions;
7 months ago, by Thomas Lindae
vscode: switched document_decoration map to use strings as keys instead of Uris, because Uri equality check is inconsistent;
7 months ago, by Thomas Lindae
lsp: added rudimentary indenting to code actions;
7 months ago, by Thomas Lindae
vscode: adjusted setting description;
7 months ago, by Thomas Lindae
lsp: added support for code actions to apply active sendback markups;
7 months ago, by Thomas Lindae
lsp: clarified WorkspaceEdit;
7 months ago, by Thomas Lindae
lsp: made TextDocumentEdit accept optional versions;
7 months ago, by Thomas Lindae
lsp: tuned;
7 months ago, by Thomas Lindae
lsp: removed code that is never run;
7 months ago, by Thomas Lindae
lsp: created distinction for unicode symbols setting between output and edits and clarified output text functions;
7 months ago, by Thomas Lindae
clarified PIDE/line range conversions;
7 months ago, by Thomas Lindae
lsp: refactored conversion from Decoration_List to JSON;
7 months ago, by Thomas Lindae
lsp: tuned pretty_text_panel;
7 months ago, by Thomas Lindae
lsp: removed output_pretty_panel function as its logic is now in pretty_text_panel;
7 months ago, by Thomas Lindae
vscode: added more relevant options;
7 months ago, by Thomas Lindae
lsp: converted state panel to use a pretty text panel;
8 months ago, by Thomas Lindae
lsp: converted dynamic output to use a pretty text panel;
8 months ago, by Thomas Lindae
lsp: added Pretty_Text_Panel module;
8 months ago, by Thomas Lindae
vscode: added relevant isabelle options to vscode settings;
8 months ago, by Thomas Lindae
vscode: indent;
8 months ago, by Thomas Lindae
lsp: extracted panel content generation logic;
8 months ago, by Thomas Lindae
vscode: added all fonts to extension;
8 months ago, by Thomas Lindae
added vscode options tag;
8 months ago, by Thomas Lindae
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
tip