Age | Commit message (Expand) | Author | Files | Lines |
2020-05-24 | r/835 refactor(3p/nix/libutil): Replace chomp() with absl::strings | Vincent Ambo | 15 | -26/+40 |
2020-05-24 | r/834 chore(3p/nix): Remove some OS X specific defines | Vincent Ambo | 9 | -281/+3 |
2020-05-24 | r/833 fix(3p/nix): Fix long paths permanently breaking GC | Alyssa Ross | 1 | -13/+45 |
2020-05-23 | r/832 style(3p/nix): Rename derivation to 'tazjix' | Vincent Ambo | 1 | -1/+1 |
2020-05-23 | r/831 fix(3p/nix): Set Meson build type to 'release' | Vincent Ambo | 1 | -0/+2 |
2020-05-23 | r/830 feat(ops/nixos/nugget): Install rr and hyperfine | Vincent Ambo | 1 | -0/+2 |
2020-05-23 | r/829 fix(3p/nix/libexpr): Ensure ExprOpUpdate merges into destination | Vincent Ambo | 1 | -17/+5 |
2020-05-23 | r/828 refactor(3p/nix/libexpr): Make other 'const' in Bindings::merge | Vincent Ambo | 2 | -8/+5 |
2020-05-23 | r/827 fix(3p/nix/libexpr): Actually use AttributeMap type alias | Vincent Ambo | 1 | -2/+2 |
2020-05-23 | r/826 docs(3p/nix/libexpr): Add comment on ExprSelect | Vincent Ambo | 1 | -1/+8 |
2020-05-23 | r/825 docs(3p/nix/libexpr): Add some comments about function calls | Vincent Ambo | 2 | -5/+10 |
2020-05-23 | r/824 chore(3p/nix/tests): Remove leftover '__overrides' tests | Vincent Ambo | 2 | -5/+0 |
2020-05-23 | r/823 fix(3p/nix/libexpr): Fix attrNames/attrValues builtins for btree_map | Vincent Ambo | 1 | -21/+9 |
2020-05-23 | r/822 fix(3p/nix/libexpr): Ensure symbols are compared by value | Vincent Ambo | 1 | -1/+1 |
2020-05-23 | r/821 fix(3p/nix/libexpr): Remove the global empty attribute set | Vincent Ambo | 3 | -10/+0 |
2020-05-23 | r/820 chore(3p/nix/libexpr): Minor readability improvements in eval/value | Vincent Ambo | 4 | -19/+7 |
2020-05-23 | r/819 chore(3p/nix/libexpr): Remove unused __overrides feature | Vincent Ambo | 3 | -57/+11 |
2020-05-23 | r/818 chore(3p/nix/libexpr): Expose separate insert & "upsert" methods | Vincent Ambo | 2 | -3/+10 |
2020-05-22 | r/817 fix(3p/nix/libexpr): Use gc_allocator<T> as the btree_map allocator | Vincent Ambo | 1 | -1/+8 |
2020-05-22 | r/816 feat(3p/nix): Add a derivation to launch clangd | Vincent Ambo | 2 | -1/+31 |
2020-05-22 | r/815 feat(third_party): Switch to LLVM 10 by default | Vincent Ambo | 1 | -1/+3 |
2020-05-22 | r/814 fix(ops/nixos): Pin systems to stable channel | Vincent Ambo | 3 | -5/+5 |
2020-05-22 | r/813 fix(3p/nix/libexpr): Do not allow duplicate attribute insertion | Vincent Ambo | 1 | -3/+17 |
2020-05-22 | r/812 fix(tools/emacs): Use explicit includes | Vincent Ambo | 1 | -8/+5 |
2020-05-22 | r/811 fix(third_party): Pick Emacs from stable NixOS channel | Vincent Ambo | 1 | -6/+17 |
2020-05-22 | r/810 chore: Update from Clang 9 to Clang 10 for all projects | Vincent Ambo | 5 | -5/+5 |
2020-05-22 | r/809 chore(ops/nixos/nugget): Increase user RuntimeDirectory size to 4GB | Vincent Ambo | 1 | -0/+5 |
2020-05-22 | r/808 merge(3p/git): Merge git upstream at v2.26.2 | Vincent Ambo | 1006 | -57858/+146045 |
2020-05-22 | Squashed 'third_party/git/' changes from 5fa0f5238b..ef7aa56f96 | Vincent Ambo | 1006 | -57858/+146045 |
2020-05-22 | r/807 chore(ops/nixos/nugget): Use upstream Chromium again | Vincent Ambo | 2 | -7/+1 |
2020-05-22 | r/806 refactor(3p/nix/libexpr): Use gc_cpp to allocate Value instances | Vincent Ambo | 1 | -20/+4 |
2020-05-22 | r/805 refactor(3p/nix/libexpr): state->allocBindings -> Bindings::NewGC | Vincent Ambo | 10 | -15/+14 |
2020-05-22 | r/804 fix(3p/nix/libexpr): Make new Bindings class visible to GC | Vincent Ambo | 2 | -6/+9 |
2020-05-22 | r/803 chore(3p/nix/libexpr): Delete Bindings::sort | Vincent Ambo | 14 | -54/+6 |
2020-05-22 | r/802 fix(3p/nix): Update for usage of new attribute set API | Vincent Ambo | 14 | -176/+187 |
2020-05-22 | r/801 refactor(3p/nix/libexpr): Use absl::btree_map::iterator type | Vincent Ambo | 3 | -5/+11 |
2020-05-22 | r/800 refactor(3p/nix/libexpr): Use absl::btree_map::merge for '//' | Vincent Ambo | 3 | -22/+14 |
2020-05-21 | r/799 refactor(3p/nix/libexpr): Use absl::btree_map for AttrSets | Vincent Ambo | 6 | -68/+85 |
2020-05-21 | r/798 chore(ops/nixos/nugget): Enable fstrim service | Vincent Ambo | 1 | -0/+3 |
2020-05-21 | r/797 refactor(3p/nix/libexpr): Use std::string as qualified type | Vincent Ambo | 26 | -184/+196 |
2020-05-21 | r/796 docs(3p/nix/libexpr): Add clarifying comments to SymbolTable | Vincent Ambo | 1 | -7/+19 |
2020-05-21 | r/795 fix(3p/nix): Compatibility with updated SymbolTable | Vincent Ambo | 21 | -137/+141 |
2020-05-21 | r/794 refactor(3p/nix/libexpr): Use absl::node_hash_set in SymbolTable | Vincent Ambo | 3 | -32/+39 |
2020-05-21 | r/793 feat(3p/nix): Wrangle Meson/Nix/CMake into (temporary) submission | Vincent Ambo | 2 | -11/+45 |
2020-05-21 | r/792 chore(third_party): Bump nixpkgs to nixpkgs-unstable | Vincent Ambo | 1 | -3/+3 |
2020-05-21 | r/791 chore(3p/nix): Minor fixes to get rid of warnings | Vincent Ambo | 3 | -7/+3 |
2020-05-21 | r/790 fix(3p/nix): Fix build of derivation if cmake is present | Vincent Ambo | 1 | -0/+8 |
2020-05-20 | r/789 refactor(3p/nix): Apply clang-tidy's performance-* fixes | Vincent Ambo | 60 | -166/+189 |
2020-05-20 | r/788 refactor(3p/nix): Apply clang-tidy's readability-* fixes | Vincent Ambo | 78 | -787/+858 |
2020-05-20 | r/787 refactor(3p/nix): Apply clang-tidy's modernize-* fixes | Vincent Ambo | 59 | -321/+349 |