about summary refs log tree commit diff
path: root/src/libstd/rl.rs
AgeCommit message (Expand)AuthorLines
2013-05-10Move core::task::local_data to core::local_dataYoungsoo Son-2/+2
2013-04-27only use #[no_core] in libcoreDaniel Micay-3/+0
2013-04-14std: remove unused unsafe blocks/functionsAlex Crichton-19/+15
2013-03-11libsyntax: Stop parsing bare functions in preparation for switching them overPatrick Walton-1/+1
2013-03-07libstd: Remove `extern mod { ... }` from libstd. rs=deexterningPatrick Walton-8/+12
2013-02-15libstd: Get rid of `move`.Luqman Aden-1/+1
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-2/+2
2013-01-29libstd: De-export libstd. rs=deexportPatrick Walton-8/+7
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-13/+20
2013-01-10librustc: Make all external functions unsafe. r=tjcPatrick Walton-7/+7
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-1/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-2/+4
2012-12-10Add license boilerplate to more files.Graydon Hoare-0/+10
2012-11-05Make std::rl unsafe. #3921Brian Anderson-6/+9
2012-11-04Use a linenoise with win32 supportBrian Anderson-6/+0
2012-11-04Move rusti::rl to std::rlZack Corr-0/+75