aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-22Adding a new evar source to remember the name of evars which wereHugo Herbelin
2017-01-22Fixing bugs in typing "match" (regressions #5322 and #5324 + bugs with let-ins).Hugo Herbelin
2017-01-21Revert "Process Next Obligation proofs in parallel (fix #5314)"Enrico Tassi
2017-01-20Process Next Obligation proofs in parallel (fix #5314)Enrico Tassi
2017-01-20Do not add redundant side effects in tactic code.Pierre-Marie Pédrot
2017-01-19Merge branch 'v8.6'Pierre-Marie Pédrot
2017-01-17Mapping named_context_val preserves sharing when possible.Pierre-Marie Pédrot
2017-01-17STM: fix run-time classification of VernacInstance (fix #5313)Enrico Tassi
2017-01-16Fixing (part of) #5303 (clarifications around Record/Structure/Variant).Hugo Herbelin
2017-01-13Fix race condition in STM DAG generation (in debug mode).Maxime Dénès
2017-01-13Properly remove aux files in subdirectories (bug #5089).Erik Martin-Dorel
2017-01-13Fix broken .aux machinery.Guillaume Melquiond
2017-01-12Fix configure crash on some version strings of camlp5, e.g. "6.18-exp" (bug #...Guillaume Melquiond
2017-01-09Avoid using the deprecated Scanf.fscanf function.Maxime Dénès
2017-01-09OCaml's -dtypes flag is deprecated and replaced by -annot.Maxime Dénès
2017-01-09Relax required OCaml to 4.02.1.Maxime Dénès
2017-01-09Merge remote-tracking branch 'github/pr/350' into trunkMaxime Dénès
2017-01-05Fixing a little bug in printing cofix with no arguments.Hugo Herbelin
2017-01-04Fixing another inconsistency when looking for camlp5o when camlp5dir is given.Hugo Herbelin
2016-12-28Fix some typos in tutorial (bug #5294).Guillaume Melquiond
2016-12-26Handle application of a primitive projection to a not yet evaluated cofixpoin...Guillaume Melquiond
2016-12-26Fix broken documentation in presence of \zeroone{... \tt ...}.Guillaume Melquiond
2016-12-26Update documentation (bugs #5246 and #5251).Guillaume Melquiond
2016-12-26Fix some documentation typos.Guillaume Melquiond
2016-12-26Remove spurious spaces in merlin file generated by coq_makefile (bug #5213).Guillaume Melquiond
2016-12-23Excluding explicitly coinductive types in Scheme Equality (#5284).Hugo Herbelin
2016-12-23Handle application of a primitive projection to a not yet evaluated cofixpoin...Guillaume Melquiond
2016-12-22Fixing #5277 (Scheme Equality not robust wrt choice of names).Hugo Herbelin
2016-12-22Fixing injection in the presence of let-in in constructors.Hugo Herbelin
2016-12-22Fixing anomaly EqUnknown in Equality Scheme (#5278).Hugo Herbelin
2016-12-19Merge remote-tracking branch 'github/pr/172' into trunkMaxime Dénès
2016-12-19Avoid concurrent runs when producing html documentation (bug #5269).Guillaume Melquiond
2016-12-19Merge remote-tracking branch 'github/pr/351' into trunkMaxime Dénès
2016-12-19Merge remote-tracking branch 'github/pr/363' into trunkMaxime Dénès
2016-12-19Fix a typo in Hurkens.v commentJason Gross
2016-12-19Bump required OCaml version to 4.02.3.Maxime Dénès
2016-12-19Use Pp.quote in string options.Maxime Dénès
2016-12-16Fix incorrect documentation that prevents successful compilation (bug #5265).Guillaume Melquiond
2016-12-12Replace Typeops by Fast_typeopsGaetan Gilbert
2016-12-12Extend Fast_typeops to be a replacement for TypeopsGaetan Gilbert
2016-12-08Set version to 8.6 in configure.Maxime Dénès
2016-12-08Windows build scripts for 8.6 final.Maxime Dénès
2016-12-08Fix paths in 32-bit windows build scripts.Maxime Dénès
2016-12-07Commit bumping the version number was partial...Maxime Dénès
2016-12-07Add bat files for 8.6rc1 build.Maxime Dénès
2016-12-07Add bat files for 8.6beta1 build.Maxime Dénès
2016-12-07Set version number to 8.6rc1.Maxime Dénès
2016-12-07A few words in CHANGES.Maxime Dénès
2016-12-07ssrmatching: fix iter_constr_LR iterator wrt ProjEnrico Tassi
2016-12-07Merge branch 'v8.6'Pierre-Marie Pédrot