summary refs log tree commit diff
path: root/src/README.md
AgeCommit message (Collapse)AuthorLines
2014-06-03Update README file for src/ directoryPiotr Jawniak-3/+14
2014-04-25Add a regex crate to the Rust distribution.Andrew Gallant-0/+1
Also adds a regex_macros crate, which provides natively compiled regular expressions with a syntax extension. Closes #3591. RFC: 0007-regexps
2014-02-24Update source code layout in src/George Papanikolaou-0/+20
with the new modules that moved from extra, and with other undocumented folders. also add a note about potential changes.
2014-02-02Remove rustpkg.Corey Richardson-1/+0
I'm sorry :'( Closes #11859
2014-01-11Trim src/ README, bring back version_info everywhereAdrien Tétar-16/+12
2014-01-11Various READMEs and docs cleanupAdrien Tétar-0/+43
Noticeably closes #11428.