This website requires JavaScript.
Explore
Help
Register
Sign In
lostecho
/
ripgrep
Watch
1
Star
0
Fork
0
You've already forked ripgrep
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
01b7859399bb4306fc2c60ebc007e271b527a799
ripgrep
/
src
History
Balaji Sivaraman
14779ed0ea
ux: suggest --fixed-strings flag
...
If a regex syntax error occurs, then ripgrep will suggest using the --fixed-strings flag.
Fixes
#727
2018-01-01 11:24:46 -05:00
..
app.rs
printer: add support for line number alignment
2018-01-01 09:00:31 -05:00
args.rs
ux: suggest --fixed-strings flag
2018-01-01 11:24:46 -05:00
decoder.rs
cleanup: replace try! with ?
2018-01-01 09:22:35 -05:00
main.rs
clippy: main.rs: call Clone() on trait instead of ref-counted pointers and pass Arc<Args> by ref more often.
2017-11-22 10:50:28 -05:00
pathutil.rs
fix some clippy lints (
#288
)
2016-12-23 14:53:35 -05:00
printer.rs
cleanup: replace try! with ?
2018-01-01 09:22:35 -05:00
search_buffer.rs
clippy: fix warnings about useless format call and remove references that would be immediately dereferenced by the compiler.
2017-11-22 10:50:28 -05:00
search_stream.rs
cleanup: replace try! with ?
2018-01-01 09:22:35 -05:00
unescape.rs
couple of trivial fixes to make clippy a bit more happy (
#704
)
2017-12-30 16:06:16 -05:00
worker.rs
cleanup: replace try! with ?
2018-01-01 09:22:35 -05:00