]> git.lizzy.rs Git - rust.git/log
rust.git
5 years agoUpdate src/fn_call.rs
bjorn3 [Mon, 8 Apr 2019 08:44:02 +0000 (10:44 +0200)]
Update src/fn_call.rs

Co-Authored-By: TimDiekmann <21277928+TimDiekmann@users.noreply.github.com>
5 years agoFix calloc test
Tim Diekmann [Sun, 7 Apr 2019 23:26:52 +0000 (01:26 +0200)]
Fix calloc test

Forgot to free the memory. Miri found the bug :)

5 years agoAdd calloc test
Tim Diekmann [Sun, 7 Apr 2019 23:12:50 +0000 (01:12 +0200)]
Add calloc test

5 years agoTidy up calloc code
Tim Diekmann [Sun, 7 Apr 2019 23:12:44 +0000 (01:12 +0200)]
Tidy up calloc code

5 years agoFix tagging order
Tim Diekmann [Sun, 7 Apr 2019 19:09:21 +0000 (21:09 +0200)]
Fix tagging order

5 years agoAdd `calloc`
Tim Diekmann [Sun, 7 Apr 2019 18:52:12 +0000 (20:52 +0200)]
Add `calloc`

5 years agoMerge pull request #678 from RalfJung/test-env
Ralf Jung [Sun, 7 Apr 2019 09:19:54 +0000 (11:19 +0200)]
Merge pull request #678 from RalfJung/test-env

compiletest env var cleanup

5 years agorename MIRI_TARGET -> MIRI_COMPILETEST_TARGET to clarify that this affects compiletes...
Ralf Jung [Sun, 7 Apr 2019 08:57:25 +0000 (10:57 +0200)]
rename MIRI_TARGET -> MIRI_COMPILETEST_TARGET to clarify that this affects compiletest only

5 years agocompiletest can just propagate MIRI_SYSROOT from the outside
Ralf Jung [Sun, 7 Apr 2019 08:55:34 +0000 (10:55 +0200)]
compiletest can just propagate MIRI_SYSROOT from the outside

5 years agoMerge pull request #677 from RalfJung/async
Ralf Jung [Sat, 6 Apr 2019 20:43:06 +0000 (21:43 +0100)]
Merge pull request #677 from RalfJung/async

temporarily ignore async fn test

5 years agotemporarily ignore async fn test
Ralf Jung [Sat, 6 Apr 2019 20:11:59 +0000 (22:11 +0200)]
temporarily ignore async fn test

5 years agoMerge pull request #674 from matthewjasper/2phase-on-edition
Ralf Jung [Sat, 6 Apr 2019 16:54:02 +0000 (17:54 +0100)]
Merge pull request #674 from matthewjasper/2phase-on-edition

Use edition flag for 2phase test

5 years agoRemove unnecessary test directive
Matthew Jasper [Sat, 6 Apr 2019 15:17:33 +0000 (16:17 +0100)]
Remove unnecessary test directive

5 years agoMerge branch 'master' into 2phase-on-edition
Ralf Jung [Sat, 6 Apr 2019 14:45:38 +0000 (15:45 +0100)]
Merge branch 'master' into 2phase-on-edition

5 years agoMerge pull request #671 from timotree3/patch-1
Ralf Jung [Sat, 6 Apr 2019 13:00:14 +0000 (14:00 +0100)]
Merge pull request #671 from timotree3/patch-1

Add alternative for how to install if a change in nightly broke the rustup component

5 years agoMerge branch 'master' into patch-1
Ralf Jung [Sat, 6 Apr 2019 10:38:09 +0000 (11:38 +0100)]
Merge branch 'master' into patch-1

5 years agoMerge pull request #676 from RalfJung/appveyor
Ralf Jung [Sat, 6 Apr 2019 10:37:52 +0000 (11:37 +0100)]
Merge pull request #676 from RalfJung/appveyor

AppVeyor: ignore already existing rustup-toolchain-install-master

