]> git.lizzy.rs Git - rust.git/history - src
Add more missing math functions
[rust.git] / src /
2019-06-14 Kenny GoodinAdd more missing math functions
2019-06-13 Ralf JungMerge pull request #769 from RalfJung/rustup
2019-06-13 Ralf Jungrustup for lifetime refactorings
2019-06-12 Ralf JungMerge pull request #763 from kennethbgoodin/fix_cmath_f...
2019-06-12 Kenny GoodinImplement cbrt and hypot function calls
2019-06-11 Ralf JungMerge pull request #764 from RalfJung/minmax
2019-06-11 Ralf Junguse apfloat's FMA primitive
2019-06-11 Ralf Jungimplement min and max floating point intrinsics
2019-06-11 Ralf Jungfix from to/from f32/f64 changes
2019-06-11 Ralf JungMerge pull request #766 from RalfJung/sysroot
2019-06-11 Ralf JungMerge branch 'master' into sysroot
2019-06-10 Ralf JungMerge pull request #767 from RalfJung/rustup
2019-06-10 Ralf Jungfix for rustc rename mir -> body
2019-06-09 Ralf Jungfactor out common code to determine miri binary
2019-06-09 Ralf Jungfix comments
2019-06-09 Ralf Jungdo not handle MIRI_SYSROOT in the driver at all, rely...
2019-06-09 Ralf Jungdon't have both MIRI_SYSROOT and --sysroot
2019-06-09 Ralf Jungexplain why we always set a sysroot; make sure we error...
2019-06-09 Ralf Jungremove outdated sysroot management
2019-06-09 Ralf Jungcargo miri: make sure we see the same sysroot for rustc...
2019-06-08 Ralf JungMerge pull request #765 from RalfJung/rustup
2019-06-08 Ralf Jungrustup for EvalResult rename
2019-06-06 Oliver SchererMerge pull request #761 from ecstatic-morse/type-name
2019-06-06 Dylan MacKenzieUse in-core implementation of `type_name`.
2019-06-03 Ralf Jungremove too expensive debug assertion (#755)
2019-06-03 Ralf JungMerge branch 'master' into debug
2019-06-02 Ralf JungTag static/const allocations (#748)
2019-06-02 Ralf Junguse new rustc infrastructure to tag the base pointer...
2019-05-31 Ralf Jungremove too expensive debug assertion
2019-05-29 Ralf JungMerge branch 'master' into miri-build
2019-05-29 Ralf Jungfix for rustc changes (#749)
2019-05-29 Ralf Jungfix for rustc changes
2019-05-28 Ralf Jungupdate for rustc Scalar changes, test for pointer wrapp...
2019-05-28 Ralf Jungadjust for rustc changes
2019-05-28 Ralf Jungadd Miri build script (#745)
2019-05-27 Ralf JungMerge branch 'master' into miri-build
2019-05-27 Ralf Jungfix for latest rustc (#746)
2019-05-27 Ralf Jungfix for latest rustc
2019-05-27 Ralf Jungmake miri script smarter: auto-determine MIRI_SYSROOT...
2019-05-24 Oliver SchererMerge pull request #742 from RalfJung/stacked-borrows-2
2019-05-24 Ralf Jungavoid printing the tag twice
2019-05-24 Ralf Jungavoid having both Debug and Display for a type and...
2019-05-23 Ralf JungMerge pull request #741 from RalfJung/stacked-borrows-2
2019-05-23 Ralf Junguse prettier printing
2019-05-23 Ralf JungMerge pull request #740 from RalfJung/stacked-borrows-2
2019-05-23 Ralf Junghopefully improve error message a bit
2019-05-19 Ralf JungMerge pull request #732 from RalfJung/stacked-borrows-2
2019-05-19 Ralf Jungtypo
2019-05-19 Ralf JungUse `drain` instead of manually rolling it ourselves...
2019-05-19 Oliver SchererPrefer `drain` over manual implementation of `drain`
2019-05-17 Oliver SchererMerge pull request #730 from RalfJung/stacked-borrows-2
2019-05-17 Ralf Jungnits
2019-05-17 Ralf Jungtest and support two-phase reborrows of raw pointers...
2019-05-17 Ralf Jungreading does not remove Unique, it just invalidates...
2019-05-17 Ralf Junggive up on two-phase borrows
2019-05-15 Ralf Jungrefactor to simplify
2019-05-15 Ralf Jungmake writes act stack-like
2019-05-15 Ralf Jungmake printing return place less verbose (#728)
2019-05-15 Ralf Jungmake printing return place less verbose
2019-05-15 Ralf JungRustup (#723)
2019-05-13 Ralf Jungfix for latest rustc
2019-05-13 Ralf JungRUST_LOG got renamed to RUSTC_LOG
2019-05-13 Ralf Jungbuild with latest version
2019-05-13 Oliver SchererMerge pull request #726 from RalfJung/stacked-borrows-2
2019-05-11 Ralf JungUpdate src/stacked_borrows.rs
2019-05-11 Ralf Jungrename per-location part of reborowing to 'granting'
2019-05-10 Oliver SchererMerge pull request #725 from RalfJung/xargo
2019-05-10 Ralf Jungswitch back to upstream xargo
2019-05-02 Oliver SchererMerge pull request #720 from RalfJung/rustup
2019-05-01 Ralf Jungswitch to my xargo fork, because that one works with...
2019-04-30 Ralf JungMerge pull request #718 from RalfJung/stacked-borrows-2
2019-04-30 bjorn3Apply suggestions from code review
2019-04-30 Ralf JungSharedReadOnly reborrows are never weak
2019-04-27 Ralf JungMerge pull request #717 from Eijebong/metadata
2019-04-27 Bastien OrivelUpdate cargo_metadata to 0.7
2019-04-27 Ralf JungMerge pull request #716 from RalfJung/rustup
2019-04-27 Ralf Jungfix HeapFree return value
2019-04-22 Oliver SchererMerge pull request #702 from RalfJung/exit
2019-04-22 Ralf Jungunify code paths
2019-04-22 Ralf JungMerge branch 'master' into exit
2019-04-22 Ralf JungMerge pull request #709 from RalfJung/macos-rand
2019-04-22 Ralf Junggen_random: handle size 0 and writing to mem
2019-04-22 Ralf Jungimplement SecRandomCopyBytes for macOS RNG
2019-04-21 Ralf JungMerge pull request #708 from RalfJung/alloc-tests
2019-04-21 Ralf JungWindows: implement heap functions
2019-04-21 Ralf Jungimplement ExitProcess for Windows
2019-04-21 Ralf Jungimplement exit
2019-04-21 Ralf JungMerge pull request #704 from RalfJung/dev
2019-04-21 Ralf JungMerge branch 'master' into dev
2019-04-19 Ralf Jungwarn when cargo miri setup does not do anything
2019-04-19 Oliver SchererMerge pull request #699 from RalfJung/stacked-borrows-2
2019-04-19 Ralf Jungtwo-phase-borrow comment
2019-04-18 Ralf JungMerge pull request #698 from RalfJung/stacked-borrows-2
2019-04-18 Ralf JungMerge branch 'master' into stacked-borrows-2
2019-04-18 Ralf JungMerge pull request #696 from TimDiekmann/realloc
2019-04-18 Ralf Jungremove some unneeded 'extern crate'
2019-04-18 Tim DiekmannAdd handling for `nullptr` and `size == 0`
2019-04-18 Tim DiekmannFix for latest upstream update
2019-04-18 Tim DiekmannMerge branch 'master' into realloc
2019-04-18 Ralf JungMerge pull request #695 from RalfJung/stacked-borrows-2
next