]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-08-19 Marc-Antoine... rustc_back: add configure options for default linker...
2015-08-19 borsAuto merge of #27677 - sylvestre:issue-27628, r=dotdash
2015-08-19 Sylvestre LedruIssue #27628 - Also support the LLVM 3.6 IR format...
2015-08-19 borsAuto merge of #27875 - alexcrichton:msvc-f32-rem, r=nrc
2015-08-19 borsAuto merge of #27493 - GSam:master, r=nrc
2015-08-19 borsAuto merge of #27849 - jonas-schievink:macro-errors...
2015-08-18 borsAuto merge of #27850 - alexcrichton:fix-musl, r=brson
2015-08-18 borsAuto merge of #27836 - alexcrichton:rename-cstring...
2015-08-18 borsAuto merge of #27891 - steveklabnik:rollup, r=steveklabnik
2015-08-18 Steve KlabnikRollup merge of #27888 - steveklabnik:gh27686, r=alexcr...
2015-08-18 Steve KlabnikRollup merge of #27884 - steveklabnik:gh27632, r=alexcr...
2015-08-18 Steve KlabnikRollup merge of #27883 - steveklabnik:gh27587, r=alexcr...
2015-08-18 Steve KlabnikRollup merge of #27882 - steveklabnik:gh27428, r=alexcr...
2015-08-18 Steve KlabnikRollup merge of #27881 - jotomicron:patch-1, r=steveklabnik
2015-08-18 borsAuto merge of #27624 - apasel422:issue-27620, r=Gankro
2015-08-18 Steve Klabnikadd cfg(target_env) to the reference
2015-08-18 Steve KlabnikAdd note about backtraces to TRPL
2015-08-18 Steve KlabnikMake distinction between -l and --extern more clear
2015-08-18 Steve KlabnikAdd notes about building documentation to the README.
2015-08-18 borsAuto merge of #27536 - steveklabnik:doc_object_safety...
2015-08-18 Alex Crichtonstd: Rename `cstr_memory` feature to use "raw"
2015-08-18 Steve KlabnikAdd object safety to TRPL
2015-08-18 jotomicronFixed example in documentation
2015-08-18 borsAuto merge of #27880 - remram44:doc-seek-repetitions...
2015-08-18 Remi RampinRemove repetition in Seek::seek() doc
2015-08-18 borsAuto merge of #27870 - durka:patch-5, r=steveklabnik
2015-08-18 borsAuto merge of #27869 - alexcrichton:libtest-panic,...
2015-08-18 borsAuto merge of #27866 - arielb1:really-fast-reject,...
2015-08-18 Alex Crichtontrans: Call `fmod` manually for 32-bit float rem
2015-08-18 borsAuto merge of #27823 - eefriedman:float-dep-core, r...
2015-08-18 borsAuto merge of #27474 - bluss:twoway-reverse, r=brson
2015-08-17 borsAuto merge of #27169 - huonw:simd, r=alexcrichton
2015-08-17 Huon WilsonAdd AArch64 vrecpeq_... intrinsic (necessary for minima...
2015-08-17 Huon WilsonClean up simd_cast translation.
2015-08-17 Huon WilsonRevamp SIMD intrinsic trans error handling.
2015-08-17 Huon Wilsonsimd_shuffleNNN returns its type parameter directly.
2015-08-17 Huon WilsonShim some of the old std::simd functionality.
2015-08-17 Huon WilsonRebase cleanup: is_simd lost its parameter.
2015-08-17 Huon WilsonCode style tweaks.
2015-08-17 Huon WilsonAdd tests for various intrinsic behaviours.
2015-08-17 Huon WilsonTweak intrinsic error handling.
2015-08-17 Huon WilsonFix existing tests for new `#[repr(simd)]`.
2015-08-17 Huon WilsonAllow generic repr(simd) types.
2015-08-17 Huon WilsonSwitch shuffle intrinsics to arrays of indices.
2015-08-17 Huon WilsonAdd most ARM intrinsics.
2015-08-17 Huon WilsonReorganise ARM intrinsic definitions.
2015-08-17 Huon WilsonAdd most AVX2 intrinsics.
2015-08-17 Huon WilsonAdd most AVX intrinsics.
2015-08-17 Huon WilsonRearrange x86 intrinsics to prepare for AVX.
2015-08-17 Huon WilsonAdd most SSE4.1 intrinsics.
2015-08-17 Huon WilsonAdd most SSSE3 intrinsics.
2015-08-17 Huon WilsonAdd most SSE3 intrinsics.
2015-08-17 Huon WilsonReorganise x86 intrinsic definitions.
2015-08-17 Huon WilsonAdd most SSE2 intrinsics.
2015-08-17 Huon WilsonGeneralise SIMD casting to unequal bitwidths.
2015-08-17 Huon WilsonAdd _mm_shuffle_epi8 intrinsic.
2015-08-17 Huon WilsonRename `simd_basics` feature gate to `repr_simd`.
2015-08-17 Huon WilsonUse error codes for platform-intrinsic typeck errors.
2015-08-17 Huon WilsonCreate separate module for intrinsic typechecking.
2015-08-17 Huon WilsonCreate "platform-intrinsic" ABI for SIMD/platform intri...
2015-08-17 Huon WilsonType check platform-intrinsics in typeck.
2015-08-17 Huon WilsonRemove automatic built-in SIMD operators.
2015-08-17 Huon WilsonAdd intrinsics for SIMD arithmetic.
2015-08-17 Huon WilsonAdd simd_cast intrinsic.
2015-08-17 Huon WilsonAdd x86 & arm reciprocal approximation intrinsics.
2015-08-17 Huon WilsonImplement the simd_insert/simd_extract intrinsics.
2015-08-17 Huon WilsonAdd rustc_platform_intrinsics & some arm/x86 intrs.
2015-08-17 Huon WilsonAdd comparison and shuffle SIMD intrinsics.
2015-08-17 Huon WilsonAdd some SIMD target_feature cfg's when appropriate.
2015-08-17 Huon Wilsonfeature gate `cfg(target_feature)`.
2015-08-17 Huon Wilsonswitch core::simd to repr(simd) and deprecate it.
2015-08-17 Ariel Ben-Yehudadon't iterate over all impls when none match
2015-08-17 Ariel Ben-Yehudaadd a fast-path to resolve_type_vars_if_possible
2015-08-17 borsAuto merge of #27833 - arielb1:robust-construction...
2015-08-17 Alex Burkaremove untrue doc from marker.rs
2015-08-17 Alex Crichtontest: Don't panic if some tests failed
2015-08-17 Ariel Ben-Yehudause an FnvHashSet instead of an HashSet in fulfill
2015-08-17 Ariel Ben-Yehudamake trait matching smarter with projections
2015-08-17 Eli FriedmanRemove dependencies on libm functions from libcore.
2015-08-17 Huon WilsonImplement `repr(simd)` as an alias for `#[simd]`.
2015-08-17 borsAuto merge of #27864 - frewsxcv:regression-test, r...
2015-08-17 Ariel Ben-Yehudause the correct substs when checking struct patterns
2015-08-17 Corey FarwellAdd regression tests for #23304
2015-08-16 Ulrik SverdrupStrSearcher: Additional comments and small code moves
2015-08-16 borsAuto merge of #27858 - rkruppe:rustdoc-codespans, r...
2015-08-16 borsAuto merge of #27689 - dotdash:die_odr, r=michaelwoerister
2015-08-16 Robin KruppeCorrect signature of hoedown callback for codespans
2015-08-16 borsAuto merge of #27643 - mitaa:get_item_, r=arielb1
2015-08-16 borsAuto merge of #27853 - seckar:master, r=steveklabnik
2015-08-16 borsAuto merge of #27818 - alexcrichton:tag-all-the-issues...
2015-08-16 Nicholas SeckarFix typo in doc string.
2015-08-16 Alex Crichtontest: Fix tests for requiring issues
2015-08-16 borsAuto merge of #27851 - nikomatsakis:cleanup-ty-decoder...
2015-08-16 Niko Matsakisremove the last remnants of old interface
2015-08-16 Alex CrichtonAdd issue for the rustc_private feature everywhere
2015-08-16 Alex Crichtonstd: Add issues to all unstable features
2015-08-16 Alex Crichtoncollections: Add issues for unstable features
2015-08-16 Alex Crichtonrustc_unicode: Add issues for unstable features
2015-08-16 Alex Crichtonlibc,rand: Add issues for all unstable features
2015-08-16 Alex Crichtonalloc: Add issues for all unstable features
next