| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #8018.
|
|
|
|
|
|
|
|
This closes #7618.
|
|
|
|
econstr
|
|
|
|
|
|
|
|
internal backtracking
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These are unused and not likely to come back.
|
|
|
|
The relevant logic is already in `Envars`, so it makes sense to make
it private and don't expose the low-level implementation of the logic.
|
|
|
|
This eases grep to implement a different location system.
|
|
These functions are unused, and configure should suffice for this
purpose.
|
|
Fix silly typo that created havoc in developer out-of-the-box setups.
|
|
|
|
|
|
|
|
|
|
|
|
`Classes.new_instance` is one of the largest functions of the
codebase; we split it up and reduce indentation.
This will help further cleanups. This PR should introduce no code
changes other than splitting the function up.
|
|
This corrects a discrepancy with the make-based system.
|
|
plugins.
|
|
* ext_in_map
* map_ext_in_iff
* firstn_skipn_comm
* skipn_firstn_comm
* skipn_O
* skipn_nil
* skipn_cons
* skipn_none
* skipn_all
* skipn_all2
* skipn_app
* seq_ap
* skipn_app
* skipn_length
* firstn_skipn_rev
* firstn_rev
* skipn_rev
* seq_app
All proofs by Anton Trunov.
|
|
|
|
This shall eventually allow to call Himsg at any point of the
execution, independently of the exact current global environment.
|
|
We also build documentation for plugins, for example Ltac_plugin is
often used in other plugins.
|
|
return clause
|
|
|