aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-28fixup! fix errors case and wordingGuillaume Maudoux
2022-04-28No point in passing string_views by referenceGuillaume Maudoux
2022-04-28Better document error location indentGuillaume Maudoux
2022-04-28fix errors case and wordingGuillaume Maudoux
2022-03-18Explain current error trace implGuillaume Maudoux
2022-03-18Try to fix issues with macos clang, v3Guillaume Maudoux
2022-03-18Try to fix issues with macos clang, v2Guillaume Maudoux
2022-03-18Try to fix issues with macos clangGuillaume Maudoux
2022-03-18Fix some error kind mismatchesGuillaume Maudoux
2022-03-18fixup! Merge remote-tracking branch 'origin/master' into coerce-stringGuillaume Maudoux
2022-03-18Merge remote-tracking branch 'origin/master' into coerce-stringGuillaume Maudoux
2022-03-18Revert extra colon at end os stringsGuillaume Maudoux
2022-03-18Refactor to use more traces and less string manipulationsGuillaume Maudoux
2022-03-17Merge pull request #6277 from thufschmitt/ca/nix-build-dry-runEelco Dolstra
2022-03-17Merge branch 'avoid-quadratic-gc' of https://github.com/trofi/nixEelco Dolstra
2022-03-17gc: don't visit implicit referrers on garbage collectionSergei Trofimovich
2022-03-17Merge pull request #6270 from Artturin/stdinevalThéophane Hufschmitt
2022-03-17Fix `nix build --dry-run` with CA derivationsThéophane Hufschmitt
2022-03-17Merge pull request #6242 from ncfavier/print-output-namesThéophane Hufschmitt
2022-03-16Add some tests for `nix-env -q --json`Théophane Hufschmitt
2022-03-16nix-env: print a final newline after JSONNaïm Favier
2022-03-16nix-env: always print output names in JSON and XMLNaïm Favier
2022-03-16Merge pull request #6267 from nomeata/patch-1Théophane Hufschmitt
2022-03-16add tests for nix eval and nix-instantiateArtturin
2022-03-16nix: allow using --file - to read from stdinArtturin
2022-03-16distributed-builds.md: fixing typo of the most minor sortJoachim Breitner
2022-03-16Merge pull request #6245 from trofi/fix-nix-store-gc-limit-auto-optimise-storeEelco Dolstra
2022-03-16Merge pull request #6264 from thufschmitt/fix-32bits-testsEelco Dolstra
2022-03-16Fix the date in the comment of fetchPath’s testThéophane Hufschmitt
2022-03-15Merge pull request #6229 from obsidiansystems/refactor-hash-moduloThéophane Hufschmitt
2022-03-15Fix the tests on 32bits machinesregnat
2022-03-15Merge pull request #6119 from Ma27/path-mtimeThéophane Hufschmitt
2022-03-15Implement simple test for `path`-fetcher setting a correct `lastModifiedDate`Maximilian Bosch
2022-03-15libfetchers: remove obsolete filesystem #includeMaximilian Bosch
2022-03-15libfetchers/path: set `lastModified` to path's mtimeMaximilian Bosch
2022-03-14Merge pull request #6244 from Artturin/nixenvbettermessageEelco Dolstra
2022-03-14Merge pull request #6220 from obsidiansystems/log-storeThéophane Hufschmitt
2022-03-14Merge pull request #6248 from thkoch2001/patch-1Eelco Dolstra
2022-03-13Add documentation= entry to systemd unit filethkoch2001
2022-03-13nix store gc: account for auto-optimised storeSergei Trofimovich
2022-03-13nix-env: Add a suggestion for when there's a name collision in channelsArtturin
2022-03-11Reduce variants for derivation hash moduloJohn Ericson
2022-03-11Merge pull request #6230 from obsidiansystems/nix-build-derived-pathEelco Dolstra
2022-03-11Desugar `StorePathWithOutputs` in nix-build implementationJohn Ericson
2022-03-11Deduplicate the Store downcasting with a templateJohn Ericson
2022-03-11Factor out a `LogStore` interfaceJohn Ericson
2022-03-11`GcStore::resolve` should print the URIJohn Ericson
2022-03-11Rename `requireGcStore` to `GcStore::require`John Ericson
2022-03-11Merge remote-tracking branch 'origin/eval-suggestions'Eelco Dolstra
2022-03-11Merge pull request #5865 from pennae/memory-friendlinessEelco Dolstra