summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-08-19Rework Arc for FCP of #27718Alexis Beingessner-71/+118
2015-08-19Rework Rc for FCP of #27718Alexis Beingessner-82/+117
2015-08-19Tweak aarch64 SIMD intrinsics.Huon Wilson-4/+7
2015-08-19doc: improve E0133 explanationTshepang Lekhonkhobe-3/+8
2015-08-19make these parameters follow idiomTshepang Lekhonkhobe-1/+1
2015-08-19doc: improve transmute example a littleTshepang Lekhonkhobe-2/+2
2015-08-19Auto merge of #27885 - steveklabnik:gh27637, r=alexcrichtonbors-0/+3
2015-08-19rustc_back: add configure options for default linker and arMarc-Antoine Perennou-2/+2
2015-08-19Improve std::io::ErrorKindSteve Klabnik-0/+3
2015-08-19Auto merge of #27677 - sylvestre:issue-27628, r=dotdashbors-6/+6
2015-08-19Issue #27628 - Also support the LLVM 3.6 IR format in two testsSylvestre Ledru-6/+6
2015-08-19Auto merge of #27875 - alexcrichton:msvc-f32-rem, r=nrcbors-1/+65
2015-08-19Auto merge of #27493 - GSam:master, r=nrcbors-31/+91
2015-08-19Auto merge of #27849 - jonas-schievink:macro-errors, r=nikomatsakisbors-47/+51
2015-08-18std: Add into_raw_os traits to the OS preludesAlex Crichton-2/+2
2015-08-18Auto merge of #27850 - alexcrichton:fix-musl, r=brsonbors-0/+3
2015-08-18Auto merge of #27836 - alexcrichton:rename-cstring-raw, r=blussbors-5/+28
2015-08-18add a regression test for #27583. Fixes #27583.Niko Matsakis-0/+56
2015-08-18kill the old funky `can_reach` fnNiko Matsakis-43/+0
2015-08-18rewrite `free_region`/`region_inference` to use newly mintedNiko Matsakis-59/+61
2015-08-18implement transitive relation type that can compute transitiveNiko Matsakis-0/+464
2015-08-18remove unused importNiko Matsakis-1/+0
2015-08-18reorder imports to respect the alphabet, only one of the single mostNiko Matsakis-2/+2
2015-08-18generalize bitvector code into a bitmatrix; write some unit tests, butNiko Matsakis-9/+176
2015-08-18Auto merge of #27891 - steveklabnik:rollup, r=steveklabnikbors-5/+60
2015-08-18Rollup merge of #27883 - steveklabnik:gh27587, r=alexcrichtonSteve Klabnik-0/+5
2015-08-18Rollup merge of #27882 - steveklabnik:gh27428, r=alexcrichtonSteve Klabnik-4/+54
2015-08-18Rollup merge of #27881 - jotomicron:patch-1, r=steveklabnikSteve Klabnik-1/+1
2015-08-18Auto merge of #27624 - apasel422:issue-27620, r=Gankrobors-2/+23
2015-08-18add cfg(target_env) to the referenceSteve Klabnik-0/+5
2015-08-18Add note about backtraces to TRPLSteve Klabnik-4/+54
2015-08-18Auto merge of #27536 - steveklabnik:doc_object_safety, r=alexcrichtonbors-0/+38
2015-08-18std: Rename `cstr_memory` feature to use "raw"Alex Crichton-5/+28
2015-08-18Add object safety to TRPLSteve Klabnik-0/+38
2015-08-18Fixed example in documentationjotomicron-1/+1
2015-08-18Remove repetition in Seek::seek() docRemi Rampin-3/+0
2015-08-18Auto merge of #27870 - durka:patch-5, r=steveklabnikbors-9/+0
2015-08-18Auto merge of #27869 - alexcrichton:libtest-panic, r=brsonbors-1/+1
2015-08-18Auto merge of #27866 - arielb1:really-fast-reject, r=nikomatsakisbors-24/+86
2015-08-17trans: Call `fmod` manually for 32-bit float remAlex Crichton-1/+65
2015-08-18Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichtonbors-318/+194
2015-08-17core: Shuffle around float parsingAlex Crichton-138/+133
2015-08-17core: Stabilize prelude::v1Alex Crichton-18/+19
2015-08-18Auto merge of #27474 - bluss:twoway-reverse, r=brsonbors-64/+213
2015-08-17Auto merge of #27169 - huonw:simd, r=alexcrichtonbors-1028/+3028
2015-08-17Add AArch64 vrecpeq_... intrinsic (necessary for minimal API).Huon Wilson-0/+2
2015-08-17Clean up simd_cast translation.Huon Wilson-106/+69
2015-08-17Revamp SIMD intrinsic trans error handling.Huon Wilson-131/+129
2015-08-17simd_shuffleNNN returns its type parameter directly.Huon Wilson-11/+2
2015-08-17Shim some of the old std::simd functionality.Huon Wilson-16/+56