about summary refs log tree commit diff
path: root/src/libregex/compile.rs
AgeCommit message (Expand)AuthorLines
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-2/+2
2014-12-30Fallout from stabilizationAaron Turon-1/+2
2014-11-20Rename remaining Failures to PanicSubhash Bhushan-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-3/+3
2014-10-29Rename fail! to panic!Steve Klabnik-4/+4
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-1/+1
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-09-24auto merge of #17438 : alexcrichton/rust/string-stable, r=aturonbors-1/+1
2014-09-23Deal with the fallout of string stabilizationAlex Crichton-1/+1
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-1/+0
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-1/+1
2014-09-19Add enum variants to the type namespaceNick Cameron-2/+2
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-06-10Fix more misspelled comments and strings.Joseph Crail-2/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-4/+4
2014-05-14libregex: Remove all uses of `~str` from `libregex`Patrick Walton-4/+4
2014-04-30regex: remove the use of ~[] & some unnecessary ~'s.Huon Wilson-26/+25
2014-04-25Add a regex crate to the Rust distribution.Andrew Gallant-0/+274