]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-11-20 borsAuto merge of #1632 - RalfJung:rustup, r=RalfJung
2020-11-20 Ralf Jungrustup
2020-11-19 borsAuto merge of #1630 - RalfJung:rustup, r=RalfJung
2020-11-19 Ralf Jungavoid fallback logic (and we do not need the flag value...
2020-11-19 Mara BosMake weak syscalls in std work.
2020-11-19 est31Normalize column numbers
2020-11-19 Ralf Jungrustup
2020-11-12 borsAuto merge of #1624 - RalfJung:rustup, r=RalfJung
2020-11-12 Ralf Jungrustup; less strict timing tests
2020-11-11 borsAuto merge of #1623 - RalfJung:rustup, r=RalfJung
2020-11-11 Ralf Jungrustup
2020-11-10 borsAuto merge of #1621 - RalfJung:rustup, r=RalfJung
2020-11-10 Ralf Jungtest btreemap with raw ptr tracking
2020-11-10 Ralf Jungremove some unnecessary feature flags
2020-11-10 Ralf Jungrustup and update test
2020-11-07 borsAuto merge of #1615 - jyn514:contributing-instructions...
2020-11-07 Joshua NelsonImprove contributing instructions
2020-11-07 borsAuto merge of #1612 - camelid:patch-1, r=RalfJung
2020-11-07 CamelidCONTRIBUTING.md: Update comment
2020-11-07 borsAuto merge of #1620 - RalfJung:overflow, r=RalfJung
2020-11-07 Ralf Jungenable overflow checks in the standard library
2020-11-05 borsAuto merge of #1619 - RalfJung:rustup, r=RalfJung
2020-11-05 Ralf Jungrustup
2020-11-03 borsAuto merge of #1614 - RalfJung:raw-retag, r=RalfJung
2020-11-03 Ralf Jungrustup
2020-10-31 Ralf Jungfix trophy case URL
2020-10-31 Ralf Jungtest Rc with raw pointer tracking
2020-10-31 Ralf Jungfix writing to read-only raw pointer in thread-local...
2020-10-31 Ralf JungStacked Borrows: test raw-ref-to-field with raw ptr...
2020-10-31 borsAuto merge of #1613 - RalfJung:test-normalize, r=RalfJung
2020-10-31 Ralf Jungbacktrace tests: support more ways of checking out...
2020-10-30 CamelidCONTRIBUTING.md: Use `build --stage 1` instead of ...
2020-10-30 borsAuto merge of #1611 - RalfJung:timing-tests, r=RalfJung
2020-10-30 Ralf Jungincrease timeout to avoid spurious test failures
2020-10-30 borsAuto merge of #1610 - camelid:patch-2, r=RalfJung
2020-10-30 CamelidUpdate locally-built rustc instructions
2020-10-29 borsAuto merge of #1609 - camelid:patch-1, r=RalfJung
2020-10-29 CamelidFix link in README
2020-10-29 borsAuto merge of #1607 - RalfJung:rustup, r=RalfJung
2020-10-29 Ralf Jungrustup
2020-10-28 borsAuto merge of #1606 - RalfJung:trophy, r=oli-obk
2020-10-28 borsAuto merge of #1603 - RalfJung:track-raw, r=oli-obk
2020-10-28 Ralf Jungupdate trophy case
2020-10-28 Ralf Jungtest raw pointer tracking; we cannot track raw pointers...
2020-10-28 borsAuto merge of #1604 - RalfJung:std-debug-assert, r...
2020-10-28 Ralf Jungexpand flag docs
2020-10-28 borsAuto merge of #1605 - RalfJung:readme, r=RalfJung
2020-10-28 Ralf Jungremove outdated CI badges
2020-10-28 Ralf Jungdisable debug assertions in the standard library
2020-10-28 Ralf Jungrun some tests with raw pointer tracking
2020-10-28 Ralf Jungadd an option to track raw pointer tags in Stacked...
2020-10-28 Ralf JungStacked Borrows: print affected memory location on...
2020-10-27 borsAuto merge of #1602 - RalfJung:box, r=RalfJung
2020-10-27 Ralf Jungtest Box::into_raw aliasing
2020-10-27 borsAuto merge of #1601 - RalfJung:misc, r=RalfJung
2020-10-27 Ralf Jungpointer tag tracking: also show when tag is being created
2020-10-27 Ralf JungUse bash to make sure &> works
2020-10-25 borsAuto merge of #1600 - RalfJung:rustup, r=RalfJung
2020-10-25 Ralf Jungrustup; make panic output less dependent on stdlib...
2020-10-24 borsAuto merge of #1599 - camelid:default-args-const, r...
2020-10-24 CamelidMake `miri_default_args()` a constant
2020-10-24 borsAuto merge of #1598 - camelid:hide-readlink-error,...
2020-10-24 borsAuto merge of #1596 - camelid:fix-readme, r=RalfJung
2020-10-24 borsAuto merge of #1594 - camelid:dont-force-install-xargo...
2020-10-23 CamelidHide readlink error in `./miri`
2020-10-23 CamelidFix README
2020-10-23 CamelidDon't force-install xargo
2020-10-22 borsAuto merge of #1593 - rust-lang:test, r=RalfJung
2020-10-22 Ralf Jungfix './miri test'
2020-10-22 borsAuto merge of #1592 - RalfJung:rustup, r=RalfJung
2020-10-22 Ralf Jungrustup; increase slack for timing tests
2020-10-22 borsAuto merge of #1590 - RalfJung:trophy, r=RalfJung
2020-10-21 Ralf Junganother TiKV bug for the trophy case :)
2020-10-21 borsAuto merge of #1589 - Aaron1011:enable-normal-backtrace...
2020-10-20 Aaron HillEnable `backtrace` feature in the generated `Xargo...
2020-10-20 borsAuto merge of #1587 - lzutao:only-gha, r=RalfJung
2020-10-20 Lzu Taobuild: Gate only on GHA: remove travis and appveyor...
2020-10-18 borsAuto merge of #1586 - RalfJung:available-concurrency...
2020-10-18 Ralf Jungtest new available_concurrency function
2020-10-18 borsAuto merge of #1584 - Aaron1011:test/std-backtrace...
2020-10-17 Aaron HillTest std::backtrace::Backtrace
2020-10-17 borsAuto merge of #1585 - RalfJung:rustup, r=RalfJung
2020-10-17 Ralf Jungrustup; the bad compile times for the float test are...
2020-10-15 borsAuto merge of #1583 - est31:target_refactor, r=RalfJung
2020-10-15 est31Replace target.target with target
2020-10-11 borsAuto merge of #1581 - RalfJung:readme, r=RalfJung
2020-10-11 borsAuto merge of #1580 - Aaron1011:feature/backtrace-fn...
2020-10-11 Ralf JungImprove wording
2020-10-11 borsAuto merge of #1571 - lzutao:actions, r=RalfJung
2020-10-11 Aaron HillAdd comment about deprecation
2020-10-11 borsAuto merge of #1582 - Aaron1011:rustup-run-compiler...
2020-10-11 Aaron HillRustup
2020-10-11 Aaron HillApply suggestions from code review
2020-10-11 Lzu TaoAdd a working github actions template
2020-10-11 Ralf JungREADME: make our cross-interpretation feature stand...
2020-10-10 Aaron HillAdd an `fn_ptr` field to `MiriFrame`
2020-10-09 borsAuto merge of #1579 - lygstate:patch-1, r=RalfJung
2020-10-09 Yonggang LuoUpdate README.md
2020-10-07 borsAuto merge of #1577 - RalfJung:rlib, r=RalfJung
2020-10-07 Ralf Jungfix for rlib/cdylib crates in dependency tree
next