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
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 }}
jay2013
/
fish-shell
Public
forked from
fish-shell/fish-shell
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
fish-shell
parser.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 28, 2014
Attempt to silence some warnings
ridiculousfish
committed
58ebdd4
View commit details
Copy full SHA for 58ebdd4
View code at this point
Browse repository at this point
Commits on Apr 14, 2014
Remove the now-unused parser_t::job_create
ridiculousfish
committed
8ed0887
View commit details
Copy full SHA for 8ed0887
View code at this point
Browse repository at this point
Eliminate the parser_use_ast switch, which does nothing, and
Show description for 7a75e73
ridiculousfish
committed
7a75e73
View commit details
Copy full SHA for 7a75e73
View code at this point
Browse repository at this point
Commits on Mar 31, 2014
Run restyle.sh to enforce style rules.
ridiculousfish
committed
0d3169e
View commit details
Copy full SHA for 0d3169e
View code at this point
Browse repository at this point
Commits on Mar 27, 2014
Teach parser_t how to parse an argument list that contains newlines, for
Show description for 62b3ed1
ridiculousfish
committed
62b3ed1
View commit details
Copy full SHA for 62b3ed1
View code at this point
Browse repository at this point
Commits on Mar 22, 2014
Excise use of parser_t's error() functionality. Thread a
Show description for ad63670
ridiculousfish
committed
ad63670
View commit details
Copy full SHA for ad63670
View code at this point
Browse repository at this point
Commits on Mar 21, 2014
Remove current_tokenizer and current_tokenizer_pos from old parser
ridiculousfish
committed
c71b168
View commit details
Copy full SHA for c71b168
View code at this point
Browse repository at this point
Remove additional dead code from old parser
ridiculousfish
committed
4deb462
View commit details
Copy full SHA for 4deb462
View code at this point
Browse repository at this point
Rewrite parser_t::test_args and parser_t::eval_args to use new parser
ridiculousfish
committed
e5ef45e
View commit details
Copy full SHA for e5ef45e
View code at this point
Browse repository at this point
Rewrite parser_t::eval_args to use new AST parser
ridiculousfish
committed
1c58b6d
View commit details
Copy full SHA for 1c58b6d
View code at this point
Browse repository at this point
Rewrite parser_t::current_line() to respect new parser
ridiculousfish
committed
1305c02
View commit details
Copy full SHA for 1305c02
View code at this point
Browse repository at this point
Fix line number reporting in new parser
ridiculousfish
committed
3cfdc6d
View commit details
Copy full SHA for 3cfdc6d
View code at this point
Browse repository at this point
Removing some variables from parser_t that are no longer used in the new
Show description for 8ec73b2
ridiculousfish
committed
8ec73b2
View commit details
Copy full SHA for 8ec73b2
View code at this point
Browse repository at this point
Commits on Mar 16, 2014
Merge branch 'master' into parser_cleanup
ridiculousfish
committed
5c54ef7
View commit details
Copy full SHA for 5c54ef7
View code at this point
Browse repository at this point
Commits on Mar 15, 2014
Remove support for invoking old pager
ridiculousfish
committed
6c09619
View commit details
Copy full SHA for 6c09619
View code at this point
Browse repository at this point
Fix for extra newline that gets appended if a command is not found in
Show description for 20f9dd9
ridiculousfish
committed
20f9dd9
View commit details
Copy full SHA for 20f9dd9
View code at this point
Browse repository at this point
Commits on Mar 2, 2014
Clean up various block types and state as part of new parser
ridiculousfish
committed
cc12225
View commit details
Copy full SHA for cc12225
View code at this point
Browse repository at this point
Remove obviated builtins and additional cleanup of old parser
ridiculousfish
committed
6b3a37c
View commit details
Copy full SHA for 6b3a37c
View code at this point
Browse repository at this point
Merge branch 'master' into parser_cleanup
ridiculousfish
committed
b187125
View commit details
Copy full SHA for b187125
View code at this point
Browse repository at this point
Implement status -n (line number) with new parser
ridiculousfish
committed
d232a0f
View commit details
Copy full SHA for d232a0f
View code at this point
Browse repository at this point
Commits on Mar 1, 2014
Begin removing remnants of old parser
ridiculousfish
committed
84ea96f
View commit details
Copy full SHA for 84ea96f
View code at this point
Browse repository at this point
Commits on Feb 28, 2014
Revert "Merge pull request #1317 from pullreq/cpp"
Show description for be33d3f
ridiculousfish
committed
be33d3f
View commit details
Copy full SHA for be33d3f
View code at this point
Browse repository at this point
Enable new parser by default (!). Fixes #557.
Show description for 0e991c5
ridiculousfish
committed
0e991c5
View commit details
Copy full SHA for 0e991c5
View code at this point
Browse repository at this point
Commits on Feb 27, 2014
Fixes .c -> .cpp in comments. For doxygen.
Geoff Nixon
committed
18dd6f5
View commit details
Copy full SHA for 18dd6f5
View code at this point
Browse repository at this point
Dead stores
Geoff Nixon
committed
ddcd2b0
View commit details
Copy full SHA for ddcd2b0
View code at this point
Browse repository at this point
Commits on Feb 23, 2014
Turn on the new pager by default, as described in #291
ridiculousfish
committed
de2eea0
View commit details
Copy full SHA for de2eea0
View code at this point
Browse repository at this point
Commits on Feb 20, 2014
Fix to stop reporting config.fish execution as coming from "standard
Show description for adf5b03
ridiculousfish
committed
adf5b03
View commit details
Copy full SHA for adf5b03
View code at this point
Browse repository at this point
Commits on Feb 17, 2014
Tweak error reporting in new parser to use fewer lines
ridiculousfish
committed
2e1024d
View commit details
Copy full SHA for 2e1024d
View code at this point
Browse repository at this point
Commits on Feb 9, 2014
Partially rework profiling. Fix profiling crash with new parser. Fixes
Show description for 414530c
ridiculousfish
committed
414530c
View commit details
Copy full SHA for 414530c
View code at this point
Browse repository at this point
Commits on Jan 25, 2014
Add fish_new_pager variable to enable new pager on request, disabled by default.
ridiculousfish
committed
0fbddb0
View commit details
Copy full SHA for 0fbddb0
View code at this point
Browse repository at this point
Commits on Jan 15, 2014
Update style and formatting to conform to fish style guide.
ridiculousfish
committed
5381498
View commit details
Copy full SHA for 5381498
View code at this point
Browse repository at this point
Commits on Jan 13, 2014
Further cleanup and improvements to error messages
ridiculousfish
committed
6fc1d7d
View commit details
Copy full SHA for 6fc1d7d
View code at this point
Browse repository at this point
Support for special && and || error messages in new parser
ridiculousfish
committed
95f87cd
View commit details
Copy full SHA for 95f87cd
View code at this point
Browse repository at this point
Turn off new parser for execution by default in preparation for merge
Show description for 51c18e3
ridiculousfish
committed
51c18e3
View commit details
Copy full SHA for 51c18e3
View code at this point
Browse repository at this point
Eliminate class parse_t
ridiculousfish
committed
096f850
View commit details
Copy full SHA for 096f850
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.