| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-23 | Moving Option.smart_map to Option.Smart.map. | Hugo Herbelin | |
| 2018-05-23 | Collecting List.smart_* functions into a module List.Smart. | Hugo Herbelin | |
| 2018-05-23 | Collecting Array.smart_* functions into a module Array.Smart. | Hugo Herbelin | |
| 2018-05-23 | [api] Move `opacity_flag` to `Proof_global`. | Emilio Jesus Gallego Arias | |
| `Proof_global` is the main consumer of the flag, which doesn't seem to belong to the AST as plugins show. This will allow the vernac AST to be placed in `vernac` indeed. | |||
| 2018-05-21 | Simplify the newring hack. | Pierre-Marie Pédrot | |
| The new implementation is 100% compatible with the previous one, but it is more compact and does not use a tricky translation function from the kernel. | |||
| 2018-05-17 | Split off Universes functions dealing with generating new universes. | Gaëtan Gilbert | |
| 2018-05-17 | Merge PR #7359: Reduce usage of evar_map references | Pierre-Marie Pédrot | |
| 2018-05-16 | [ssr] fix after to_constr ~abort_on_undefined_evars was added | Enrico Tassi | |
| 2018-05-15 | Merge PR #7213: Do not compute constr matching context if not used. | Matthieu Sozeau | |
| 2018-05-14 | Deprecate Typing.e_* functions | Gaëtan Gilbert | |
| 2018-05-14 | Deprecate Refiner [evar_map ref] exported functions. | Gaëtan Gilbert | |
| Uses internal to Refiner remain. | |||
| 2018-05-11 | Deprecate Evarconv.e_conv,e_cumul | Gaëtan Gilbert | |
| 2018-05-11 | Convert clear_hyps_in_evi to state passing style. | Gaëtan Gilbert | |
| 2018-05-11 | Deprecate most evarutil evdref functions | Gaëtan Gilbert | |
| clear_hyps remain with no alternative | |||
| 2018-05-04 | [api] Rename `global_reference` to `GlobRef.t` to follow kernel style. | Emilio Jesus Gallego Arias | |
| In #6092, `global_reference` was moved to `kernel`. It makes sense to go further and use the current kernel style for names. This has a good effect on the dependency graph, as some core modules don't depend on library anymore. A question about providing equality for the GloRef module remains, as there are two different notions of equality for constants. In that sense, `KerPair` seems suspicious and at some point it should be looked at. | |||
| 2018-05-04 | Merge PR #7338: [api] Move `hint_info_expr` to `Typeclasses`. | Pierre-Marie Pédrot | |
| 2018-05-01 | [api] Move bullets and goals selectors to `proofs/` | Emilio Jesus Gallego Arias | |
| `Vernacexpr` lives conceptually higher than `proof`, however, datatypes for bullets and goal selectors are in `Vernacexpr`. In particular, we move: - `proof_bullet`: to `Proof_bullet` - `goal_selector`: to a new file `Goal_select` | |||
| 2018-04-30 | Merge PR #6935: Separate universe minimization and evar normalization functions | Pierre-Marie Pédrot | |
| 2018-04-29 | Strict focusing using Default Goal Selector. | Gaëtan Gilbert | |
| We add a [SelectAlreadyFocused] constructor to [goal_selector] (read "!") which causes a failure when there's not exactly 1 goal and otherwise is a noop. Then [Set Default Goal Selector "!".] puts us in "strict focusing" mode where we can only run tactics if we have only one goal or use a selector. Closes #6689. | |||
| 2018-04-26 | [api] Move `hint_info_expr` to `Typeclasses`. | Emilio Jesus Gallego Arias | |
| `hint_info_expr`, `hint_info_gen` do conceptually belong to the typeclasses modules and should be able to be used without a dependency on the concrete vernacular syntax. | |||
| 2018-04-23 | Merge PR #7244: Making tactic-in-term aware of "Set Ltac Debug" | Pierre-Marie Pédrot | |
| 2018-04-17 | Deprecate mixing univ minimization and evm normalization functions. | Gaëtan Gilbert | |
| Normalization sounds like it should be semantically noop. | |||
| 2018-04-16 | Merge PR #7125: Adding ML headers in setoid_ring | Maxime Dénès | |
| 2018-04-16 | Merge PR #7237: [ssr] fix delayed clears (fix #7045) | Maxime Dénès | |
| 2018-04-13 | Making tactic-in-term aware of "Set Ltac Debug". | Hugo Herbelin | |
| 2018-04-13 | Evar maps contain econstrs. | Gaëtan Gilbert | |
| We bootstrap the circular evar_map <-> econstr dependency by moving the internal EConstr.API module to Evd.MiniEConstr. Then we make the Evd functions use econstr. | |||
| 2018-04-13 | Merge PR #6454: [econstr] Flag to make `to_constr` fail if its output ↵ | Pierre-Marie Pédrot | |
| contains evars | |||
| 2018-04-13 | [ssr] fix delayed clears (fix #7045) | Enrico Tassi | |
| We take into account all future ipats, not just the ones in the current branch | |||
| 2018-04-12 | Merge PR #7202: Correction of ugly message described in #4667 | Pierre Courtieu | |
| 2018-04-12 | Merge PR #7087: Congruence tactic engine update | Pierre-Marie Pédrot | |
| 2018-04-12 | Merge PR #7107: Fixes #7100: lost of main file location in case of Ltac ↵ | Pierre-Marie Pédrot | |
| failure in other file | |||
| 2018-04-11 | Correction of ugly message described in #4667 | Julien Forest | |
| 2018-04-10 | Replace uses of Termops.dependent by more specific functions. | Pierre-Marie Pédrot | |
| This is more efficient in general, because Termops.dependent doesn't take advantage of the knowledge of its pattern argument. | |||
| 2018-04-10 | Do not compute constr matching context if not used. | Pierre-Marie Pédrot | |
| This mitigates bug #6860. | |||
| 2018-04-09 | change error message in #5147 | Julien Forest | |
| 2018-04-09 | removing uggly error message of #5147 | Julien Forest | |
| 2018-04-09 | Merge PR #7165: [ssr] check cleared hyps do exist (fix #7050) | Maxime Dénès | |
| 2018-04-06 | Merge PR #6960: [api] Move some types to their proper module. | Pierre-Marie Pédrot | |
| 2018-04-05 | Merge PR #7016: Make parsing independent of the cumulativity flag. | Enrico Tassi | |
| 2018-04-04 | Fixing #7100 (lost of main file location in case of Ltac failure in other file). | Hugo Herbelin | |
| 2018-04-04 | ssr: check cleared hyps do exist (fix #7050) | Enrico Tassi | |
| 2018-04-02 | Fix #6404 - Print tactics called by ML tactics | Jason Gross | |
| 2018-04-02 | [api] Move some types to their proper module. | Emilio Jesus Gallego Arias | |
| We solve some modularity and type duplication problems by moving types to a better place. In particular: - We move tactics types from `Misctypes` to `Tactics` as this is their proper module an single user [with LTAC]. - We deprecate aliases in `Tacexpr` to such tactic types. cc: #6512 | |||
| 2018-03-31 | [econstr] Forbid calling `to_constr` in open terms. | Emilio Jesus Gallego Arias | |
| We forbid calling `EConstr.to_constr` on terms that are not evar-free, as to progress towards enforcing the invariant that `Constr.t` is evar-free. [c.f. #6308] Due to compatibility constraints we provide an optional parameter to `to_constr`, `abort` which can be used to overcome this restriction until we fix all parts of the code. Now, grepping for `~abort:false` should return the questionable parts of the system. Not a lot of places had to be fixed, some comments: - problems with the interface due to `Evd/Constr` [`Evd.define` being the prime example] do seem real! - inductives also look bad with regards to `Constr/EConstr`. - code in plugins needs work. A notable user of this "feature" is `Obligations/Program` that seem to like to generate kernel-level entries with free evars, then to scan them and workaround this problem by generating constants. | |||
| 2018-03-30 | Adding some headers, by consistency of style. | Hugo Herbelin | |
| [skip ci] | |||
| 2018-03-27 | Congruence: Fixing a bug with native projections. | Hugo Herbelin | |
| There is a code to turn constants denoting projections into proper primitive projections, but it did not drop parameters. The code seems anyway redundant with an "expand_projections" which is already present in Cctac.decompose_term. After removal of this code, the two calls to congruence added to cc.v work. | |||
| 2018-03-27 | Congruence: typography in a comment. | Hugo Herbelin | |
| 2018-03-27 | Congruence: getting rid of a detour by the compatibility layer of proof engine. | Hugo Herbelin | |
| The V82 compatibility layer of the proof engine was used by cc (congruence closure) for the sole purpose of maintaining an environment and a sigma. We inline the corresponding env and sigma in the state of cc algorithm to get rid of the compatibility layer. | |||
| 2018-03-23 | Deprecate undocumented "intros until 0" in favor of "intros *". | Hugo Herbelin | |
| - The case 0 makes the code of intros until (and in particular of Detyping.lookup_quantified_hypothesis_as_displayed more complicated). - The introduction pattern "*" is compositional while "until 0" is not. | |||
| 2018-03-23 | Merge PR #7028: Fix #7026: ssr: applying an overloaded lemma as a view takes ↵ | Enrico Tassi | |
| too long. | |||
