Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.
Permalink

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/lldb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: rust-release-60
Choose a base ref
...
head repository: llvm-mirror/lldb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
Showing 7,307 changed files with 247,268 additions and 613,844 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -26,6 +26,7 @@
# OS X specific files.
.DS_store
DerivedData/
*.noindex

# Remote build configuration files.
.remote-build.conf
@@ -37,8 +38,6 @@ ninja/
*xcuserdata
test/20*
__pycache__/
*.lock
*.so

clang-module-cache

@@ -53,7 +52,3 @@ tags
# Ignore test trace directories.
20??-??-??-??_??_??/

# Ignore crashlog support files.
crashinfo.lock
crashinfo.so

Loading