aboutsummaryrefslogtreecommitdiff
path: root/src/comp/front/extenv.rs
Commit message (Collapse)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-23/+24
| | | | This should be a snapshot transition.
* rustc: Number everything with an annotationPatrick Walton2011-05-101-6/+6
|
* Fix GenericOS.getenv returning a raw str, return an Option.t[str] instead.Graydon Hoare2011-05-061-2/+11
|
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-5/+5
| | | | (Have fun mergining your stuff with this.)
* Add #env syntax extension for plucking strings out of the compilation ↵Graydon Hoare2011-05-041-0/+68
environment.