about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2019-01-08lldb_batchmode.py: try `import _thread` for Python 3Josh Stone-1/+6
2019-01-07Rollup merge of #57358 - euclio:docck-unicode, r=QuietMisdreavusPietro Albini-18/+28
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-2/+0
2019-01-06use utf-8 throughout htmldocckAndy Russell-18/+28
2018-12-26Remove the private generic NonZero<T> wrapper type.Simon Sapin-7/+3
2018-12-25Remove licensesMark Rousskov-318/+3
2018-12-12Disable btree pretty-printers on older gdbsTom Tromey-2/+13
2018-11-25Rollup merge of #56144 - tromey:Bug-55771-btreemap, r=alexcrichtonPietro Albini-55/+41
2018-11-24Rollup merge of #55767 - tromey:disable-some-pretty-printers, r=alexcrichtonkennytm-18/+25
2018-11-22Rollup merge of #55961 - tromey:Bug-55944-vecdeque, r=nikomatsakisGuillaume Gomez-3/+11
2018-11-21Fix BTreeSet and BTreeMap gdb pretty-printersTom Tromey-55/+41
2018-11-19Disable some pretty-printers when gdb is rust-enabledTom Tromey-18/+25
2018-11-14Fix VecDeque pretty-printerTom Tromey-3/+11
2018-11-11Fix typos.Bruce Mitchener-1/+1
2018-11-07Rollup merge of #55441 - xfix:patch-12, r=aturonkennytm-1/+0
2018-10-29Rollup merge of #55447 - frewsxcv:frewsxcv-rename, r=Mark-SimulacrumPietro Albini-1/+1
2018-10-28Fix invalid path in generate-deriving-span-tests.py.Corey Farwell-1/+1
2018-10-28Remove unused re import in gdb_rust_pretty_printingKonrad Borowski-1/+0
2018-10-28Remove unused sys import from generate-deriving-span-testsKonrad Borowski-1/+1
2018-10-23fix typos in various placesMatthias Krüger-1/+1
2018-10-21Remove the parse-fail test suiteVadim Petrochenkov-1/+1
2018-10-12Rollup merge of #54989 - Munksgaard:fix-htmldocck-typos, r=tmandrykennytm-25/+27
2018-10-11Fix spelling in the documentation to htmldocck.pyPhilip Munksgaard-25/+27
2018-10-09fix tidyJorge Aparicio-3/+5
2018-10-09gdb_rust_pretty_printing: adapt to the changes in the layout of btree::LeafNodeJorge Aparicio-4/+10
2018-09-29Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"Ralf Jung-12/+4
2018-09-22fix tidyJorge Aparicio-3/+5
2018-09-22gdb_rust_pretty_printing: adapt to the changes in the layout of btree::LeafNodeJorge Aparicio-4/+10
2018-09-07Have rust-lldb look for the rust-enabled lldbTom Tromey-9/+17
2018-08-30Fix direction of slashes in the help text example.Philip Daniels-3/+3
2018-08-28Add rust-gdbgui script.Philip Daniels-0/+65
2018-08-19Exec gdb and lldb in rust-* wrappersftilde-2/+2
2018-08-19Avoid creation of command temp file in rust-lldbftilde-12/+9
2018-08-15pretty printing for btreemapUnknown-0/+51
2018-08-14Rollup merge of #53112 - fukatani:pretty-print-btreeset, r=michaelwoeristerkennytm-0/+48
2018-08-13fix behaviorUnknown-3/+2
2018-08-13bug fixUnknown-1/+1
2018-08-06pretty print BTreeSetfukatani-0/+49
2018-08-05Remove unnecessary or invalid feature attributesvarkor-4/+0
2018-07-29fix coding styleUnknown-2/+4
2018-07-29pretty print for std::collections::vecdequeUnknown-0/+56
2018-07-16Enable default inlining in platform intrinsicsljedrz-3/+0
2018-07-02Add some more additional functions to the shimest31-0/+4
2018-06-04slightly improve rustdoc xml path errorGuillaume Gomez-9/+13
2018-05-21rust-gdb: work around the re-used -d argument in cgdbBenjamin Lamowski-1/+1
2018-04-25Use UFCSvarkor-1/+1
2018-04-25Ensure derive(PartialOrd) is no longer accidentally exponentialvarkor-1/+1
2018-04-15Auto merge of #49881 - varkor:partialord-opt, r=Manishearthbors-1/+1
2018-04-14Rollup merge of #49886 - varkor:generate-deriving-span-tests-usability, r=nik...kennytm-6/+19
2018-04-12Move the core::char module to its own directorySimon Sapin-254/+0