| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-06 | Stop keeping outdated static list of keywords. | Hugo Herbelin | |
| The real list is computed by tok_using in CLexer. | |||
| 2020-05-06 | Mention keywords from g_ltac.mlg used in Ltac. | Hugo Herbelin | |
| 2020-05-06 | Mention keywords used in tactics from g_tactic.mlg. | Hugo Herbelin | |
| 2020-05-06 | Documenting plugin/tactic/stdlib keywords in corresponding chapters. | Hugo Herbelin | |
| Incidentally removing "discriminated", "(bfs)" and "(dfs)" from keywords. It is enough to make them normal identifiers. Note: - keywords reserved by the tactics are: ** [= _eqn |- by using - keywords reserved by ltac are: lazymatch multimatch || | |||
| 2020-05-05 | Merge PR #12227: Spring cleaning of the tactic compatibility layer | Enrico Tassi | |
| Reviewed-by: gares | |||
| 2020-05-05 | Merge PR #12252: [refman] Add missing (only parsing) to example of compat ↵ | Clément Pit-Claudel | |
| notations. | |||
| 2020-05-05 | Fix GeoCoq slowdown. | Pierre-Marie Pédrot | |
| There is no point in normalizing the goal in the legacy refiner because the function is actually insensitive to evars. | |||
| 2020-05-05 | [refman] Add missing (only parsing) to example of compat notations. | Théo Zimmermann | |
| 2020-05-05 | [ssr] wrap a couple of exception with tclLIFT | Enrico Tassi | |
| 2020-05-04 | [ssr] get rid of (pf_)mkSsrConst | Enrico Tassi | |
| 2020-05-04 | Merge PR #12225: [ci] [doc] More detailed documentation for overlay building | Théo Zimmermann | |
| Ack-by: SkySkimmer Reviewed-by: Zimmi48 | |||
| 2020-05-04 | update documentation for overlay building | Olivier Laurent | |
| 2020-05-04 | Merge PR #12211: When TIMED=1, emit timing info for OCaml files | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-05-04 | Merge PR #12220: [dune] [doc] Tweaks | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Ack-by: Zimmi48 | |||
| 2020-05-04 | [dune] [doc] Tweaks | Emilio Jesus Gallego Arias | |
| Close #12167 | |||
| 2020-05-03 | Merge PR #12231: Simplify division of Cauchy reals | Michael Soegtrop | |
| Reviewed-by: MSoegtropIMC | |||
| 2020-05-03 | Merge PR #12238: [stdlib] [CPermutation] patch for #12031 | Hugo Herbelin | |
| Reviewed-by: herbelin | |||
| 2020-05-03 | Merge PR #12197: LtacProf now handles multi-success backtracking | Pierre-Marie Pédrot | |
| Ack-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2020-05-03 | Add tests uncovered during bug chasing in the CI. | Pierre-Marie Pédrot | |
| 2020-05-03 | Add overlays. | Pierre-Marie Pédrot | |
| 2020-05-03 | Further port of ssr tactics | Pierre-Marie Pédrot | |
| 2020-05-03 | Further port of SSR tactics. | Pierre-Marie Pédrot | |
| 2020-05-03 | Further port of the SSR tactics. | Pierre-Marie Pédrot | |
| 2020-05-03 | Further port of the SSR tactics. | Pierre-Marie Pédrot | |
| 2020-05-03 | Remove legacy API in SSR. | Pierre-Marie Pédrot | |
| 2020-05-03 | Further port of the SSR tactics | Pierre-Marie Pédrot | |
| 2020-05-03 | Further port of the SSR tactics. | Pierre-Marie Pédrot | |
| 2020-05-03 | Further port of the SSR tactics. | Pierre-Marie Pédrot | |
| 2020-05-03 | Further port of the SSR tactics. | Pierre-Marie Pédrot | |
| 2020-05-03 | Further port of the SSR tactics. | Pierre-Marie Pédrot | |
| 2020-05-03 | Further port of the SSR tactics. | Pierre-Marie Pédrot | |
| 2020-05-03 | Further SSR port. | Pierre-Marie Pédrot | |
| 2020-05-03 | Remove legacy SSR API. | Pierre-Marie Pédrot | |
| 2020-05-03 | Further SSR port. | Pierre-Marie Pédrot | |
| 2020-05-03 | Remove legacy layer in SSR. | Pierre-Marie Pédrot | |
| 2020-05-03 | Further port of SSR tactics. | Pierre-Marie Pédrot | |
| 2020-05-03 | Further port of the SSR tactics. | Pierre-Marie Pédrot | |
| 2020-05-03 | Further port of the SSR code. | Pierre-Marie Pédrot | |
| 2020-05-03 | Export new combinators in SSR not relying on the legacy API. | Pierre-Marie Pédrot | |
| 2020-05-03 | Further porting of ssrcode. | Pierre-Marie Pédrot | |
| 2020-05-03 | Slightly more tricky port of the ssr tactics. | Pierre-Marie Pédrot | |
| 2020-05-03 | Export missing tacticals. | Pierre-Marie Pédrot | |
| 2020-05-03 | Further port SSReflect tactics to the new engine. | Pierre-Marie Pédrot | |
| 2020-05-03 | Wrap ssr tactics into V82.tactic. | Pierre-Marie Pédrot | |
| Porting them is still to be done, but at least we don't rely on the wrapper everywhere. | |||
| 2020-05-03 | Wrap a monadic combinator in a try-with block to catch exceptions. | Pierre-Marie Pédrot | |
| Moving code around uncovered this bug. | |||
| 2020-05-03 | Remove a call to V82.tactic in Btauto. | Pierre-Marie Pédrot | |
| 2020-05-03 | Remove a very specific low-level tactical from Refiner. | Pierre-Marie Pédrot | |
| It was only used at one point in the STM, and its localization was suprising to say the least. Furthermore it was relying on legacy code. Instead we hardcode it in the STM. | |||
| 2020-05-03 | Wrap Refiner.refiner in the tactic monad. | Pierre-Marie Pédrot | |
| This function was used almost everywhere with the wrapper around. | |||
| 2020-05-03 | Remove a critical call to V82.tactic in Clenvtac. | Pierre-Marie Pédrot | |
| Despite being marked as a breaking change by myself, it seems that the underlying condition had been solved in the meantime. | |||
| 2020-05-03 | consistency with Permutation | Olivier Laurent | |
