about summary refs log tree commit diff
path: root/src/libextra/rl.rs
AgeCommit message (Expand)AuthorLines
2013-10-16drop the linenoise libraryDaniel Micay-143/+0
2013-10-15Require module documentation with missing_docAlex Crichton-1/+3
2013-09-23librustc: Fix merge fallout.Patrick Walton-10/+23
2013-09-23librustc: Remove `@fn` managed closures from the language.Patrick Walton-21/+20
2013-09-18Register new snapshotsAlex Crichton-20/+1
2013-09-11extra: improvements & bug fixes to rl.Huon Wilson-18/+26
2013-09-11extra: stop rl from leaking each line that is read.Huon Wilson-1/+11
2013-09-11extra: use a mutex to wrap linenoise calls and make them threadsafe.Huon Wilson-18/+42
2013-08-21Adjust callbacks in the libraries for the new type of extern fnsNiko Matsakis-11/+15
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-9/+19
2013-08-15Add ToCStr method .with_c_str()Kevin Ballard-5/+5
2013-08-04std: replace str::as_c_str with std::c_strErick Tryzelaar-6/+6
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-7/+7
2013-07-23std: move StrUtil::as_c_str into StrSliceErick Tryzelaar-5/+5
2013-07-22new snapshotDaniel Micay-3/+0
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-1/+1
2013-07-14Make TLS keys actually take up spaceAlex Crichton-1/+1
2013-07-14Purge the last remnants of the old TLS apiAlex Crichton-11/+15
2013-07-11Remove all external requirements of `@` from TLSAlex Crichton-1/+1
2013-07-09Rename local_data methods/types for less keystrokesAlex Crichton-2/+2
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-5/+4
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+88