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
Environments
Terraform modules
Monitor
Incidents
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
Glen Mével
stdpp
Graph
39d73ee8df7d8f0095128dd3b02ca7ae0c5efe37
Select Git revision
Branches
13
coq-stdpp-1.0
glen/finite-nodec
master
default
protected
msammler/bitvector
msammler/bool_decide_simpl_never
ralf/hint-mode-check
robbert/cbn
robbert/f_equiv_pointwise
robbert/from_option
robbert/map_filter_True_False
robbert/multiset_singleton
robbert/tc_opaque
tchajed/stdpp-sprop-gmap
Tags
8
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
21 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
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
11
10
5
4
3
2
27
Feb
26
25
24
23
22
21
20
19
17
16
15
14
13
11
10
9
8
4
2
1
27
Jan
22
20
18
16
14
12
4
22
Dec
21
15
11
8
4
20
Nov
19
18
17
16
11
3
Feb
1
10
Jun
5
2
21
May
22
Apr
16
15
Mar
2
25
Feb
24
16
13
8
1
30
Jan
29
27
25
23
Dec
18
16
23
Nov
15
6
9
Oct
8
6
2
30
Sep
25
16
13
12
6
3
26
Aug
22
9
7
6
4
10
Jul
4
25
Jun
23
17
16
7
6
5
24
May
22
4
2
9
Sep
27
Aug
21
15
14
12
24
Jun
17
21
May
15
12
11
7
2
Apr
25
Mar
14
24
Feb
22
19
1
9
Jan
5
12
Nov
19
Oct
10
4
Sep
30
Aug
29
24
21
21
Jun
14
11
Bump year in prelude copyright headers.
Vector tweaks.
Use primitive projections for sealing
Make instances EqDecision and Countable of gmultiset less eager.
Recursive [inv_vec].
Renaming in prelude/list.
more restrictive Proof Using hints in (most files of the) prelude
Tweak some proof using tweaks for setoid stuff.
tune "Proof using" directives to minimize differences to previous types of all lemmas
don't use Proof Using in a few files that get too many unnecessary annotations from this
Require `Total R` just for the merge sort theorems that actually need it.
Document list_remove and list_remove_list.
Fix more _L lemmas.
make "make quick" quick by adding hints about the used section variables
add decide_left, decide_right
Move stuff out of sections that does not depend on the section variables.
Simplify proofs relating nth to lookup.
list: relate nth and lookup
A few lemmas about vec and fin.
Rename fmap_Some_equiv' → fmap_Some_equiv_1.
rename _setoid suffix to _equiv; add variant of fmap_Some_setoid that can be usefully destructed
Fix breaking ee6df099.
Optimize simplify_eq.
Avoid exponential blowup in [done] as caused by a7e91677.
fix compatibility with latest Coq 8.6
Factor out some common properties about lists.
New definition of contractive.
Some more of_list stuff.
More multiset stuff.
Fix typo.
Merge branch 'nclose_subseteq' into 'master'
Some tweaks to minimal.
Make some arguments explicit that could not be infered.
More set_Forall and set_Exists stuff for finite sets.
Make nclose an explicit coercion.
Comment on commit 44cfd7d3.
Patch naive_solver to deal with Coq bug #2901.
Function to convert a multiset into a gset.
prove fmap_Some_setoid
make done and fast_done more consistent in behavior
Loading