aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-14Update macOS installation instructions.macinstallJussi Pakkanen9-32/+16
2021-06-13minit: do not misdetect files suffixed as "" or named "." or "c" or "s" as c#Eli Schwartz1-1/+1
2021-06-13README: update IRC info to denote OFTC and Matrixandy59951-5/+4
2021-06-11run_mypy: Check mypy version to avoid spurious errorsXavier Claessens1-0/+6
2021-06-11coredata: Invalidate deps cache when changing wrap_mode optionXavier Claessens2-2/+10
2021-06-11CI: Split out file format test as a separate GitHub workflowJon Turney3-48/+95
2021-06-11ci: Fix CI image builderDaniel Mensinger8-18/+48
2021-06-11CI: Don't try to update website in a forked repositoryJon Turney1-3/+10
2021-06-11CI: Don't try to push docker image in a forked repositoryJon Turney1-2/+4
2021-06-11interpreter: Split decorators from interpreterbase.pyDaniel Mensinger3-561/+576
2021-06-11interpreter: Split Disabler from interpreterbase.pyDaniel Mensinger3-37/+44
2021-06-11interpreter: Split base objects and helpers from interpreterbase.pyDaniel Mensinger4-177/+237
2021-06-11interpreter: Split exception calsses from interpreterbase.pyDaniel Mensinger3-25/+51
2021-06-11interpreter: Move interpreterbase.py into a new packageDaniel Mensinger3-3/+118
2021-06-10markdown/Dependencies:remove tabsandy59951-11/+11
2021-06-11add example for defining curses preprocessor symbolsAndy Alt1-0/+23
2021-06-10Move Cygwin tests to a GitHub workflow (#8829)Jon Turney3-72/+99
2021-06-10interpreter: Add missing FeatureNewKwarg for allow_fallbackXavier Claessens1-1/+1
2021-06-09doc: Add direct link to matrix channel (#8859) [skip ci]Xavier Claessens1-1/+2
2021-06-09cuda module: fully buy into new modules APIEli Schwartz1-3/+3
2021-06-09tests: Force colorize CI outputDaniel Mensinger2-0/+15
2021-06-09tests: Don't even start running skipped testsDaniel Mensinger1-7/+9
2021-06-09tests: Fix global state issueDaniel Mensinger1-5/+27
2021-06-09tests: Add option to limit the number of workersDaniel Mensinger1-18/+29
2021-06-09tests: Optional progress bar with tqdmDaniel Mensinger1-13/+36
2021-06-09tests: Refactored test runnerDaniel Mensinger1-81/+154
2021-06-09tests: Reduce complexity of the run_tests signatureDaniel Mensinger2-40/+27
2021-06-09tests: reduce global variablesDaniel Mensinger1-26/+24
2021-06-09typing: Fully annotate run_project_tests.pyDaniel Mensinger6-108/+148
2021-06-09compilers: Fix missing functions in Compiler base classDaniel Mensinger8-16/+21
2021-06-09typing: Rename some variablesDaniel Mensinger8-45/+54
2021-06-09typing: remove unused DependencyTypeDaniel Mensinger2-2/+2
2021-06-09typing: Fully annotate dependenciesDaniel Mensinger6-88/+77
2021-06-08docs: fix issues with the cython docsDylan Baker2-5/+5
2021-06-08document the enhancement to the Fs module permitting File argumentsEli Schwartz2-3/+14
2021-06-08doc: Fix link to Commands.mdXavier Claessens1-1/+1
2021-06-08Merge pull request #8512 from bonzini/feature-methodsJussi Pakkanen7-5/+99
2021-06-08interpreter: make helper methods protectedDylan Baker1-15/+15
2021-06-08interpreter: Add type annotations for the add_*_arguments helpersDylan Baker1-9/+8
2021-06-08build: fix type annotations fo project_*_argsDylan Baker1-2/+2
2021-06-08interpreter: use typed_kwargs for the add_*_arguments familyDylan Baker2-20/+65
2021-06-08interpreter: use typed_pos_args for add_*_argsDylan Baker1-12/+12
2021-06-08intperperterbase: Add a convertor keyword argumentDylan Baker2-1/+20
2021-06-08interpreterbase: Add validator keyword argument to typed_kwargsDylan Baker2-1/+28
2021-06-08make all arguments to KwargInfo except name and type keyword onlyDylan Baker1-1/+2
2021-06-08run_unittests.py: Use mock for monkey patchingDylan Baker1-22/+20
2021-06-08run_unittests.sh: fix Python DeprecationWarningPaolo Bonzini1-1/+1
2021-06-08interpreter: add feature.disable_auto_if()Paolo Bonzini3-0/+24
2021-06-08interpreter: add feature.require()Paolo Bonzini6-2/+57
2021-06-07another pyupgrade passEli Schwartz1-3/+3