5 years agoAppVeyor: ignore already existing rustup-toolchain-install-master (WTF windows batch...
Ralf Jung [Sat, 6 Apr 2019 09:29:35 +0000 (11:29 +0200)]
AppVeyor: ignore already existing rustup-toolchain-install-master (WTF windows batch makes no sense)

5 years agoMerge branch 'master' into patch-1
Ralf Jung [Sat, 6 Apr 2019 09:26:27 +0000 (10:26 +0100)]
Merge branch 'master' into patch-1

5 years agoUse edition flag for 2phase test
Matthew Jasper [Fri, 5 Apr 2019 09:00:44 +0000 (10:00 +0100)]
Use edition flag for 2phase test

The compiler now rejects one of the examples with #![feature(nll)]

5 years agoMerge pull request #673 from RalfJung/travis
Ralf Jung [Thu, 4 Apr 2019 20:34:46 +0000 (21:34 +0100)]
Merge pull request #673 from RalfJung/travis

use rustup-toolchain-install-master for CI

5 years agofix AppVeyor
Ralf Jung [Thu, 4 Apr 2019 15:49:16 +0000 (16:49 +0100)]
fix AppVeyor

5 years agofix Travis and adjust AppVeyor
Ralf Jung [Thu, 4 Apr 2019 09:38:49 +0000 (10:38 +0100)]
fix Travis and adjust AppVeyor

5 years agoadjust README
Ralf Jung [Thu, 4 Apr 2019 09:21:32 +0000 (10:21 +0100)]
adjust README

5 years agouse rustup-toolchain-install-master for CI
Ralf Jung [Thu, 4 Apr 2019 09:19:18 +0000 (10:19 +0100)]
use rustup-toolchain-install-master for CI

5 years agoMerge pull request #672 from rust-lang/update
Oliver Scherer [Wed, 3 Apr 2019 12:50:03 +0000 (14:50 +0200)]
Merge pull request #672 from rust-lang/update

Update to rustc nightly

5 years agoUpdate to rustc nightly
Oliver Scherer [Wed, 3 Apr 2019 08:48:11 +0000 (10:48 +0200)]
Update to rustc nightly

5 years agoREADME: Fix missing link
Timo [Sun, 31 Mar 2019 18:52:57 +0000 (14:52 -0400)]
README: Fix missing link

Thanks for your patience :man_facepalming:

5 years agoREADME: Update to RalfJung's suggestion...
Timo [Sun, 31 Mar 2019 15:05:14 +0000 (11:05 -0400)]
README: Update to RalfJung's suggestion...

...verbatim. Thanks :)

5 years agoREADME: Suggest using a previous nightly, revert other approach
Timo [Sun, 31 Mar 2019 14:03:03 +0000 (10:03 -0400)]
README: Suggest using a previous nightly, revert other approach

5 years agoAdd alternative for how to install if rustup fails
Timo [Sat, 30 Mar 2019 21:53:15 +0000 (17:53 -0400)]
Add alternative for how to install if rustup fails

As is the case now: https://rust-lang-nursery.github.io/rust-toolstate/

5 years agoMerge pull request #668 from kenta7777/rename-evalcontext-to-interpretcx
Ralf Jung [Sat, 30 Mar 2019 11:50:11 +0000 (12:50 +0100)]
Merge pull request #668 from kenta7777/rename-evalcontext-to-interpretcx

Renames `EvalContext` to `InterpretCx`

5 years agoadjust rust-version to the latest nightly
kenta7777 [Sat, 30 Mar 2019 02:01:44 +0000 (11:01 +0900)]
adjust rust-version to the latest nightly

5 years agofixed environment
0xflotus [Thu, 28 Mar 2019 10:47:51 +0000 (11:47 +0100)]
fixed environment

5 years agorenames EvalContext to InterpretCx
kenta7777 [Wed, 27 Mar 2019 08:58:11 +0000 (17:58 +0900)]
renames EvalContext to InterpretCx

5 years agoMerge pull request #669 from 0xflotus/patch-1
Ralf Jung [Thu, 28 Mar 2019 11:58:09 +0000 (12:58 +0100)]
Merge pull request #669 from 0xflotus/patch-1

fixed environment

5 years agofixed environment
0xflotus [Thu, 28 Mar 2019 10:47:51 +0000 (11:47 +0100)]
fixed environment

5 years agoMerge pull request #666 from RalfJung/readme
Oliver Scherer [Tue, 26 Mar 2019 10:36:53 +0000 (11:36 +0100)]
Merge pull request #666 from RalfJung/readme

explain Miri limitations

