index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libregex
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-23
regex: Remove in-tree version
Alex Crichton
-93
/
+0
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-0
/
+1
2015-01-08
Remove warning from the libraries.
Huon Wilson
-0
/
+1
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
rollup merge of #20723: pnkfelix/feature-gate-box-syntax
Alex Crichton
-0
/
+1
2015-01-08
Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.
Felix S. Klock II
-0
/
+1
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-3
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+0
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-349
/
+2
2015-01-03
regex: fix fallout
Jorge Aparicio
-0
/
+1
2014-12-17
rollup merge of #19820: alexcrichton/deprecate-some-more-libs
Alex Crichton
-1
/
+1
2014-12-14
Modify `regex::Captures::{at,name}` to return `Option`
Eric Kidd
-2
/
+4
2014-12-13
Deprecate more in-tree libs for crates.io
Alex Crichton
-1
/
+1
2014-12-13
libregex: fix fallout
Jorge Aparicio
-0
/
+1
2014-11-26
Remove special casing for some meta attributes
Steven Fackler
-1
/
+0
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-1
/
+1
2014-11-06
link to raw string docs in libregex docs
Steve Klabnik
-1
/
+2
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-09
Use the same html_root_url for all docs
Brian Anderson
-1
/
+1
2014-10-09
Revert "Update html_root_url for 0.12.0 release"
Brian Anderson
-1
/
+1
2014-10-07
Update html_root_url for 0.12.0 release
Brian Anderson
-1
/
+1
2014-10-07
Put slicing syntax behind a feature gate.
Nick Cameron
-1
/
+2
2014-10-02
Revert "Put slicing syntax behind a feature gate."
Aaron Turon
-2
/
+1
2014-10-02
Put slicing syntax behind a feature gate.
Nick Cameron
-1
/
+2
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-1
/
+1
2014-09-04
auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri...
bors
-1
/
+1
2014-09-03
Fix spelling errors and capitalization.
Joseph Crail
-1
/
+1
2014-09-01
Updated to new extern crate syntax.
wickerwaka
-1
/
+1
2014-08-18
regex: Enable test on Windows
klutzy
-2
/
+1
2014-07-21
ignore-lexer-test to broken files and remove some tray hyphens
Corey Richardson
-0
/
+2
2014-07-11
Update doc URLs for version bump
Brian Anderson
-1
/
+1
2014-07-10
auto merge of #15556 : alexcrichton/rust/snapshots, r=brson
bors
-2
/
+0
2014-07-09
Register new snapshots
Alex Crichton
-2
/
+0
2014-07-07
Add libunicode; move unicode functions from core
kwantam
-3
/
+9
2014-07-05
Add #[crate_name] attributes as necessary
Alex Crichton
-1
/
+3
2014-06-27
Update to 0.11.0
0.11.0
Alex Crichton
-2
/
+2
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-1
/
+1
2014-06-09
Use phase(plugin) in other crates
Keegan McAllister
-6
/
+6
2014-06-06
rustdoc: Submit examples to play.rust-lang.org
Alex Crichton
-1
/
+2
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+0
2014-06-03
Some minor documentation touchups for libregex. Fixes #13800.
Andrew Gallant
-7
/
+8
2014-05-25
Change regex! macro to expand to a constexpr, allowing to put it in a static
Marvin Löbel
-1
/
+1
2014-05-21
Change static.rust-lang.org to doc.rust-lang.org
Alex Crichton
-1
/
+1
2014-05-12
Add the patch number to version strings. Closes #13289
Brian Anderson
-1
/
+1
2014-04-30
regex: remove the use of ~[] & some unnecessary ~'s.
Huon Wilson
-1
/
+1
[next]