| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add extra check in `add_entity_and_decl_info` #2161 | gingerBill | 2022-11-01 | 1 | -1/+5 |
| | | |||||
| * | Add safety check for #2161 | gingerBill | 2022-11-01 | 1 | -1/+8 |
| | | |||||
| * | Correct parapoly determination of generated internal type of a `map` | gingerBill | 2022-09-22 | 1 | -2/+2 |
| | | |||||
| * | Split header table data and the map pointer | gingerBill | 2022-09-21 | 1 | -16/+5 |
| | | |||||
| * | Replace `#optional_second` with `#optional_allocator_error` | gingerBill | 2022-09-12 | 1 | -11/+2 |
| | | |||||
| * | Add `ODIN_BUILD_PROJECT_NAME` and `//+build-project-name` | gingerBill | 2022-09-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | This allows for condition inclusion of files, similar to `+build` or `ODIN_BUILD`, but relies on the directory name of the project to be the same as specified Example: odin build foo/bar/baz ODIN_BUILD_PROJECT_NAME == "baz" //+build_project_name baz | ||||
| * | EXPERIMENTAL `intrinsics.valgrind_client_request` | gingerBill | 2022-08-17 | 1 | -0/+3 |
| | | |||||
| * | Cache #load data and hashes | gingerBill | 2022-08-11 | 1 | -0/+4 |
| | | |||||
| * | Add `#soa` pointer type to aid with refactoring to `#soa` data types | gingerBill | 2022-08-08 | 1 | -0/+11 |
| | | | | | | | | | a: #soa[16]Foo p := &a[6] #assert(type_of(p) == #soa^#soa[16]Foo) p^.x = 123 p.x = 123 | ||||
| * | `@(require_target_feature=<string>)` `@(enable_target_feature=<string>)` | gingerBill | 2022-05-30 | 1 | -0/+16 |
| | | | | | | require_target_feature - required by the target micro-architecture enable_target_feature - will be enabled for the specified procedure only | ||||
| * | Commit `import _` changes | gingerBill | 2022-05-15 | 1 | -8/+5 |
| | | |||||
| * | Allow for `import _ "foo"` to allow for `@(init)` procedures; Remove `using ↵ | gingerBill | 2022-05-14 | 1 | -38/+10 |
| | | | | | import` code | ||||
| * | Improve -vet shadowing to allow `x := x if cond else y` etc | gingerBill | 2022-05-11 | 1 | -9/+28 |
| | | |||||
| * | Add `@(priority_index=<int>)` for `foreign import` | gingerBill | 2022-05-04 | 1 | -0/+11 |
| | | |||||
| * | Fix building issues with arm32 | gingerBill | 2022-05-01 | 1 | -0/+1 |
| | | |||||
| * | Change `intrinsics.Atomic_Memory_Order` fields to use `Ada_Case` rather than ↵ | gingerBill | 2022-03-31 | 1 | -6/+6 |
| | | | | | `snake_case` | ||||
| * | Replace the atomic intrinsics | gingerBill | 2022-03-31 | 1 | -3/+22 |
| | | | | | Matching C11 in style | ||||
| * | Improve procedure group selection based on the minimum number of arguments | gingerBill | 2022-03-18 | 1 | -0/+9 |
| | | |||||
| * | Merge branch 'master' into freestanding_amd64 | gingerBill | 2022-03-14 | 1 | -0/+1 |
| |\ | |||||
| | * | initial OpenBSD support | Sébastien Marie | 2022-02-25 | 1 | -0/+1 |
| | | | |||||
| * | | Disallow `@(thread_local)` on wasm targets | gingerBill | 2022-02-28 | 1 | -1/+1 |
| | | | |||||
| * | | Clean up `generate_minimum_dependency_set` code | gingerBill | 2022-02-28 | 1 | -34/+41 |
| | | | |||||
| * | | Commit rest of code for `-disallow-rtti` | gingerBill | 2022-02-28 | 1 | -1/+24 |
| | | | |||||
| * | | Replace local `@(no_red_zone)` with global `-disable-red-zone` | gingerBill | 2022-02-23 | 1 | -7/+0 |
| | | | |||||
| * | | Add `@(no_red_zone)` for procedures | gingerBill | 2022-02-23 | 1 | -0/+7 |
| | | | |||||
| * | | Add `-foreign-error-procedures` | gingerBill | 2022-02-20 | 1 | -0/+1 |
| |/ | |||||
| * | Minimize memory usage by having an arena per thread rather than an arena per ↵ | gingerBill | 2022-02-18 | 1 | -2/+2 |
| | | | | | file | ||||
| * | Use `try_to_add_package_dependency` | gingerBill | 2022-02-18 | 1 | -1/+14 |
| | | |||||
| * | Merge pull request #1438 from odin-lang/odin-global-constants-as-enums | gingerBill | 2022-02-15 | 1 | -3/+34 |
| |\ | | | | | Odin global constants as enums | ||||
| | * | Merge branch 'master' into odin-global-constants-as-enums | gingerBill | 2022-02-15 | 1 | -24/+134 |
| | |\ | |||||
| | * | | Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings | gingerBill | 2022-01-20 | 1 | -3/+34 |
| | | | | |||||
| * | | | Change objc_class_name to objc_name with objc_is_class_method | gingerBill | 2022-02-14 | 1 | -8/+4 |
| | | | | |||||
| * | | | Add more objc attributes | gingerBill | 2022-02-11 | 1 | -1/+49 |
| | | | | |||||
| * | | | Begin work on support objc intrinsics | gingerBill | 2022-02-08 | 1 | -0/+36 |
| | |/ |/| | |||||
| * | | Correct `//+private file` bug | gingerBill | 2022-02-07 | 1 | -4/+4 |
| | | | |||||
| * | | Add check for variables which are both shadowing and unused by default | gingerBill | 2022-02-05 | 1 | -9/+18 |
| | | | |||||
| * | | Only check idents in the alias (of alias)+ problem | gingerBill | 2022-02-04 | 1 | -1/+1 |
| | | | |||||
| * | | Correct the type aliasing problem, caused by aliases (of aliases)+ | gingerBill | 2022-02-04 | 1 | -1/+65 |
| | | | |||||
| * | | Fix type alias declaration evaluation problem (#854 #1439) | gingerBill | 2022-02-03 | 1 | -3/+0 |
| | | | |||||
| * | | Add `//+private file` to complement `//+private` (`//+private package`) | gingerBill | 2022-02-02 | 1 | -3/+6 |
| | | | |||||
| * | | Fix typo | gingerBill | 2022-01-31 | 1 | -5/+5 |
| | | | |||||
| * | | Correct false positive check in `check_unique_package_names` | gingerBill | 2022-01-31 | 1 | -2/+8 |
| | | | |||||
| * | | Add `#no_type_assert` and `#type_assert` to disable implicit type assertions ↵ | gingerBill | 2022-01-27 | 1 | -0/+12 |
| | | | | | | | | | with `x.(T)` | ||||
| * | | Add `ODIN_ERROR_POS_STYLE` constant and change ↵ | gingerBill | 2022-01-26 | 1 | -0/+10 |
| | | | | | | | | | `runtime.print_caller_location` based on that constant | ||||
| * | | Revert change | gingerBill | 2022-01-25 | 1 | -7/+6 |
| | | | |||||
| * | | Disable early return from `check_proc_info` | gingerBill | 2022-01-25 | 1 | -6/+7 |
| | | | |||||
| * | | Remove debug code | gingerBill | 2022-01-24 | 1 | -3/+0 |
| | | | |||||
| * | | Fix #1267 | gingerBill | 2022-01-23 | 1 | -6/+18 |
| |/ | |||||
| * | Unify `are_types_identical_unique_tuples` | gingerBill | 2022-01-19 | 1 | -2/+2 |
| | | |||||
| * | Correct `//+private` for `odin doc` | gingerBill | 2022-01-17 | 1 | -0/+7 |
| | | |||||