<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/vernac, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>Merge PR #14075: New level of abstraction for streams with (non-canonical) location function</title>
<updated>2021-04-23T21:38:26+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2021-04-23T21:38:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=d9e9a63f9f49768eee8b239812365ad1115b964f'/>
<id>d9e9a63f9f49768eee8b239812365ad1115b964f</id>
<content type='text'>
Reviewed-by: ppedrot
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: ppedrot
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #13965: [abbreviation] user syntax to set interp scope of argument</title>
<updated>2021-04-23T14:33:27+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2021-04-23T14:33:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=a0c3ebf4a6357a5140b98b4b40c71133c53d802e'/>
<id>a0c3ebf4a6357a5140b98b4b40c71133c53d802e</id>
<content type='text'>
Ack-by: JasonGross
Reviewed-by: herbelin
Reviewed-by: jashug
Reviewed-by: jfehrle
Reviewed-by: ppedrot
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ack-by: JasonGross
Reviewed-by: herbelin
Reviewed-by: jashug
Reviewed-by: jfehrle
Reviewed-by: ppedrot
</pre>
</div>
</content>
</entry>
<entry>
<title>Relying on the abstract notion of streams with location for parsing.</title>
<updated>2021-04-23T13:34:29+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2021-04-05T14:40:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=e07efb3798c7c6ec54aac9093ab50fddfc6c6a5b'/>
<id>e07efb3798c7c6ec54aac9093ab50fddfc6c6a5b</id>
<content type='text'>
We also get rid of ploc.ml, now useless, relying a priori on more
robust code in lStream.ml for location reporting (see
e.g. parse_parsable in grammar.ml).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We also get rid of ploc.ml, now useless, relying a priori on more
robust code in lStream.ml for location reporting (see
e.g. parse_parsable in grammar.ml).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #14112: Cleanup useless environment manipulation in Class declaration</title>
<updated>2021-04-18T14:13:11+00:00</updated>
<author>
<name>coqbot-app[bot]</name>
</author>
<published>2021-04-18T14:13:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=469e594d276b55c3419b5c56d110adf675f571dc'/>
<id>469e594d276b55c3419b5c56d110adf675f571dc</id>
<content type='text'>
Reviewed-by: ejgallego
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: ejgallego
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup useless environment manipulation in Class declaration</title>
<updated>2021-04-14T12:09:07+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2021-04-14T12:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=ad380aca8cad3329c9a3db4b65b933b1179ed6a2'/>
<id>ad380aca8cad3329c9a3db4b65b933b1179ed6a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove remote counter system</title>
<updated>2021-04-14T10:54:38+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2021-03-26T14:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=3efee577b4c92b38a987b40e555fae2c0a2023c4'/>
<id>3efee577b4c92b38a987b40e555fae2c0a2023c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Put async worker id in universe names</title>
<updated>2021-04-14T10:54:05+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2021-04-01T17:35:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=004bf5770bdcdd1b35dd27f683c733505823e741'/>
<id>004bf5770bdcdd1b35dd27f683c733505823e741</id>
<content type='text'>
This removes the need for the remote counter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes the need for the remote counter.
</pre>
</div>
</content>
</entry>
<entry>
<title>[abbreviation] allow the user to set arguments scope</title>
<updated>2021-04-07T17:59:46+00:00</updated>
<author>
<name>Enrico Tassi</name>
</author>
<published>2021-03-19T13:29:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=d3963fc6b6dad5a0cf79815f31b2035ca8b3de25'/>
<id>d3963fc6b6dad5a0cf79815f31b2035ca8b3de25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup: less exceptions, removal of try_interp_name_alias</title>
<updated>2021-04-07T17:59:46+00:00</updated>
<author>
<name>Enrico Tassi</name>
</author>
<published>2021-03-19T11:27:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=b47931125432df88171c7e8a879294508a603aa9'/>
<id>b47931125432df88171c7e8a879294508a603aa9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Missing dot in an error message.</title>
<updated>2021-04-06T15:40:53+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2020-10-31T21:15:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=bf6a5e1c7b10d6ff5686cc4a3e71eb105d7a0473'/>
<id>bf6a5e1c7b10d6ff5686cc4a3e71eb105d7a0473</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
