aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted
AgeCommit message (Expand)Author
2020-04-15translate-c: correct invalid shortcutVexu
2020-04-14Translate C: Redo Add comment containing c source location for failed decls. Lachlan Easton
2020-04-11ArrayList: remove old (before span) APIxackus
2020-04-11revert Translate C: Add comment containing c source location for failed declsAndrew Kelley
2020-04-11fix compilation under mingwemekoi
2020-04-10Merge pull request #4711 from leroycep/feature-file-locksAndrew Kelley
2020-04-10Merge branch 'master' into nameless-fieldsAuguste Rame
2020-04-08Translate C: Allow casting literal ints to pointersLachlan Easton
2020-04-08Translate C: Put an alignCast in c style pointer casts to allow opaque types ...Vexu
2020-04-07more fixesSuperAuguste
2020-04-07Merge pull request #4684 from LakeByTheWoods/comment_failed_declsVexu
2020-04-07msvc fixSuperAuguste
2020-04-07remove debug statementSuperAuguste
2020-04-07Nameless struct field consistencySuperAuguste
2020-04-06Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-04-06libc_installation.zig: don't special-case based on C ABIAndrew Kelley
2020-04-06Merge pull request #4939 from SuperAuguste/masterVexu
2020-04-05fixesSuperAuguste
2020-04-05Merge pull request #4901 from phase/feature/translate-c-remassignVexu
2020-04-05translate-c: remove unneeded semicolonJadon Fowler
2020-04-04fix multichar literals in translate_cSuperAuguste
2020-04-04rename mem.separate to mem.splitxackus
2020-04-04detect an endless loop when trying to detect native libc installationAndrew Kelley
2020-04-04zig cc looks for native include directories unless -nostdincAndrew Kelley
2020-04-04translate-c: account for signedness when translating div & modJadon Fowler
2020-04-03Merge pull request #4868 from xackus/new-arraylist-apiAndrew Kelley
2020-04-02Fix compile errors in stage2LeRoyce Pearson
2020-04-02Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-04-02Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-04-02zig cc: fix ambiguity with -MTAndrew Kelley
2020-04-02zig cc: support -F and -frameworkAndrew Kelley
2020-04-02zig cc: respect -MF -MV -MD optionsAndrew Kelley
2020-04-02new ArrayList API: fix everything elsexackus
2020-04-01zig cc: detect -mcpu, -march, -mtuneAndrew Kelley
2020-04-01zig cc: add support for -L linker argumentsRejean Loyer
2020-04-01zig cc properly handles -S flag and .ll, .bc extensionsAndrew Kelley
2020-04-01fix regressions from previous commitAndrew Kelley
2020-04-01translate-c: translate DivAssign & RemAssignJadon Fowler
2020-04-01(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)Andrew Kelley
2020-04-01fixups and revert a few thingsAndrew Kelley
2020-04-01Use length field as passed in stage2 libc_installation instead of relying on ...daurnimator
2020-04-01std: use std.ArrayList(u8).OutStream instead of std.Buffer.OutStreamdaurnimator
2020-04-01std: use std.ArrayList(u8) instead of std.Buffer in src-self-hosted/translate...daurnimator
2020-04-01Tidy up some mem.spanZ use-sites now that null is accepteddaurnimator
2020-03-31fixes to 32-bit handling, to support 32-bit armAndrew Kelley
2020-03-30revert detection of rtti and exceptionsAndrew Kelley
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-28Conv macro string concat to ++Layne Gustafson
2020-03-28Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-03-28Sync clang_options_data.zig with update_clang_optionsRyan Liptak