summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
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
2016-06-22Add intrinsics for x86 bit manipulation instruction sets: BMI 1.0, BMI 2.0, a...gnzlbg-0/+53
2016-06-22Allow different instruction set prefixes within the same architecturegnzlbg-13/+37
2016-06-22Add usage examples to the documentation of etc/platform-intrinsics/generator.pygnzlbg-0/+21
2016-06-21Convert makefiles to build LLVM/compiler-rt with CMakeBrian Anderson-1/+7
2016-06-20Run debuginfo tests on TravisSeo Sanghyeon-1/+3
2016-06-03Use Docker for TravisSeo Sanghyeon-0/+25
2016-05-31Auto merge of #33141 - tshepang:python-love, r=brsonbors-8/+4
2016-05-31mk: Prepare for a new stage0 compilerAlex Crichton-2/+3
2016-05-30print enum variant fields in docsOliver Schneider-0/+1
2016-05-23Auto merge of #33098 - raphlinus:master, r=alexcrichtonbors-4/+134
2016-05-15Auto merge of #33612 - royalstream:royalstream-enc-enum-ptr, r=michaelwoeristerbors-0/+2
2016-05-12Generic encoded enums no longer crash on reference/pointer typesSteven Burns-0/+2
2016-05-10Copy more libraries from local Rust to stage0Anton Blanchard-0/+8
2016-04-28test: Move run-make tests into compiletestAlex Crichton-96/+0
2016-04-26some Python nits and fixesTshepang Lekhonkhobe-8/+4
2016-04-24Fix keyword parsing testsVadim Petrochenkov-3/+5
2016-04-23Auto merge of #33153 - mitaa:rdoc-dejavu, r=alexcrichtonbors-3/+6
2016-04-23Auto merge of #33084 - alexcrichton:osx-python-sanity, r=michaelwoeristerbors-0/+1
2016-04-22Only record the same impl oncemitaa-3/+6
2016-04-20Add comment, reduce storage requirementsRaph Levien-6/+33
2016-04-19Fix wrong shift in trie_lookup_range_tableRaph Levien-1/+1
2016-04-19Efficient trie lookup for boolean Unicode propertiesRaph Levien-4/+107
2016-04-19mk: Bootstrap from stable instead of snapshotsAlex Crichton-507/+51
2016-04-19etc: Add debugger.Terminate() to lldb_batchmode.pyAlex Crichton-0/+1
2016-04-12rustbuild: Migrate tidy checks to RustAlex Crichton-693/+0
2016-04-01Auto merge of #32544 - alexcrichton:rustbuild-dist-libtest, r=brsonbors-0/+1