summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2016-02-23mk: Tweak tidy script to work on Windows pythonAlex Crichton-2/+5
2016-02-16Auto merge of #31672 - semarie:rmake-cxx, r=alexcrichtonbors-0/+1
2016-02-16pass CXX to run-makeSébastien Marie-0/+1
2016-02-16Add lint to check that all crates have #![unstable]Keith Yeung-0/+18
2016-02-14Auto merge of #31642 - rkruppe:rm-regex-script, r=alexcrichtonbors-109/+0
2016-02-13Add LLVM ModulePass regression test using run-make.Corey Farwell-0/+2
2016-02-13Remove a regex-related scriptRobin Kruppe-109/+0
2016-02-11Add a Cargo-based build systemAlex Crichton-1/+1
2016-02-06Auto merge of #31410 - rkruppe:issue31109, r=pnkfelixbors-21/+49
2016-02-04drive-by doc fixesRobin Kruppe-5/+6
2016-02-04Add the kind of input from #31109 to the expensive tests (not run by default)Robin Kruppe-16/+43
2016-02-03Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichtonbors-1/+2
2016-01-31show location of unused error codesAlex Burka-1/+1
2016-01-31Rename sunos to solarisNikita Baksalyar-1/+1
2016-01-31Add Illumos supportNikita Baksalyar-1/+2
2016-01-29Add check for unused error codesggomez-3/+50
2016-01-21etc: Remove old num/libc generation codeAlex Crichton-369/+0
2016-01-21etc: Remove the mingw-fix-include directoryAlex Crichton-69/+0
2016-01-21etc: Remove old mklldef.py scriptAlex Crichton-25/+0
2016-01-13Auto merge of #30639 - rkruppe:dec2flt-fastpath-tables, r=alexcrichtonbors-6/+29
2016-01-12Speed up dec2flt fast path with additional tables.Robin Kruppe-6/+29
2016-01-04Improve the range comparisonAndrea Canciani-3/+3
2016-01-04Reuse standard methodsAndrea Canciani-10/+1
2016-01-04Improve formatting of tables.rsAndrea Canciani-3/+3
2016-01-04Cleanup unicode.pyAndrea Canciani-115/+0
2015-12-25update valgrind suppressionsTamir Duberstein-55/+25
2015-12-13Better support for `--llvm-root`.Richard Diamond-4/+20
2015-12-10Improve `htmldocck.py` error messagesmitaa-54/+86
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-3/+0
2015-12-02Remove AUTHORS.txt and add-authors.shBrian Anderson-37/+0
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-1/+1
2015-11-14AUTHORS and .mailmap cleanuparcnmx-2/+2
2015-11-10Auto merge of #29699 - tamird:valgrind-supp, r=alexcrichtonbors-475/+140
2015-11-09std: Migrate to the new libcAlex Crichton-1/+2
2015-11-08valgrind: update suppressions and move interesting testsTamir Duberstein-475/+140
2015-11-07Make sure rsbegin.o and rsend.o get packaged with target lib artifacts.Vadim Chugunov-4/+0
2015-10-31Windows: Move target libraries to $rustroot/lib/rustlib/... - for symmetry wi...Vadim Chugunov-3/+7
2015-10-28Rollup merge of #29437 - brson:authors, r=alexcrichtonSteve Klabnik-2/+7
2015-10-28Tweak the add-authors.sh scriptBrian Anderson-2/+7
2015-10-27mk: Re-add libgcc_s_seh-1.dll to windows distAlex Crichton-0/+2
2015-10-26rustfmt librustc_unicodeCorentin Henry-6/+11
2015-10-25mk: Package libstdc++-6.dll on x86_64 MinGWAlex Crichton-2/+0
2015-10-20Auto merge of #29159 - arcnmx:travis-trusty, r=alexcrichtonbors-12/+0
2015-10-19Use Travis trusty infrastructurearcnmx-12/+0
2015-10-18Remove #[derive(Show)]Vadim Petrochenkov-1/+1
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-1/+1
2015-09-29Tweak Travis to use GCEAlex Crichton-0/+12
2015-09-18add support for non-standard name of stdc++ librarySébastien Marie-2/+3
2015-09-17rmake: Get all tests passing on MSVCAlex Crichton-2/+10
2015-09-12Add a comment to explain the `#[inline(never)]` annotationAndrea Canciani-0/+2