aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| | * | | | | | | Fix bug #5501: Universe polymorphism breaks proof involving auto.Gravatar Pierre-Marie Pédrot2017-04-30
| |/ / / / / / / |/| | | | | | |
| | | | | * | | Fixing "decide equality"'s bug #5449.Gravatar Hugo Herbelin2017-04-30
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Suppress warning message in stdlib.Gravatar Guillaume Melquiond2017-04-29
* | | | | | | Revert "Renaming allow_patvar flag of intern_gen into pattern_mode."Gravatar Maxime Dénès2017-04-28
* | | | | | | Revert "Using a more explicit algebraic type for evars of kind "MatchingVar"."Gravatar Maxime Dénès2017-04-28
| | | | * | | Allow interactive editing of {C,}Morphisms in PGGravatar Jason Gross2017-04-28
| |_|_|/ / / |/| | | | |
| | | * | | Add .dir-locals.el and _CoqProject files for emacs stdlib editingGravatar Jason Gross2017-04-28
| |_|/ / / |/| | | |
* | | | | Using a more explicit algebraic type for evars of kind "MatchingVar".Gravatar Hugo Herbelin2017-04-28
* | | | | Renaming allow_patvar flag of intern_gen into pattern_mode.Gravatar Hugo Herbelin2017-04-28
* | | | | Merge PR#531: Fixing bug #5420 and many similar bugs due to the presence of l...Gravatar Maxime Dénès2017-04-28
|\ \ \ \ \
| | * | | | Post-rebase warnings (unused opens and 2 unused values)Gravatar Gaetan Gilbert2017-04-27
| | * | | | Enable more warnings, and add -warn-error configure flagGravatar Gaetan Gilbert2017-04-27
| | * | | | Fix 4.04 warningsGravatar Gaetan Gilbert2017-04-27
| | * | | | Remove uses of [Flags.make_silent]Gravatar Gaetan Gilbert2017-04-27
| | * | | | Warning 29: non escaped end of line may be non portableGravatar Gaetan Gilbert2017-04-27
| | * | | | Remove unused [open] statementsGravatar Gaetan Gilbert2017-04-27
| | * | | | Micromega: do not use Filename.temp_dir_path, remove unused valuesGravatar Gaetan Gilbert2017-04-27
| | * | | | Remove unused constructorsGravatar Gaetan Gilbert2017-04-27
| | * | | | Add [_] prefix to unused values which maybe should be keptGravatar Gaetan Gilbert2017-04-27
| | * | | | Remove some unused values and typesGravatar Gaetan Gilbert2017-04-27
| | * | | | Rename Sos_lib.(||) -> parser_or to avoid (deprecated) Pervasives.orGravatar Gaetan Gilbert2017-04-27
| | * | | | Disambiguate Polynomial.Hyp and Mfourier.Hyp -> AssumGravatar Gaetan Gilbert2017-04-27
| | * | | | Use [method!] to override methods (warning 7)Gravatar Gaetan Gilbert2017-04-27
| | * | | | Fix omitted labels in function callsGravatar Gaetan Gilbert2017-04-27
| | * | | | Remove unused [rec] keywordsGravatar Gaetan Gilbert2017-04-27
| | * | | | Locally disable some warnings.Gravatar Gaetan Gilbert2017-04-27
* | | | | | Merge PR#414: Some more theory on powerRZ.Gravatar Maxime Dénès2017-04-27
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
* | | | | | Merge PR#583: [toplevel] More work on error handling.Gravatar Maxime Dénès2017-04-27
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge PR#586: trivial cleanup commits which does not change Coq APIGravatar Maxime Dénès2017-04-27
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge PR#568: Remove tactic compatibility layerGravatar Maxime Dénès2017-04-27
|\ \ \ \ \ \ \ \
| * | | | | | | | Document the API changes.Gravatar Pierre-Marie Pédrot2017-04-27
* | | | | | | | | Merge PR#584: Give andb_prop a simpler proofGravatar Maxime Dénès2017-04-27
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge PR#585: Small typo in commentGravatar Maxime Dénès2017-04-27
|\ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ Merge branch 'v8.6'Gravatar Pierre-Marie Pédrot2017-04-27
|\ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | contracting the type of "Pfedit.solve_by_implicit_tactic"Gravatar Matej Košík2017-04-27
| |_|_|_|/ / / / / / / |/| | | | | | | | | |
| | * | | | | | | | | Small typo in commentGravatar Vadim Zaliva2017-04-26
| |/ / / / / / / / / |/| | | | | | | | |
| | | | | | | | | * transparent abstract: Respond to review commentGravatar Jason Gross2017-04-25
| | | | | | | | | * transparent abstract: Respond to review commentGravatar Jason Gross2017-04-25
| | | | | | | | | * Make opaque optional only for tclABSTRACTGravatar Jason Gross2017-04-25
| | | | | | | | | * Generalize cache_term_by_tactic_thenGravatar Jason Gross2017-04-25
| | | | | | | | | * Mark transparent_abstract as risky in docsGravatar Jason Gross2017-04-25
| | | | | | | | | * Add transparent_abstract tacticGravatar Jason Gross2017-04-25
| | | | | | | | | * Add support for transparent abstract (no syntax)Gravatar Jason Gross2017-04-25
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
| | * | | | | | | Give andb_prop a simpler proofGravatar Jason Gross2017-04-25
| |/ / / / / / / |/| | | | | | |
| | | * | | | | [toplevel] Remove unused parameter from `Vernac.process_expr`.Gravatar Emilio Jesus Gallego Arias2017-04-25
| | | * | | | | [toplevel] Use exception information for error printing.Gravatar Emilio Jesus Gallego Arias2017-04-25
| * | | | | | | Fix an optimization failure in tclPROGRESS.Gravatar Pierre-Marie Pédrot2017-04-25
* | | | | | | | Fix an optimization failure in tclPROGRESS.Gravatar Pierre-Marie Pédrot2017-04-25
| * | | | | | | Merge PR#567: Fix bug #5377: @? patterns broken.Gravatar Maxime Dénès2017-04-25
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge PR#578: Fix nsatz not recognizing real literals.Gravatar Maxime Dénès2017-04-25
|\ \ \ \ \ \ \ \ \