index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
attr-set.cc
Age
Commit message (
Expand
)
Author
2024-07-20
libexpr: refactor gc-agnostic helpers into one place
Qyriad
2022-04-26
Don't pass Symbol by reference
Eelco Dolstra
2022-04-25
rename SymbolIdx -> Symbol, Symbol -> SymbolStr
pennae
2022-04-21
store Symbols in a table as well, like positions
pennae
2022-04-21
replace most Pos objects/ptrs with indexes into a position table
pennae
2022-01-04
Remove EvalState::mkAttrs()
Eelco Dolstra
2022-01-04
Move empty attrset optimisation
Eelco Dolstra
2022-01-04
Ensure that attrsets are sorted
Eelco Dolstra
2020-12-18
Replace Value type setters with mk* functions
Silvan Mosberger
2020-12-12
Introduce Value type setters and make use of them
Silvan Mosberger
2020-03-24
EvalState::allocAttr(): Add convenience method
Eelco Dolstra
2018-06-12
Remove duplicate definition of allocBytes()
Eelco Dolstra
2018-05-02
Fix some random -Wconversion warnings
Eelco Dolstra
2018-02-17
libexpr: Rely on Boehm returning zeroed memory in EvalState::allocEnv()
Tuomas Tynkkynen
2015-07-23
Optimize empty sets
Eelco Dolstra
2015-07-14
Move attribute set data structures into their own header file.
Nicolas B. Pierron