Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions concepts/&str/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/anonymous-lifetime/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/arc/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/async/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/booleans/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/borrow-trait/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/box/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/btreemap/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/casting/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/cell-and-refcell/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/channels/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/char/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/closures/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
1 change: 1 addition & 0 deletions concepts/closures/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO
1 change: 1 addition & 0 deletions concepts/closures/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO
1 change: 1 addition & 0 deletions concepts/closures/links.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
5 changes: 5 additions & 0 deletions concepts/collect/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/conditionals/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/const-and-static/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/count-and-sum/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/deref-coercion/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/derive/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/designing-custom-traits/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
7 changes: 7 additions & 0 deletions concepts/destructuring/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "Breaking tuples and structs into distinct named components",
"authors": [
"coriolinus"
],
"contributors": []
}
7 changes: 7 additions & 0 deletions concepts/entry-api/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "Entry API for accessing and editing possibly-missing values in maps",
"authors": [
"seanchen1991"
],
"contributors": []
}
7 changes: 7 additions & 0 deletions concepts/enums-basic/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "Basic enums: usage and creation with non-data-carrying variants",
"authors": [
"efx"
],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/enums/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/explicit-return/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/external-crates/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/external-traits-as-bounds/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
8 changes: 8 additions & 0 deletions concepts/floating-point-numbers/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"blurb": "Non-integral numeric types and usage",
"authors": [
"LewisClement",
"efx"
],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/fold/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/format-macro/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/from-into-iterator/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/functions/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/futures/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/generics/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/hashmap/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
1 change: 1 addition & 0 deletions concepts/hashmap/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO
1 change: 1 addition & 0 deletions concepts/hashmap/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO
1 change: 1 addition & 0 deletions concepts/hashmap/links.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
5 changes: 5 additions & 0 deletions concepts/hashmaps/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "Efficient map type provided by the stdlib for hashable keys",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/hashset/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/higher-order-functions/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
1 change: 1 addition & 0 deletions concepts/higher-order-functions/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO
1 change: 1 addition & 0 deletions concepts/higher-order-functions/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO
1 change: 1 addition & 0 deletions concepts/higher-order-functions/links.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
5 changes: 5 additions & 0 deletions concepts/if-while-let/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/impl-blocks/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/implementing-traits/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
8 changes: 8 additions & 0 deletions concepts/integers/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"blurb": "Integral numeric types and usage",
"authors": [
"LewisClement",
"efx"
],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/intro-fn/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "Introduction to the definition and use of functions",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/intro-types/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "Introduction to definition and use of custom types",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/iterator-usage/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/lazy-evaluation/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/lifetimes/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/logical-operators/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/loops/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/macros-declarative/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/macros-procedural/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/map-and-filter/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/match-basics/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/match-destructuring/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/methods/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/move-semantics/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/mutability/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/mutex/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/newtype-pattern/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/numeric-traits/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "",
"authors": [],
"contributors": []
}
8 changes: 8 additions & 0 deletions concepts/option/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"blurb": "Option<T>: a T which may or may not be there",
"authors": [
"seanchen1991",
"coriolinus"
],
"contributors": []
}
Loading