depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
third_party
/
nix
/
src
/
libexpr
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-01
r/1530
fix(3p/nix/expr): use traceable_allocator for btree_map
Kane York
1
-3
/
+3
2020-08-01
r/1528
fix(3p/nix/libexpr): fix GC tracing in valueSize
Kane York
2
-26
/
+29
2020-08-01
r/1527
feat(3p/nix): remove External values feature
Kane York
5
-113
/
+10
2020-08-01
r/1526
fix(3p/nix): Use a proper pointer in Env to carry with-attrs
Kane York
2
-5
/
+9
2020-08-01
r/1525
chore(3p/nix/libexpr): Cleanups and notes in eval.cc
Kane York
2
-3
/
+17
2020-08-01
r/1515
chore(3p/nix/hash): prefer StatusOr over throwing constructor
Kane York
1
-7
/
+10
2020-07-27
r/1495
fix(3p/nix): apply all clang-tidy fixes
Kane York
12
-108
/
+137
2020-07-24
r/1459
fix(3p/nix): fix all UninitializedObject warnings
Kane York
1
-1
/
+1
2020-07-23
r/1428
feat(3p/nix): remove allow-unsafe-native-code-during-evaluation
Alyssa Ross
1
-5
/
+0
2020-07-23
r/1424
feat(3p/nix): remove builtins.importNative
Alyssa Ross
2
-55
/
+0
2020-07-20
r/1408
chore(3p/nix): Remove support for plugins
Griffin Smith
1
-3
/
+1
2020-07-19
r/1403
fix(3p/nix): Fix all remaining compiler warnings
Vincent Ambo
4
-4
/
+15
2020-07-19
r/1402
chore(3p/nix): Update deprecated 'pure-parser' setting
Vincent Ambo
1
-1
/
+1
2020-07-19
r/1400
refactor(3p/nix): Rename & undeprecate Bindings::lexicographicOrder
Vincent Ambo
5
-6
/
+10
2020-07-19
r/1393
fix(3p/nix): convert all holders of EvalState into gc
Kane York
1
-1
/
+1
2020-07-19
r/1392
refactor(3p/nix/libexpr): Move some code out of lexer.l
Vincent Ambo
2
-52
/
+53
2020-07-19
r/1388
fix(3p/nix/libexpr): Make EvalState internals visible to GC
Vincent Ambo
1
-1
/
+1
2020-07-18
r/1377
refactor(3p/nix/libexpr): Back Nix lists with std::vector
Vincent Ambo
11
-205
/
+141
2020-07-18
r/1376
refactor(3p/nix/libexpr): Store nix::Env values in a std::vector
Vincent Ambo
2
-9
/
+11
2020-07-17
r/1354
feat(3p/nix): Add function to allocate a Value in traceable memory
Eelco Dolstra
3
-0
/
+10
2020-07-17
r/1353
fix(3p/nix): ValueMap, VectorVector: Use traceable_allocator
Eelco Dolstra
1
-2
/
+2
2020-07-17
r/1346
chore(3p/nix): Remove builtins.exec
Vincent Ambo
2
-45
/
+0
2020-07-16
r/1325
refactor(3p/nix/libexpr): Use Abseil collection types for parser state
Vincent Ambo
2
-2
/
+13
2020-07-16
r/1323
refactor(3p/nix/libexpr): Move EvalState:* implementations out of parser.y
Vincent Ambo
3
-150
/
+156
2020-07-16
r/1322
refactor(3p/nix/libexpr): Extract static helpers out of parser.y
Vincent Ambo
4
-185
/
+202
2020-07-16
r/1321
refactor(3p/nix/libexpr): Extract parser header out of Yacc file
Vincent Ambo
3
-54
/
+49
2020-07-16
r/1320
refactor(3p/nix/libexpr): Use range insertion to merge nix::Bindings
Vincent Ambo
3
-18
/
+25
2020-07-16
r/1307
style(3p/nix): Minor style fix in DrvInfo::setMeta
Vincent Ambo
1
-3
/
+2
2020-07-16
r/1306
refactor(3p/nix): Compare attribute sets by pointer equality
Vincent Ambo
1
-0
/
+6
2020-07-16
r/1305
refactor(3p/nix): Use a static empty Bindings for 0-element attrs
Vincent Ambo
1
-2
/
+11
2020-07-15
r/1298
refactor(3p/nix): Revert VectorBindings implementation
Vincent Ambo
2
-235
/
+30
2020-07-13
r/1289
refactor(3p/nix/libexpr): Backport upstream VectorBindings merge sort
Vincent Ambo
1
-17
/
+28
2020-07-13
r/1288
fix(3p/nix/libexpr): Remove default & copy constructors for VectorBindings
Vincent Ambo
1
-1
/
+2
2020-07-13
r/1287
fix(3p/nix/libexpr): Fix post-increment operator in BindingsIterator
Vincent Ambo
1
-1
/
+2
2020-07-13
r/1286
refactor(3p/nix): Remove unused insert_or_assign
Griffin Smith
2
-26
/
+0
2020-07-13
r/1285
feat(3p/nix): Statically pass bindings capacity where possible
Griffin Smith
5
-31
/
+39
2020-07-13
r/1284
feat(3p/nix): Add vector-backed impl for Bindings
Griffin Smith
2
-16
/
+150
2020-07-13
r/1283
refactor(3p/nix): Abstract away concrete bindings impl
Griffin Smith
2
-24
/
+94
2020-07-13
r/1281
docs(3p/nix): Minor semantic correction to a comment
Vincent Ambo
1
-1
/
+1
2020-07-13
r/1280
refactor(3p/nix/libexpr): Remove the nix::Symbol default constructor
Vincent Ambo
10
-37
/
+50
2020-07-13
r/1278
refactor(3p/nix/libexpr): Make nix::AttrName a std::variant
Vincent Ambo
5
-50
/
+64
2020-07-04
r/1206
chore(3p/nix/libexpr): Remove dead code from attribute sets
Vincent Ambo
3
-17
/
+2
2020-06-23
r/1066
fix(3p/nix): Make traces log, not dlog
Griffin Smith
1
-2
/
+2
2020-06-21
r/1052
feat(3p/nix): install pkgconfig files for libexpr, libmain and libstore
Luke Granger-Brown
2
-4
/
+7
2020-06-21
r/1051
chore(3p/nix): use GNUInstallDirs to determine output directory names
Luke Granger-Brown
1
-1
/
+1
2020-06-21
r/1050
chore(3p/nix): export library headers to include/ in output.
Luke Granger-Brown
1
-2
/
+7
2020-05-28
r/868
refactor(3p/nix): Introduce CMake as the build system for Nix
Vincent Ambo
1
-0
/
+75
2020-05-27
r/867
chore(3p/nix): Remove meson build files for core packages
Vincent Ambo
1
-97
/
+0
2020-05-27
r/865
refactor(3p/nix): Anchor local includes at src/
Vincent Ambo
33
-109
/
+107
2020-05-25
r/846
refactor(3p/nix): Replace tokenizeStrings with absl::StrSplit
Vincent Ambo
3
-9
/
+14
[next]