index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wast-lexer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
C++20 compatibility fixes
Shravan Narayan
2023-07-02
1
-1
/
+1
*
Improve lexing and parsing of invalid annotations (again) (#2166)
Keith Winstein
2023-03-10
1
-4
/
+13
*
Replace MakeUnique with c++14 std::make_unique (#2152)
Keith Winstein
2023-02-27
1
-2
/
+2
*
Improve lexing of invalid annotations (#2150)
Keith Winstein
2023-02-25
1
-1
/
+1
*
WastLexer: log lexing errors directly (#2013)
Keith Winstein
2022-10-03
1
-14
/
+20
*
Add tokens test + adjust Wast lexing to match updated spec (#2001)
Keith Winstein
2022-10-03
1
-13
/
+30
*
Move headers to include/wabt/ (#1998)
Alex Reinking
2022-09-28
1
-5
/
+5
*
Implement \u{hex} escape parsing (#1909)
Zoltan Herczeg
2022-05-02
1
-0
/
+33
*
Use C++17 string_view (#1826)
Sam Clegg
2022-02-11
1
-8
/
+12
*
Reference types changes to remove subtyping (#1407)
Ben Smith
2020-05-28
1
-1
/
+2
*
Fix fuzzing bugs in wat2wasm (#1129)
Ben Smith
2019-07-24
1
-13
/
+19
*
Fix crash when newlines are in string tokens (#1121)
Ben Smith
2019-07-19
1
-1
/
+8
*
Fix assertion in WastLexer::IsCharClass() (#1119)
Ben Smith
2019-07-18
1
-2
/
+2
*
Initial custom annotation support (#1076)
Jacob Gravelle
2019-05-07
1
-0
/
+4
*
Fix infinite loop in lexer w/ bad character (#1061)
Ben Smith
2019-04-10
1
-0
/
+1
*
Use string_view instead of string in token (#1059)
Ben Smith
2019-04-04
1
-2
/
+2
*
Rewrite the lexer manually, instead of re2c (#1058)
Ben Smith
2019-04-03
1
-708
/
+474
*
Remove LexerSourceFile (#1054)
Ben Smith
2019-04-01
1
-11
/
+1
*
Make v128.const i32x4 op conform to the SIMD draft (#1037)
gnzlbg
2019-03-28
1
-0
/
+6
*
Rename anyfunc -> funcref; parse reference types (#1026)
Ben Smith
2019-02-25
1
-2
/
+2
*
Add support for the reference types proposal (#938)
Alex Crichton
2019-02-14
1
-0
/
+7
*
Add br_on_exn instruction (#1016)
Ben Smith
2019-02-13
1
-0
/
+1
*
Rename exception -> event (#1013)
Ben Smith
2019-02-11
1
-1
/
+1
*
Remove the `if_except` instruction (#1009)
Ben Smith
2019-02-10
1
-1
/
+0
*
Rename {memory,table}.drop to {data,elem}.drop (#1000)
Alex Crichton
2019-01-30
1
-4
/
+4
*
The great renaming (#985)
Ben Smith
2018-12-19
1
-85
/
+126
*
Add bulk memory opcode definitions (#927)
Alex Crichton
2018-10-12
1
-0
/
+8
*
Tailcall (#918)
Ben Smith
2018-10-01
1
-0
/
+2
*
Replace ErrorHandler with Errors and FormatErrors*
Ben Smith
2018-09-04
1
-1
/
+0
*
Move WastLexer out of NameResolver, Validator, etc.
Ben Smith
2018-09-04
1
-1
/
+0
*
Update spec tests; rename {grow,current}_memory (#849)
Ben Smith
2018-05-27
1
-2
/
+4
*
SIMD v8x16.shuffle implementation. (#811)
lizhengxing
2018-03-15
1
-0
/
+1
*
Simd Replace Lane instructions implementation. (#809)
lizhengxing
2018-03-15
1
-0
/
+6
*
Simd remaining Extract Lane instructions implementation. (#806)
lizhengxing
2018-03-15
1
-0
/
+7
*
Simd i8x16.extract_lane_s instruction implementation. (#802)
lizhengxing
2018-03-13
1
-0
/
+1
*
SIMD v128.load/v128.store implementation. (#801)
lizhengxing
2018-03-09
1
-0
/
+2
*
SIMD Floating point to integer with saturation implementation. (#797)
lizhengxing
2018-03-07
1
-0
/
+4
*
SIMD Integer to floating point conversion implementation. (#795)
lizhengxing
2018-03-06
1
-0
/
+4
*
SIMD (f32x4/f64x2).sqrt implementation. (#789)
lizhengxing
2018-03-05
1
-0
/
+2
*
SIMD Floating-point div and mul implementation. (#787)
lizhengxing
2018-03-05
1
-0
/
+4
*
SIMD Floating-point add and sub implementation. (#786)
lizhengxing
2018-03-03
1
-0
/
+4
*
WIP on support for level1 exception spec (#773)
Ben Smith
2018-03-02
1
-1
/
+1
*
SIMD Floating-point min and max implementation. (#784)
lizhengxing
2018-03-02
1
-0
/
+4
*
SIMD (f32x4/f64x2).abs implementation. (#783)
lizhengxing
2018-03-01
1
-0
/
+2
*
SIMD (f32x4/f64x2).neg implementation. (#779)
lizhengxing
2018-02-28
1
-0
/
+2
*
SIMD Comparison Greater than or equal instructions implementation. (#778)
lizhengxing
2018-02-28
1
-0
/
+8
*
SIMD Comparison Greater than instructions implementation. (#772)
lizhengxing
2018-02-27
1
-0
/
+8
*
SIMD Comparison Less than or equal instructions implementation. (#771)
lizhengxing
2018-02-26
1
-0
/
+8
*
SIMD Comparison Less than instructions implementation. (#770)
lizhengxing
2018-02-23
1
-0
/
+8
*
SIMD Comparison Non-Equality instructions implementation. (#767)
lizhengxing
2018-02-21
1
-0
/
+5
[next]