index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
nixexpr.hh
Age
Commit message (
Expand
)
Author
2024-10-08
Set c++ version to c++23
Lulu
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-08-21
libexpr: Soft-deprecate __overrides
piegames
2024-07-13
language: cleanly ban integer overflows
Jade Lovelace
2024-07-04
add an impl of Expr::show for ExprInheritFrom that doesn't crash
Qyriad
2024-07-04
give ExprInheritFrom a handle to what its standing in for
Qyriad
2024-06-22
doc-comment ExprSelect's fields
Qyriad
2024-06-17
libexpr: add expr memory management
eldritch horrors
2024-06-17
libexpr: pass Exprs as references, not pointers
eldritch horrors
2024-06-17
libexpr: store ExprConcatStrings elements as direct vector
eldritch horrors
2024-06-17
mini-refactor "lambda.name or anonymous lambda" logic
Qyriad
2024-03-29
Document ExprLambda fields
Jade Lovelace
2024-03-18
use byte indexed locations for PosIdx
eldritch horrors
2024-03-10
add doc comment justifying ExprInheritFrom
eldritch horrors
2024-03-10
remove ExprAttrs::AttrDef::inherited
eldritch horrors
2024-03-10
evaluate inherit (from) exprs only once per directive
eldritch horrors
2024-03-10
use the same bindings print for ExprAttrs and ExprLet
eldritch horrors
2024-03-10
add ExprAttrs::AttrDef::chooseByKind
eldritch horrors
2024-03-10
preserve information about whether/how an attribute was inherited
eldritch horrors
2024-03-09
libexpr: Support structured error classes
eldritch horrors
2024-03-09
Move `PodIdx` to `pos-idx.hh` and `PosTable` to `pos-table.hh`
eldritch horrors
2024-03-09
don't repeatedly look up ast internal symbols
eldritch horrors
2024-03-05
Merge pull request #9634 from 9999years/combine-abstract-pos-and-pos
eldritch horrors
2024-03-04
Merge pull request #9681 from edolstra/eval-optimisations
eldritch horrors
2024-03-04
Merge pull request #9658 from pennae/env-diet
eldritch horrors
2024-03-04
Merge pull request #9582 from pennae/misc-opts
eldritch horrors
2024-03-04
Merge pull request #9555 from 9999years/positions-in-errors
eldritch horrors
2024-03-04
Merge pull request #9029 from inclyc/users/lyc/pass-value-2
Eelco Dolstra
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
Origin: Use SourcePath
Eelco Dolstra
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-02-16
ExprOpHasAttr,ExprSelect,stripIndentation,binds,formals: delete losts objects
Et7f3
2023-02-12
ExprString: Avoid copy of string
Et7f3
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
2023-01-02
Merge remote-tracking branch 'origin/master' into coerce-string
Eelco Dolstra
2022-12-13
Restore display of source lines for stdin/string inputs
Eelco Dolstra
2022-12-13
Introduce AbstractPos
Eelco Dolstra
2022-09-07
WIP: broken merge but need a git checkpoint
Guillaume Maudoux
2022-06-02
Shut up clang warnings
Eelco Dolstra
2022-05-26
Remove pre-C++11 hackiness
Eelco Dolstra
2022-05-22
comments
Ben Burdette
2022-05-19
'debugMode'
Ben Burdette
2022-05-19
de-const evalState exceptions
Ben Burdette
2022-05-19
Merge branch 'debug-exploratory-PR' into debuggerHook-eval-arg
Ben Burdette
2022-05-19
use an expr->StaticEnv table in evalState
Ben Burdette
2022-05-16
first whack at passing evalState as an arg to debuggerHook.
Ben Burdette
2022-05-05
Style fixes
Eelco Dolstra
2022-04-29
incorporate PosIdx changes, symbol changes.
Ben Burdette
[next]