index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
value.hh
Age
Commit message (
Expand
)
Author
2023-01-18
Revert "Merge pull request #6204 from layus/coerce-string"
Robert Hensing
2023-01-10
Parse string context elements properly
John Ericson
2023-01-02
Merge remote-tracking branch 'origin/master' into coerce-string
Eelco Dolstra
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
2022-09-07
WIP: broken merge but need a git checkpoint
Guillaume Maudoux
2022-08-22
JSON: print paths as strings without copying them to the store
Naïm Favier
2022-05-26
Remove pre-C++11 hackiness
Eelco Dolstra
2022-04-29
Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
2022-04-28
No point in passing string_views by reference
Guillaume Maudoux
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-03-22
Don't hide repeated values while generating manifest.nix
Eelco Dolstra
2022-03-18
Decode string context straight to using `StorePath`s
John Ericson
2022-03-18
Refactor to use more traces and less string manipulations
Guillaume Maudoux
2022-03-11
Create some type aliases for string Contexts
John Ericson
2022-03-04
Add detailed error mesage for coerceTo{String,Path}
Guillaume Maudoux
2022-03-03
Be more aggressive in hiding repeated values
Eelco Dolstra
2022-03-03
printValue(): Don't show repeated values
Eelco Dolstra
2022-02-21
Remove std::string alias
Eelco Dolstra
2022-02-04
Make most calls to determinePos() lazy
Eelco Dolstra
2022-01-12
optimize ExprConcatStrings::eval
pennae
2022-01-04
Turn mkString(Symbol) into a method
Eelco Dolstra
2022-01-04
Remove non-method mkPath()
Eelco Dolstra
2022-01-04
Remove non-method mk<X> functions
Eelco Dolstra
2022-01-04
Remove non-method mkString()
Eelco Dolstra
2022-01-04
Ensure that attrsets are sorted
Eelco Dolstra
2021-12-02
Introduce builtins.groupBy primop
Silvan Mosberger
2021-11-25
Support range-based for loop over list values
Eelco Dolstra
2021-11-13
toXML: display errors position
Kevin Amado
2021-04-13
libexpr: misc improvements for proper error position
Maximilian Bosch
2020-12-18
Replace Value type setters with mk* functions
Silvan Mosberger
2020-12-17
Rename Value::normalType() -> Value::type()
Silvan Mosberger
2020-12-17
Rename ValueType -> InternalType, NormalType -> ValueType
Silvan Mosberger
2020-12-12
Make Value::type private
Silvan Mosberger
2020-12-12
Add ValueType checking functions for types that have the same NormalType
Silvan Mosberger
2020-12-12
Introduce Value type setters and make use of them
Silvan Mosberger
2020-12-12
Introduce NormalType for the normal type of a Value
Silvan Mosberger
2020-06-29
EvalCache: Store string contexts
Eelco Dolstra
2020-04-16
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-04-16
ValueMap, VectorVector: Use traceable_allocator
Eelco Dolstra
2020-04-16
Add function to allocate a Value in traceable memory
Eelco Dolstra
2019-12-04
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-11-28
Remove builtins.valueSize
Eelco Dolstra
2019-11-10
De-duplicate struct PrimOp forward declaration
Peter Kolloch
2019-09-09
Require flake.nix to be an attrset (not a non-trivial thunk)
Eelco Dolstra
2018-08-29
libexpr: Use int64_t for NixInt
aszlig
2018-07-03
Store floating point numbers in double precision
Eelco Dolstra
2018-05-02
Fix some random -Wconversion warnings
Eelco Dolstra
2017-04-25
Restructure installables handling in the "nix" command
Eelco Dolstra
[next]