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