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
2024-08-26
treewide: fix a bunch of lints
Jade Lovelace
2024-07-31
libexpr: implement actual constructors for nix::Value
Qyriad
2024-07-20
libexpr: refactor gc-agnostic helpers into one place
Qyriad
2024-07-13
language: cleanly ban integer overflows
Jade Lovelace
2024-06-17
libexpr: pass Exprs as references, not pointers
eldritch horrors
2024-05-16
Loosen constness on listElems() result
Puck Meerburg
2024-03-09
libexpr: Support structured error classes
eldritch horrors
2024-03-09
Unify and refactor value printing
eldritch horrors
2024-03-05
Merge pull request #9634 from 9999years/combine-abstract-pos-and-pos
eldritch horrors
2024-03-04
Merge pull request #9582 from pennae/misc-opts
eldritch horrors
2024-03-04
Merge pull request #7348 from thufschmitt/dont-use-vlas
eldritch horrors
2023-07-01
Merge pull request #8566 from inclyc/nixd/value-print-depth
Robert Hensing
2023-06-27
Automatically document builtin constants
John Ericson
2023-06-22
libexpr: extend `Value::print` to allow limited depth
Yingchi Long
2023-04-24
Merge remote-tracking branch 'origin/master' into source-path
Eelco Dolstra
2023-04-21
Use `std::set<StringContextElem>` not `PathSet` for string contexts
John Ericson
2023-04-17
Merge remote-tracking branch 'upstream/master' into source-path
Robert Hensing
2023-04-07
Finish converting existing comments for internal API docs (#8146)
John Ericson
2023-04-06
Backport SourcePath from the lazy-trees branch
Eelco Dolstra
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
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
[next]