about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2017-06-13Merge crate `collections` into `alloc`Murarth-8/+8
2017-06-09Auto merge of #42278 - gentoo90:gdb-pretty-printers, r=michaelwoeristerbors-5/+48
2017-06-09Add compat_str() which works with unicode in both Python 2 and 3gentoo90-1/+6
2017-06-07Change `llvm.neon.*` to `llvm.arm.neon.*` in the mapping for platform intrinsicsHenri Sivonen-1/+1
2017-06-02Add separate GDB pretty-printer for empty structsgentoo90-2/+12
2017-06-02Add GDB pretty-printer for OsStringgentoo90-0/+27
2017-05-30Fix 'invalid literal for int()' exception with unicode in pretty-printersgentoo90-1/+1
2017-05-30Fix 'invalid literal for int()' exception in pretty-printersgentoo90-1/+2
2017-05-29Fix formatting issues in Distribution.xmlEdward Yang-33/+33
2017-05-29Add RLS to .pkg installerEdward Yang-0/+11
2017-05-29Add RLS to .exe and .msi installersEdward Yang-0/+13
2017-05-28Fix GDB pretty-printer for tuplesgentoo90-2/+2
2017-05-14Rewrite make-win-dist.py in RustWesley Wiser-126/+0
2017-05-07Add support for Hexagon v60 HVX intrinsicsMichael Wu-0/+1326
2017-05-04Move unicode Python script into libstd_unicode crate.Corey Farwell-591/+0
2017-04-28Auto merge of #41575 - alexcrichton:android-qemu-server, r=TimNNbors-35/+0
2017-04-27travis: Parallelize tests on AndroidAlex Crichton-35/+0
2017-04-26windows: Copy libwinpthread-1.dll into libdir binAlex Crichton-1/+2
2017-04-24Adds rust-windbg.cmd scriptAndrew Gaspar-0/+18
2017-04-20Rename environment variable `GDB_CMD` to `RUST_GDB` to prevent ambiguityNicolas Bigaouette-3/+3
2017-04-18Use an (over-writable) environment variable for the `gdb` commandNicolas Bigaouette-1/+4
2017-04-17Remove non-breaking spacesDiggory Blake-4/+4
2017-04-06Auto merge of #40805 - vadimcn:msys-mingw, r=alexcrichtonbors-1/+2
2017-04-05Reduce a table used for `Debug` impl of `str`.Kang Seonghoon-34/+98
2017-03-30Include libpthread into mingw package.Vadim Chugunov-1/+2
2017-02-15Vec, LinkedList, VecDeque, String, and Option NatVis visualizationsAndrew Gaspar-0/+95
2017-02-14Auto merge of #38561 - nagisa:rdrandseed, r=alexcrichtonbors-0/+54
2017-02-06Clean our src/etc of old filesAlex Crichton-520/+0
2017-01-24rustbuild: Start building --enable-extendedAlex Crichton-0/+962
2017-01-07Auto merge of #38781 - SimonSapin:unishrink, r=alexcrichtonbors-13/+58
2017-01-03Reduce the size of static data in std_unicode::tables.Simon Sapin-6/+58
2017-01-02Remove some dead Python code.Simon Sapin-7/+0
2017-01-01Add pretty printing of unions in debuggersPhilip Craig-7/+13
2016-12-26PTX supportJorge Aparicio-0/+110
2016-12-22Add intrinsics & target features for rd{rand,seed}Simonas Kazlauskas-0/+54
2016-11-28rustc: rework stability to be on-demand for type-directed lookup.Eduard Burtescu-4/+1
2016-11-18Fix `fmt::Debug` for strings, e.g. for Chinese charactersTobias Bucher-8/+44
2016-10-19Add libproc_macro from local rust to stage0Josh Stone-0/+1
2016-09-25Haiku: add support for building on HaikuNiels Sascha Reedijk-1/+1
2016-09-17remove useless semicolon from pythonEitan Adler-12/+12
2016-09-17modern style classesEitan Adler-7/+7
2016-09-17make functions static where possibleEitan Adler-11/+22
2016-09-17Remove unused codeEitan Adler-2/+0
2016-09-17prefer tuple to arrayEitan Adler-2/+2
2016-09-17pep8 prefers triple quoted with double quotesEitan Adler-9/+9
2016-09-17simplify python codeEitan Adler-1/+1
2016-08-31Auto merge of #35585 - Kha:gdb-qualified, r=michaelwoeristerbors-20/+20
2016-08-23Auto merge of #35748 - michaelwoerister:fix-rust-gdb-py-version-check, r=brsonbors-1/+1
2016-08-22Add sublime-rust to CONFIGS.md.Terry Sun-0/+1
2016-08-17Make version check in gdb_rust_pretty_printing.py more compatible.Michael Woerister-1/+1