rust/src/libregex
Patrick Walton e8d6031c71 libsyntax: Forbid escapes in the inclusive range \x80-\xff in
Unicode characters and strings.

Use `\u0080`-`\u00ff` instead. ASCII/byte literals are unaffected.

This PR introduces a new function, `escape_default`, into the ASCII
module. This was necessary for the pretty printer to continue to
function.

RFC #326.

Closes #18062.

[breaking-change]
2014-11-04 14:58:11 -08:00
..
test libsyntax: Forbid escapes in the inclusive range \x80-\xff in 2014-11-04 14:58:11 -08:00
testdata
compile.rs collections: Enable IndexMut for some collections 2014-10-30 08:54:30 -07:00
lib.rs rollup merge of #18398 : aturon/lint-conventions-2 2014-10-30 17:37:22 -07:00
parse.rs collections: Enable IndexMut for some collections 2014-10-30 08:54:30 -07:00
re.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
vm.rs collections: Enable IndexMut for some collections 2014-10-30 08:54:30 -07:00