index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
symbol-table.hh
Age
Commit message (
Expand
)
Author
2019-04-11
Add environment variable NIX_SHOW_SYMBOLS for dumping the symbol table
Eelco Dolstra
2018-05-02
Fix some random -Wconversion warnings
Eelco Dolstra
2017-02-08
Include config.h implicitly with '-include config.h' in CFLAGS
Tuomas Tynkkynen
2014-10-20
Improve printing of ASTs
Eelco Dolstra
2014-05-26
Use std::unordered_set
Eelco Dolstra
2013-10-24
Rename "attribute sets" to "sets"
Eelco Dolstra
2013-10-08
printStats(): Print the size of the symbol table in bytes
Eelco Dolstra
2013-05-16
Show function names in error messages
Eelco Dolstra
2012-07-18
Use "#pragma once" to prevent repeated header file inclusion
Eelco Dolstra
2010-10-24
* Store attribute sets as a vector instead of a map (i.e. a red-black
Eelco Dolstra
2010-10-04
* If std::tr1::unordered_set is unavailable, use std::set.
Eelco Dolstra
2010-04-13
* Use std::tr1::unordered_set instead of std::set for the symbol
Eelco Dolstra
2010-04-13
* Use a symbol table to represent identifiers and attribute names
Eelco Dolstra