lean4-htt/library/init/lean
Leonardo de Moura 1016309d1f feat(library/init/lean/path): always add builtin search path
We also add "." (i.e., current directory) if `LEAN_PATH` is not defined.
Users may still override stdlib since we add the builtin search path in the end.

@dselsam You should now be able to compile your project without setting `LEAN_PATH`

cc @kha
2019-07-31 18:13:17 -07:00
..
compiler refactor(library/init): move io and platform to system subdir 2019-07-25 17:29:33 -07:00
elaborator feat(library/init/lean/elaborator): add universe and universes elaborators 2019-07-31 16:46:02 -07:00
eqncompiler feat(library/init/lean/eqncompiler): register [matchPattern] attribute using new attribute manager 2019-06-26 15:38:14 -07:00
parser feat(library/init/lean/elaborator): add open command elaborator 2019-07-31 15:58:04 -07:00
attributes.lean feat(library/init/lean): address issue raised in the previous commit 2019-07-18 13:20:46 -07:00
class.lean chore(frontends/lean): use => instead of := in match-expressions 2019-07-04 11:38:38 -07:00
declaration.lean feat(library/init/lean/class): register attributes and export functions 2019-06-27 13:27:13 -07:00
default.lean feat(library/init/lean): add lean/path.lean 2019-07-25 19:28:22 -07:00
environment.lean feat(library/init/lean/environment): use findOLean implemented in Lean 2019-07-26 17:57:43 -07:00
expr.lean chore(frontends/lean): use => instead of := in match-expressions 2019-07-04 11:38:38 -07:00
format.lean chore(frontends/lean): fun x, e ==> fun x => e 2019-07-02 13:22:11 -07:00
kvmap.lean chore(frontends/lean): use => instead of := in match-expressions 2019-07-04 11:38:38 -07:00
level.lean chore(frontends/lean): use => instead of := in match-expressions 2019-07-04 11:38:38 -07:00
message.lean refactor(library/init/lean/elaborator/basic): make sure ElabState does not depend on parser state 2019-07-19 17:07:39 -07:00
modifiers.lean feat(library/init/lean): address issue raised in the previous commit 2019-07-18 13:20:46 -07:00
name.lean feat(library/init/lean/elaborator): improve namespace, scope, and end commands 2019-07-22 08:14:35 -07:00
namegenerator.lean feat(library/init/lean): add namegenerator.lean 2019-07-17 19:09:16 -07:00
options.lean refactor(library/init): move io and platform to system subdir 2019-07-25 17:29:33 -07:00
path.lean feat(library/init/lean/path): always add builtin search path 2019-07-31 18:13:17 -07:00
position.lean feat(library/init/lean/position): HasToString instance 2019-07-05 16:22:15 -07:00
projfns.lean chore(frontends/lean): use => instead of := in match-expressions 2019-07-04 11:38:38 -07:00
reducibilityattrs.lean chore(frontends/lean): use => instead of := in match-expressions 2019-07-04 11:38:38 -07:00
runtime.lean feat(library/init/lean/compiler/ir/rc): missing optimization 2019-05-22 18:46:43 -07:00
scopes.lean chore(library/init/lean/scopes): add TODO 2019-07-22 18:22:56 -07:00
smap.lean perf(library/init/lean/environment): search hashmap first 2019-05-15 11:01:25 -07:00
syntax.lean feat(library/init/lean/elaborator): add open command elaborator 2019-07-31 15:58:04 -07:00
toexpr.lean chore(frontends/lean): fun x, e ==> fun x => e 2019-07-02 13:22:11 -07:00
trace.lean chore(frontends/lean): fun x, e ==> fun x => e 2019-07-02 13:22:11 -07:00
util.lean refactor(library/init): move io and platform to system subdir 2019-07-25 17:29:33 -07:00