5 years agoexplain Miri limitations
Ralf Jung [Tue, 26 Mar 2019 09:07:22 +0000 (10:07 +0100)]
explain Miri limitations

5 years agoMerge pull request #665 from RalfJung/readme
Oliver Scherer [Mon, 25 Mar 2019 23:20:22 +0000 (00:20 +0100)]
Merge pull request #665 from RalfJung/readme

update README to suggest installing Miri as a component

5 years agoupdate README to suggest installing Miri as a component
Ralf Jung [Mon, 25 Mar 2019 21:47:31 +0000 (22:47 +0100)]
update README to suggest installing Miri as a component

5 years agoMerge pull request #664 from RalfJung/compiletest
Ralf Jung [Thu, 21 Mar 2019 12:07:51 +0000 (13:07 +0100)]
Merge pull request #664 from RalfJung/compiletest

Pin old compiletest

5 years agopin old compiletest, for now
Ralf Jung [Thu, 21 Mar 2019 09:24:22 +0000 (10:24 +0100)]
pin old compiletest, for now

5 years agobump Rust
Ralf Jung [Wed, 20 Mar 2019 09:20:29 +0000 (10:20 +0100)]
bump Rust

5 years agomove back to unstable compiletest; the stable one broke
Ralf Jung [Wed, 20 Mar 2019 09:09:49 +0000 (10:09 +0100)]
move back to unstable compiletest; the stable one broke

5 years agoMerge pull request #663 from RalfJung/range-contains
Ralf Jung [Mon, 18 Mar 2019 17:05:04 +0000 (18:05 +0100)]
Merge pull request #663 from RalfJung/range-contains

remove stabilized feature

5 years agoUpdate src/bin/miri-rustc-tests.rs
Oliver Scherer [Mon, 18 Mar 2019 14:08:36 +0000 (15:08 +0100)]
Update src/bin/miri-rustc-tests.rs

Co-Authored-By: RalfJung <post@ralfj.de>
5 years agofix for rustc change
Ralf Jung [Mon, 18 Mar 2019 12:48:37 +0000 (13:48 +0100)]
fix for rustc change

5 years agobump Rust; remove stabilized feature
Ralf Jung [Mon, 18 Mar 2019 12:30:57 +0000 (13:30 +0100)]
bump Rust; remove stabilized feature

5 years agoMerge pull request #659 from rust-lang/update
Ralf Jung [Mon, 11 Mar 2019 12:20:18 +0000 (13:20 +0100)]
Merge pull request #659 from rust-lang/update

Use the new rustc interface

5 years agoSilence some warnings
Oliver Scherer [Mon, 11 Mar 2019 11:41:11 +0000 (12:41 +0100)]
Silence some warnings

5 years agoUpdate bencher API
Oliver Scherer [Mon, 11 Mar 2019 10:28:56 +0000 (11:28 +0100)]
Update bencher API

5 years agoRemove dead code and docs
Oliver Scherer [Mon, 11 Mar 2019 09:28:03 +0000 (10:28 +0100)]
Remove dead code and docs

5 years agoMake the rustc test runner build again
Oliver Scherer [Mon, 11 Mar 2019 09:25:21 +0000 (10:25 +0100)]
Make the rustc test runner build again

5 years agobump Rust
Ralf Jung [Mon, 11 Mar 2019 09:09:08 +0000 (10:09 +0100)]
bump Rust

5 years agoReintroduce prepending the input file name to the miri arguments
Oliver Scherer [Sun, 10 Mar 2019 11:03:51 +0000 (12:03 +0100)]
Reintroduce prepending the input file name to the miri arguments

5 years agoUse the new rustc interface
John Kåre Alsaker [Fri, 1 Feb 2019 22:26:42 +0000 (23:26 +0100)]
Use the new rustc interface

5 years agoMerge pull request #660 from rust-lang/readme
Ralf Jung [Sun, 10 Mar 2019 17:21:53 +0000 (18:21 +0100)]
Merge pull request #660 from rust-lang/readme

README: mention --exclude-should-panic

5 years agomention --exclude-should-panic
Ralf Jung [Sun, 10 Mar 2019 16:53:30 +0000 (17:53 +0100)]
mention --exclude-should-panic

5 years agoMerge pull request #657 from RalfJung/readme
Ralf Jung [Fri, 8 Mar 2019 12:07:22 +0000 (13:07 +0100)]
Merge pull request #657 from RalfJung/readme

