about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2022-02-08Auto merge of #93626 - wesleywiser:fix_hashmap_natvis, r=michaelwoeristerbors-1/+1
2022-02-07Rollup merge of #88313 - jyn514:pre-push, r=Mark-SimulacrumMara Bos-1/+1
2022-02-03Fix HashMap not displaying correctly in VS debuggerWesley Wiser-1/+1
2022-01-18Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obkbors-1/+3
2022-01-17Add term to ExistentialProjectionkadmin-1/+3
2022-01-15htmldocck: Add support for `/text()` in `@snapshot`Noah Lev-3/+11
2021-12-01Implement `@snapshot` check for htmldocckNoah Lev-4/+76
2021-09-30Encode json files with UTF-8Hirochika Matsumoto-1/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-08-24Make the pre-commit script pre-push insteadJoshua Nelson-1/+1
2021-08-11set the executable bit on pre-commit.shJack O'Connor-0/+0
2021-07-27Auto merge of #85305 - MarcusDunn:master, r=pnkfelixbors-0/+0
2021-07-17Auto merge of #86761 - Alexhuszagh:master, r=estebankbors-162/+127
2021-07-17Changed dec2flt to use the Eisel-Lemire algorithm.Alex Huszagh-162/+127
2021-07-12Add test for `Unique<T>`, weak ref counts and ref counts for `Weak<T>`Wesley Wiser-0/+6
2021-07-09Respond to review feedbackWesley Wiser-2/+5
2021-07-08Add visualizer for OsString and fixup other string visualizersWesley Wiser-3/+17
2021-07-08Add/improve visualizations for liballoc typesWesley Wiser-0/+10
2021-07-08Add natvis for Duration, ManuallyDrop and Pin typesWesley Wiser-0/+22
2021-07-08Add natvis for Range typesWesley Wiser-0/+16
2021-07-08Fixup natvis for NonNull and Unique typesWesley Wiser-13/+6
2021-07-08Add natvis for cell typesWesley Wiser-0/+34
2021-07-08Add natvis for Atomic typesWesley Wiser-1/+35
2021-07-08Add natvis for NonZero and Wrapping typesWesley Wiser-0/+41
2021-07-08Auto merge of #85363 - EFanZh:gdb-pretty-print-slices, r=michaelwoeristerbors-23/+46
2021-07-03Support pretty printing slices using GDBEFanZh-23/+46
2021-07-02Remove unnecessary visualizerWesley Wiser-8/+0
2021-07-02Show the variant name for univariant enumsWesley Wiser-2/+16
2021-07-02Always show variant tag in niche-layout enumsWesley Wiser-0/+3
2021-07-02Update directly tagged enums to visualize the same as niche-layout enumsWesley Wiser-1/+4
2021-06-30Improve debug symbol names to avoid ambiguity and work better with MSVC's deb...Daniel Paoliello-14/+14
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-0/+4
2021-06-04changeded bindings_after_at from active to acceptedmarcusdunn-0/+0
2021-06-02Respond to review feedbackWesley Wiser-20/+21
2021-06-02Change the type name from `_enum<..>` to `enum$<..>`Wesley Wiser-2/+2
2021-06-02Generate better debuginfo for niche-layout enumsWesley Wiser-0/+14
2021-06-02Generate better debuginfo for directly tagged enumsWesley Wiser-17/+38
2021-04-06Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0ortem-6/+8
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