1. 549b6072 Convert styleguide to markdown by lod · 8 years ago
  2. 16a737c Remove warning about std::map::emplace by jdoerrie · 8 years ago
  3. 6c681f2 Change link to Web Development style guide by dbeam · 8 years ago
  4. 3dcdf86 Revert of Update Python style guide to point out exceptions only apply to legacy scripts (patchset #3 id:40001 of https://codereview.chromium.org/2626863005/ ) by thakis · 8 years ago
  5. 1262351 Update preferred style of spelling enums. by thakis · 8 years ago
  6. f7c4757 Replace base::get with std::get by tzik · 8 years ago
  7. 3ab4165 Add a link from the styleguide to the gender neutral code doc. by benwells · 8 years ago
  8. f6cc2ca5 Add documentation on keeping code gender neutral. by benwells · 8 years ago
  9. 9efba0cd Recommend noexcept for move constructors. by brettw · 8 years ago
  10. 04f8d562 Modernize web development style guide by dbeam · 8 years ago
  11. af8c979 [DirectoryOwnership] Add TEAM/COMPONENT into OWNERS files. by ymzhang · 8 years ago
  12. 2d192c4c Add importorder to Java styleguide. by nyquist · 8 years ago
  13. 2647340 [Documentation] Fix markdown in ObjC styleguide. by marq · 9 years ago
  14. 4a377b8 Create Objective-C/C++ style guide. by marq · 9 years ago
  15. aae4c7c Organize Java style guide and add a more sections by nyquist · 9 years ago
  16. 1ccc764 styleguide: Add guidance on not using auto to deduce a raw pointer. by vmpstr · 9 years ago
  17. 9d61f98 Move Java style guide to source code repository. by nyquist · 9 years ago
  18. 27e7d60 Update Python style guide to point out exceptions only apply to legacy scripts by ktyliu · 9 years ago
  19. fc30cf4 Styleguide cleanup part 4. by pkasting · 9 years ago
  20. a39356484 Really allow raw string literals this time. by pkasting · 9 years ago
  21. 3e35c53 Allow inherited constructors and add a sample usage. by pkasting · 9 years ago
  22. cb5ed94 Allow <random>. Add cautionary note about xxx_distribution. by pkasting · 9 years ago
  23. a92fd06 Remove erroneously-added Unicode BOM. by pkasting · 9 years ago
  24. bf8b810 Allow raw string literals and add a sample usage. by pkasting · 9 years ago
  25. 0cb5bd4 Styleguide cleanup part 3. by pkasting · 9 years ago
  26. fb8e7fe Styleguide cleanup part 2. by pkasting · 9 years ago
  27. c6a6ebf1 Mark the noexcept specifier as legal, and <exception> as banned (not TBD). by pkasting · 9 years ago
  28. 7f0693b3 Styleguide cleanup part 1. by pkasting · 9 years ago
  29. ea2f9d51 Clarify uncapturing lambda functions with Bind styleguide. by scheib · 9 years ago
  30. 882859a base::Optional: Use anonymous union instead of base::AlignedMemory by kwiberg · 9 years ago
  31. f527948 Use __func__ instead of __FUNCTION__. by pkasting · 9 years ago
  32. 2d4220ae Clarify C++11 styleguide wording around std::to_string. by dcheng · 9 years ago
  33. 6b84bda8 Fix minor problem in styleguide page by asargent · 9 years ago
  34. c1db7265 Allow binding captureless lambdas into base::Callback by base::Bind by tzik · 9 years ago
  35. 196290a Minor fixes to C++ style guide. by brettw · 9 years ago
  36. f0e606a5 Add C++ style guide to repo. by brettw · 9 years ago
  37. ec749b1 Add base::get to support rvalue-reference tuple by tzik · 9 years ago
  38. 1a2fd6cd Remove base/move.h by dcheng · 9 years ago
  39. b2235ba1 Revert of Remove base/move.h (patchset #4 id:60001 of https://codereview.chromium.org/2038273002/ ) by tzik · 9 years ago
  40. bb5161a Remove base/move.h by dcheng · 9 years ago
  41. 1f5803b styleguide: Clarify when lambdas are acceptable. by jbroman · 9 years ago
  42. bac79705 Drop 'PassOutType' type and 'passOut' method from hash traits and containers, move semantic to be used instead. by mikhail.pozdnyakov · 9 years ago
  43. 00ebe86 Allow everything in <tuple>. by pkasting · 9 years ago
  44. 0fcb776 Allow initializer_list and uniform init syntax. by pkasting · 9 years ago
  45. 07c0959a C++11 doc cleanup: by pkasting · 9 years ago
  46. ce246fa Allow constexpr, and use it in a few places. by pkasting · 9 years ago
  47. a26bdfc base: Implement is_assignable is_copy_assignable and is_move_assignable by danakj · 9 years ago
  48. e18d3148 Allow explicit conversion operators and implement WTF::OwnPtr::operator bool. by jbroman · 9 years ago
  49. 7bebfa46 Move std::unique_ptr to the C++11 allowed library features section. by dcheng · 9 years ago
  50. 9ca30219 Replace base::Tuple implementation with std::tuple by tzik · 10 years ago
  51. a234a07 Allow use of container cbegin() and cend() methods, plus sample uses. by pkasting · 10 years ago
  52. 9022cb4 Allow string::front() and back() and update the codebase to use back(). by pkasting · 10 years ago
  53. 53121c4 Allow emplacement methods for containers, with some cautions. by pkasting · 10 years ago
  54. d18d3a05 styleguide: Fix/clarify the cbegin/cend rules are for container methods by danakj · 10 years ago
  55. 3adbbcc Allow <algorithm>. by pkasting · 10 years ago
  56. 411d3f7 Allow std::unordered_*. by davidben · 10 years ago
  57. 021a2b4 Revert of Allow std::unordered_*. (patchset #15 id:280001 of https://codereview.chromium.org/1502373009/ ) by davidben · 10 years ago
  58. 3f37f7f1 Allow std::unordered_*. by davidben · 10 years ago
  59. d21995c5 styleguide: Ban ref-qualified member functions, <atomic>, std::shared_ptr and std::initializer_list. by jbroman · 10 years ago
  60. 65552a1f styleguide: Allow std::forward with guidance. by jbroman · 10 years ago
  61. e0a7a7c Replace jamesr with jbroman in styleguide/c++/OWNERS. by danakj · 10 years ago
  62. 9ee2588 Correct &amp; entity typo in C++11 guide. by jbroman · 10 years ago
  63. fcdc338e styleguide: Make default function template arguments an allowed feature. by vmpstr · 10 years ago
  64. 175dd5b C++11 style guide: Ban alignas/alignof for now. by yutak · 10 years ago
  65. d53c321 style: Allow std::move, the std::copy counterpart. by vmpstr · 10 years ago
  66. 2c5aee9 Move Rvalue references to the allowed section of the C++11 styleguide. by danakj · 10 years ago
  67. 2f966af Allow <cmath>. by pkasting · 10 years ago
  68. 5db2dfe Add std::make_move_iterator to "C++11 use in Chromium" by ricea · 10 years ago
  69. 491cd20 Update C++11 Style Guide to allow std::array by ericrk · 10 years ago
  70. b425288a [StyleGuide] Allow begin and end non-member functions by ruuda · 10 years ago
  71. 4507eaa Make vector_as_array use std::vector::data and switch a few directories. by davidben · 10 years ago
  72. 4fd49fe4 Add a table of contents to the c++11 style guide. by danakj · 10 years ago
  73. c52317f styleguide: Allow enable_if, conditional, and other type_traits. by vmpstr · 10 years ago
  74. f484f72 styleguide: Allow std::move for move semantics. by vmpstr · 10 years ago
  75. a882f62 Use std::tie for multi-member comparisons by jsbell · 10 years ago
  76. 63d398a Update Google C++ Style guide URL in c++11.html by vabr · 10 years ago
  77. 715179fc styleguide: Document google style exceptions for C++11 library. by danakj · 10 years ago
  78. 9d92a1d Add ref-qualified member functions as undiscussed in the C++11 guide. by danakj · 10 years ago
  79. c8eb8ca Prepare chromium-cpp.appspot.com for c++11 library stuff. by Nico Weber · 10 years ago
  80. d174d80 Fix reference to non-existent MSVS version by brucedawson · 10 years ago
  81. b54ffc37 styleguide: mention "alignof" operation under "Alignment Features" by mdempsky · 10 years ago
  82. 42d144c c++11: Fill in several documentation link TODOs by dhsharp · 10 years ago
  83. f865e01 Add discussion thread link to C++11 rvalue feature status row by alancutter · 10 years ago
  84. ed053f5 Add Dana to C++ styleguide owners, remove Albert by jamesr · 10 years ago
  85. 42a14e86 c++11: Allow in-class member initialization by hashimoto · 11 years ago
  86. 92220c6a Add another discussion thread under auto in the c++11 style guide. by danakj · 11 years ago
  87. 85e14ac Add HTML title to C++11 style guide. by bratell · 11 years ago
  88. 127772e Allow C++11 Delegated Constructors. by andersr · 11 years ago
  89. 2319bef styleguide: Allow "= default" and "= delete" by mdempsky · 11 years ago
  90. a907c31 c++11: Allow lambdas, with some restrictions. by thakis · 11 years ago
  91. 33bafda styleguide: ban inherited constructors by mdempsky · 11 years ago
  92. b8fbe31 Clarify that enum classes include explicit underlying types. by thakis · 11 years ago
  93. 12bfc74 Update C++11 feature page. by thakis · 11 years ago
  94. 4f2d410 styleguide: Allow C++11 "enum class" by mdempsky · 11 years ago
  95. 1297a35 Fix a broken link in the c++11 guide. by yhirano · 11 years ago
  96. ff71997 c++11: Alphabetize c++11.html by davidben · 11 years ago
  97. 79aaddd7 c++11: Allow type aliases. by davidben · 11 years ago
  98. 0e418df Move explicit conversion operators to the banned section. by dcheng · 11 years ago
  99. 906dbd5c Consolidate all banned features into one table. by avi · 11 years ago
  100. d9a02e7 styleguide: Move Rvalue References to the Blacklist with Exceptions. by danakj · 11 years ago