rust/src/etc
Joshua Nelson 6209e6c598 Change src/etc/vscode_settings.json to always treat ./library as the sysroot source
See
https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frust-analyzer/topic/False.20error.20report.20for.20.60rust-analyzer.28private-field.29.60
for further discussion; previously this had various bugs.

I tested go-to-definition on:
- `use std::io::Write` in `src/bootstrap/setup.rs`
- `use std::cell::RefCell` in `src/librustdoc/core.rs`
- `use rustc_span::symbol::sym` in `src/librustdoc/core.rs`
- `use std::fmt` in `compiler/rustc_span/src/symbol.rs`
- `Global` in `library/alloc/src/alloc/tests.rs`

The following things still don't work:
- `Global.deallocate` in alloc/tests.rs. This function is under
  `cfg(not(test))`, so it can't be enabled without disabling RA in
  `tests.rs` altogether. I think this might be fixable by moving
  `library/alloc/src/alloc/tests.rs` to
  `library/alloc/tests/alloc/lib.rs`, so it's in a different crate, but
  I'd like to avoid blocking this improvement on that change.
2023-02-17 15:18:09 -06:00
..
installer Remove RLS from macOS pkg and Windows msi installers. 2022-08-27 21:36:14 -07:00
natvis Fix natvis VecDeque formatter 2022-11-27 18:09:56 +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 Update VecDeque implementation 2022-11-20 15:21:16 +01: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 Update VecDeque implementation 2022-11-20 15:21:16 +01:00
pre-push.sh Pass --locked to the x test tidy call 2023-01-21 20:21:04 +00:00
rust_types.py Add GDB/LLDB pretty-printers for NonZero types 2022-08-24 12:33:42 +02: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
vscode_settings.json Change src/etc/vscode_settings.json to always treat ./library as the sysroot source 2023-02-17 15:18:09 -06:00
wasm32-shim.js std: Remove the wasm_syscall feature 2019-08-28 08:34:31 -07:00