aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move build_cffi_importsMatti Picus2019-12-241-1/+2
* refactor to avoid the ugly 'gchooks' global prebuilt variable. Now we can sim...Antonio Cuni2018-04-041-1/+2
* make it possible to define gchooks in the target, and use the new interface t...Antonio Cuni2018-03-301-2/+4
* Resynchronise rpython/ with branch 'py3k'Ronan Lamy2016-08-281-1/+1
* replace we_are_jitted with False when doing the normal backendopt optimization,Carl Friedrich Bolz2016-08-201-1/+1
* make TranslatorDriver.from_targetspec a classmethodWilliam ML Leslie2016-05-091-4/+4
* Don't use deprecated except clause syntax (rpython/)Ronan Lamy2016-05-021-1/+1
* don't suggest the hybrid GCCarl Friedrich Bolz2016-04-211-1/+1
* fix for case where cwd is not pypy/goalmattip2016-03-281-4/+6
* Trying to change all places that use the loggerArmin Rigo2016-03-111-5/+4
* Windows: add a translation config to give the name of the .lib file.Armin Rigo2016-02-151-5/+6
* Yet Another attempt to fix rpython_startup_code(), this time writing itArmin Rigo2016-01-041-3/+2
* Print the usession directory at the very end, not at the end ofArmin Rigo2015-11-181-2/+3
* add get_translation_config function to get at the (implicitly anyway global)Carl Friedrich Bolz2015-07-021-2/+4
* fix standalone test, add pypyw.exe to driver and testmattip2015-05-211-2/+10
* Backed out changeset a69d4a5a9638Maciej Fijalkowski2015-04-171-3/+5
* completely backout vmprof mergeMaciej Fijalkowski2015-04-171-5/+3
* backout vmprof backoutMaciej Fijalkowski2015-04-161-3/+5
* backout vmprof merge, clearly not ready for the prime timeMaciej Fijalkowski2015-02-061-5/+3
* an attempt to build the secondary entry points from the JIT in a more officia...Maciej Fijalkowski2015-01-161-3/+5
* avoid segfault dialog box in packaging, copy pdb after translating (windows)mattip2014-09-191-0/+8
* modernise raise syntaxRonan Lamy2014-05-041-2/+2
* Back out changeset 89c0969caec9.Manuel Jacob2014-01-211-1/+16
* Remove dead code.Manuel Jacob2014-01-211-16/+1
* Simplify code.Manuel Jacob2014-01-211-8/+1
* Bah, thanks mjacob for spotting that 7812ad72a634 doesn't haveArmin Rigo2014-01-191-3/+3
* Work around the "text file is busy" errorArmin Rigo2014-01-171-0/+9
* test, change the name of the windows import library created during translation,Matti Picus2013-11-291-3/+7
* merge branch kill-typesystemRonan Lamy2013-08-031-1/+1
|\
| * hg merge defaultRonan Lamy2013-07-281-2/+1
| |\
| * | Remove type_system argument from RPythonTyper.__init__Ronan Lamy2013-07-281-1/+1
* | | similarly, make specifying a jitpolicy in the target optional: apart from PyPy,Carl Friedrich Bolz2013-07-311-2/+6
* | | make it possible to have the target return just the main function, which is byCarl Friedrich Bolz2013-07-311-1/+6
| |/ |/|
* | Removed some more ootyep specific things.Alex Gaynor2013-07-281-2/+1
|/
* remove jvm leftoversRonan Lamy2013-07-261-10/+1
* hg merge defaultRonan Lamy2013-07-231-4/+3
|\
| * Corrected a bunch of code that wasn't using 4-space indents.Alex Gaynor2013-07-101-17/+16
* | remove all ootype tasks from the translation driverRonan Lamy2013-07-071-113/+0
* | Remove CLI tasks from translator driverRonan Lamy2013-07-071-99/+10
|/
* cleanups in rpython.translatorBrian Kearns2013-03-221-1/+1
* Merge with defaultAlexander Hesse2013-01-131-1/+1
* get_pypy_config -> get_combined_translation_configAlexander Hesse2013-01-121-2/+2
* Killed pypy.tool.debug_print in favor of rpython.rlib.debugAlexander Hesse2013-01-101-1/+1
* Removed rpython.tool.compat, moved test_annmm to pypy.objspace.std.testAlexander Hesse2013-01-081-1/+1
* Moved pypy.tool.lsprofcalltree to rpythonAlexander Hesse2013-01-071-1/+1
* Moved ansi modules and udir to rpythonAlexander Hesse2013-01-011-2/+2
* Initial package rename:Alexander Hesse2012-12-301-0/+793