-
Notifications
You must be signed in to change notification settings - Fork 261
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: rust-lang/backtrace-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6ffa2c3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: rust-lang/backtrace-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e8404c8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 11 files changed
- 4 contributors
Commits on Mar 17, 2020
-
Support line-tables-only when using libbacktrace (#303)
* Add test case for line-tables-only * Support line-tables-only when using libbacktrace Previously when `backtrace_pcinfo` succeeded, but failed to obtain a filename or a function name, the line number would be ignored. Instead, when successful combine all available information. For example, when using clang `-g1` or `-gline-tables-only` before: ``` 1: baz 2: bar 3: foo ``` and after: ``` 1: baz at src/callback.c:5 2: bar at src/callback.c:9 3: foo at src/callback.c:13 ``` Co-authored-by: Tomasz Miąsko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 704b55c - Browse repository at this point
Copy the full SHA 704b55cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8951b7 - Browse repository at this point
Copy the full SHA d8951b7View commit details
Commits on Mar 24, 2020
-
Update libbacktrace to latest master (#299)
* Update libbacktrace to latest master * Temporarily switch to t6/libbacktrace which has 5d4a5ff0d17040b5dd5dfaf2c3694b9a7b67b85d * Define HAVE_MACH_O_DYLD_H on macOS
Tobias Kortkamp authoredMar 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 703aeee - Browse repository at this point
Copy the full SHA 703aeeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c83b0c - Browse repository at this point
Copy the full SHA 4c83b0cView commit details -
Define HAVE_KERN_PROC on FreeBSD to fix rust-lang/rust#54434 (#294)
* Define HAVE_KERN_PROC on FreeBSD to fix rust-lang/rust#54434 For the same reason define HAVE_KERN_PROC_ARGS on NetBSD. This depends on having [1] available in libbacktrace. [1] ianlancetaylor/libbacktrace@0f06cda * Add dragonfly too
Tobias Kortkamp authoredMar 24, 2020 Configuration menu - View commit details
-
Copy full SHA for f823290 - Browse repository at this point
Copy the full SHA f823290View commit details -
Configuration menu - View commit details
-
Copy full SHA for b32b50e - Browse repository at this point
Copy the full SHA b32b50eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4928ca6 - Browse repository at this point
Copy the full SHA 4928ca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c70f2b - Browse repository at this point
Copy the full SHA 1c70f2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 294ee13 - Browse repository at this point
Copy the full SHA 294ee13View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8404c8 - Browse repository at this point
Copy the full SHA e8404c8View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 6ffa2c3...e8404c8