Releases: leanprover/lean4-nightly
Releases · leanprover/lean4-nightly
nightly-2021-07-20
Changes since nightly-2021-07-17:
Full commit log
- 7e317d2 feat: term info on
where
declarations
- b76dd1a feat: go-to-definition for local variables
- df57b43 fix: go-to-type on parameterized types
- 18becc7 fix: plain term goal on binders
- 4a4b4c1 fix: mkAtomFrom: generate synthetic position like other
*From
functions
- 904cfd6 perf: extract cold path in lean_alloc_small
- 16fbbf9 perf: extract cold paths in lean_free_small and mark noinline
- 52810bd chore: remove dead header
- 8637220 fix: make precedence mandatory for mixfix commands
- caa8f7f chore: expose Substring.prev/next
- f07e49a chore: parse names properly
- 55a506b chore: adapt test
- 03699cd feat: uniformly split idents
- 7aca461 fix: hovers on elabFieldName fields
- bcde967 feat: add dot hover test
- b2d712a fix: Substring.splitOn
nightly-2021-07-17
Changes since nightly-2021-07-16:
Full commit log
nightly-2021-07-16
Changes since nightly-2021-07-14:
Full commit log
- a8d599a fix: typo
- 7374b9b chore: update webserver demo
- eef413c chore: unused binding in FromToJson
- c7f5fd6 fix: missing interpolation in trace message
- 8d616e0 doc: fix categoryParenthesizer documentation
nightly-2021-07-14
Changes since nightly-2021-07-13:
Full commit log
- 93a3fd1 refactor: do not use explicit instance, but use deriving instead.
- 0d41fd0 feat: add xml parser.
- b5d8bc1 chore: Nix: pin LEAN_CXX for manual
leanc
calls
nightly-2021-07-13
Changes since nightly-2021-07-11:
Full commit log
- 2c3067e doc: bundle updated
lean4.py
Pygments file and lstlean.tex
- 7dc3e72 chore: update stage0
- 521ed11 chore: move parseTagged
nightly-2021-07-11
Changes since nightly-2021-07-10:
Full commit log
- deb9c94 doc: fix typo in the manual
nightly-2021-07-10
Changes since nightly-2021-07-09:
Full commit log
- f6e1314 chore: LLVM=ON must be used with clang
- 14b9dee chore: add missing file
- b70d018 feat: include lean.h
inline
definitions in LLVM module
- a006558 chore: search for
llvm-config
in PATH instead of LLVM_TOOLS_BINARY_DIR
- 5c07c18 feat: generate LLVM module of runtime
nightly-2021-07-09
Changes since nightly-2021-07-08:
Full commit log
- 0839ead perf: server: avoid redundant publishDiagnostics
- 1ba8024 fix: ToJson for single-field constructors
nightly-2021-07-08
Changes since nightly-2021-07-07:
Full commit log
- 02c49b6 chore: Nix: do not require package to be buildable for vscode-lean4 version check
nightly-2021-07-07
Changes since nightly-2021-07-06:
Full commit log
- e2210ec chore: fix test
- d7dd2fe fix: unbox trivial unparameterized structures as well
- 6ca8389 fix: preserve synthetic positions in sanitizer