rust/src/etc
Matthias Krüger f72d76df5a
Rollup merge of #102092 - kxxt:patch-1, r=joshtriplett
refactor: use grep -E/-F instead of fgrep/egrep

`egrep` and `fgrep` are obsolescent now. This PR updates  all `egrep` and `fgrep` commands to `grep -E` and `grep -F`.

Running egrep/fgrep command with grep v3.8 will output the following warning to stderr:

```
egrep: warning: egrep is obsolescent; using grep -E
```

- https://www.phoronix.com/news/GNU-Grep-3.8-Stop-egrep-fgrep
- https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00001.html
2022-10-14 23:43:42 +02:00
..
installer Remove RLS from macOS pkg and Windows msi installers. 2022-08-27 21:36:14 -07:00
natvis Add a niche to Duration, unix SystemTime, and non-apple Instant 2022-09-28 18:15:10 +01:00
test-float-parse Migrate to 2021 2021-09-20 22:21:42 -04:00
third-party Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
cat-and-grep.sh simplify 2022-09-26 21:56:08 +08:00
CONFIGS.md Add sublime-rust to CONFIGS.md. 2016-08-22 01:24:01 -04:00
cpu-usage-over-time-plot.sh Fix a bunch of typo 2022-08-31 18:24:55 +08:00
ctags.rust Update the ctags rules and targets. 2015-07-30 06:35:42 +10:00
dec2flt_table.py Changed dec2flt to use the Eisel-Lemire algorithm. 2021-07-17 00:30:34 -05:00
gdb_load_rust_pretty_printers.py Implement new gdb/lldb pretty-printers 2020-06-09 16:13:11 +03:00
gdb_lookup.py Add GDB/LLDB pretty-printers for NonZero types 2022-08-24 12:33:42 +02:00
gdb_providers.py Add GDB/LLDB pretty-printers for NonZero types 2022-08-24 12:33:42 +02:00
generate-deriving-span-tests.py Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
generate-keyword-tests.py remove unnecessary import statement 2020-02-08 00:03:51 -05:00
htmldocck.py Fix a bunch of typo 2022-08-31 18:24:55 +08:00
indenter fix some python3 incompatibilities 2017-11-16 13:34:13 -05:00
lldb_batchmode.py lldb_batchmode: show more error information 2020-11-03 12:01:46 +01:00
lldb_commands Add GDB/LLDB pretty-printers for NonZero types 2022-08-24 12:33:42 +02:00
lldb_lookup.py Add GDB/LLDB pretty-printers for NonZero types 2022-08-24 12:33:42 +02:00
lldb_providers.py Add GDB/LLDB pretty-printers for NonZero types 2022-08-24 12:33:42 +02:00
pre-push.sh Don't --bless in pre-push hook 2022-08-29 16:46:51 -07:00
rust-gdb Prefer sysroot from rustc in same directory as rust-gdb 2020-04-02 11:52:35 -07:00
rust-gdbgui Fix gdb-cmd for rust-gdbgui 2022-07-12 18:30:05 -04:00
rust-lldb Fix loading pretty-printers in rust-lldb script 2020-08-28 09:29:45 +03:00
rust-windbg.cmd Remove licenses 2018-12-25 21:08:33 -07:00
rust_types.py Add GDB/LLDB pretty-printers for NonZero types 2022-08-24 12:33:42 +02:00
wasm32-shim.js std: Remove the wasm_syscall feature 2019-08-28 08:34:31 -07:00