aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-11-13add compile error for @atomicRmw on enum not being an .XchgVexu
2019-11-13Merge pull request #3675 from Vexu/atomic-storeAndrew Kelley
2019-11-12fix anonymous struct literal assigned to variableAndrew Kelley
2019-11-12fn parameters participate in result location semanticsAndrew Kelley
2019-11-13fix comptime atomicStore and add testsVexu
2019-11-13add @atomicStore builtinVexu
2019-11-12Merge pull request #3670 from Vexu/atomics-enumAndrew Kelley
2019-11-12fix assertion failure in ptrToIntAndrew Kelley
2019-11-12support atomic operations with enumsVexu
2019-11-11fix assertion failure in init_const_undefinedAndrew Kelley
2019-11-11fix unresolved type making it to codegenAndrew Kelley
2019-11-11implement fully anonymous list literalsAndrew Kelley
2019-11-11fully anonymous struct literalsAndrew Kelley
2019-11-11fix anon literal used with return result locAndrew Kelley
2019-11-11implement anon struct literal syntaxAndrew Kelley
2019-11-11stage1 parser code for anon container litAndrew Kelley
2019-11-11stop accepting deprecated `use` keywordAndrew Kelley
2019-11-09Fix initialization of union referencesLemonBoy
2019-11-08fix regressed tests and update docs to use "type coercion"Andrew Kelley
2019-11-08passing std lib testsAndrew Kelley
2019-11-08behavior tests passingAndrew Kelley
2019-11-08more regressions fixedAndrew Kelley
2019-11-08fix result loc of cast not finding parentAndrew Kelley
2019-11-08introduce `@as` builtin for type coercionAndrew Kelley
2019-11-07correctly use llvm undef in release modesShawn Landden
2019-11-07Fix ptrCast of array references to fnLemonBoy
2019-11-06allow type coercion from *[0]T to E![]const TAndrew Kelley
2019-11-06fix NodeErrorSetDecl renderingVexu
2019-11-06add token for parsing pointer dereferenceBrendan Hansknecht
2019-11-06fix translate-c arrow derefVexu
2019-11-05fix incorrect type name on bit field pointersAndrew Kelley
2019-11-05fix initialization of vector in a struct fieldAndrew Kelley
2019-11-05implement storing vector elements via runtime indexAndrew Kelley
2019-11-05implement loading vector elements via runtime indexAndrew Kelley
2019-11-05implement store of vector element with comptime indexAndrew Kelley
2019-11-05comptime load of vector elementAndrew Kelley
2019-11-05runtime load vector element with comptime indexAndrew Kelley
2019-11-05Mark type fields as CTLemonBoy
2019-11-04Fix #3558LemonBoy
2019-11-04Prevent crash when slicing undefined ptr to sliceLemonBoy
2019-11-04Fix crash in #3483LemonBoy
2019-11-04Correctly process errors for invalid types in fn callLemonBoy
2019-11-04Fix cmpxchg trying to execute at CTLemonBoy
2019-11-02stage1: add linux XDG Base Directory supportMichael Dusan
2019-10-31util.cpp: canonicalize the order of includesAndrew Kelley
2019-10-30Merge branch 'std.net'Andrew Kelley
2019-10-30DragonFlyBSD supportTse
2019-10-30fix regression in behavior testsAndrew Kelley
2019-10-29std lib networking improvements, especially non-blocking I/OAndrew Kelley
2019-10-28detect async fn recursion and emit compile errorAndrew Kelley