Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
nixy
/
nix
Public
forked from
NixOS/nix
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
fast-eval
User selector
All users
All time
Commit history
Commits on May 12, 2010
* Print attributes in sorted order.
edolstra
committed
bd25ac2
View commit details
Copy full SHA for bd25ac2
Browse repository at this point
* Implemented tryEval, the last missing primop in the fast-eval
Show description for 81a4b4e
edolstra
committed
81a4b4e
View commit details
Copy full SHA for 81a4b4e
Browse repository at this point
Commits on May 7, 2010
edolstra
committed
1a8eb6e
View commit details
Copy full SHA for 1a8eb6e
Browse repository at this point
* Sync with the trunk.
edolstra
committed
83dfa89
View commit details
Copy full SHA for 83dfa89
Browse repository at this point
* Store position info for inherited attributes.
edolstra
committed
01e58ad
View commit details
Copy full SHA for 01e58ad
Browse repository at this point
* Updated addErrorContext.
edolstra
committed
83d7b89
View commit details
Copy full SHA for 83d7b89
Browse repository at this point
* Keep track of the source positions of attributes.
edolstra
committed
e2d5e40
View commit details
Copy full SHA for e2d5e40
Browse repository at this point
Commits on May 6, 2010
* Store attribute positions in the AST and report duplicate attribute
Show description for 84ce7ac
edolstra
committed
84ce7ac
View commit details
Copy full SHA for 84ce7ac
Browse repository at this point
Commits on May 5, 2010
buildenv: Special-case Python's `site.py' and `site.pyc'.
Show description for 4750065
civodul
committed
4750065
View commit details
Copy full SHA for 4750065
Browse repository at this point
Commits on May 3, 2010
buildenv: Special-case Python's `easy-install.pth' files.
Show description for 4bab25a
civodul
committed
4bab25a
View commit details
Copy full SHA for 4bab25a
Browse repository at this point
Commits on Apr 27, 2010
edolstra
committed
c82782f
View commit details
Copy full SHA for c82782f
Browse repository at this point
Commits on Apr 25, 2010
Fixing a typo in the nix-store manual, that could confuse a bit too much (--delete/--gc)
Lluís Batlle i Rossell
committed
d77331d
View commit details
Copy full SHA for d77331d
Browse repository at this point
Commits on Apr 23, 2010
* Don't need the test program anymore.
edolstra
committed
2be6118
View commit details
Copy full SHA for 2be6118
Browse repository at this point
Commits on Apr 22, 2010
* Simplify the implementation of `with'. This gives a 7% speedup in
Show description for 0bc468f
edolstra
committed
0bc468f
View commit details
Copy full SHA for 0bc468f
Browse repository at this point
edolstra
committed
ee0384f
View commit details
Copy full SHA for ee0384f
Browse repository at this point
* Check for duplicate attribute names / function arguments. `make
Show description for ebade9f
edolstra
committed
ebade9f
View commit details
Copy full SHA for ebade9f
Browse repository at this point
* String equality tests should take the context into account. All the
Show description for 2d76365
edolstra
committed
2d76365
View commit details
Copy full SHA for 2d76365
Browse repository at this point
Commits on Apr 21, 2010
* Don't use an ostringstream in unparseDerivation(), because it's
Show description for 6bbfe95
edolstra
committed
6bbfe95
View commit details
Copy full SHA for 6bbfe95
Browse repository at this point
* Update the expected test output (no longer an ATerm).
edolstra
committed
7148df7
View commit details
Copy full SHA for 7148df7
Browse repository at this point
* Fix the interpretation of ''\<character> in indented strings.
edolstra
committed
6f0f164
View commit details
Copy full SHA for 6f0f164
Browse repository at this point
* Because --parse-only no longer produces an ATerm, don't check the
Show description for cae4efd
edolstra
committed
cae4efd
View commit details
Copy full SHA for cae4efd
Browse repository at this point
* Fixed builtins.genericClosure.
edolstra
committed
0777448
View commit details
Copy full SHA for 0777448
Browse repository at this point
* Store user environment manifests as a Nix expression in
Show description for fe2d869
edolstra
committed
fe2d869
View commit details
Copy full SHA for fe2d869
Browse repository at this point
Commits on Apr 19, 2010
* Drop the dependency on the ATerm library.
edolstra
committed
f3b8833
View commit details
Copy full SHA for f3b8833
Browse repository at this point
* Don't use the ATerm library for parsing/printing .drv files.
edolstra
committed
efc7a57
View commit details
Copy full SHA for efc7a57
Browse repository at this point
* Added parsing of manifests in ATerm format.
edolstra
committed
55b5ddd
View commit details
Copy full SHA for 55b5ddd
Browse repository at this point
* Refactoring: move the user environment stuff into its own module.
edolstra
committed
b7ff69e
View commit details
Copy full SHA for b7ff69e
Browse repository at this point
Commits on Apr 16, 2010
* Updated some more primops.
edolstra
committed
5c31995
View commit details
Copy full SHA for 5c31995
Browse repository at this point
* _combineChannels shouldn't be an integer.
edolstra
committed
8bb0210
View commit details
Copy full SHA for 8bb0210
Browse repository at this point
* Improve sharing a bit.
edolstra
committed
8ca4a00
View commit details
Copy full SHA for 8ca4a00
Browse repository at this point
* Remove some redundant tests.
edolstra
committed
497e4ad
View commit details
Copy full SHA for 497e4ad
Browse repository at this point
* In an nested `with' where the inner with is a variable (`with ...;
Show description for 02c1dac
edolstra
committed
02c1dac
View commit details
Copy full SHA for 02c1dac
Browse repository at this point
Commits on Apr 15, 2010
* Store lists as lists of pointers to values rather than as lists of
Show description for 04c4bd3
edolstra
committed
04c4bd3
View commit details
Copy full SHA for 04c4bd3
Browse repository at this point
Commits on Apr 14, 2010
* Better stats.
edolstra
committed
e41b582
View commit details
Copy full SHA for e41b582
Browse repository at this point
* Implemented inherit.
edolstra
committed
d39d3c6
View commit details
Copy full SHA for d39d3c6
Browse repository at this point
Previous
Next
You can’t perform that action at this time.