about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2021-03-17Update HashSet natvisMarkus Westerlind-7/+7
2021-03-16feat: Update hashbrown to instantiate less llvm IRMarkus Westerlind-13/+14
2021-03-08Rollup merge of #82557 - rylev:natvis-improvements, r=varkorDylan DPC-0/+51
2021-03-01Change twice used large const table to staticDavid Tolnay-1/+1
2021-03-01Add natvis for Result, NonNull, CString, CStr, and CowRyan Levick-0/+51
2021-02-24fix typo in `pre-commit.sh`katelyn martin-1/+1
2021-02-14Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514Dylan DPC-1/+1
2021-02-08Make `header` a vec of modifiers, make FunctionPointer consistent with Functi...Rune Tynan-1/+1
2021-02-06Resolve typedef in HashMap lldb pretty-printer only if possibleortem-1/+3
2021-01-19Add jsondocck tool, and use it for rustdoc JSONRune Tynan-0/+189
2021-01-03Detect invalid rustdoc test commandsGuillaume Gomez-1/+11
2020-12-30Rollup merge of #80311 - sivadeilra:natvis, r=petrochenkovYuki Okushi-39/+59
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-1/+1
2020-12-28Improvements to NatVis supportArlie Davis-39/+59
2020-12-02Auto merge of #79235 - ortem:fix-btreemap-gdb-pretty-printer, r=Mark-Simulacrumbors-4/+5
2020-11-28Rollup merge of #79234 - ortem:fix-hashmap-pretty-printers, r=Mark-SimulacrumJonas Schievink-2/+2
2020-11-23BTreeMap: cut out the ceremony around BoxedNodeStein Somers-6/+6
2020-11-23Fix zero-sized BTreeMap gdb pretty-printerortem-4/+5
2020-11-20Resolve typedefs in HashMap gdb/lldb pretty-printersortem-2/+2
2020-11-18BTreeMap: reuse NodeRef as Root, keep BoxedNode for edges only, ban UniqueStein Somers-33/+34
2020-11-03lldb_batchmode: show more error informationPietro Albini-2/+2
2020-10-14BTreeMap: improve gdb introspection of BTreeMap with ZST keys or valuesStein Somers-11/+9
2020-10-14Rollup merge of #77788 - ssomers:btree_cleanup_gdb, r=Mark-SimulacrumDylan DPC-31/+32
2020-10-10BTreeMap: fix gdb introspection of BTreeMap with ZST keys or valuesStein Somers-31/+32
2020-10-09Auto merge of #77609 - ortem:fix-lldb-commands, r=Mark-Simulacrumbors-17/+17
2020-10-07Unset GIT_DIR in pre-commit hookJoshua Nelson-4/+6
2020-10-06Remove redundant backslashes from `lldb_commands`ortem-17/+17
2020-10-05Clean up pre-commit.shCassandra Fridkin-5/+4
2020-10-05Move script to src/etcCassandra Fridkin-0/+22
2020-09-08Implement HashSet in terms of hashbrown::HashSetMatt Brubeck-14/+37
2020-09-05Fix HashMap visualizers in Visual Studio (Code)MaulingMonkey-2/+2
2020-08-28Fix loading pretty-printers in rust-lldb scriptortem-2/+4
2020-08-07Handle new HashMap layout in CDB, MSVC, WinDbg, etc.MaulingMonkey-31/+4
2020-08-07Handle new HashMap layout in GDB and LLDBAmanieu d'Antras-4/+18
2020-07-31Run all tests if have no specified testsLzu Tao-3/+5
2020-07-29Avoid bool-like namingLzu Tao-3/+2
2020-07-26python codes cleanupjnozsc-4/+4
2020-07-11Rollup merge of #73715 - MaulingMonkey:pr-natvis-tuples, r=AmanieuManish Goregaokar-0/+124
2020-07-10Avoid "whitelist"Tamir Duberstein-5/+3
2020-07-03Rollup merge of #73140 - tmiasko:element-tree, r=GuillaumeGomezManish Goregaokar-1/+4
2020-07-01Rollup merge of #72569 - ChrisDenton:remove-innosetup, r=nikomatsakisManish Goregaokar-367/+0
2020-06-24Modify type names on MSVC to make tuples .natvis compatible.MaulingMonkey-0/+124
2020-06-09Implement new gdb/lldb pretty-printersortem-1183/+1442
2020-06-08Fallback to xml.etree.ElementTreeTomasz Miąsko-1/+4
2020-05-25Remove legacy InnoSetup GUI installerChris Denton-367/+0
2020-04-10Enforce Python 3 as much as possibleGuillaume Gomez-2/+2
2020-04-06Rollup merge of #70713 - jsgf:rust-gdb-rustc, r=Mark-SimulacrumMazdak Farrokhzad-2/+18
2020-04-05Stop importing int module in float parse testLinus Färnstrand-1/+0
2020-04-02Prefer sysroot from rustc in same directory as rust-gdbJeremy Fitzhardinge-2/+18
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-3/+0