about summary refs log tree commit diff
path: root/src/README.md
AgeCommit message (Collapse)AuthorLines
2023-01-13Remove stale reference to the test suite locationAlbert Larsan-3/+2
2022-09-21Remove miri from the submodule list and require it for CI to passOli Scherer-1/+1
2022-08-27Sunset RLSEric Huss-1/+1
2021-02-14update messageHenry Boisdequin-0/+1
2020-08-30Update README.mdWho? Me?!-1/+1
2020-07-27Update outdated readmeWho? Me?!-1/+1
2020-03-10rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.orgSantiago Pastorino-1/+1
2020-03-10Rename rustc guide to rustc dev guideSantiago Pastorino-2/+2
2020-03-10Rename rustc-guide to rustc-dev-guideSantiago Pastorino-1/+1
2019-10-24remove the last remaining READMEsMark Mansi-3/+0
2019-08-06doc: the content has since been moved to the guideTshepang Lekhonkhobe-5/+2
2019-01-15remove link to removed readmemark-1/+0
2018-11-26rustc-guide has movedMark Mansi-1/+1
2018-11-12Fix their/there grammar nitKWierso-1/+1
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-1/+1
2018-02-23Start moving to the rustc guide!Mark Mansi-0/+15
2014-12-09Delete the outdated source layout READMEMaxime Quandalle-66/+0
2014-11-20Fallout from libgreen and libnative removalAaron Turon-2/+0
2014-10-01Remove librustuvAaron Turon-2/+0
This commit removes the `librustuv` crate. See the [runtime removal RFC](https://github.com/rust-lang/rfcs/pull/230) for more context. See [green-rs](https://github.com/alexcrichton/green-rs/) for a possible migration path if you wish to continue using green-threaded I/O. The library provides its own I/O API surface. [breaking-change]
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.