rust/src/etc
Jack O'Connor a0103e50d5 set the executable bit on pre-commit.sh
`x.py setup` hardlinks this file into .git/hooks. Prior to this commit,
that led to the following warning emitted by `git commit`:

    hint: The '.git/hooks/pre-commit' hook was ignored because it's not set as executable.

Making the checked-in script executable fixes this issue, as the
hardlinked copy uses the same flags.

It looks like the file was originally executable, but that bit was
unset in commit b908905b3d of
https://github.com/rust-lang/rust/pull/85305. It's possible that was
unintentional.
2021-08-11 15:06:33 -04:00
..
installer Use HTTPS links where possible 2021-06-23 16:26:46 -04:00
natvis Add test for Unique<T>, weak ref counts and ref counts for Weak<T> 2021-07-12 13:26:01 -04:00
test-float-parse Changed dec2flt to use the Eisel-Lemire algorithm. 2021-07-17 00:30:34 -05:00
third-party Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
cat-and-grep.sh Remove licenses 2018-12-25 21:08:33 -07:00
check_missing_items.py Make header a vec of modifiers, make FunctionPointer consistent with Function and Method. 2021-02-08 14:00:30 -05:00
CONFIGS.md Add sublime-rust to CONFIGS.md. 2016-08-22 01:24:01 -04:00
cpu-usage-over-time-plot.sh Fix bucket in CPU usage script 2019-07-03 10:19:59 -04: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 Support pretty printing slices using GDB 2021-07-03 23:42:07 +08:00
gdb_providers.py Support pretty printing slices using GDB 2021-07-03 23:42:07 +08: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 rustdoc: link to stable/beta docs consistently in documentation 2021-06-04 14:18:21 -04: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 Support pretty printing slices using GDB 2021-07-03 23:42:07 +08:00
lldb_lookup.py Implement HashSet in terms of hashbrown::HashSet 2020-09-08 17:24:23 -07:00
lldb_providers.py Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0 2021-04-06 12:44:17 +03:00
pre-commit.sh set the executable bit on pre-commit.sh 2021-08-11 15:06:33 -04:00
rust-gdb Prefer sysroot from rustc in same directory as rust-gdb 2020-04-02 11:52:35 -07:00
rust-gdbgui Prefer sysroot from rustc in same directory as rust-gdb 2020-04-02 11:52:35 -07: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 Support pretty printing slices using GDB 2021-07-03 23:42:07 +08:00
wasm32-shim.js std: Remove the wasm_syscall feature 2019-08-28 08:34:31 -07:00