index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
attr-path.cc
Age
Commit message (
Expand
)
Author
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-03-09
libexpr: Support structured error classes
eldritch horrors
2023-04-24
Merge remote-tracking branch 'origin/master' into source-path
Eelco Dolstra
2023-04-06
Backport SourcePath from the lazy-trees branch
Eelco Dolstra
2023-01-19
Revert "Revert "Merge pull request #6204 from layus/coerce-string""
Guillaume Maudoux
2023-01-18
Revert "Merge pull request #6204 from layus/coerce-string"
Robert Hensing
2022-04-29
Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
2022-04-28
fix errors case and wording
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-04-21
don't use full Pos for findPackageFilename/editorFor
pennae
2022-03-18
Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
2022-03-18
Revert extra colon at end os strings
Guillaume Maudoux
2022-03-07
more fixes
Guillaume Maudoux
2022-03-07
Implement a suggestions mechanism
regnat
2022-03-04
Add error context for most basic coercions
Guillaume Maudoux
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-04
Merge branch 'issue-3505' of https://github.com/kamadorueda/nix
Eelco Dolstra
2022-01-27
return string_views from forceString*
pennae
2022-01-21
determinePos: remove from critical path
Kevin Amado
2022-01-21
forceValue: make pos mandatory
Kevin Amado
2021-07-19
Rename findDerivationFilename -> findPackageFilename
Robert Hensing
2021-07-01
Prefer to throw specific errors
Pamplemousse
2021-01-08
string2Int(): Return std::optional
Eelco Dolstra
2020-12-17
Rename Value::normalType() -> Value::type()
Silvan Mosberger
2020-12-12
Use Value::normalType on all forced values instead of Value::type
Silvan Mosberger
2020-06-18
Merge branch 'master' into caveman-LOCs
Ben Burdette
2020-06-18
Some backports from the flakes branch
Eelco Dolstra
2020-06-15
Remove trailing whitespace
Eelco Dolstra
2020-05-20
print LOC for stdin, string args
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-04-02
libexpr: remove unused attrError
Andreas Rammhold
2020-03-24
nix edit: Support non-derivation attributes
Eelco Dolstra
2020-03-24
findAlongAttrPath(): Return position
Eelco Dolstra
2020-03-24
findAlongAttrPath(): Throw AttrPathNotFound
Eelco Dolstra
2019-10-28
findDerivationFilename: add FIXME
zimbatm
2019-10-28
libexpr: findDerivationFilename return Pos instead of tuple
zimbatm
2019-10-23
libexpr: add findDerivationFilename
zimbatm
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2015-07-23
Optimize small lists
Eelco Dolstra
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
2014-08-20
Use proper quotes everywhere
Eelco Dolstra
2013-11-18
Support quoted attribute names in -A
Eelco Dolstra
2013-10-24
Rename "attribute sets" to "sets"
Eelco Dolstra
2013-09-03
Work on Values instead of Exprs
Eelco Dolstra
2013-09-02
Get rid of a signedness warning
Eelco Dolstra
2013-09-02
Fix whitespace
Eelco Dolstra
[next]