index
:
go-bareish.git
master
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
gen
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-21
Change a few other URLs
HEAD
master
Runxi Yu
1
-1
/
+1
2024-10-21
More fork URL changes
Runxi Yu
9
-13
/
+15
2024-10-21
Fork init
Runxi Yu
2
-9
/
+11
2021-04-06
Fix typo
Martin Vahlensieck
1
-1
/
+1
2021-04-01
schema: fix unparse unit tests
Simon Ser
1
-2
/
+2
2021-04-01
schema: fix int/uint in SchemaForType
Simon Ser
1
-2
/
+2
2021-03-31
Add dedicated Int and Uint types
Simon Ser
6
-4
/
+63
2021-03-31
Panic when decode{Uint,Int,Float} are passed a wrong value
Simon Ser
1
-0
/
+8
2021-03-31
Remove misleading docs
Simon Ser
2
-6
/
+0
2021-03-31
Expose UnmarshalBareReader
Simon Ser
1
-3
/
+3
2021-03-31
Optimize io.ByteBuffer in NewReader
Simon Ser
1
-16
/
+16
2021-03-30
readme: use godocs.io for documentation badge
Simon Ser
1
-1
/
+1
2021-02-27
Copy marshaled message into new slice
Timofey
1
-1
/
+5
2020-12-10
example: update schema to match current state of rfc
John Mulligan
2
-2
/
+2
2020-12-10
gen: add UINT and INT types to template mapping
John Mulligan
1
-0
/
+4
2020-12-10
ast: add String method to TypeKind to ease future debugging
John Mulligan
1
-0
/
+59
2020-12-06
gen: only add errors import if type needs errors package
John Mulligan
1
-3
/
+10
2020-11-20
reader, writer: error on NaN
Drew DeVault
3
-2
/
+25
2020-11-17
Omit struct fields with a field tag of "-".
Adnan Maolood
4
-0
/
+45
2020-11-06
allow unions to roundtrip without errors
Daniel MartÃ
2
-1
/
+28
2020-11-02
Reuse marshal buffers
Timofey
1
-1
/
+15
2020-11-02
Configurable map & array size limits
Timofey
3
-3
/
+35
2020-11-02
Reject invalid values
Timofey
5
-12
/
+50
2020-11-02
Fix test assertions
Timofey
1
-18
/
+18
2020-11-02
Prevent extra allocations in reader/writer
Timofey
2
-39
/
+57
2020-11-02
Cache encoding/decoding routines
Timofey
5
-231
/
+464
2020-11-02
Add example benchmarks
Timofey
2
-0
/
+52
2020-10-09
Refactor cmd/gen
Timofey
3
-302
/
+296
2020-08-12
Read minimum number of bytes necessary from Reader
Noah Pederson
8
-42
/
+163
2020-06-23
example/*.bin: trim off line feed
Drew DeVault
3
-1
/
+1
2020-06-23
Implement void types
Drew DeVault
10
-6
/
+37
2020-06-22
Add maximum message size limit
Drew DeVault
3
-7
/
+63
2020-06-22
Implement explicit union tag specification
Drew DeVault
2
-10
/
+50
2020-06-22
Generalize union implementation
Drew DeVault
10
-48
/
+112
2020-06-22
README.md: update URL to spec
Drew DeVault
1
-1
/
+1
2020-06-22
Update customer.bin, employee.bin to latest format
Drew DeVault
2
-0
/
+0
2020-06-22
parser: implement default storage for enums
Drew DeVault
2
-2
/
+14
2020-06-22
Use uint for internal length encodings
Drew DeVault
8
-35
/
+35
2020-06-22
Marshal, Unmarshal: implement uint & int
Drew DeVault
5
-47
/
+34
2020-06-22
parser: parse int & uint
Drew DeVault
3
-1
/
+11
2020-06-22
lex: scan uint & int
Drew DeVault
2
-0
/
+12
2020-06-22
reader_test.go: remove excessive messaging
Drew DeVault
1
-50
/
+46
2020-06-22
reader, writer: implement varints
Drew DeVault
4
-2
/
+79
2020-06-22
parse: correctly implement enum value assignment
Drew DeVault
1
-1
/
+2
2020-06-22
Drop e8/e16/e32/e64 in favor of u8/u16/u32/u64
Drew DeVault
9
-89
/
+13
2020-06-21
Update README.md
Drew DeVault
1
-0
/
+9
2020-06-21
marshal, unmarshal: add CanAddress guard
Drew DeVault
2
-4
/
+8
2020-06-21
example: correct typo
Drew DeVault
1
-1
/
+1
2020-06-21
gen: implement unions
Drew DeVault
7
-23
/
+137
2020-06-21
Add Marshalable and Unmarshalable interfaces
Drew DeVault
2
-3
/
+25
[next]