summaryrefslogtreecommitdiff
path: root/src/etc
Commit message (Expand)AuthorAgeFilesLines
* Generate shell completions for bootstrap with Clapclubby7892023-05-103-0/+2726
* Fix unavailable urlcui fliter2023-04-281-1/+1
* Spelling tools/compiletestJosh Soref2023-04-203-4/+4
* Typo fix in src/etc/rust-gdbAlan Somers2023-04-141-1/+1
* Fix rust-gdb and rust-gdbgui on FreeBSDAlan Somers2023-04-142-3/+3
* Rollup merge of #110155 - DaniPopes:rest-typos, r=jyn514Michael Goulet2023-04-111-1/+1
|\
| * Fix remaining typosDaniPopes2023-04-101-1/+1
* | Rollup merge of #109527 - lnicola:rust-gdb-substitute-path, r=cuviperYuki Okushi2023-04-112-1/+9
|\ \ | |/ |/|
| * Set up standard library path substitution in rust-gdb and gdbguiLaurențiu Nicola2023-03-232-1/+9
* | Make rust-docs optional for the Windows MSI installer.Eric Huss2023-04-041-0/+6
* | Fix macos pkg installer when rust-docs is not available.Eric Huss2023-04-021-0/+6
|/
* Rename `src/etc/vscode_settings.json` to `rust_analyzer_settings.json`KittyBorgX2023-03-011-0/+0
* Change src/etc/vscode_settings.json to always treat ./library as the sysroot ...Joshua Nelson2023-02-171-2/+2
* Set `rust-analyzer.check.invocationLocation` to `root`clubby7892023-02-081-0/+2
* Allow automatically creating vscode `settings.json` from bootstrapclubby7892023-02-071-0/+26
* Pass `--locked` to the x test tidy callAlbert Larsan2023-01-211-1/+1
* adjust comments about pre-push.sh hookKaDiWa2023-01-041-1/+1
* Make the pre-push script work on directories with spacesJoshua Nelson2022-12-171-10/+2
* Fix natvis `VecDeque` formatterMarkus Everling2022-11-271-8/+7
* Update VecDeque implementationMarkus Everling2022-11-202-14/+6
* [debuginfo] Make debuginfo type names for slices and str consistent.Michael Woerister2022-10-312-6/+14
* Rollup merge of #102092 - kxxt:patch-1, r=joshtriplettMatthias Krüger2022-10-141-2/+8
|\
| * simplifykxxt2022-09-261-4/+1
| * refactor: use grep -E/-F instead of fgrep/egrepkxxt2022-09-221-2/+11
* | Rollup merge of #99194 - simlay:simlay/update-rust-gdbgui-gdb-args-to-gdb-cmd...Matthias Krüger2022-10-081-2/+1
|\ \
| * | Fix gdb-cmd for rust-gdbguiSebastian Imlay2022-07-121-2/+1
* | | Add a niche to `Duration`, unix `SystemTime`, and non-apple `Instant`beetrees2022-09-281-2/+2
| |/ |/|
* | Remove check_missing_items.pyNixon Enraght-Moony2022-09-141-202/+0
* | Rustdoc-Json: Don't loose subitems of foreign traits.Nixon Enraght-Moony2022-09-131-2/+7
* | Rustdoc-Json: More accurate struct type.Nixon Enraght-Moony2022-09-071-3/+5
* | Rustdoc-Json: Store Variant Fields as their own item.Nixon Enraght-Moony2022-09-051-3/+3
* | Fix a bunch of typoDezhi Wu2022-08-312-2/+2
* | Rollup merge of #101175 - tmandry:curse-push-hook, r=jyn514Dylan DPC2022-08-301-1/+1
|\ \
| * | Don't --bless in pre-push hookTyler Mandry2022-08-291-1/+1
| |/
* | Rollup merge of #101106 - aDotInTheVoid:rdj-stripped-mod, r=GuillaumeGomezMatthias Krüger2022-08-291-0/+6
|\ \
| * | check_missing_items.py: Check importsNixon Enraght-Moony2022-08-291-0/+6
* | | Auto merge of #101115 - matthiaskrgr:rollup-iy14ztr, r=matthiaskrgrbors2022-08-286-0/+29
|\ \ \
| * \ \ Rollup merge of #98301 - ortem:pretty-printers-nonzero, r=wesleywiserMatthias Krüger2022-08-286-0/+29
| |\ \ \ | | |/ / | |/| |
| | * | Add GDB/LLDB pretty-printers for NonZero typesArtem Mukhin2022-08-246-0/+29
* | | | Remove RLS from macOS pkg and Windows msi installers.Eric Huss2022-08-272-31/+0
|/ / /
* | | Auto merge of #98393 - michaelwoerister:new-cpp-like-enum-debuginfo, r=wesley...bors2022-08-152-76/+181
|\ \ \
| * | | [debuginfo] Remove the notion of a 'fallback variant' from the CPP-like enum ...Michael Woerister2022-08-121-10/+66
| * | | intrinsic.natvis: Add comments, make names more consistent.Michael Woerister2022-08-121-44/+48
| * | | intrinsic.natvis: Don't access fields from context object in <Intrinsic>.Michael Woerister2022-08-121-36/+41
| * | | Remove out-dated NatVis visualizer.Michael Woerister2022-08-121-8/+0
| * | | Support wrapping 128-bit tag ranges for cpp-like enum debuginfo.Michael Woerister2022-08-121-2/+4
| * | | Use enum2<_> instead of enum<_> for Cpp-like debuginfo enum type names.Michael Woerister2022-08-121-2/+2
| * | | debuginfo: Change C++-like encoding for enums.Michael Woerister2022-08-121-67/+113
* | | | Rollup merge of #100335 - aDotInTheVoid:rdj-resolved-path, r=GuillaumeGomezMichael Goulet2022-08-131-29/+29
|\ \ \ \
| * | | | Rustdoc-Json: Add `Path` type for traits.Nixon Enraght-Moony2022-08-101-29/+29
| |/ / /