Releases: rust-lang/gcc
Releases · rust-lang/gcc
master-fd617156bac9210868f8ac1cf553094f59906652: Merge pull request #48 from rust-lang/feature/alignof
Add ability to get the alignment of a type
master-2cf6ca7373dbaf81a5bbc5d286a98c72fff8c8ee: Merge pull request #44 from GuillaumeGomez/get_ptr_size
[PATCH] Allow `gcc_jit_type_get_size` to work with pointers
master-78dc50f0e50e6cd1433149520bd512a4e0eaa1bc
Use full gith hash for release names
master-b6f163f52: libgccjit: Add option to allow special characters in function names
gcc/jit/ChangeLog: * docs/topics/contexts.rst: Add documentation for new option. * jit-recording.cc (recording::context::get_str_option): New method. * jit-recording.h (get_str_option): New method. * libgccjit.cc (gcc_jit_context_new_function): Allow special characters in function names. * libgccjit.h (enum gcc_jit_str_option): New option. gcc/testsuite/ChangeLog: * jit.dg/test-special-chars.c: New test.
master-cf9554126: Merge pull request #42 from tempdragon/master
feat(gccjit): Allow set_loccation to various classes
master-d24c8dae3
Comment possibly useless code
master-cdd897840
Distribute version without 128-bit integers
master-ad4ffde71
Distribute version without 128-bit integers
master-7e92827b7: libgccjit: Add option to allow special characters in function names
gcc/jit/ChangeLog: * docs/topics/contexts.rst: Add documentation for new option. * jit-recording.cc (recording::context::get_bool_option): New method. * jit-recording.h (get_bool_option): New method. * libgccjit.cc (gcc_jit_context_new_function): Allow special characters in function names. * libgccjit.h (enum gcc_jit_bool_option): New option. gcc/testsuite/ChangeLog: * jit.dg/test-special-chars.c: New test.
master-6fb1493ec: Merge pull request #41 from antoyo/distribute-version-without-int128
Distribute version without 128-bit integers