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
58458a53dbe9510d66615921a64deceff2663fae
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
2
May
1
30
Apr
28
25
24
19
18
14
11
24
Mar
21
20
19
18
17
8
17
Feb
13
7
6
4
1
9
Jan
2
16
Dec
15
13
12
5
30
Nov
29
25
24
23
18
17
16
15
2
20
Oct
8
6
29
Sep
28
27
25
24
23
21
20
7
25
Aug
24
23
17
16
12
11
10
9
8
3
1
31
Jul
27
26
18
7
28
Jun
27
26
8
30
May
25
16
13
11
9
8
6
4
3
12
Apr
11
7
30
Mar
18
16
15
24
Feb
20
22
Jan
19
17
14
13
12
11
22
Dec
21
16
13
9
8
7
6
3
2
1
30
Nov
26
24
23
22
18
15
13
12
8
5
4
27
Oct
26
13
9
5
2
1
27
Sep
26
25
13
10
9
8
7
6
5
4
5
4
11
Aug
29
Jul
28
27
26
24
23
22
21
20
19
Ralf's comments.
Tweak comments.
CHANGELOG.
Add `Strategy` for `map_fold` to avoid eager unfolding.
Add tests.
Make `Pmap_empty` opaque, similar to `gmap_empty`.
New `gmap`.
Change implementation of `Pmap` and replace `map_to_list` with `map_fold`.
Merge branch 'robbert/option_union' into 'master'
CHANGELOG.
Add `union_None` and `union_is_Some`.
Make `union_Some` a `↔`.
Merge branch 'robbert/coq815' into 'master'
coq-lint: enforce TC opaque having locality annotations
CHANGELOG.
Set `Hint Mode` for `Equiv`.
Add `Global` to `Typeclasses Opaque`/`Typeclasses Transparent`.
Override `intuition_solver` instead of redeclaring `intuition`.
Use `#[projections(primitive=yes)]` pragma.
Remove obsolete remark, `omega` has been removed in Coq 8.14.
remove spurious newline
Merge branch 'robbert/drop_coq814' into 'master'
Merge branch 'filter_union_intersection' into 'master'
Add lemmas about the union and intersection of filters on maps
Drop support for Coq 8.14.
Merge branch 'robbert/n_module' into 'master'
Merge branch 'robbert/simpl_never_pos_n' into 'master'
Also put results about `N` in a module.
CHANGELOG.
Add `simpl never` for `Pos` and `N`.
Merge branch 'robbert/coq817' into 'master'
Merge branch 'robbert/ssreflect' into 'master'
Update comments based on @jung's suggestion.
CHANGELOG.
Add ssreflect file (from Iris).
Merge branch 'robbert/scalar_mult_assoc' into 'master'
Remove `left associativity` of `scalar_mult` to be compatible with math-comp.
Let compilation under Coq 8.17 succeed without warnings.
test 8.17.0
Merge branch 'robbert/gmultiset_positive' into 'master'
Loading