Commits
User selector
Commit History
Commits on Sep 13, 2021
8273430: Suspicious duplicate condition in java.util.regex.Grapheme#isExcludedSpacingMark
Show description for 3d9dc8fcommitted
Ian Graves
Commits on Aug 18, 2021
8272626: Avoid C-style array declarations in java.*
Show description for 30b0f82committed
Commits on Jul 27, 2021
8269753: Misplaced caret in PatternSyntaxException's detail message
Show description for bb508e1committed
Ian Graves
Commits on Jul 23, 2021
8199594: Add doc describing how (?x) ignores spaces in character classes
Show description for a1c0a6acommitted
Ian Graves
Commits on May 31, 2021
8267587: Update java.util to use enhanced switch
Show description for ab5a7ffcommitted
Commits on May 25, 2021
8267110: Update java.util to use instanceof pattern variable
Show description for a52c4edcommitted
Commits on Apr 21, 2021
8037397: RegEx pattern matching loses character class after intersection (&&) operator
Show description for b337f63authored andcommitted

Commits on Mar 19, 2021
8263890: Broken links to Unicode.org
Show description for 96e5c3fcommitted
Commits on Dec 18, 2020
8258259: Unicode linebreak matching behavior is incorrect; backout JDK-8235812
Show description for cbc3feecommitted
Stuart Marks
Commits on Nov 7, 2020
8255989: Remove explicitly unascribed authorship from Java source files
Show description for c5462bbcommitted
Commits on Oct 22, 2020
8255262: Remove use of legacy custom @spec tag
Show description for 0aa3c92committed
Commits on Jul 29, 2020
8247546: Pattern matching does not skip correctly over supplementary characters
Show description for 4946a16committed
Commits on Jul 18, 2020
8249687: Use inline @jls and @jvm tages in more places in java.base
Show description for b7c307ccommitted
Commits on Jul 15, 2020
8249205: Remove unnecessary trademark symbols
Show description for 55039aacommitted
Commits on Jun 11, 2020
8230744: Several classes throw OutOfMemoryError without message
Show description for 03642a0committed
Jim Laskey
Commits on May 31, 2020
8246198: Typo in java/util/regex/Pattern.java
Show description for 0082c69authored andcommitted
Commits on May 13, 2020
8239383: Support for Unicode 13.0
Show description for 80c75c9committed
Commits on Apr 16, 2020
8241055: Regex Grapheme Matcher Performance Depends too much on Total Input Sequence Size
Show description for 455eacaauthored andcommitted
Commits on Mar 29, 2020
8241727: Typos: empty lines in javadoc, inconsistent indents, etc. (core-libs only)
Show description for b0e1ee4committed
Ivan Gerasimov
Commits on Mar 25, 2020
8237599: Greedy matching against supplementary chars fails to respect the region
Show description for d1b5065committed
Ivan Gerasimov
Commits on Mar 20, 2020
8241014: Miscellaneous typos in documentation comments
Show description for 17ff85dcommitted
Commits on Mar 18, 2020
8214245: Case insensitive matching doesn't work correctly for some character classes
Show description for 1d4a4fecommitted
Ivan Gerasimov
Commits on Mar 12, 2020
8216332: Grapheme regex does not work with emoji sequences
Show description for eeaafbecommitted
Commits on Feb 11, 2020
8235812: Unicode linebreak with quantifier does not match valid input
Show description for 987be2bcommitted
Ivan Gerasimov
Commits on Jan 22, 2020
8236034: Use optimized Ques node for curly {0,1} quantifier
Show description for 6f7f81fcommitted
Ivan Gerasimov
Commits on Dec 15, 2019
8235930: java.util.regex.PrintPattern does not print a link to the next node
Show description for f82e4b1committed
Ivan Gerasimov
Commits on Sep 24, 2019
8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base
Show description for d15a57bcommitted
Julia Boes
Commits on Sep 20, 2019
8230648: Replace @exception tag with @throws in java.base
Show description for b15b322committed
Julia Boes
Commits on Sep 12, 2019
8230829: Matcher matches a surrogate pair that crosses border of the region
Show description for 5e7e0e7committed
Ivan Gerasimov
Commits on Aug 29, 2019
8229997: Apply java.io.Serial annotations in java.base
Show description for 9d764eecommitted8230338: Accurate error message about bad Unicode block name
Show description for d607548committed
Ivan Gerasimov
Commits on Aug 1, 2019
8228352: CANON_EQ breaks when pattern contains supplementary codepoint
Show description for 66dc6cfcommitted
Ivan Gerasimov
Commits on Jun 26, 2019
8224849: Flag (?U:...) is allowed for non-capturing groups
Show description for c9ca2c7committed
Ivan Gerasimov
Commits on Jun 5, 2019
8225179: (regex) Minor Pattern cleanup
Show description for a2f40eccommitted
Commits on May 23, 2019
8222684: Better support for patterns
Show description for 844e811committed
Ivan Gerasimov