summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-10-01core::task - typo in commentDaniel Patterson-1/+1
2012-10-01De-export std::{uv, uv_ll, uv_iotask, uv_global_loop}. Part of #3583.Graydon Hoare-167/+139
2012-10-01De-export std::test. Part of #3583.Graydon Hoare-19/+7
2012-10-01De-export dlist, dvec. Part of #3583.Graydon Hoare-12/+6
2012-10-01De-export iter and result. Part of #3583.Graydon Hoare-53/+62
2012-10-01In lint, don't complain about infer mode if legacy modes aren't enabledTim Chevalier-9/+12
2012-10-01Attempt to fix option::test_unwrap_str breakage.Graydon Hoare-4/+4
2012-10-01De-export either. Part of #3583.Graydon Hoare-13/+13
2012-10-01De-export vec. Part of #3583.Graydon Hoare-239/+139
2012-10-01libcore: Fix tidy errorPatrick Walton-2/+2
2012-10-01libcore: Allow the command line arguments to be set on a per-task basisPatrick Walton-1/+33
2012-10-01Fix rope breakage from de-exporting.Graydon Hoare-4/+4
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-171/+168
2012-10-01Call 'new' instead of 'old' extfmt code, preparing for snapshotTim Chevalier-9/+12
2012-10-01libcore: Implement a sys::args() on MacPatrick Walton-5/+36
2012-10-01De-export option and option_iter. Part of #3583.Graydon Hoare-25/+24
2012-10-01De-export gc and io. Part of #3583.Graydon Hoare-50/+48
2012-10-01De-export std::{rope,smallintmap}. Part of #3583.Graydon Hoare-81/+74
2012-10-01Demode ebml, ebml2, json, parTim Chevalier-20/+20
2012-10-01Bump llvm again to pick up a compiler-rt fix for OS XBrian Anderson-0/+0
2012-09-30Another llvm update, this time updating compiler-rtErick Tryzelaar-0/+0
2012-09-30Add bbrittain's llvm python fixesBrian Anderson-0/+0
2012-09-30rustc: llvm grew some new enum variantsErick Tryzelaar-13/+15
2012-09-30rustc: uniquely mangle expr_fn namesErick Tryzelaar-1/+1
2012-09-30rebase rust llvm patches onto llvm HEADErick Tryzelaar-0/+0
2012-09-30Register snapshotsBrian Anderson-0/+8
2012-09-30When a vec/str bounds check fails, include the bad index and the length of th...Gareth Daniel Smith-9/+39
2012-09-29Fix a compilation error on windowsBrian Anderson-1/+1
2012-09-29core: Fix unsafe code in spawn_rawBrian Anderson-9/+2
2012-09-29rt: Check the results of pthread callsBrian Anderson-6/+6
2012-09-29Register snapshotsBrian Anderson-0/+8
2012-09-28Unbork WindowsTim Chevalier-2/+2
2012-09-28Add a demoded version of ptr::addr_ofTim Chevalier-94/+110
2012-09-28Finish demoding iter: from_elem, copy_seq, map, appendTim Chevalier-7/+7
2012-09-28std: Make the DuplexStream constructor publicBrian Anderson-1/+1
2012-09-28Fix graph500-bfsTim Chevalier-5/+5
2012-09-28Add allow(deprecated_\*) to syntax, rustc, rustdoc, et alBrian Anderson-1/+12
2012-09-28Fix benchmarks.Graydon Hoare-4/+4
2012-09-28Squash a couple pattern warnings that I missedTim Chevalier-3/+3
2012-09-28Demode iter::foldl and friendsTim Chevalier-47/+42
2012-09-28Demode dvecTim Chevalier-1/+1
2012-09-28core: Demode the vec::foldr methodBrian Anderson-2/+2
2012-09-28De-export std::c_vec. Part of Part of #3583.Graydon Hoare-15/+7
2012-09-28De-export logging, to_str, to_bytes, from_str, util. Part of #3583.Graydon Hoare-25/+18
2012-09-28Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vecTim Chevalier-57/+57
2012-09-28Long linesBrian Anderson-2/+6
2012-09-28De-export std::deque. Part of #3583.Graydon Hoare-4/+2
2012-09-28rustdoc: Fix build errorsBrian Anderson-17/+19
2012-09-28core: Demode patternsBrian Anderson-82/+88
2012-09-28Merge pull request #3621 from z0w0/jit-cratesBrian Anderson-57/+107