]> git.lizzy.rs Git - rust.git/commit
Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon
authorbors <bors@rust-lang.org>
Sun, 22 Feb 2015 22:45:46 +0000 (22:45 +0000)
committerbors <bors@rust-lang.org>
Sun, 22 Feb 2015 22:45:46 +0000 (22:45 +0000)
commit67eb38ee4cfd7b28f8498b5b6492da172768dcb9
tree358263816246c0e05a4ba458cadb266307a96172
parentdcc6ce2c772cb851ac35cbc2ddafcae9bf2fa9fd
parentc8dd2d066d7b25246d2b940b7c161b8b67608b74
Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon

This is not a complete implementation of the RFC:

- only existing methods got updated, no new ones added
- doc comments are not extensive enough yet
- optimizations got lost and need to be reimplemented

See https://github.com/rust-lang/rfcs/pull/528

Technically a

[breaking-change]
src/librustc/lint/builtin.rs
src/librustc/session/mod.rs
src/librustc_driver/pretty.rs
src/libstd/old_path/windows.rs
src/libsyntax/parse/parser.rs