index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
future.ml
Age
Commit message (
Expand
)
Author
2017-06-02
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-03-24
Merge branch 'v8.6' into trunk
Maxime Dénès
2017-03-20
[future] Use eager evaluation for chaining values.
Emilio Jesus Gallego Arias
2017-03-14
[future] Remove unused parameter greedy.
Emilio Jesus Gallego Arias
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-03-05
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-03-04
Rename Ephemeron -> CEphemeron.
Maxime Dénès
2016-01-21
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2015-12-04
Specializing the Dyn module to each usecase.
Pierre-Marie Pédrot
2015-10-08
Future: make not-here/not-ready messages customizable
Enrico Tassi
2015-02-21
Future: human readable name for delegated (Close #4065)
Enrico Tassi
2015-01-12
Update headers.
Maxime Dénès
2014-12-17
Future: blocking by default
Enrico Tassi
2014-12-16
Getting rid of Exninfo hacks.
Pierre-Marie Pédrot
2014-11-28
Future: API for blocking futures
Enrico Tassi
2014-10-13
STM: primitives to snapshot a .vi while in interactive mode
Enrico Tassi
2014-10-13
library/opaqueTables: enable their use in interactive mode
Enrico Tassi
2014-06-08
Moving hook code from Future to Lemmas. This seemed to disrupt compilation of
Pierre-Marie Pédrot
2014-06-08
Enforce a correct exception handling in declaration_hooks
Enrico Tassi
2014-05-16
Declare: fix Future management
Enrico Tassi
2014-05-15
Future: better error message
Enrico Tassi
2014-04-25
Future: memory optimization when forcing a chained pure computation
Enrico Tassi
2014-04-25
Adding a debug printer for futures.
Pierre-Marie Pédrot
2014-03-05
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2014-02-26
Future: make ~greedy:true the default + new sink commodity API
Enrico Tassi
2014-02-26
Future: each computation has a uuid
Enrico Tassi
2014-02-10
STM: fix valid_id coming from Qed errors
Enrico Tassi
2014-01-06
fix typo
Enrico Tassi
2014-01-05
Paral-ITP: cleanup of command line flags and more conservative default
Enrico Tassi
2014-01-04
Future: allow custom action when a delegated future is forced
Enrico Tassi
2013-12-24
Future: optional greedy chaining
Enrico Tassi
2013-10-31
Future: better doc + restore ~pure optimization
gareuselesinge
2013-10-18
Future: ported to Ephemeron + exception enhancing
gareuselesinge
2013-09-30
lib/future: computations that are Exn can be replaced
gareuselesinge
2013-09-27
Removing a bunch of generic equalities.
ppedrot
2013-08-30
recdef: restore old semantics (pre STM)
gareuselesinge
2013-08-30
safe Conv_oracle state for type checking
gareuselesinge
2013-08-30
Stm: if slave process dies badly go back to local lazy evaluation
gareuselesinge
2013-08-12
Fixing potentially misused Errors.push.
ppedrot
2013-08-10
Small typos
ppedrot
2013-08-09
checker validation fixed w.r.t. Futures
gareuselesinge
2013-08-08
Future library to represent pure computations
gareuselesinge