about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2022-08-31Fix a bunch of typoDezhi Wu-2/+2
2022-08-30Rollup merge of #101175 - tmandry:curse-push-hook, r=jyn514Dylan DPC-1/+1
2022-08-29Don't --bless in pre-push hookTyler Mandry-1/+1
2022-08-29Rollup merge of #101106 - aDotInTheVoid:rdj-stripped-mod, r=GuillaumeGomezMatthias Krüger-0/+6
2022-08-29check_missing_items.py: Check importsNixon Enraght-Moony-0/+6
2022-08-28Auto merge of #101115 - matthiaskrgr:rollup-iy14ztr, r=matthiaskrgrbors-0/+29
2022-08-28Rollup merge of #98301 - ortem:pretty-printers-nonzero, r=wesleywiserMatthias Krüger-0/+29
2022-08-27Remove RLS from macOS pkg and Windows msi installers.Eric Huss-31/+0
2022-08-24Add GDB/LLDB pretty-printers for NonZero typesArtem Mukhin-0/+29
2022-08-15Auto merge of #98393 - michaelwoerister:new-cpp-like-enum-debuginfo, r=wesley...bors-76/+181
2022-08-13Rollup merge of #100335 - aDotInTheVoid:rdj-resolved-path, r=GuillaumeGomezMichael Goulet-29/+29
2022-08-13Fix line lengthsNoah Lev-3/+7
2022-08-13Rename `@hastext` to `@hasraw` (same for `matches`)Noah Lev-7/+7
2022-08-13Rename `@{has,matches}-literal` to `...text`Noah Lev-7/+7
2022-08-13Use different name for arity-2 `@has` and `@matches`Noah Lev-9/+9
2022-08-12[debuginfo] Remove the notion of a 'fallback variant' from the CPP-like enum ...Michael Woerister-10/+66
2022-08-12intrinsic.natvis: Add comments, make names more consistent.Michael Woerister-44/+48
2022-08-12intrinsic.natvis: Don't access fields from context object in <Intrinsic>.Michael Woerister-36/+41
2022-08-12Remove out-dated NatVis visualizer.Michael Woerister-8/+0
2022-08-12Support wrapping 128-bit tag ranges for cpp-like enum debuginfo.Michael Woerister-2/+4
2022-08-12Use enum2<_> instead of enum<_> for Cpp-like debuginfo enum type names.Michael Woerister-2/+2
2022-08-12debuginfo: Change C++-like encoding for enums.Michael Woerister-67/+113
2022-08-10Rustdoc-Json: Add `Path` type for traits.Nixon Enraght-Moony-29/+29
2022-07-30check_missing_items.py: Don't overwrite `ty` in loopNixon Enraght-Moony-2/+2
2022-07-26Htmldocck: Substitute the doc channel when blessingLeón Orell Valerian Liehr-0/+1
2022-06-22Rollup merge of #95446 - notseanray:master, r=Mark-SimulacrumYuki Okushi-5/+15
2022-06-21update cpu-usage-over-time-plot scriptnotseanray-5/+15
2022-06-19Rollup merge of #98105 - notriddle:notriddle/tuple-links, r=jshaDylan DPC-3/+1
2022-06-18Fix bug when using `--bless`Michael Howell-3/+1
2022-06-15debuginfo: Fix NatVis for Rc and Arc with unsized pointees.Michael Woerister-16/+110
2022-06-06Rollup merge of #90905 - GuillaumeGomez:empty-impl-blocks, r=jshaMatthias Krüger-16/+31
2022-06-02rustdoc: add channel normalization to htmldocck.pyMichael Howell-0/+2
2022-05-31Update test script for src/test/rustdoc to allow to add a filter for the @cou...Guillaume Gomez-16/+31
2022-05-16Read the Ref/RefMut pointer in natvisJosh Stone-4/+4
2022-04-30Store all generic bounds as where predicates.Camille GILLOT-2/+0
2022-04-17Fix --bless not working anymore in htmldocckLoïc BRANSTETT-1/+5
2022-04-17Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiaskobors-11/+17
2022-04-16htmldocck: Compare HTML tree instead of plain text htmlLoïc BRANSTETT-4/+66
2022-04-14Update *.natvis files (CDB?) files to take into account `Unique<T>` changesEduardo Sánchez Muñoz-10/+10
2022-04-14Fix debugger testsEduardo Sánchez Muñoz-1/+7
2022-04-11pre-push.sh: Use python3 if python is not foundCheng XU-1/+3
2022-03-14rustdoc-json-types: implementors -> implementationsNixon Enraght-Moony-1/+1
2022-03-13rustdoc-json-types: ty -> type_Nixon Enraght-Moony-1/+1
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