aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-04-28nix: Support the --repair flagEelco Dolstra
2023-04-25FormattingEelco Dolstra
2023-04-25nix build --json: Only show non-zero startTime / stopTimeEelco Dolstra
2023-04-25TarArchive: Remove a duplicate constant and increase the buffer sizeEelco Dolstra
2023-04-24Add some more SourcePath docsEelco Dolstra
2023-04-24Document tMiscEelco Dolstra
2023-04-24Merge remote-tracking branch 'origin/master' into source-pathEelco Dolstra
2023-04-21Use `std::set<StringContextElem>` not `PathSet` for string contextsJohn Ericson
2023-04-19Merge pull request #8233 from wentasah/narinfo-corrupt-reasonThéophane Hufschmitt
2023-04-18Merge pull request #8220 from accelbread/whitelist-commit-lockfile-summaryRobert Hensing
2023-04-18src/nix/flake.md: Itemize safe nixConfigsRobert Hensing
2023-04-18Make "NAR info file is corrupt" messages more informativeMichal Sojka
2023-04-17Gate experimental features in `DerivationOutput::fromJSON`John Ericson
2023-04-17Merge pull request #8230 from obsidiansystems/daemon-trust-overrideRobert Hensing
2023-04-17Experimentally allow forcing `nix-daemon` trust; use this to testJohn Ericson
2023-04-17Fix some issues with experimental config settingsJohn Ericson
2023-04-17Merge pull request #6312 from obsidiansystems/keyed-build-resultRobert Hensing
2023-04-17Merge pull request #3746 from obsidiansystems/path-infoRobert Hensing
2023-04-17Explain various `.self = false,`John Ericson
2023-04-17Merge pull request #7732 from hercules-ci/make-initLibStore-viable-alternativeJohn Ericson
2023-04-17Merge remote-tracking branch 'upstream/master' into source-pathRobert Hensing
2023-04-17Merge pull request #8193 from hercules-ci/dry-stringsRobert Hensing
2023-04-16Mark experimental configuration settings programmaticallyJohn Ericson
2023-04-16libexpr: Move identifier-like printing to print.ccRobert Hensing
2023-04-16libexpr/value/print.* -> libexpr/print.*Robert Hensing
2023-04-16printLiteral: Do not overloadRobert Hensing
2023-04-15FormatRobert Hensing
2023-04-15Introduce `SingleDrvOutputs`John Ericson
2023-04-15Make restarting state machines explicitJohn Ericson
2023-04-15Make `KeyedBuildResult`, `BuildResult` like before, and fix bug another wayJohn Ericson
2023-04-15Introduce `Worker::makeGoal`John Ericson
2023-04-15Merge pull request #8214 from raphaelr/installable-derived-path-warnRobert Hensing
2023-04-14Legacy vs non-legacy `to_string`/`parse` for `DerivedPath`John Ericson
2023-04-14Whitelist commit-lockfile-summary in flake nixConfigArchit Gupta
2023-04-14Merge pull request #8174 from NixOS/gloss-xp-features-note-installablesJohn Ericson
2023-04-14Merge pull request #8217 from obsidiansystems/push-get-fs-accessor-unsupporte...Robert Hensing
2023-04-14Start cross-referencing experimental featuresJohn Ericson
2023-04-14Merge pull request #8199 from tweag/fix-sqlite-busy-reportingEelco Dolstra
2023-04-14Merge pull request #8176 from tweag/rename-confusing-write-methodEelco Dolstra
2023-04-14Display valid installable in InstallableDerivedPath::parse warningRaphael Robatsch
2023-04-13Push `getFSAccessor` `unsupported(...)` down `Store` class hierarchyJohn Ericson
2023-04-11Move warning timing logic into handleSQLiteBusy.Ben Radford
2023-04-11Do not gate or hide experimental settingsJohn Ericson
2023-04-11Merge pull request #8170 from tweag/fix-aarch64-buildEelco Dolstra
2023-04-11Warn after a second of being busy instead of immediately.Ben Radford
2023-04-11Merge pull request #7798 from peeley/list-experimental-featuresEelco Dolstra
2023-04-11NitpicksEelco Dolstra
2023-04-09Deduplicate string literal rendering, fix 4909Robert Hensing
2023-04-07Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2023-04-07Tidy up and comment daemon CLIJohn Ericson