| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-09-22 | Mark large benchmark data files as binary to filter greps | Josh Triplett | -0/+2 | |
| When doing a git grep (of rust-analyzer or of rust-lang/rust with --recurse-submodules), if the grep happens to match within the large benchmark data files, the resulting long single lines can cause a text pager or editor to slow down and distract from more useful matches. These test data files aren't formatted for human consumption, so mark them as binary, which causes git grep to instead just state that they match without printing the matching "line". | ||||
| 2020-08-12 | Rename ra_syntax -> syntax | Aleksey Kladov | -1/+1 | |
| 2020-07-20 | Update .gitattributes | Jethro Beekman | -0/+4 | |
| See rust-lang/rust#57858 | ||||
| 2019-11-14 | Set text to autodetect and use LF | kjeremy | -0/+1 | |
| 2019-11-14 | Remove snapshots since we no long commit them | kjeremy | -1/+0 | |
| 2019-11-03 | Fix snapshots line-ending in windows | Edwin Cheng | -1/+2 | |
| 2019-04-05 | add .gitattributes | Edwin Cheng | -0/+1 | |
