1. 6625f1c Fix nocompile test failure due to clang roll and re-enable by wychen · 8 years ago
  2. 317e8c3 Do not assume output dir is two levels down in no-compile tests by wychen · 8 years ago
  3. 397a22d Mark OnceCallback::Run() & const so it matches a const callback object. by dcheng · 8 years ago
  4. 83887ee Improve compile error when invoking OnceCallback::Run on a non-rvalue. by dcheng · 8 years ago
  5. 3c94c6b Fix no-compile tests by wychen · 8 years ago
  6. b78a84f Disallow redundant Bind calls. by dcheng · 8 years ago
  7. 31d3fae Allow binding captureless lambdas into base::Callback by base::Bind by tzik · 8 years ago
  8. 9f27e1f Remove `Runnable` concept from base/bind_internal.h by tzik · 8 years ago
  9. a84047c Pass bound values in base::Bind as const values by tzik · 8 years ago
  10. fa7381d Support smart pointers in base::Bind as a receiver of a method invocation by tzik · 8 years ago
  11. 03628b5 Ensure CV qualifier compatibility in RunnableAdapter::Run by tzik · 8 years ago
  12. 1c6525c Update base_nocompile_tests expectation for bind_internal.h by tzik · 9 years ago
  13. 817518d Update a base_nocompile_test expectation by tzik · 9 years ago
  14. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  15. 260fab5 Replace typedef with using for Callback/Bind related files by tzik · 9 years ago
  16. b063222 Clean up base::Callback stuff by tzik · 9 years ago
  17. 587f17f Fix nocompile base_unittests by tzik · 9 years ago
  18. 5616e12 Describe .nc files as "No Compile Test" suites and link doc. by scheib · 9 years ago
  19. 07e9940 Bind: Use Variadic Templates in bind_internal.h by tzik · 10 years ago
  20. 8df08a5 [Base] Use variadic template in bind.h by tzik · 10 years ago
  21. c7fd832 Switch to clang for nocompile tests and rebaseline existing results. by dcheng · 10 years ago
  22. d6f0292 Drive-by comment fix in base/bind_unittest.nc. by viettrungluu@chromium.org · 11 years ago
  23. f93fa85 Fix no-compile tests in base. by dcheng@chromium.org · 12 years ago
  24. c9c79af Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types. by ajwong@chromium.org · 13 years ago
  25. 3bc50ce Make Callback.Equals() only work when comparing against the same type. by ajwong@chromium.org · 13 years ago
  26. 505386d Create a "no compile" drivers script in python to unittest compile time asserts. by ajwong@chromium.org · 13 years ago