about summary refs log tree commit diff
path: root/src/librusti
AgeCommit message (Expand)AuthorLines
2012-12-21rusti: Perform mode computation. Closes #4230.Patrick Walton-0/+3
2012-12-21bump 0.5 => 0.6, redirect some URLs in docs.Graydon Hoare-5/+5
2012-12-18Stop resolving static methods at the module level. Closes #4179Brian Anderson-1/+2
2012-12-18core: add macro_rules! for "condition! { c: in -> out; }".Graydon Hoare-1/+1
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-3/+3
2012-12-07Long linesBrian Anderson-2/+4
2012-12-07Add :load command to REPL that can compile and load external librariesBrian Leibig-5/+96
2012-12-05librustc: Make a context including the method map in check_alt, in preparatio...Patrick Walton-1/+1
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+20
2012-11-29Allow for macros to occur in statement position.Paul Stansifer-1/+1
2012-11-26Remove the crate languageBrian Anderson-381/+382
2012-11-19Long linesBrian Anderson-4/+5
2012-11-19Added support for multiline commands in the REPL with :{ .. :}Brian Leibig-43/+96
2012-11-05Make std::rl unsafe. #3921Brian Anderson-7/+9
2012-11-04rusti: main must be publicBrian Anderson-1/+1
2012-11-04rusti's crate type is 'lib'Brian Anderson-1/+1
2012-11-04Librarify rusti, etc.Brian Anderson-0/+377