summaryrefslogtreecommitdiff
path: root/run_mypy.py
Commit message (Expand)AuthorAgeFilesLines
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-0/+1
* run_mypy: mark the whole compilers package as type safeDylan Baker2020-10-011-14/+1
* compilers/d: add type annotationsDylan Baker2020-10-011-0/+1
* compilers/fortran: add type annotationsDylan Baker2020-10-011-0/+1
* compilers/java: Add type annotationsDylan Baker2020-10-011-0/+1
* compilers/rust: add type annotationsDylan Baker2020-10-011-0/+1
* compilers/swift: Add type annotationsDylan Baker2020-10-011-0/+1
* Compilers/vala: Add type annotationsDylan Baker2020-10-011-0/+1
* compilers/cuda: make type safeDylan Baker2020-10-011-0/+1
* compilers/cpp: Add type annotationsDylan Baker2020-10-011-0/+1
* compilers: fully type annotate the C compilersDylan Baker2020-10-011-0/+1
* typing: fully annotate cmake.interpreterDaniel Mensinger2020-09-281-0/+1
* typing: add convinient option to clear the terminal to run_mypy.pyDaniel Mensinger2020-09-271-0/+5
* typing: fix indentation in run_mypy.pyDaniel Mensinger2020-09-271-48/+48
* compilers/objcpp: add type annotationsDylan Baker2020-09-241-0/+1
* compilers/objc: Add type annotationsDylan Baker2020-09-241-0/+1
* run_mypy: compilers/c_function_attributes is already type safeDylan Baker2020-09-241-0/+1
* run_mypy: all of compilers/mixins is now type safeDylan Baker2020-09-241-14/+1
* compilers/mixins: make xc16 type safeDylan Baker2020-09-241-0/+1
* compilers/mixins: make visual studio type safeDylan Baker2020-09-241-0/+1
* compilers/mixins/pgi: Make type safeDylan Baker2020-09-241-0/+1
* compilers/mixins/islinker: Make type safeDylan Baker2020-09-241-0/+1
* compilers/mixins/intel: make type safeDylan Baker2020-09-241-1/+1
* compilers/mixins/emscripten: make type safeDylan Baker2020-09-241-0/+1
* compilers/mixins/elbrus: make type safeDylan Baker2020-09-241-0/+1
* compilers/mixins: make compcert type safeDylan Baker2020-09-241-0/+1
* compilers/mixins/clang: Make type safeDylan Baker2020-09-241-0/+1
* compilers/mixings/gnu: make type safeDylan Baker2020-09-241-0/+1
* compilers/mixins/clike: fix mypy issuesDylan Baker2020-09-241-0/+1
* compilers/mixins/ccrx: make mypy safeDylan Baker2020-09-241-0/+1
* compilers/mixins/c2000: Make mypy safeDylan Baker2020-09-241-0/+1
* compilers/mixins/arm: make type safeDylan Baker2020-09-241-0/+1
* compilers/compilers: Fully type annotateDylan Baker2020-09-241-0/+1
* linkers: fully type annotate and fix mypy issuesDylan Baker2020-09-161-0/+1
* typing: more fixesDaniel Mensinger2020-09-081-0/+1
* typing: update run_mypy and mypy.iniDaniel Mensinger2020-09-081-72/+26
* typing: fix envconfig typingDaniel Mensinger2020-09-081-1/+1
* typing: fully annotate mintro and mtestDaniel Mensinger2020-09-081-0/+2
* typing: fully annotate mcompile, minit, and msetupDaniel Mensinger2020-09-081-0/+3
* typing: fully annotate fs moduleDaniel Mensinger2020-09-081-0/+1
* typing: fully annotate arglistDaniel Mensinger2020-09-081-0/+2
* typing: fully annotate boost and hdf5 depsDaniel Mensinger2020-09-081-0/+3
* typing: fully annotate scriptsDaniel Mensinger2020-09-081-0/+2
* typing: fully annotate toolsDaniel Mensinger2020-09-081-0/+1
* typing: fully annotate wrapDaniel Mensinger2020-09-081-1/+1
* typing: fully annotate mparser.pyDaniel Mensinger2020-09-081-0/+2
* typing: fully annotate mesonlib.pyDaniel Mensinger2020-09-081-1/+13
* typing: Add run_mypy.py for easier mypy invocationDaniel Mensinger2020-09-081-0/+82