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
2023-04-07
Finish converting existing comments for internal API docs (#8146)
John Ericson
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2022-04-26
EvalCache AttrKey: Use Symbol instead of std::string
Eelco Dolstra
2022-04-25
rename SymbolIdx -> Symbol, Symbol -> SymbolStr
pennae
2022-04-22
Move ChunkedVector to its own header
Théophane Hufschmitt
2022-04-21
store Symbols in a table as well, like positions
pennae
2022-04-21
remove Symbol::empty
pennae
2022-02-21
Remove std::string alias
Eelco Dolstra
2022-01-13
avoid allocations in SymbolTable::create
pennae
2020-04-17
nix flake show: Use evaluation cache
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
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