Commit 2020-03-05 13:17 78ffbae0
View on Github →chore(*): switch to lean 3.6.1 (#2064)
- chore(*): switch to lean 3.6.0
- Port
src/linear_algebra
to Lean 3.6c - Port
src/ring_theory
to Lean 3.6c - Port
src/algebra
and its dependencies to Lean 3.6c - Port
src/group_theory
to Lean 3.6c - WIP: Ports part of
src/data
to Lean 3.6c - Port
src/data
(and dependencies) to Lean 3.6 - fix set_theory.lists
- fix ring2
- fix pell.lean these aren't the cleanest proofs, but pell.lean is kind of a standalone thing.
- fix dioph.lean
- Port
src/number_theory/sum_four_squares.lean
to Lean 3.6c - Port
src/field_theory
to Lean 3.6 - Port
src/computability
to Lean 3.6c - Port
src/measure_theory
(and dependencies) to Lean 3.6c - fix manifold/real_instances
- fix analysis/complex/polynomial
- Fix some compile errors in
real_inner_product
- Upgrade to Lean 3.6.1
- perf: speed up calls to linarith
- Reduce instance priorities for potentially noncomputable instances.
- Remove cyclic instance.
- Make arguments {implicit} in instances where they can be filled in via unification.
- Make inner_product_space compile.
- Style.
- Port data.nat.modeq
- Port data.int.parity
- Port data.int.modeq
- Port data.real.hyperreal
- fix(ci): always run git setup step closes #2079 (cherry picked from commit 8a0157dc8dfc946d98eba02417052c3c9556559e)
- Remove pre-3.6 legacy code.
- Fix test/monotonicity.lean
- Fix test/ring_exp.lean
- Fix test/conv.lean
- Fix archive/imo1988_q6.lean
- Fix docs/tutorial/Zmod37.lean
- Fix archive/sensitivity.lean
- refactor(algebra/lie_algebra): lie_algebra should not extend lie_ring
- remove unused argument
- add doc-string to instance that became a def
- add docstring
- Fix linting error ☺
- Fix data.real.irrational
- fixing a proof
- cleaning up proof
- fix broken proof
- fix proof
- fix some more proofs
- fix
- fix proofs