summaryrefslogtreecommitdiff
path: root/src/etc
Commit message (Expand)AuthorAgeFilesLines
* rust-lldb: fix crash when printing empty stringAndy Russell2019-03-061-0/+2
* Rollup merge of #58489 - xfix:fix-keyword-tests-runtime-error, r=alexcrichtonkennytm2019-02-171-2/+2
|\
| * Fix runtime error in generate-keyword-testsKonrad Borowski2019-02-151-2/+2
* | Remove initial newline from automatically generated span testsKonrad Borowski2019-02-081-1/+1
* | Remove code for updating copyright years in generate-deriving-span-testsKonrad Borowski2019-02-081-22/+6
|/
* fix gdb debug printingRalf Jung2019-01-281-5/+6
* Auto merge of #57647 - cuviper:gdb-version, r=tromeybors2019-01-221-1/+1
|\
| * [rust-gdb] relax the GDB version regexJosh Stone2019-01-151-1/+1
* | rustc: Remove platform intrinsics crateAlex Crichton2019-01-1423-4731/+0
|/
* lldb_batchmode.py: try `import _thread` for Python 3Josh Stone2019-01-081-1/+6
* Rollup merge of #57358 - euclio:docck-unicode, r=QuietMisdreavusPietro Albini2019-01-071-18/+28
|\
| * use utf-8 throughout htmldocckAndy Russell2019-01-061-18/+28
* | tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov2019-01-061-2/+0
|/
* Remove the private generic NonZero<T> wrapper type.Simon Sapin2018-12-262-7/+3
* Remove licensesMark Rousskov2018-12-2528-318/+3
* Disable btree pretty-printers on older gdbsTom Tromey2018-12-121-2/+13
* Rollup merge of #56144 - tromey:Bug-55771-btreemap, r=alexcrichtonPietro Albini2018-11-252-55/+41
|\
| * Fix BTreeSet and BTreeMap gdb pretty-printersTom Tromey2018-11-212-55/+41
* | Rollup merge of #55767 - tromey:disable-some-pretty-printers, r=alexcrichtonkennytm2018-11-241-18/+25
|\ \
| * | Disable some pretty-printers when gdb is rust-enabledTom Tromey2018-11-191-18/+25
| |/
* | Rollup merge of #55961 - tromey:Bug-55944-vecdeque, r=nikomatsakisGuillaume Gomez2018-11-221-3/+11
|\ \ | |/ |/|
| * Fix VecDeque pretty-printerTom Tromey2018-11-141-3/+11
* | Fix typos.Bruce Mitchener2018-11-111-1/+1
|/
* Rollup merge of #55441 - xfix:patch-12, r=aturonkennytm2018-11-071-1/+0
|\
| * Remove unused re import in gdb_rust_pretty_printingKonrad Borowski2018-10-281-1/+0
* | Rollup merge of #55447 - frewsxcv:frewsxcv-rename, r=Mark-SimulacrumPietro Albini2018-10-291-1/+1
|\ \
| * | Fix invalid path in generate-deriving-span-tests.py.Corey Farwell2018-10-281-1/+1
| |/
* | Remove unused sys import from generate-deriving-span-testsKonrad Borowski2018-10-281-1/+1
|/
* fix typos in various placesMatthias Krüger2018-10-231-1/+1
* Remove the parse-fail test suiteVadim Petrochenkov2018-10-211-1/+1
* Rollup merge of #54989 - Munksgaard:fix-htmldocck-typos, r=tmandrykennytm2018-10-121-25/+27
|\
| * Fix spelling in the documentation to htmldocck.pyPhilip Munksgaard2018-10-111-25/+27
* | fix tidyJorge Aparicio2018-10-091-3/+5
* | gdb_rust_pretty_printing: adapt to the changes in the layout of btree::LeafNodeJorge Aparicio2018-10-091-4/+10
* | Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"Ralf Jung2018-09-291-12/+4
* | fix tidyJorge Aparicio2018-09-221-3/+5
* | gdb_rust_pretty_printing: adapt to the changes in the layout of btree::LeafNodeJorge Aparicio2018-09-221-4/+10
|/
* Have rust-lldb look for the rust-enabled lldbTom Tromey2018-09-071-9/+17
* Fix direction of slashes in the help text example.Philip Daniels2018-08-301-3/+3
* Add rust-gdbgui script.Philip Daniels2018-08-281-0/+65
* Exec gdb and lldb in rust-* wrappersftilde2018-08-192-2/+2
* Avoid creation of command temp file in rust-lldbftilde2018-08-191-12/+9
* pretty printing for btreemapUnknown2018-08-152-0/+51
* Rollup merge of #53112 - fukatani:pretty-print-btreeset, r=michaelwoeristerkennytm2018-08-142-0/+48
|\
| * fix behaviorUnknown2018-08-131-3/+2
| * bug fixUnknown2018-08-131-1/+1
| * pretty print BTreeSetfukatani2018-08-062-0/+49
* | Remove unnecessary or invalid feature attributesvarkor2018-08-052-4/+0
|/
* fix coding styleUnknown2018-07-291-2/+4
* pretty print for std::collections::vecdequeUnknown2018-07-292-0/+56