expand README

5 years agoREADME
Ralf Jung [Fri, 8 Mar 2019 09:50:31 +0000 (10:50 +0100)]
README

5 years agoMerge pull request #647 from spastorino/place_base
Ralf Jung [Sat, 2 Mar 2019 08:31:04 +0000 (09:31 +0100)]
Merge pull request #647 from spastorino/place_base

Place::Local(x) is now Place::Base(PlaceBase::Local(x))

5 years agobump Rust version
Ralf Jung [Sat, 2 Mar 2019 08:01:03 +0000 (09:01 +0100)]
bump Rust version

5 years agoPlace::Local(x) is now Place::Base(PlaceBase::Local(x))
Santiago Pastorino [Tue, 26 Feb 2019 17:58:13 +0000 (14:58 -0300)]
Place::Local(x) is now Place::Base(PlaceBase::Local(x))

5 years agoMerge pull request #650 from RalfJung/compiletest
Ralf Jung [Fri, 1 Mar 2019 08:55:04 +0000 (09:55 +0100)]
Merge pull request #650 from RalfJung/compiletest

the stable part of compiletest_rs is enough

5 years agothe stable part of compiletest_rs is enough
Ralf Jung [Fri, 1 Mar 2019 08:16:14 +0000 (09:16 +0100)]
the stable part of compiletest_rs is enough

5 years agoMerge pull request #648 from RalfJung/avoid-full-slice
Ralf Jung [Wed, 27 Feb 2019 11:14:24 +0000 (12:14 +0100)]
Merge pull request #648 from RalfJung/avoid-full-slice

avoid [..]

5 years agoavoid [..]
Ralf Jung [Wed, 27 Feb 2019 10:38:43 +0000 (11:38 +0100)]
avoid [..]

5 years agoMerge pull request #635 from alexreg/cosmetic-2
Ralf Jung [Tue, 26 Feb 2019 19:22:31 +0000 (20:22 +0100)]
Merge pull request #635 from alexreg/cosmetic-2

Various cosmetic improvements

5 years agoFixed nits raised in review.
Alexander Regueiro [Tue, 26 Feb 2019 18:37:05 +0000 (18:37 +0000)]
Fixed nits raised in review.

5 years agoVarious cosmetic improvements.
Alexander Regueiro [Sat, 16 Feb 2019 01:29:38 +0000 (01:29 +0000)]
Various cosmetic improvements.

5 years agoRemoved copyright notices.
Alexander Regueiro [Sat, 16 Feb 2019 01:43:56 +0000 (01:43 +0000)]
Removed copyright notices.

5 years agoMerge pull request #646 from rchaser53/issue-58645
Ralf Jung [Tue, 26 Feb 2019 11:28:14 +0000 (12:28 +0100)]
Merge pull request #646 from rchaser53/issue-58645

use copy_op directly insteadof write_scalar

5 years agouse copy_op directly insteadof write_scalar
rchaser53 [Sun, 24 Feb 2019 15:08:38 +0000 (00:08 +0900)]
use copy_op directly insteadof write_scalar

- fix volatile_store logic
- rename test to be able to read back from later
- expand test to use assert_eq! and confirm to fix volatile_store
- expand test to use assert_eq! and confirm normal load

5 years agoMerge pull request #645 from RalfJung/box-alloc
Oliver Scherer [Mon, 25 Feb 2019 09:32:55 +0000 (10:32 +0100)]
Merge pull request #645 from RalfJung/box-alloc

test using the Global allocator trait to alloc/free a Box

5 years agotest using the Global allocator trait to alloc/free a Box
Ralf Jung [Mon, 25 Feb 2019 08:47:34 +0000 (09:47 +0100)]
test using the Global allocator trait to alloc/free a Box

5 years agoMerge pull request #644 from matthewjasper/no-two-phase-matches
Ralf Jung [Sun, 24 Feb 2019 16:24:07 +0000 (17:24 +0100)]
Merge pull request #644 from matthewjasper/no-two-phase-matches

Remove test of two-phase borrows in match

5 years agoMerge branch 'master' into no-two-phase-matches
Ralf Jung [Sun, 24 Feb 2019 15:26:42 +0000 (16:26 +0100)]
Merge branch 'master' into no-two-phase-matches

