Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
fitzgen
/
source-map-mappings
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
40
Code
Issues
1
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
fitzgen
Datepicker
All time
Commit History
Commits on Feb 26, 2018
Merge pull request #18 from fitzgen/sort-subsequences
Show description for 197660f
fitzgen
authored
197660f
Copy full SHA for 197660f
Fix typo in doc comment
fitzgen
committed
34d1902
Copy full SHA for 34d1902
Commits on Feb 23, 2018
Bump to version 0.5.0
fitzgen
committed
12a2f8e
Copy full SHA for 12a2f8e
Merge remote-tracking branch 'fitzgen/master' into wip
fitzgen
committed
29d4653
Copy full SHA for 29d4653
Snip panicking functions that get included from std sort routines
fitzgen
committed
19f15aa
Copy full SHA for 19f15aa
Rearrange lazily computed data's accessors to have inline and out of line paths
Show description for c34628d
fitzgen
committed
c34628d
Copy full SHA for c34628d
Remove the custom, naive quick sort
Show description for 62cc058
fitzgen
committed
62cc058
Copy full SHA for 62cc058
Snip exported functions and some more things that are showing up now
fitzgen
committed
b90190c
Copy full SHA for b90190c
Show callers we've already seen if it is in other paths
fitzgen
committed
556987c
Copy full SHA for 556987c
Bucket original locations by source
fitzgen
committed
4001d7b
Copy full SHA for 4001d7b
Commits on Feb 20, 2018
Sort each generated line's subsequence, rather than all at once
fitzgen
committed
fcca966
Copy full SHA for fcca966
Commits on Feb 13, 2018
Merge pull request #17 from fitzgen/unmangled-symbols
Show description for c6ab950
fitzgen
authored
c6ab950
Copy full SHA for c6ab950
build.py: Handle mangled symbols on linux
fitzgen
committed
9bfa9dd
Copy full SHA for 9bfa9dd
Commits on Jan 19, 2018
Merge pull request #15 from fitzgen/fix-warnings-and-incorrect-size-in-from-raw-parts
Show description for 4d2ee85
fitzgen
authored
4d2ee85
Copy full SHA for 4d2ee85
Update VLQ dependency; bump to version 0.4.0
fitzgen
committed
0f47216
Copy full SHA for 0f47216
Provide correct size to `Vec::from_raw_parts`
Show description for 8a31719
fitzgen
committed
8a31719
Copy full SHA for 8a31719
`repr(u32)` is FFI safe, also `repr(C)` is not required
Show description for f64933e
fitzgen
committed
f64933e
Copy full SHA for f64933e
Make an unused import warning go away
Show description for a3cf51d
fitzgen
committed
a3cf51d
Copy full SHA for a3cf51d
Commits on Jan 11, 2018
Merge pull request #14 from fitzgen/stuff
Show description for 3a7cdab
fitzgen
authored
3a7cdab
Copy full SHA for 3a7cdab
Update CONTRIBUTING.md for build.py
fitzgen
committed
c48682d
Copy full SHA for c48682d
Create a script to manage building, snipping, and optimizing the wasm file
fitzgen
committed
e76dac2
Copy full SHA for e76dac2
Use `static mut` rather than `thread_local!` to save the last error
Show description for b79e146
fitzgen
committed
b79e146
Copy full SHA for b79e146
Don't optimize for size; its a 2x slow down and only saves 3k
fitzgen
committed
fb99d08
Copy full SHA for fb99d08
Only assert/panic in debug mode; abort directly in release mode
fitzgen
committed
261288a
Copy full SHA for 261288a
who-calls.py: fix max-depth=0 and print byte size on same line
fitzgen
committed
cfbb11e
Copy full SHA for cfbb11e
Commits on Jan 10, 2018
Add a mini size profiler utility for wasm
fitzgen
committed
179aaad
Copy full SHA for 179aaad
Edit Cargo.toml to enable debug info and -Os
fitzgen
committed
45d1e19
Copy full SHA for 45d1e19
Commits on Jan 3, 2018
Merge pull request #13 from fitzgen/bump-to-0.3.0
Show description for d8a282e
fitzgen
authored
d8a282e
Copy full SHA for d8a282e
Bump to version 0.3.0
fitzgen
committed
581828e
Copy full SHA for 581828e
Merge pull request #12 from fitzgen/same-sort-as-mozilla-souce-map
Show description for e70783a
fitzgen
authored
e70783a
Copy full SHA for e70783a
Use the same quick sort that mozilla/source-map does
fitzgen
committed
eafab67
Copy full SHA for eafab67
Commits on Jan 2, 2018
Merge pull request #11 from fitzgen/unstable-sort
Show description for bc35581
fitzgen
authored
bc35581
Copy full SHA for bc35581
Use unstable sorting
Show description for c30053b
fitzgen
committed
c30053b
Copy full SHA for c30053b
Merge pull request #10 from fitzgen/preallocate
Show description for 6e2bc97
fitzgen
authored
6e2bc97
Copy full SHA for 6e2bc97
Pre-allocate capacity for the parsed mappings
fitzgen
committed
e064928
Copy full SHA for e064928
Pagination
Previous
Next
You can’t perform that action at this time.