aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-16printMsg replacement by printInfoSolène Rapenne
2022-12-14warnings: switch to info level when using a saved substituterSolène Rapenne
2022-12-13Merge pull request #7454 from tweag/build-no-gc-in-hydraEelco Dolstra
2022-12-13Build Nix with the GC disabled in hydraThéophane Hufschmitt
2022-12-13Merge pull request #6741 from Mindavi/nix-no-gcThéophane Hufschmitt
2022-12-12support building with --enable-gc=noRick van Schijndel
2022-12-12Merge pull request #7334 from chaoflow/stack-trace-orderValentin Gagarin
2022-12-12Simplify loop, feedback from @tfc and @Ericson2314Florian Friesdorf
2022-12-12Fix stack context notes to not rely on orderJohn Ericson
2022-12-12Show stack trace above error messageFlorian Friesdorf
2022-12-12Don't reverse stack trace when showingFlorian Friesdorf
2022-12-12Merge pull request #7436 from edolstra/enable-lang-testsEelco Dolstra
2022-12-12Merge pull request #5420 from bew/allow-disable-global-registryThéophane Hufschmitt
2022-12-12Fix reference to test directory pathEelco Dolstra
2022-12-12Fix unused variable warningEelco Dolstra
2022-12-12Enable some language tests that were accidentally disabledEelco Dolstra
2022-12-12Allow to disable global flake-registry with ""Benoit de Chezelles
2022-12-12Merge pull request #7448 from edolstra/remove-auto-assignEelco Dolstra
2022-12-12Merge pull request #7423 from edolstra/legacy-cli-flakesEelco Dolstra
2022-12-12Add docs from the lazy-trees branchEelco Dolstra
2022-12-12Add links to the manualEelco Dolstra
2022-12-12Support flake references in the old CLIEelco Dolstra
2022-12-12Move isUri() and resolveUri() out of filetransfer.ccEelco Dolstra
2022-12-12Merge pull request #7421 from edolstra/lazy-trees-trivial-changesEelco Dolstra
2022-12-12Remove auto assignEelco Dolstra
2022-12-12Tweak NIX_PATH descriptionEelco Dolstra
2022-12-12-I description: Use -I examplesEelco Dolstra
2022-12-12Fix indentationEelco Dolstra
2022-12-12Use get_ptr()Eelco Dolstra
2022-12-12Manual improvementsEelco Dolstra
2022-12-12CleanupEelco Dolstra
2022-12-12Update URLEelco Dolstra
2022-12-12Optimize string concatenationEelco Dolstra
2022-12-12Merge pull request #7441 from andir/ignoreEnforceDeterminismThéophane Hufschmitt
2022-12-10Ignore the enforceDeterminism valueAndreas Rammhold
2022-12-09Merge pull request #7435 from edolstra/remove-repeat-testsEelco Dolstra
2022-12-09Remove tests for --repeatEelco Dolstra
2022-12-09Merge pull request #7324 from CircuitCoder/masterThéophane Hufschmitt
2022-12-09Merge pull request #6645 from Artturin/limitinfinityThéophane Hufschmitt
2022-12-09Merge pull request #7409 from tweag/fix-6383Théophane Hufschmitt
2022-12-08Merge pull request #7379 from fricklerhandwerk/refactor-generate-optionsThéophane Hufschmitt
2022-12-07Merge pull request #7404 from ncfavier/tmpdir-testsThéophane Hufschmitt
2022-12-07Merge pull request #7414 from hercules-ci/version-newlineEelco Dolstra
2022-12-07Merge pull request #7099 from lheckemann/remove-repeatEelco Dolstra
2022-12-07do not render links in man pagesValentin Gagarin
2022-12-07use HTML anchors for config parametersValentin Gagarin
2022-12-07Merge branch 'master' into remove-repeatEelco Dolstra
2022-12-07Trivial changes from the lazy-trees branchEelco Dolstra
2022-12-07flake.nix: Use nixpkgs.lib.fileContentsRobert Hensing
2022-12-07Post build hook signing (#7408)endgame