lean4-htt/src
Mario Carneiro be197cd431
fix: prefer original module in const2ModIdx (#4652)
When a definition is redeclared, the original code would clobber the
value of `const2ModIdx` every time, meaning that a constant would be
attributed to a module which occurs later than the modules for constants
referencing this one. Preferring the original module ensures that these
module indexes are dependency-ordered. This originally came up as a bug
in `shake`, which assumes this property, see
[Zulip](https://leanprover.zulipchat.com/#narrow/stream/287929-mathlib4/topic/check.20for.20unused.20imports.20doesn't.20stop/near/449139309).
2024-07-09 14:14:39 +00:00
..
bin feat: Web Assembly Build (#2599) 2023-10-04 09:04:20 +02:00
cmake
include/lean fix: validate UTF-8 at C++ -> Lean boundary (#3963) 2024-06-19 14:05:48 +00:00
Init feat: chore upstream List.Sublist and API from Batteries (#4697) 2024-07-09 12:57:09 +00:00
initialize fix: explicitly initialize Std in lean_initialize (#4668) 2024-07-06 13:17:30 +00:00
kernel refactor: InductiveVal.numNested instead of .isNested 2024-07-08 21:18:50 +02:00
lake feat: lake: require @ git (#4692) 2024-07-09 02:50:50 +00:00
Lean fix: prefer original module in const2ModIdx (#4652) 2024-07-09 14:14:39 +00:00
library refactor: port below and brecOn construction to Lean (#4517) 2024-06-26 11:10:39 +00:00
runtime feat: Process.tryWait (#4660) 2024-07-08 15:14:13 +00:00
shell feat: lake: reservoir require (#4495) 2024-06-29 01:40:54 +00:00
Std fix: unorphan modules in Std.Data (#4679) 2024-07-08 07:57:56 +00:00
util feat: expose flags for the bundled C compiler (#4477) 2024-06-22 01:23:33 +00:00
CMakeLists.txt fix: explicitly initialize Std in lean_initialize (#4668) 2024-07-06 13:17:30 +00:00
config.h.in
githash.h.in
Init.lean feat: grind normalization theorems (#4164) 2024-05-14 19:19:38 +00:00
lakefile.toml.in feat: introduce Std (#4499) 2024-06-21 07:08:45 +00:00
lean-toolchain doc: VS Code dev setup (#2961) 2023-11-30 08:35:03 +00:00
Lean.lean feat: propagate maxHeartbeats to kernel (#4113) 2024-05-09 17:44:19 +00:00
lean.mk.in fix: do not dllexport symbols in core static libraries (#3601) 2024-03-15 11:58:34 +00:00
Leanc.lean feat: expose flags for the bundled C compiler (#4477) 2024-06-22 01:23:33 +00:00
Std.lean feat: Std.HashMap (#4583) 2024-07-05 10:14:20 +00:00
stdlib.make.in fix: move Std from libleanshared to much smaller libInit_shared (#4661) 2024-07-06 11:43:09 +02:00
stdlib_flags.h chore: unset parseQuotWithCurrentStage in stage1’s src/stdlib_flags.h (#4537) 2024-06-23 09:44:14 +00:00
version.h.in feat: System.Platform.target (#3207) 2024-01-24 12:11:00 +00:00