index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
prism
/
diagnostic.c
Age
Commit message (
Expand
)
Author
2024-03-06
[ruby/prism] Expose types on diagnostics
Kevin Newton
2024-03-04
[ruby/prism] Warnings for tokens at EOL
Kevin Newton
2024-03-04
[ruby/prism] Make alloc interface replaceable
HASUMI Hitoshi
2024-02-29
[ruby/prism] Warn on integers in flip-flops
Kevin Newton
2024-02-23
[ruby/prism] Duplicated when clauses
Kevin Newton
2024-02-23
[ruby/prism] Duplicated hash keys
Kevin Newton
2024-02-22
[ruby/prism] Parse float values
Kevin Newton
2024-02-21
[ruby/prism] Update for Ruby 3.4 errors
Kevin Newton
2024-02-21
[ruby/prism] Support ItParametersNode
Kevin Newton
2024-02-17
[ruby/prism] Fix up GCC analyzer
Kevin Newton
2024-02-16
[ruby/prism] Add warning for assignments to literals in conditionals
Haldun Bayhantopcu
2024-02-15
Temporarily update the error message format in prism
Yusuke Endoh
2024-02-13
[ruby/prism] Convert more error messages to match specs
Kevin Newton
2024-02-12
[ruby/prism] Fix typo in class variable name error
Kevin Newton
2024-02-12
[ruby/prism] Error messages closer to CRuby
Kevin Newton
2024-02-06
[ruby/prism] Better invalid token messages
Kevin Newton
2024-02-05
[ruby/prism] Add another error type for raising argument errors
Kevin Newton
2024-02-01
[ruby/prism] Check literals for receiver
Haldun Bayhantopcu
2024-01-30
[ruby/prism] Better error messages for unexpected tokens in prefix
Kevin Newton
2024-01-27
[ruby/prism] Error follow-up
Kevin Newton
2024-01-26
[ruby/prism] Add level to warnings and errors to categorize them
Benoit Daloze
2024-01-17
[ruby/prism] Parse `it` default parameter
Takashi Kokubun
2024-01-02
[ruby/prism] Fix to check multiple block arguments for forwarding arg
TSUYUSATO Kitsune
2023-12-25
Revert "Revert all of commits after Prism 0.19.0 release"
Hiroshi SHIBATA
2023-12-16
Revert all of commits after Prism 0.19.0 release
Hiroshi SHIBATA
2023-12-15
[ruby/prism] Invalid pinned locals in pattern matching
Kevin Newton
2023-12-15
[ruby/prism] Add an error for `in` keyword in arguments
TSUYUSATO Kitsune
2023-12-14
[ruby/prism] Fix hash pattern rest
Kevin Newton
2023-12-10
[ruby/prism] fix: escape newline
Alex Koval
2023-12-08
[ruby/prism] More closely match CRuby error messages
Kevin Newton
2023-12-06
[ruby/prism] Emit error for constant assignments in defs
Haldun Bayhantopcu
2023-12-06
[ruby/prism] Provide flags for changing encodings
Kevin Newton
2023-12-04
[ruby/prism] Refactor pm_diagnostic_t and pm_comment_t to use pm_location_t
Lily Lyons
2023-11-29
[ruby/prism] Reject class/module defs in method params/rescue/ensure/else
TSUYUSATO Kitsune
2023-11-28
Add in missing error
Kevin Newton
2023-11-28
[ruby/prism] Use un-capitalized error messages
Kevin Newton
2023-11-22
[ruby/prism] Reject statements at non-statement posisions
TSUYUSATO Kitsune
2023-11-21
[ruby/prism] Warning for ENDs in methods
Haldun Bayhantopcu
2023-11-21
[ruby/prism] Build the ability to format errors
Kevin Newton
2023-11-21
[ruby/prism] Split up CaseNode and CaseMatchNode
Kevin Newton
2023-11-20
[ruby/prism] Fix parsing `...` in arguments
Hiroya Fujinami
2023-11-14
[ruby/prism] Add "Unexpected void value expression" error
TSUYUSATO Kitsune
2023-11-01
[ruby/prism] Documentation for diagnostics and regexp
Kevin Newton
2023-10-18
[ruby/prism] Index{Operator,And,Or}WriteNode
Kevin Newton
2023-10-16
[ruby/prism] Load magic comments in java
Kevin Newton
2023-09-28
[ruby/prism] Check for a semicolon or a newline after the inheritance operator
Haldun Bayhantopcu
2023-09-28
[ruby/prism] Fix assertion failure for fwd params after rest
Haldun Bayhantopcu
2023-09-27
Sync to prism rename commits
Kevin Newton
2023-09-27
Rename YARP filepaths to prism filepaths
Kevin Newton