index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
docs.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Serialize errors to make them sortable, deterministic, and generally more ↵
gingerBill
2024-03-19
1
-2
/
+2
|
|
|
|
control
*
Improve `odin doc` string printing (Fixes #2246)
gingerBill
2023-01-18
1
-13
/
+9
|
*
Minimize `StringMap` structure usage
gingerBill
2023-01-14
1
-2
/
+2
|
*
Remove dead code in the compiler
gingerBill
2022-12-18
1
-9
/
+0
|
*
`gb_internal` to docs and other auxiliary files
gingerBill
2022-12-18
1
-11
/
+10
|
*
Replace compiler for loops for the hash-table types to simplify code usage
gingerBill
2022-12-09
1
-4
/
+4
|
*
Correct odin doc comment printing
gingerBill
2022-01-17
1
-6
/
+22
|
*
Remove unused code
gingerBill
2021-08-19
1
-1
/
+0
|
*
Add `-doc-format` command for the new .odin-doc file format (to be used to ↵
gingerBill
2021-04-18
1
-15
/
+62
|
|
|
|
generate documentation tools)
*
Update `odin doc` to support multiple package outputs by passing multiple ↵
gingerBill
2020-11-18
1
-62
/
+69
|
|
|
|
|
|
|
paths; Replace `-all` with `-short` Example: odin doc core/path core/path/filepath
*
Minor fixes
gingerBill
2020-11-17
1
-5
/
+4
|
*
Ignore `+build` flags in packages comments with `odin doc`
gingerBill
2020-11-17
1
-32
/
+8
|
*
Improve file doc logic
gingerBill
2020-11-17
1
-3
/
+6
|
*
Fix parser logic for first comment group line in a file
gingerBill
2020-11-17
1
-11
/
+25
|
*
Fix typo
gingerBill
2020-11-17
1
-0
/
+2
|
*
Improve flags for `odin doc`
gingerBill
2020-11-17
1
-23
/
+15
|
*
Basic `odin doc` support
gingerBill
2020-11-17
1
-8
/
+204
|
*
Improve flag handling to check for invalid uses
gingerBill
2020-11-17
1
-0
/
+40
|
*
Add `-show-unused-with-location`
gingerBill
2020-11-17
1
-71
/
+54
|
*
Big renaming: `AstNode` to `Ast`
gingerBill
2018-06-17
1
-7
/
+7
|
*
Parse directories to be packages
gingerBill
2018-05-21
1
-10
/
+10
|
*
Allow for multiple library collections; Store AstFile as pointer
Ginger Bill
2017-09-10
1
-1
/
+1
|
*
Remove () grouping for `foreign_library`
Ginger Bill
2017-08-27
1
-22
/
+0
|
*
Replace `import_load` with `using import .`
Ginger Bill
2017-08-27
1
-1
/
+0
|
*
Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functions
Ginger Bill
2017-07-06
1
-2
/
+2
|
*
:: style procedure declarations; remove old parsing code
Ginger Bill
2017-06-28
1
-11
/
+5
|
*
Remove `let`
Ginger Bill
2017-06-26
1
-1
/
+0
|
*
Barebones layout for the documentation declarations
Ginger Bill
2017-06-18
1
-43
/
+108
|
*
Add docs.cpp
Ginger Bill
2017-06-18
1
-0
/
+72