]> git.lizzy.rs Git - rust.git/commit
Import rust-guidlines
authorSteve Klabnik <steve@steveklabnik.com>
Sat, 14 Feb 2015 17:02:45 +0000 (12:02 -0500)
committerSteve Klabnik <steve@steveklabnik.com>
Mon, 16 Feb 2015 22:04:16 +0000 (17:04 -0500)
commit96bea5eb72d397d30f4717ab63cc868f974d453b
treea69f25ec95c6f9ad4718a9832bbd2ad42c549d2e
parentdf54632601ee01b1ff0e608d9e33fc865c1f2598
Import rust-guidlines

at https://github.com/rust-lang/rust-guidelines/commit/16fa41b3b091e7e532c809c7145dd88b8e4a5513

Fixes #19315
59 files changed:
mk/docs.mk
src/doc/style/.gitignore [new file with mode: 0644]
src/doc/style/README.md [new file with mode: 0644]
src/doc/style/SUMMARY.md [new file with mode: 0644]
src/doc/style/changing/README.md [new file with mode: 0644]
src/doc/style/changing/post-1-0.md [new file with mode: 0644]
src/doc/style/changing/pre-1-0.md [new file with mode: 0644]
src/doc/style/changing/unclear.md [new file with mode: 0644]
src/doc/style/errors/README.md [new file with mode: 0644]
src/doc/style/errors/ergonomics.md [new file with mode: 0644]
src/doc/style/errors/handling.md [new file with mode: 0644]
src/doc/style/errors/propagation.md [new file with mode: 0644]
src/doc/style/errors/signaling.md [new file with mode: 0644]
src/doc/style/features/README.md [new file with mode: 0644]
src/doc/style/features/crates.md [new file with mode: 0644]
src/doc/style/features/functions-and-methods/README.md [new file with mode: 0644]
src/doc/style/features/functions-and-methods/convenience.md [new file with mode: 0644]
src/doc/style/features/functions-and-methods/input.md [new file with mode: 0644]
src/doc/style/features/functions-and-methods/output.md [new file with mode: 0644]
src/doc/style/features/let.md [new file with mode: 0644]
src/doc/style/features/loops.md [new file with mode: 0644]
src/doc/style/features/match.md [new file with mode: 0644]
src/doc/style/features/modules.md [new file with mode: 0644]
src/doc/style/features/traits/README.md [new file with mode: 0644]
src/doc/style/features/traits/common.md [new file with mode: 0644]
src/doc/style/features/traits/extensions.md [new file with mode: 0644]
src/doc/style/features/traits/generics.md [new file with mode: 0644]
src/doc/style/features/traits/objects.md [new file with mode: 0644]
src/doc/style/features/traits/overloading.md [new file with mode: 0644]
src/doc/style/features/traits/reuse.md [new file with mode: 0644]
src/doc/style/features/types/README.md [new file with mode: 0644]
src/doc/style/features/types/conversions.md [new file with mode: 0644]
src/doc/style/features/types/newtype.md [new file with mode: 0644]
src/doc/style/ownership/README.md [new file with mode: 0644]
src/doc/style/ownership/builders.md [new file with mode: 0644]
src/doc/style/ownership/cell-smart.md [new file with mode: 0644]
src/doc/style/ownership/constructors.md [new file with mode: 0644]
src/doc/style/ownership/destructors.md [new file with mode: 0644]
src/doc/style/ownership/raii.md [new file with mode: 0644]
src/doc/style/platform.md [new file with mode: 0644]
src/doc/style/safety/README.md [new file with mode: 0644]
src/doc/style/safety/lib-guarantees.md [new file with mode: 0644]
src/doc/style/safety/unsafe.md [new file with mode: 0644]
src/doc/style/style/README.md [new file with mode: 0644]
src/doc/style/style/braces.md [new file with mode: 0644]
src/doc/style/style/comments.md [new file with mode: 0644]
src/doc/style/style/features.md [new file with mode: 0644]
src/doc/style/style/imports.md [new file with mode: 0644]
src/doc/style/style/naming/README.md [new file with mode: 0644]
src/doc/style/style/naming/containers.md [new file with mode: 0644]
src/doc/style/style/naming/conversions.md [new file with mode: 0644]
src/doc/style/style/naming/iterators.md [new file with mode: 0644]
src/doc/style/style/naming/ownership.md [new file with mode: 0644]
src/doc/style/style/optional.md [new file with mode: 0644]
src/doc/style/style/organization.md [new file with mode: 0644]
src/doc/style/style/whitespace.md [new file with mode: 0644]
src/doc/style/testing/README.md [new file with mode: 0644]
src/doc/style/testing/unit.md [new file with mode: 0644]
src/doc/style/todo.md [new file with mode: 0644]