| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Address edge cases. | Jeroen van Rijn | 2022-04-26 | 1 | -35/+0 |
| | | |||||
| * | Compiler: Add early error for output path being a directory. | Jeroen van Rijn | 2022-04-24 | 1 | -4/+6 |
| | | | | | | | | | | | | | - Introduce new `Path` type and an array of build paths on the build context. - Resolve input and output paths/files early (before parsing). - Error early if inputs are missing or outputs are directories. - Plumb new file path generation into linker stage instead of its adhoc method. TODO: - Remove more adhoc file path generation in parser and linker stage. - Make intermediate object file generation use new path system. - Round out and robustify Path helper functions. | ||||
| * | `-target-features:<string>` | gingerBill | 2022-02-28 | 1 | -8/+0 |
| | | | | | This just passes a string directly to the LLVM features string | ||||
| * | Add more objc attributes | gingerBill | 2022-02-11 | 1 | -0/+31 |
| | | |||||
| * | Add `//+private file` to complement `//+private` (`//+private package`) | gingerBill | 2022-02-02 | 1 | -2/+10 |
| | | |||||
| * | Add `wasi_wasm32` | gingerBill | 2021-10-31 | 1 | -3/+4 |
| | | |||||
| * | Change the implementation of `Arena` to use virtual memory, and remove the ↵ | gingerBill | 2021-08-26 | 1 | -5/+0 |
| | | | | | old gbArena code | ||||
| * | Remove unused code | gingerBill | 2021-08-19 | 1 | -2/+0 |
| | | |||||
| * | Begin optimizing tokenizer; Replace `gb_utf8_decode` with `utf8_decode` (CC ↵ | gingerBill | 2021-08-01 | 1 | -3/+3 |
| | | | | | but easier to change later) | ||||
| * | Define which mutexes are blocking and recursive explicitly | gingerBill | 2021-07-27 | 1 | -4/+4 |
| | | |||||
| * | Add "Suggestion: Did you mean?" for selector expression typos | gingerBill | 2021-07-08 | 1 | -38/+0 |
| | | |||||
| * | Prefix named types with package name in debug types | gingerBill | 2021-03-23 | 1 | -0/+9 |
| | | |||||
| * | Fix string_compare | gingerBill | 2020-11-17 | 1 | -0/+1 |
| | | |||||
| * | Add `-microarch:<string>` (e.g. `-microarch:native`) | gingerBill | 2020-10-20 | 1 | -0/+6 |
| | | |||||
| * | Add `-target:<string>` fuzzy checking with "Did you mean" message | gingerBill | 2020-06-10 | 1 | -0/+39 |
| | | |||||
| * | Strip carriage return `\r` from raw string literals | gingerBill | 2020-05-23 | 1 | -1/+21 |
| | | |||||
| * | Use `memcmp` for `str_eq` | gingerBill | 2020-05-21 | 1 | -6/+1 |
| | | |||||
| * | General functionality without `context` | gingerBill | 2020-03-04 | 1 | -0/+8 |
| | | |||||
| * | Make the `string` type elements "immutable", akin to `char const *` in C | gingerBill | 2019-12-01 | 1 | -20/+20 |
| | | | | | Allows for extra security and optimization benefits | ||||
| * | Update microsoft_craziness.h to work correctly with the rest of the codebase ↵ | gingerBill | 2019-11-27 | 1 | -0/+17 |
| | | | | | (and not use WIN32_LEAN_AND_MEAN) | ||||
| * | Fix typo in `string_to_string16` #444 | gingerBill | 2019-10-20 | 1 | -1/+1 |
| | | |||||
| * | Improve #assert to show the procedure and signature it was called with; ↵ | gingerBill | 2019-08-23 | 1 | -1/+83 |
| | | | | | Allow the ability to print ExactValue correct now. | ||||
| * | odin query | gingerBill | 2019-05-25 | 1 | -10/+11 |
| | | | | | Output .json file containing information about the program | ||||
| * | New build flag: -define:foo=123 | gingerBill | 2019-02-23 | 1 | -1/+0 |
| | | |||||
| * | Allow 'odin run program.odin -- <args-for-program.exe> | Tetralux | 2019-01-28 | 1 | -1/+21 |
| | | |||||
| * | Use name of source file as output_name | Chris Heyes | 2018-10-16 | 1 | -0/+10 |
| | | |||||
| * | Allow for '\"' | gingerBill | 2018-08-10 | 1 | -3/+0 |
| | | |||||
| * | Add escape code for ESC \e | gingerBill | 2018-06-15 | 1 | -0/+1 |
| | | |||||
| * | Use global arena for AstNode allocations | gingerBill | 2018-06-09 | 1 | -1/+1 |
| | | |||||
| * | Allow for either .odin file or directory as the initial start | gingerBill | 2018-05-27 | 1 | -0/+10 |
| | | |||||
| * | IR now builds with the new package system | gingerBill | 2018-05-27 | 1 | -1/+4 |
| | | |||||
| * | Add basic package support (no IR support yet) | gingerBill | 2018-05-26 | 1 | -0/+7 |
| | | |||||
| * | Parse directories to be packages | gingerBill | 2018-05-21 | 1 | -0/+4 |
| | | |||||
| * | More code tidying with `Array` | gingerBill | 2018-02-25 | 1 | -13/+13 |
| | | |||||
| * | `-out` and generate executable in the current working directory | gingerBill | 2018-02-25 | 1 | -5/+13 |
| | | |||||
| * | Add `-debug` command (still in development) | gingerBill | 2017-11-19 | 1 | -28/+11 |
| | | |||||
| * | Library collections | Ginger Bill | 2017-09-07 | 1 | -4/+19 |
| | | |||||
| * | Import cycle checking | Ginger Bill | 2017-08-27 | 1 | -0/+15 |
| | | |||||
| * | Extra type safety; Fix typos | Ginger Bill | 2017-07-31 | 1 | -5/+4 |
| | | |||||
| * | Parallelization of the Parser | Ginger Bill | 2017-07-30 | 1 | -24/+33 |
| | | | | | | ~66% reduction (unoptimized build) ~30% reduction (optimized build) | ||||
| * | Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functions | Ginger Bill | 2017-07-06 | 1 | -11/+11 |
| | | |||||
| * | Basic command line flags: e.g. `-opt=0` | Ginger Bill | 2017-06-24 | 1 | -0/+7 |
| | | |||||
| * | Use UTF-8 command line on windows | Ginger Bill | 2017-06-24 | 1 | -0/+13 |
| | | |||||
| * | `#location(..)` and `#call_location` | Ginger Bill | 2017-06-18 | 1 | -2/+5 |
| | | |||||
| * | Remove unnecessary `typedef` usage | Ginger Bill | 2017-06-08 | 1 | -4/+4 |
| | | |||||
| * | Update `String` to use overloading | Ginger Bill | 2017-06-08 | 1 | -24/+57 |
| | | |||||
| * | Build as C++ | Ginger Bill | 2017-06-08 | 1 | -0/+505 |
| | | |||||
| * | Change extensions .cpp to .c | Ginger Bill | 2016-11-23 | 1 | -422/+0 |
| | | |||||
| * | Remove templated Map; replace with #include macro "templates" trick | Ginger Bill | 2016-11-23 | 1 | -8/+8 |
| | | |||||
| * | Remove: string overloads; defer | Ginger Bill | 2016-11-22 | 1 | -20/+24 |
| | | |||||