-
Notifications
You must be signed in to change notification settings - Fork 322
Even more libs contributors #881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 6 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
5773425
Add fetching of repo contributors
rylev 826aa34
Add backtrace-rs
rylev 4104893
Add socket2
rylev 24f5027
Add people
rylev aec96c8
Add flate2
rylev 34af970
Add getopts
rylev 80de575
crate-maintainers not lib-contributors
rylev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
name = 'Alice Ryhl' | ||
github = 'Darksonn' | ||
github-id = 928074 | ||
email = '[email protected]' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
name = 'Thomas de Zeeuw' | ||
github = 'Thomasdezeeuw' | ||
github-id = 3159064 | ||
email = '[email protected]' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
name = 'Carl Lerche' | ||
github = 'carllerche' | ||
github-id = 6180 | ||
email = '[email protected]' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
name = 'chansuke' | ||
github = 'chansuke' | ||
github-id = 501052 | ||
email = '[email protected]' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
org = 'rust-lang' | ||
name = 'backtrace-rs' | ||
description = 'Backtraces in Rust' | ||
bots = [] | ||
|
||
[access.teams] | ||
libs-contributors = 'maintain' | ||
|
||
[access.individuals] | ||
alexcrichton = 'write' | ||
|
||
[[branch]] | ||
name = 'master' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
org = 'rust-lang' | ||
name = 'flate2-rs' | ||
description = 'DEFLATE, gzip, and zlib bindings for Rust' | ||
bots = [] | ||
|
||
[access.teams] | ||
libs-contributors = 'maintain' | ||
|
||
[access.individuals] | ||
alexcrichton = 'maintain' | ||
brson = 'write' | ||
|
||
[[branch]] | ||
name = 'main' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
org = 'rust-lang' | ||
name = 'getopts' | ||
description = 'The getopts repo maintained by the rust-lang project' | ||
bots = [] | ||
|
||
[access.teams] | ||
libs-contributors = 'maintain' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
org = 'rust-lang' | ||
name = 'socket2' | ||
description = 'Advanced configuration options for sockets.' | ||
bots = [] | ||
|
||
[access.teams] | ||
libs-contributors = 'maintain' | ||
|
||
[access.individuals] | ||
chansuke = 'triage' | ||
sfackler = 'maintain' | ||
Thomasdezeeuw = 'maintain' | ||
carllerche = 'maintain' | ||
Darksonn = 'maintain' | ||
|
||
[[branch]] | ||
name = 'master' | ||
ci-checks = [ | ||
'Rustfmt', | ||
'Test (beta)', | ||
'Test (macos)', | ||
'Test (nightly)', | ||
'Test (stable)', | ||
'Test (windows)', | ||
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.