Skip to content
Snippets Groups Projects
  1. Sep 26, 2024
  2. Sep 15, 2024
  3. May 31, 2017
  4. May 30, 2017
  5. Oct 17, 2016
  6. May 12, 2015
  7. May 11, 2015
  8. May 06, 2015
  9. Apr 28, 2015
    • Dmitri Shuralyov's avatar
      Fix build error. · 7af5a97a
      Dmitri Shuralyov authored
      Upstream API has recently changed vcsclient.FileWithRange.StartByte
      type from int to int64, hence the casts are needed now.
      Fixes Travis build error.
      7af5a97a
  10. Apr 19, 2015
  11. Apr 18, 2015
    • Dmitri Shuralyov's avatar
      Travis: Skip testdata folder. · 789e5e94
      Dmitri Shuralyov authored
      Is there no way to do this better than hardcoding all paths except
      testdata?
      789e5e94
    • Dmitri Shuralyov's avatar
      Update .travis.yml to use Go 1.4, more checks. · 4ab85180
      Dmitri Shuralyov authored
      Add vet.
      Use -race when testing.
      4ab85180
    • gbbr's avatar
      Add NilAnnotator. · f01d60af
      gbbr authored
      NilAnnotator is a special kind of annotator that always returns nil,
      but stores within itself the snippet of source code that is passed
      through it as tokens.
      This functionality is useful when one wishes to obtain the tokenized
      source as a data structure, as opposed to an annotated string, allowing
      full control over rendering and displaying it.
      f01d60af
  12. Apr 09, 2015
  13. Feb 26, 2015
  14. Jan 17, 2015
  15. Dec 24, 2014
  16. Dec 11, 2014
  17. Dec 10, 2014
  18. Oct 28, 2014
  19. Oct 27, 2014
  20. Oct 25, 2014
  21. Jul 19, 2014
Loading