aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-25bundler: add tests and change defaults to use a derivationTom Bereknyei
2022-01-24Refactor bundler APITom Bereknyei
2022-01-24bundler: pass drv attrset instead of pathTom Bereknyei
2022-01-25flake.nix: Fix indentationEelco Dolstra
2022-01-25Bump versionEelco Dolstra
2022-01-25Merge pull request #5978 from edolstra/nixpkgs-regression-testsEelco Dolstra
2022-01-25Move rl-next.md to rl-2.5.mdEelco Dolstra
2022-01-25Add regression / performance tests against a fixed revision of NixpkgsEelco Dolstra
2022-01-25Merge pull request #5976 from edolstra/read-invalid-pathsEelco Dolstra
2022-01-24Allow builtins.{readFile,path} on invalid pathsEelco Dolstra
2022-01-24Merge pull request #5969 from edolstra/curpos-fixEelco Dolstra
2022-01-24Fix parsing of variable names that are a prefix of '__curPos'Eelco Dolstra
2022-01-24ExprConcatStrings::show(): Print values instead of pointersEelco Dolstra
2022-01-24Add a test for nix-assertion failures in nix-envEelco Dolstra
2022-01-24hiliteMatches(): Style fixes, pass more stuff by referenceEelco Dolstra
2022-01-24Merge pull request #5945 from afishhh/masterThéophane Hufschmitt
2022-01-24Merge pull request #5960 from zombiezen/patch-1Eelco Dolstra
2022-01-24Merge pull request #5963 from FlorianFranzen/test-flake-gitEelco Dolstra
2022-01-24Tweak release notesEelco Dolstra
2022-01-24Merge pull request #5964 from pennae/fix-bulk-allocEelco Dolstra
2022-01-24Merge pull request #5965 from SuperSandro2000/nix-shell-rmEelco Dolstra
2022-01-24Merge pull request #5875 from hercules-ci/fix-large-drv-field-stack-overflowEelco Dolstra
2022-01-24Add a small documentation for `hiliteMatches`regnat
2022-01-23nix-shell: use clean rm, not any aliases/functionsSandro Jäckel
2022-01-22Merge pull request #5829 from NixOS/push-docker-image-to-docker-hubRok Garbas
2022-01-22allocate a GC root value for the Value cache pointerpennae
2022-01-22tests: skip flake search test if no git is presentFlorian Franzen
2022-01-21Correct NIX_BUILD_PATH default descriptionRoss Light
2022-01-21Add some tests for hiliteMatches in libutilFishhh
2022-01-21Move hilite_all into libutil and rename it to hiliteMatchesFishhh
2022-01-21derivations.cc: Use larger buffer in printString Robert Hensing
2022-01-21Merge pull request #5953 from edolstra/fix-realise-path-errorsEelco Dolstra
2022-01-21Adding docs regarding the docker image from masterRok Garbas
2022-01-21also tagging with latest commit with a `master` tagRok Garbas
2022-01-21Merge remote-tracking branch 'origin/master' into push-docker-image-to-docker...Rok Garbas
2022-01-21Fix exception handling around realisePath()Eelco Dolstra
2022-01-21Merge pull request #5949 from obsidiansystems/old-copyClosureEelco Dolstra
2022-01-21Merge pull request #5943 from NixOS/3204-fix-build-with-newer-nlohmann-jsonEelco Dolstra
2022-01-21Merge pull request #5942 from NixOS/5912-quieter-nix-why-dependsEelco Dolstra
2022-01-21Improve the description of the `--precise` optionThéophane Hufschmitt
2022-01-20Add back `copyClosure` for plain `StorePath`sJohn Ericson
2022-01-20Add some tests for multiple regex/match highlighting in `nix search`Hubert Głuchowski
2022-01-20Make `hilite_all` take an iterator of matches instead of a vector.Hubert Głuchowski
2022-01-20Merge pull request #5946 from obsidiansystems/delete-dead-codeThéophane Hufschmitt
2022-01-19Remove dead field in NixArgsJohn Ericson
2022-01-19Make `nix search` highlight all matches of a regexHubert Głuchowski
2022-01-19Make `nix search` highlight all regexesHubert Głuchowski
2022-01-19Replace withBuffer by boost small_vectorRobert Hensing
2022-01-19withBuffer: Make sure to hit the stack protectorRobert Hensing
2022-01-19withBuffer: avoid allocating a std::functionRobert Hensing