about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
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
2016-08-10gdb: Fix pretty-printing special-cased Rust typesSebastian Ullrich-20/+20
2016-08-01Auto merge of #35163 - sanxiyn:rollup, r=sanxiynbors-6/+0
2016-08-01Auto merge of #34743 - badboy:llvm-upgrade, r=eddybbors-0/+7
2016-08-01Remove CMake workaroundSeo Sanghyeon-6/+0
2016-07-31Add libarena from local rust to stage0Brendan Cully-0/+1
2016-07-29Update parsing llvm-config outputAlex Crichton-0/+7
2016-07-23Escape fewer Unicode codepoints in `Debug` impl of `str`Tobias Bucher-0/+154
2016-07-16Auto merge of #34779 - infinity0:master, r=alexcrichtonbors-0/+9
2016-07-15mk: If local-rust is the same as the current version, then force a local-rebuildXimin Luo-0/+9
2016-07-14Auto merge of #34599 - cuviper:unicode-9.0, r=alexcrichtonbors-1/+1
2016-07-06Auto merge of #34689 - alexcrichton:fix-nightlies, r=alexcrichtonbors-2/+9
2016-07-06etc: Comment why we're binding xrangeAlex Crichton-0/+3
2016-07-06Merge branch 'master' of https://github.com/dzamlo/rust into fix-nightliesAlex Crichton-2/+6
2016-07-06Auto merge of #34644 - infinity0:master, r=alexcrichtonbors-2/+0
2016-07-05Use lazy range in gdb pretty printersLoïc Damien-2/+6
2016-07-05Auto merge of #34412 - gnzlbg:document_platform_intrinsics_generate, r=alexcr...bors-13/+110
2016-07-04Auto merge of #34646 - michaelwoerister:warn-blacklisted-lldb, r=alexcrichtonbors-0/+11
2016-07-04Make rust-lldb warn about unsupported versions of LLDBMichael Woerister-0/+11
2016-07-04Auto merge of #34639 - dzamlo:master, r=michaelwoeristerbors-7/+2
2016-07-04Use lazy iterator in vec/slice gdb pretty printersLoïc Damien-7/+2
2016-07-04Avoid redundant downloads when bootstrappingXimin Luo-2/+0
2016-07-04Added a pretty printer for &mut slicesNikhil Shagrithaya-1/+1
2016-07-01Update Unicode tables to 9.0Josh Stone-1/+1
2016-06-23Auto merge of #34055 - brson:cmake, r=alexcrichtonbors-1/+7
2016-06-22Add target_features for the bit manipulation instruction sets: BMI 1.0, BMI 2...gnzlbg-1/+0