| Age | Commit message (Expand) | Author | Lines |
| 2020-04-10 | Enforce Python 3 as much as possible | Guillaume Gomez | -2/+2 |
| 2020-04-06 | Rollup merge of #70713 - jsgf:rust-gdb-rustc, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+18 |
| 2020-04-05 | Stop importing int module in float parse test | Linus Färnstrand | -1/+0 |
| 2020-04-02 | Prefer sysroot from rustc in same directory as rust-gdb | Jeremy Fitzhardinge | -2/+18 |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -3/+0 |
| 2020-03-27 | Auto merge of #70282 - ssomers:btreemap_gdb_pretty_print, r=Mark-Simulacrum | bors | -2/+2 |
| 2020-03-26 | Test and fix gdb pretty printing again | Stein Somers | -2/+2 |
| 2020-03-25 | Make x.py compatible with python 3.8. | Thomas Bächler | -2/+8 |
| 2020-03-21 | Test pretty printing more and fix overzealous type substitution | Stein Somers | -1/+1 |
| 2020-03-20 | Fix debugger pretty printing of BTrees | Mark Rousskov | -13/+21 |
| 2020-02-13 | Rollup merge of #69049 - pthariensflame:improvement/imgbot, r=GuillaumeGomez | Dylan DPC | -0/+0 |
| 2020-02-11 | [ImgBot] Optimize images | ImgBotApp | -0/+0 |
| 2020-02-08 | shorten comment blocks to < 100 characters | Chris Simpkins | -4/+4 |
| 2020-02-08 | remove unnecessary import statement, PEP8 format spacing | Chris Simpkins | -22/+26 |
| 2020-02-08 | PEP8 format spacing | Chris Simpkins | -0/+1 |
| 2020-02-08 | PEP8 format spacing, remove unnecessary local variable assignment | Chris Simpkins | -14/+26 |
| 2020-02-08 | remove unnecessary import statement | Chris Simpkins | -1/+0 |
| 2020-02-08 | PEP8 format spacing, split import statements | Chris Simpkins | -6/+9 |
| 2020-02-08 | PEP8 format spacing | Chris Simpkins | -20/+23 |
| 2020-02-07 | remove unnecessary sys import | Chris Simpkins | -1/+1 |
| 2020-02-07 | PEP8 format spacing | Chris Simpkins | -2/+4 |
| 2019-12-28 | Auto merge of #67334 - estebank:ignore-triple, r=nikomatsakis | bors | -1/+3 |
| 2019-12-28 | Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests | Esteban Küber | -1/+3 |
| 2019-12-25 | tidy: change msdn links to newer locations | Lzu Tao | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -5/+5 |
| 2019-11-29 | Make dec2flt_table compatible with rustfmt | David Tolnay | -5/+10 |
| 2019-11-23 | Auto merge of #66597 - MaulingMonkey:pr-natvis-std-collections-hash, r=michae... | bors | -0/+102 |
| 2019-11-20 | debuginfo: Support for std::collections::Hash* in windows debuggers. | MaulingMonkey | -0/+102 |
| 2019-11-20 | made gdb pretty-printing script more robust when printing uninitialized vec. | Felix S. Klock II | -1/+11 |
| 2019-11-02 | also adjust ignore in generated tests | Ralf Jung | -2/+1 |
| 2019-09-22 | ignore-x86 instead of ignore-musl | Esteban Küber | -1/+1 |
| 2019-09-22 | ignore musl target in tests to avoid issues with output differences | Esteban Küber | -0/+2 |
| 2019-09-21 | Rollup merge of #64617 - alexcrichton:smaller-msi, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2019-09-19 | rustbuild: Turn down compression on msi installers | Alex Crichton | -1/+1 |
| 2019-09-19 | rustbuild: Turn down compression on exe installers | Alex Crichton | -3/+3 |
| 2019-09-09 | lldb: avoid mixing "Hit breakpoint" message with other output. | Eduard-Mihai Burtescu | -1/+4 |
| 2019-08-28 | std: Remove the `wasm_syscall` feature | Alex Crichton | -107/+1 |
| 2019-07-14 | Check for lldb existences | Lzu Tao | -14/+19 |
| 2019-07-04 | Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-07-03 | Fix bucket in CPU usage script | Mark Rousskov | -1/+1 |
| 2019-06-28 | import gdb for explicit access to gdb.current_objfile() | cclauss | -0/+1 |
| 2019-06-20 | Auto merge of #61827 - golddranks:lldb_fix, r=nikomatsakis | bors | -3/+3 |
| 2019-06-18 | ci: Add a script for generating CPU usage graphs | Alex Crichton | -0/+49 |
| 2019-06-16 | Fix rust-lldb wrapper scripts. | Pyry Kontio | -3/+3 |
| 2019-05-09 | Fix .natvis visualizers. | MaulingMonkey | -10/+10 |
| 2019-03-06 | rust-lldb: fix crash when printing empty string | Andy Russell | -0/+2 |
| 2019-02-17 | Rollup merge of #58489 - xfix:fix-keyword-tests-runtime-error, r=alexcrichton | kennytm | -2/+2 |
| 2019-02-15 | Fix runtime error in generate-keyword-tests | Konrad Borowski | -2/+2 |
| 2019-02-08 | Remove initial newline from automatically generated span tests | Konrad Borowski | -1/+1 |
| 2019-02-08 | Remove code for updating copyright years in generate-deriving-span-tests | Konrad Borowski | -22/+6 |