]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-05-19 Ralf Jungfmt
2021-05-19 Ralf Jungrustup
2021-05-19 Ralf Jungavoid importing C functions in alloc_write_race test
2021-05-19 Ralf Jungupdate for Memory API changes
2021-05-19 borsAuto merge of #1808 - RalfJung:fmt, r=oli-obk
2021-05-19 Ralf Jungover 'default' instead of 'override' (consistent with...
2021-05-19 Ralf Jungfmt
2021-05-19 Ralf Jungadd (bors-ignored) formatting check job
2021-05-17 borsAuto merge of #1806 - RalfJung:rustup, r=RalfJung
2021-05-17 Ralf Jungrustup
2021-05-17 borsAuto merge of #1805 - RalfJung:c_str, r=RalfJung
2021-05-17 Ralf Jungstop relying on c_str/wide_str helpers in rustc
2021-05-17 borsAuto merge of #1803 - RalfJung:fmt, r=RalfJung
2021-05-17 Ralf Jungfix rustfmt fallout
2021-05-17 borsAuto merge of #1802 - RalfJung:rustup, r=RalfJung
2021-05-17 Ralf Jungrustup
2021-05-16 borsAuto merge of #1801 - RalfJung:rustfmt, r=oli-obk
2021-05-16 Ralf Junghand-held formatting for remaining files
2021-05-16 Ralf Jungformat much of Miri
2021-05-16 Ralf Jungconfigure rustfmt; fmt cargo-miri
2021-05-15 borsAuto merge of #1799 - RalfJung:rustup, r=RalfJung
2021-05-15 Ralf Jungrustup
2021-05-15 borsAuto merge of #1798 - RalfJung:nogit, r=oli-obk
2021-05-15 Ralf Jungsupport building Miri outside a git repo
2021-05-12 borsAuto merge of #1794 - cbeuw:83813, r=RalfJung
2021-05-12 Andy WangUpdate rust commit sha
2021-05-12 Andy WangPrefer remapped filename in backtrace to match rustc...
2021-05-11 borsAuto merge of #1792 - RalfJung:rustup, r=RalfJung
2021-05-11 Ralf Jungrustup
2021-05-08 borsAuto merge of #1790 - hyd-dev:rustup, r=RalfJung
2021-05-08 hyd-devUpdate pointer error messages
2021-05-07 borsAuto merge of #1789 - RalfJung:array-to-elem, r=RalfJung
2021-05-07 Ralf Jungstacked borrows: ensure array-to-elem casts behave...
2021-05-04 borsAuto merge of #1788 - hyd-dev:rustup, r=RalfJung
2021-05-04 borsAuto merge of #1787 - DianaNites:patch-1, r=RalfJung
2021-05-04 hyd-dev`encountered a NULL reference` -> `encountered a null...
2021-05-04 DianaFix dead self-link
2021-05-03 borsAuto merge of #1785 - Smittyvb:fast-math-ub, r=RalfJung
2021-05-03 SmittySimplify finiteness checking
2021-05-03 Smittytest for infinite value in f*_fast
2021-05-03 borsAuto merge of #1786 - RalfJung:rustup, r=RalfJung
2021-05-03 Ralf Jungadjust for different 'yield' hint on aarch64
2021-05-03 Ralf Jungfix checking os_family
2021-05-02 SmittyUB if f*_fast intrinsic called with nonfinite value
2021-05-01 borsAuto merge of #1784 - hyd-dev:harness-false, r=RalfJung
2021-05-01 hyd-devUse `harness = false` instead of `#![feature(custom_tes...
2021-04-30 borsAuto merge of #1783 - hyd-dev:rustup, r=RalfJung
2021-04-30 hyd-devRustup for rust-lang/rust#84401
2021-04-25 borsAuto merge of #1781 - RalfJung:rustup, r=RalfJung
2021-04-25 Ralf Jungrustup
2021-04-22 borsAuto merge of #1769 - RalfJung:remove-compat, r=oli-obk
2021-04-20 borsAuto merge of #1778 - RalfJung:thread-local-const-init...
2021-04-20 Ralf Jungmake TLS-drop-test more cross-platform
2021-04-20 borsAuto merge of #1779 - RalfJung:cargo-miri-xargo, r...
2021-04-20 Ralf Jungrustup
2021-04-18 Ralf Jungfix MIRI_BE_RUSTC value during sysroot build
2021-04-18 Ralf Jungtest thread_local_const_init
2021-04-16 borsAuto merge of #1777 - crlf0710:fix_compilation, r=RalfJung
2021-04-16 Charles LewRemove `main_fn.rs` test.
2021-04-15 borsAuto merge of #1775 - ABouttefeux:master, r=RalfJung
2021-04-15 Aliénore Bouttefeuxchange rust version to head
2021-04-15 Aliénore Bouttefeuxallow deref of null ptr in test
2021-04-12 borsAuto merge of #1774 - RalfJung:contrib, r=RalfJung
2021-04-12 Ralf Jungfix CONTRIBUTING example
2021-04-11 borsAuto merge of #1772 - RalfJung:less-timeout-checking...
2021-04-11 Ralf Jungtest calling pthread_cond_timedwait with an already...
2021-04-11 borsAuto merge of #1771 - vakaras:bug-1763, r=RalfJung
2021-04-11 Vytautas AstrauskasReference issue 1763 in the comment.
2021-04-11 Ralf Jungonly check timeouts when a thread yields
2021-04-10 Vytautas AstrauskasAttempt to fix #1763 by asking the scheduler to retry...
2021-04-10 borsAuto merge of #1770 - RalfJung:no_run, r=RalfJung
2021-04-10 Ralf Jungmake sure that we truly do not run no_run doctests
2021-04-10 Ralf Jungremove compatibility code for passing miri flags via...
2021-04-10 borsAuto merge of #1768 - RalfJung:readme, r=RalfJung
2021-04-10 Ralf Jungadd the bad doctests we found to the trophy case
2021-04-10 borsAuto merge of #1766 - RalfJung:dropped-temporary, r...
2021-04-10 Ralf Jungadd test to detect dropped temporary
2021-04-10 borsAuto merge of #1765 - rust-lang:rustup, r=RalfJung
2021-04-10 Ralf Jungrustup
2021-04-09 borsAuto merge of #1764 - RalfJung:readme, r=RalfJung
2021-04-09 Ralf Jungfix typo in README
2021-04-08 borsAuto merge of #1761 - hyd-dev:build-rs-proc-macro-no...
2021-04-08 hyd-devDon't use `MIRI_DEFAULT_ARGS` to compile host crates
2021-04-07 borsAuto merge of #1759 - RalfJung:readme, r=RalfJung
2021-04-07 Ralf Jungmention 'cargo miri test filter' in README
2021-04-06 borsAuto merge of #1757 - RalfJung:rustdoc, r=RalfJung
2021-04-05 Ralf Jungnits and fix non-deterministic test output
2021-04-05 Ralf Jungnits; test running no doctests
2021-04-05 Ralf Jungavoid some dead code and test no_run tests
2021-04-05 Ralf Jungadd test for compile_fail; de-duplicate sysroot forwarding
2021-04-05 hyd-devFix sysroot for rustdoc
2021-04-05 Ralf Jungresolve semantic conflicts
2021-04-05 Ralf Jungmake attempt to cross-interpret a hard error
2021-04-05 Tristan Dannenbergmake cargo-miri run doc-tests
2021-04-04 borsAuto merge of #1756 - RalfJung:getrandom, r=RalfJung
2021-04-04 Ralf Jungalso test old getrandom
2021-04-04 borsAuto merge of #1755 - RalfJung:cargo-update, r=RalfJung
2021-04-04 Ralf Jungbump test-cargo-miri dependencies
2021-04-04 Ralf Jungbump cargo-miri dependencies
2021-04-04 Ralf Jungbump miri dependencies
next