• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rust-lang / regex / 538
93%

Build:
DEFAULT BRANCH: master
Ran 14 Apr 2016 01:28AM UTC
Jobs 1
Files 18
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
538

push

travis-ci

BurntSushi
Add speculative Unicode word boundary support to the lazy DFA.

Hooray! The DFA will now try to interpret Unicode word boundaries as if
they were ASCII word boundaries. If the DFA comes across a non-ASCII byte,
then it will give up and fall back to the slower NFA simulation.
Nevertheless, this prevents us from degrading to very slow matching in a
large number of cases.

Thanks very much to @raphlinus who had the essential idea of
"speculative matching."

2651 of 2867 relevant lines covered (92.47%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
4 538.4 14 Apr 2016 01:28AM UTC 0
92.47
Travis Job 538.4
Source Files on build 538
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #538
  • 175761e3 on github
  • Prev Build on master (#537)
  • Next Build on master (#539)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc