| Age | Commit message (Expand) | Author | Lines |
| 2022-06-25 | Auto merge of #96820 - r-raymond:master, r=cuviper | bors | -5/+2 |
| 2022-06-22 | Fix debug info test | Robin Raymond | -5/+2 |
| 2022-06-20 | Auto merge of #97931 - xldenis:fix-if-let-source-scopes, r=nagisa | bors | -0/+100 |
| 2022-06-15 | The type of the slice length field is architecture dependent | Wesley Wiser | -4/+4 |
| 2022-06-15 | Add debuginfo test for if let lexical scopes | Wesley Wiser | -0/+100 |
| 2022-06-15 | debuginfo: Fix NatVis for Rc and Arc with unsized pointees. | Michael Woerister | -40/+104 |
| 2022-06-14 | account for endianness in debuginfo for const args | b-naber | -2/+2 |
| 2022-06-04 | Auto merge of #97191 - wesleywiser:main_thread_name, r=ChrisDenton | bors | -0/+51 |
| 2022-06-04 | Update src/test/debuginfo/thread-names.rs | Wesley Wiser | -0/+11 |
| 2022-05-27 | Call the OS function to set the main thread's name on program init | Wesley Wiser | -0/+40 |
| 2022-05-24 | Add support for embedding pretty printers via the `#[debugger_visualizer]` at... | ridwanabdillahi | -73/+221 |
| 2022-05-03 | Add support for a new attribute `#[debugger_visualizer]` to support embedding... | ridwanabdillahi | -0/+82 |
| 2022-04-28 | std: update debuginfo check to match type definition | joboet | -1/+1 |
| 2022-04-22 | debuginfo: Emit ZST struct debuginfo for unit type when CPP-like debuginfo is... | Michael Woerister | -0/+71 |
| 2022-03-24 | debuginfo: Fix debuginfo for Box<T> where T is unsized. | Michael Woerister | -4/+15 |
| 2022-03-17 | Fix debuginfo tests with GDB 11.2 | Tom Tromey | -8/+25 |
| 2022-03-15 | Rollup merge of #94810 - michaelwoerister:fix-trait-pointer-debuginfo-names, ... | Matthias Krüger | -0/+16 |
| 2022-03-15 | debuginfo: Refactor debuginfo generation for types -- Make generator-objects ... | Michael Woerister | -8/+9 |
| 2022-03-14 | debuginfo: change cpp-like naming for generator environments so that NatVis w... | Michael Woerister | -0/+31 |
| 2022-03-14 | debuginfo: Refactor debuginfo generation for types | Michael Woerister | -19/+20 |
| 2022-03-10 | debuginfo: Fix bug in type name generation for dyn types with associated type... | Michael Woerister | -0/+16 |
| 2022-02-23 | Change `char` type in debuginfo to DW_ATE_UTF | Arlo Siemsen | -5/+4 |
| 2022-02-16 | debuginfo: Support fat pointers to unsized tuples. | Michael Woerister | -0/+23 |
| 2022-02-03 | Auto merge of #93432 - Kobzol:stable-hash-isize-hash-compression, r=the8472 | bors | -2/+2 |
| 2022-02-02 | Auto merge of #93154 - michaelwoerister:fix-generic-closure-and-generator-deb... | bors | -50/+59 |
| 2022-02-01 | debuginfo: Make sure that type names for closure and generator environments a... | Michael Woerister | -50/+59 |
| 2022-01-30 | Compress amount of hashed bytes for `isize` values in StableHasher | Jakub Beránek | -2/+2 |
| 2022-01-28 | Auto merge of #93006 - michaelwoerister:fix-unsized-ptr-debuginfo, r=davidtwc... | bors | -36/+62 |
| 2022-01-27 | [debuginfo] Fix and unify handling of fat pointers in debuginfo: Fix some deb... | Michael Woerister | -32/+31 |
| 2022-01-24 | Fix vec-slices debuginfo test for GDB. | Michael Woerister | -11/+10 |
| 2022-01-24 | [debuginfo] Fix and unify handling of fat pointers in debuginfo. | Michael Woerister | -6/+34 |
| 2022-01-24 | Revert "Do not hash leading zero bytes of i64 numbers in Sip128 hasher" | Jakub Beránek | -2/+2 |
| 2022-01-04 | Do not hash zero bytes of i64 and u32 in Sip128 hasher | Jakub Beránek | -2/+2 |
| 2021-11-28 | tests: Ignore `test/debuginfo/rc_arc.rs` on windows-gnu | Vadim Petrochenkov | -1/+1 |
| 2021-10-11 | Fix function-names test for GDB 10.1 | Michael Woerister | -15/+16 |
| 2021-09-26 | Remove box syntax from most places in src/test outside of the issues dir | est31 | -100/+83 |
| 2021-09-22 | Rollup merge of #89127 - wesleywiser:reenable_mutex_debuginfo_test, r=ehuss | the8472 | -7/+5 |
| 2021-09-22 | Auto merge of #88629 - wesleywiser:fix_debuginfo_for_scalarpair_params, r=oli... | bors | -0/+101 |
| 2021-09-20 | Re-enable the `src/test/debuginfo/mutex.rs` test on Windows | Wesley Wiser | -7/+5 |
| 2021-09-20 | Auto merge of #88842 - wesleywiser:fix_dbg_tests_windows_sdk, r=michaelwoerister | bors | -89/+58 |
| 2021-09-15 | Disable debuginfo test on Windows that fails in new cdb version. | Eric Huss | -0/+2 |
| 2021-09-13 | Fix debuginfo for ScalarPair abi parameters | Wesley Wiser | -9/+10 |
| 2021-09-13 | Add test to show issue with ScalarPair parameters | Wesley Wiser | -0/+100 |
| 2021-09-10 | Fix debuginfo tests for the latest version of the Windows SDK. | Wesley Wiser | -77/+58 |
| 2021-09-10 | Revert "Temporarily ignore some debuginfo tests on windows." | Wesley Wiser | -12/+0 |
| 2021-09-10 | Temporarily ignore some debuginfo tests on windows. | Mara Bos | -0/+12 |
| 2021-08-30 | `feature(const_param_types)` -> `feature(adt_const_params)` | lcnr | -1/+1 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -2/+2 |
| 2021-08-27 | Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearth | bors | -0/+383 |
| 2021-08-26 | Add test for stepping though `match` expressions | Wesley Wiser | -0/+383 |