summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2015-07-30Update the ctags rules and targets.Chris Morgan-3/+3
2015-07-17fix pretty printers to handle new VecAlexis Beingessner-9/+7
2015-07-12Add comments.Nick Hamann-0/+10
2015-07-12Skip diagnostic codes occurring inside a long diagnostic in errorck.Nick Hamann-0/+12
2015-07-06`llconfig` is `llvm-config`Tamir Duberstein-5/+5
2015-07-06SimplifyTamir Duberstein-2/+1
2015-07-01Add netbsd amd64 supportAlex Newman-4/+7
2015-06-24Remove char::to_titlecase. Fix #26555Simon Sapin-10/+0
2015-06-17Add src/etc/add-authors.sh script for managing the AUTHORS.txt fileBrian Anderson-0/+32
2015-06-06Correctly map upper-case Sigma to lower-case in word-final position. Fix #26035.Simon Sapin-1/+2
2015-06-06Add char::to_titlecaseSimon Sapin-15/+27
2015-06-06Add complex (but unconditional) Unicode case mapping. Fix #25800Simon Sapin-10/+44
2015-06-06to_lowercase/to_uppercase: also map chars not in Lu/Ll categories.Simon Sapin-18/+18
2015-06-02Auto merge of #25905 - michaelwoerister:lldb-pp-strings, r=brsonbors-417/+705
2015-06-02Auto merge of #25654 - petrochenkov:encenv, r=alexcrichtonbors-4/+8
2015-06-01Fix platform detectionpetrochenkov-6/+3
2015-05-30debuginfo: Create common debugger pretty printer module.Michael Woerister-417/+705
2015-05-30Warn if the test suite is run on Windows in console with non-UTF-8 code pagepetrochenkov-0/+7
2015-05-26etc: use codecs in featureckRicho Healey-9/+5
2015-05-24etc: work around utf8 text in rust sources on py3 in featureckRicho Healey-1/+8
2015-05-24etc: py3 compat for tidy.pyRicho Healey-6/+6
2015-05-24etc: py3 compat for featureckRicho Healey-23/+23
2015-05-24etc: py3 compat for errorck.pyRicho Healey-1/+1
2015-05-24etc: py3 compat for check-summary.pyRicho Healey-7/+7
2015-05-24etc: Delete unused helper scriptRicho Healey-138/+0
2015-05-19mk: Generate a .def file for rustc_llvm on MSVCAlex Crichton-0/+25
2015-05-19mklldeps: Don't link stdc++/c++ on MSVCAlex Crichton-2/+5
2015-05-11Auto merge of #25266 - richo:windows-resource-sancheck, r=steveklabnikbors-1/+1
2015-05-10Rollup merge of #24948 - derhuerst:patch-1, r=steveklabnikSteve Klabnik-1/+7
2015-05-10sancheck: import resource inside of the posix checkRicho Healey-1/+1
2015-05-03Remove unused extract_grammar.pyCarol (Nichols || Goulding)-156/+0
2015-04-29distinction between official and community pluginsJannis Redmann-2/+7
2015-04-29link to .editorconfig for Rust filesJannis Redmann-0/+1
2015-04-21LLVM < 3.5 is unsupported since bb18a3cTamir Duberstein-11/+1
2015-04-18optimize Unicode tableskwantam-3/+8
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-4/+7
2015-04-13Auto merge of #24351 - michaelwoerister:named-tuple-fields, r=alexcrichtonbors-16/+24
2015-04-13Remove regex module from libunicodeChris Wong-44/+7
2015-04-12Add a name for tuple fields in debuginfo so that they can be accessed in debu...Michael Woerister-16/+24
2015-04-11Rollup merge of #24285 - brson:rustup, r=alexcrichtonManish Goregaokar-615/+0
2015-04-10Remove rustup.sh.Brian Anderson-615/+0
2015-04-10Auto merge of #24177 - alexcrichton:rustdoc, r=aturonbors-1/+2
2015-04-09Auto merge of #24171 - rillian:rustup, r=brsonbors-1/+1
2015-04-07rustdoc: Add a primitive page for raw pointersAlex Crichton-1/+2
2015-04-07rustup: let RUSTUP_PREFIX env override default prefix.Ralph Giles-1/+1
2015-04-06use normative source for Grapheme class datakwantam-57/+23
2015-04-01rustup: Fix typo in nightlyRicho Healey-1/+1
2015-04-01rustup: Default to the beta channelAlex Crichton-2/+5
2015-04-01Merge branch 'fix-rustup' of https://github.com/richo/rustAlex Crichton-8/+16
2015-03-31Auto merge of #23678 - richo:check-flightcheck, r=alexcrichtonbors-0/+54