aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fixing several bugs with links to notation in coqdoc, including bug #2445:Gravatar herbelin2010-12-04
* Fixing bug using explictly declared implicit arguments in inductive arities.Gravatar herbelin2010-12-03
* Redirect stdout to stderr in -ideslaveGravatar glondu2010-12-03
* Remove dead codeGravatar glondu2010-12-03
* Fixing a bug introduced in r12304 (move of interpretation ofGravatar herbelin2010-12-02
* Document new tactics in CHANGESGravatar glondu2010-12-02
* Documentation for tactic constr_eqGravatar glondu2010-12-02
* Add tactic has_evar (#2433)Gravatar glondu2010-12-02
* Add tactic is_evar (Closes: #2433)Gravatar glondu2010-12-02
* * Kernel/Term:Gravatar regisgia2010-12-01
* * Kernel/TermGravatar regisgia2010-12-01
* * Kernel/TermGravatar regisgia2010-12-01
* Dp: minor fix suggested by Virgile PrevostoGravatar letouzey2010-11-25
* CHANGES: mention some changes in trunk since the 8.3 forkGravatar letouzey2010-11-19
* SearchAbout: who has never been annoyed by the [ ] syntax ?Gravatar letouzey2010-11-19
* CHANGES: small re-sync with the one of branch v8.3Gravatar letouzey2010-11-19
* adapt slighlty r13642 to support both camlp4 and camlp5-5 and camlp5-6Gravatar letouzey2010-11-18
* Some more revision of {P,N,Z}Arith + bitwise ops in NdigitsGravatar letouzey2010-11-18
* Do not throw an error for anonymous generalized binders as they will beGravatar msozeau2010-11-18
* NZSqrt: we define sqrt_up, a square root that rounds up instead of down as sqrtGravatar letouzey2010-11-18
* NZLog: we define log2_up, a base-2 logarithm that rounds up instead of down a...Gravatar letouzey2010-11-18
* Support for camlp5 6.02.0 (Closes: #2432)Gravatar glondu2010-11-16
* Division: avoid imposing rem as an infix keyword in Z_scope and bigZ_scope.Gravatar letouzey2010-11-16
* Remove redundant clause (and fix compatibility issue)Gravatar glondu2010-11-16
* Use full path for unknown stuff in omegaGravatar glondu2010-11-16
* Minor fixes from Gregory Malecha. A typo fixed and a better (located) Gravatar msozeau2010-11-15
* Oups, fix last commit, a missing file in a vo.itargetGravatar letouzey2010-11-10
* Integer division: quot and rem (trunc convention) in addition to div and modGravatar letouzey2010-11-10
* Refresh universes in params when generating schemes (Closes: #2429)Gravatar glondu2010-11-08
* Print universes in debugging printersGravatar glondu2010-11-08
* Delayed the evar normalization in error messages to the last minuteGravatar herbelin2010-11-07
* Improved error messages in CoqIDE:Gravatar herbelin2010-11-07
* Add information of localisation when an error involving an "implicitGravatar herbelin2010-11-07
* correcting a non catch error reported as an anomaly (Ploc.Exc)Gravatar jforest2010-11-07
* Numbers: axiomatization, properties and implementations of gcdGravatar letouzey2010-11-05
* End of commit 13600: files can be given as arguments of coqide again.Gravatar pboutill2010-11-04
* Fixing a regression wrt 8.2 when using an "ident" several times in a notationGravatar herbelin2010-11-04
* Fix typo in "Hint Extern" docGravatar glondu2010-11-03
* Correction bug 2427Gravatar soubiran2010-11-03
* Remove suspiciously named "implicit" stuff from TermGravatar glondu2010-11-03
* In Univ, unify order_request and constraint_typeGravatar glondu2010-11-03
* Add small utility lemmas about nat/P/Z/Q arithmetic.Gravatar letouzey2010-11-02
* Document DOT output of universe graphGravatar glondu2010-11-02
* Output universe graph in DOT language if output file ends in .dot or .gvGravatar glondu2010-11-02
* More generic Univ.dump_universesGravatar glondu2010-11-02
* NZSqrt : since spec is complete, no need for morphism axiom sqrt_wdGravatar letouzey2010-11-02
* NZLog : since spec is complete, no need for morphism axiom log2_wdGravatar letouzey2010-11-02
* Numbers: misc improvementsGravatar letouzey2010-11-02
* Numbers : log2. Abstraction, properties and implementations.Gravatar letouzey2010-11-02
* NArith: a log2 functionGravatar letouzey2010-11-02