11 Commits

Author SHA1 Message Date
Brian Smith
da41b3b27e Add advice about imports and name qualification to STYLE.md. 2016-02-25 18:20:59 -10:00
Brian Smith
3ba9481cc2 Improve style guide regarding how to use Result<_, ()>. 2016-02-25 18:20:05 -10:00
Brian Smith
02e7716cda Fix some typos in STYLE.md. 2016-02-22 11:18:51 -10:00
Brian Smith
981b355617 Expand note about arrays and slices. 2016-02-22 10:20:01 -10:00
Brian Smith
a30533becf Remove unnecessary periods in STYLE.md. 2016-02-22 10:18:43 -10:00
Brian Smith
d6eb22d2b9 Add notes about error checking and arithmetic to STYLE.md. 2016-02-22 10:13:45 -10:00
Brian Smith
fb9931b576 Add note about casting to STYLE.md. 2016-02-22 10:13:13 -10:00
Brian Smith
063985413e Add notes about unsafe to the style guide. 2016-02-22 10:12:49 -10:00
Brian Smith
ba126545ca Use x[..n] instead of x[0..n].
Also, update the style guide.
2016-02-22 09:26:44 -10:00
David Benjamin
ecc2591b6c Update link to Google style guide.
Change-Id: I0c9d86f188cd20d256620ccbb46546678714e081
Reviewed-on: https://boringssl-review.googlesource.com/6386
Reviewed-by: Adam Langley <agl@google.com>
2015-11-03 02:02:12 +00:00
David Benjamin
0e3f1d80f8 Markdown-ify STYLE.
Since we're able to render it fancy, may as well.

Change-Id: Ia1ab4b7ad0cdd78c8ffb75342ee62365843e7d5f
Reviewed-on: https://boringssl-review.googlesource.com/5810
Reviewed-by: Adam Langley <agl@google.com>
2015-09-03 18:37:39 +00:00