summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-06-18Prohibit casts between fat pointers to different traitsAriel Ben-Yehuda-8/+24
2015-06-18Auto merge of #26392 - oli-obk:unused_functions, r=dotdashbors-68/+0
2015-06-18remove unused functions from trans and llvmOliver Schneider-68/+0
2015-06-18Auto merge of #26358 - nham:fix_24081, r=alexcrichtonbors-4/+32
2015-06-18Auto merge of #26389 - Manishearth:rollup, r=Manishearthbors-48/+45
2015-06-18Rollup merge of #26387 - frewsxcv:regression-tests-25180, r=eddybManish Goregaokar-0/+13
2015-06-18Rollup merge of #26369 - IvanUkhov:collections, r=eddybManish Goregaokar-3/+3
2015-06-18Rollup merge of #26349 - petrochenkov:bitwise, r=steveklabnikManish Goregaokar-5/+7
2015-06-18Rollup merge of #26348 - eefriedman:unused-interiorsafety, r=luqmanaManish Goregaokar-37/+8
2015-06-18Rollup merge of #26342 - steveklabnik:quix_reference_fix, r=alexcrichtonManish Goregaokar-3/+14
2015-06-18Auto merge of #26364 - frewsxcv:regression-tests-22864, r=blussbors-0/+30
2015-06-18Auto merge of #26340 - bluss:bench-sigfix, r=alexcrichtonbors-4/+4
2015-06-18Auto merge of #26336 - dotdash:raw_ptr_coercions, r=nrcbors-7/+40
2015-06-17Add regression test for #21622Corey Farwell-0/+28
2015-06-17Add regression test for #25180Corey Farwell-0/+13
2015-06-17Fix the E0252 error message to use better names for things.Nick Hamann-1/+51
2015-06-17rustc_driver: Frob the global PATH lessAlex Crichton-8/+11
2015-06-18Auto merge of #26347 - nagisa:macro-exp, r=nrcbors-72/+106
2015-06-17Add src/etc/add-authors.sh script for managing the AUTHORS.txt fileBrian Anderson-0/+32
2015-06-17Auto merge of #26326 - nikomatsakis:optimize-fulfillment-cache-in-tcx, r=pcwa...bors-60/+253
2015-06-17Auto merge of #26321 - srwalter:remove-i386-textrel, r=alexcrichtonbors-3/+2
2015-06-17Remove unused emit_feature_warn functionBrian Anderson-12/+0
2015-06-17Auto merge of #26315 - steveklabnik:gh26287, r=alexcrichtonbors-1/+1
2015-06-17Auto merge of #26062 - eefriedman:cleanup-cached, r=nikomatsakisbors-0/+47
2015-06-17Add comment about stabilizing CString::from_ptrAlex Crichton-0/+6
2015-06-17std: Stabilize vec_map::Entry::or_insert{,_with}Alex Crichton-8/+7
2015-06-17std: Hide some internal functions more aggressivelyAlex Crichton-3/+5
2015-06-17std: Update stable since for `core::char`Alex Crichton-1/+3
2015-06-17More test fixes and fallout of stability changesAlex Crichton-122/+111
2015-06-17std: Move free-functions to associated functionsAlex Crichton-35/+153
2015-06-17std: Deprecate the `thunk` moduleAlex Crichton-0/+1
2015-06-17std: Deprecate the `scoped` featureAlex Crichton-0/+6
2015-06-17std: Deprecate the `future` featureAlex Crichton-0/+4
2015-06-17std: Deprecate the `exit_status` featureAlex Crichton-0/+2
2015-06-17std: Deprecate the io::BufStream typeAlex Crichton-0/+4
2015-06-17std: Stabilize the `str_matches` featureAlex Crichton-8/+6
2015-06-17std: Stabilize the `iter_{once,empty}` featuresAlex Crichton-12/+12
2015-06-17std: Stabilize the `once_new` featureAlex Crichton-1/+1
2015-06-17std: Stabilize the sync_poison featureAlex Crichton-6/+6
2015-06-17std: Deprecate Vec::from_raw_bufAlex Crichton-0/+2
2015-06-17std: Deprecate all permutation-related slice methodsAlex Crichton-0/+6
2015-06-17std: Stabilize the remaining wrapping_* functionsAlex Crichton-10/+10
2015-06-17std: Deprecate f{32,64}::consts::PI_2Alex Crichton-0/+2
2015-06-17std: Remove two internal `str_internals` functionsAlex Crichton-29/+2
2015-06-17std: Deprecate the IntSliceExt traitAlex Crichton-0/+4
2015-06-17std: Deprecate result::foldAlex Crichton-0/+3
2015-06-17std: Deprecate the copy_{,mut_}lifetime functionsAlex Crichton-0/+8
2015-06-17std: Deprecate iter::{Unfold, Iterate}Alex Crichton-0/+12
2015-06-17std: Deprecate the RandomAccessIterator traitAlex Crichton-0/+4
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-338/+364