5 years agoMerge pull request #631 from RalfJung/btree
Ralf Jung [Sun, 24 Feb 2019 15:25:46 +0000 (16:25 +0100)]
Merge pull request #631 from RalfJung/btree

test BTree a bit more

5 years agobump Rust
Ralf Jung [Sun, 24 Feb 2019 11:22:53 +0000 (12:22 +0100)]
bump Rust

5 years agoMerge remote-tracking branch 'origin/master' into btree
Ralf Jung [Sun, 24 Feb 2019 11:22:42 +0000 (12:22 +0100)]
Merge remote-tracking branch 'origin/master' into btree

5 years agoRemove test of two-phase borrows in match
Matthew Jasper [Sun, 24 Feb 2019 08:16:21 +0000 (08:16 +0000)]
Remove test of two-phase borrows in match

5 years agoMerge pull request #642 from taiki-e/update-links
Ralf Jung [Sat, 23 Feb 2019 12:21:36 +0000 (13:21 +0100)]
Merge pull request #642 from taiki-e/update-links

Update some links

5 years agoUpdate some links
Taiki Endo [Sat, 23 Feb 2019 10:56:29 +0000 (19:56 +0900)]
Update some links

5 years agotest BTree a bit more
Ralf Jung [Wed, 13 Feb 2019 16:22:06 +0000 (17:22 +0100)]
test BTree a bit more

5 years agoMerge pull request #637 from RalfJung/profile
Ralf Jung [Sun, 17 Feb 2019 21:52:27 +0000 (22:52 +0100)]
Merge pull request #637 from RalfJung/profile

we can't have profiles because we are also in the rustc worksapce

5 years agowe can't have profiles because we are also in the rustc worksapce
Ralf Jung [Sun, 17 Feb 2019 11:09:38 +0000 (12:09 +0100)]
we can't have profiles because we are also in the rustc worksapce

5 years agoMerge pull request #634 from RalfJung/trophy-case
Ralf Jung [Fri, 15 Feb 2019 12:20:54 +0000 (13:20 +0100)]
Merge pull request #634 from RalfJung/trophy-case

List some bugs that we found

5 years agolink to bug list from intro
Ralf Jung [Fri, 15 Feb 2019 09:43:27 +0000 (10:43 +0100)]
link to bug list from intro

5 years agocollect some bugs that we found
Ralf Jung [Fri, 15 Feb 2019 09:41:25 +0000 (10:41 +0100)]
collect some bugs that we found

5 years agotest VecDeque debug printing
Ralf Jung [Fri, 15 Feb 2019 09:41:12 +0000 (10:41 +0100)]
test VecDeque debug printing

5 years agoMerge pull request #623 from RalfJung/fat-ptr-eq
Ralf Jung [Fri, 15 Feb 2019 09:01:34 +0000 (10:01 +0100)]
Merge pull request #623 from RalfJung/fat-ptr-eq

Fix comparing fat pointers

5 years agofix async-fn test
Ralf Jung [Fri, 15 Feb 2019 08:32:54 +0000 (09:32 +0100)]
fix async-fn test

5 years agoupdate Rust
Ralf Jung [Fri, 15 Feb 2019 07:28:02 +0000 (08:28 +0100)]
update Rust

5 years agotypo and comments
Ralf Jung [Wed, 13 Feb 2019 16:21:46 +0000 (17:21 +0100)]
typo and comments

5 years agoactually they should be equal
Ralf Jung [Fri, 8 Feb 2019 22:48:37 +0000 (23:48 +0100)]
actually they should be equal

5 years agoFix comparing fat pointers
Ralf Jung [Fri, 8 Feb 2019 15:27:00 +0000 (16:27 +0100)]
Fix comparing fat pointers

5 years agoupdate for new bin_op APIs
Ralf Jung [Fri, 8 Feb 2019 13:01:40 +0000 (14:01 +0100)]
update for new bin_op APIs

5 years agoMerge pull request #611 from RalfJung/str-index-mut
Ralf Jung [Thu, 14 Feb 2019 07:59:58 +0000 (08:59 +0100)]
Merge pull request #611 from RalfJung/str-index-mut

test mutable string slice indexing

5 years agobump Rust
Ralf Jung [Thu, 14 Feb 2019 07:33:48 +0000 (08:33 +0100)]
bump Rust