Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thibaut Pérami
stdpp
Graph
8389dcbf0fb39d0655ccf5d0fb5ba0380bd55f07
Select Git revision
Branches
3
coq-stdpp-1.0
master
default
protected
mraise
Tags
10
coq-stdpp-1.8.0
coq-stdpp-1.7.0
coq-stdpp-1.6.0
coq-stdpp-1.5.0
coq-stdpp-1.4.0
coq-stdpp-1.3.0
coq-stdpp-1.2.1
coq-stdpp-1.2.0
coq-stdpp-1.1.0
coq-stdpp-1.0.0
13 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
3
May
30
Apr
26
25
24
19
26
Mar
16
15
14
6
4
3
1
28
Feb
23
22
21
20
17
13
10
7
6
1
29
Jan
28
25
24
19
13
11
19
Dec
16
15
14
12
30
Nov
28
26
22
20
12
11
10
9
8
4
1
15
Oct
7
4
30
Sep
18
1
Aug
23
Jul
17
10
30
Jun
29
28
25
23
21
20
18
14
10
9
7
6
5
30
May
29
28
24
23
14
9
27
Apr
24
21
18
11
10
9
6
5
3
28
Mar
27
22
21
8
6
23
Feb
22
21
19
16
15
13
12
9
8
3
2
31
Jan
25
23
14
13
12
10
19
Dec
18
17
8
5
4
29
Nov
28
22
21
20
18
16
12
11
9
3
1
31
Oct
28
27
24
20
19
18
17
16
13
10
9
7
6
29
Sep
28
27
26
24
21
20
19
18
17
8
6
2
22
Aug
17
8
2
5
Jul
26
Jun
30
May
25
1
Apr
20
Mar
17
16
15
14
11
9
8
1
23
Feb
22
19
16
15
14
13
10
9
7
6
4
3
31
Jan
9
Dec
8
6
5
29
Nov
24
23
22
21
20
19
18
17
16
15
10
7
27
Oct
13
4
3
28
Sep
27
21
20
14
9
29
Aug
24
22
19
17
8
4
2
1
27
Jul
25
23
22
20
12
11
5
3
1
30
Jun
26
23
18
14
1
31
May
30
29
27
23
4
29
Apr
13
11
7
30
Mar
29
23
22
21
Set Params and maximally implicits for `head` like other list functions.
Add `Forall_reverse`.
Merge branch 'patch-1' into 'master'
Fix typo in doc
release version 1.2.0
coq-stdpp-1.2.0
coq-stdpp-1.2.0
Rename `NoBackTrack` into `TCNoBackTrack`.
Update CHANGELOG.md
CHANGELOG.
More type annotations for https://github.com/coq/coq/pull/9996.
Merge branch 'robbert/binders' into 'master'
Binders library that's used in many Iris developments.
Generalize `gset_to_propset` to `set_to_propset` for any SemiSet.
Merge branch 'ci/robbert/setunfold' into 'master'
New class `SetUnfoldElemOf` that specializes `SetUnfold` to improve performance.
Merge branch 'gmultiset_lemmas' into 'master'
gmultiset lemmas
Merge branch 'map_zip_with' into 'master'
Remove a trailing whitespace
Add `map_delete_zip_with`.
Fix some Coqdoc, e.g. use `[ ]` for code, that I did not see in the review of !62,
Merge branch 'better-list-countable' into 'master'
More efficient list encoding for Countable
Fix weird thing that should not have worked.
tweak COQTEST output
make NO_TEST=1 skips the tests
Make `mapset_elem_of` Opaque.
Put list notations like `(++)` in `list_scope` instead of `stdpp_scope`.
remove a stale comment
Merge branch 'ralf/readme' into 'master'
move the (very brief) contribution guide to the README
Merge branch 'robbert/gset_definition' into 'master'
Make `gset` a `Definition` instead of `Notation`.
Make `mapset_countable` a global instance.
Removed unused argument for `map_seq` lemmas.
Make `fresh` stuff `simpl never`.
Merge branch 'robbert/infinite' into 'master'
Prove `pred_infinite (λ _: A, True)` for `A` infinite.
Overhaul of the `Infinite`/`Fresh` infrastructure.
Ensure that `Nat.max` only `simpl`s if it does not result into a pattern match.
Permutation Proper instance for `omap` on lists.
Loading