Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
822c320
remove legacy rustsrc folder
lqd May 28, 2024
f027366
document DIST_TRY_BUILD
lqd May 28, 2024
7cd732f
Avoid `mut` and simplify initialization of `TASK_QUEUE`
raoulstrackx May 29, 2024
c3de4b3
Handle all GVN binops in a single place.
cjgillot Jun 2, 2024
f4b060e
Add more ABI test cases.
Lokathor May 28, 2024
f67a0eb
resolve: mark it undetermined if single import is not has any bindings
bvanjoi Jun 4, 2024
9b2e41a
Pass function for `Thread` as `Send` to `Thread::imp`
raoulstrackx May 30, 2024
b8c6008
Store `Task::p` as `dyn FnOnce() + Send`
raoulstrackx May 30, 2024
8db363c
Let compiler auto impl `Send` for `Task`
raoulstrackx May 30, 2024
5e8df95
Manual rustfmt
oli-obk May 27, 2024
14f9c63
Show that it will pick up the entirely wrong function as a private ca…
oli-obk May 28, 2024
7d151fa
Turn a delayed bug back into a normal bug by winnowing private method…
oli-obk May 27, 2024
7894a11
Move tests to a more appropriate directory
oli-obk May 28, 2024
8189506
Give test a more useful name
oli-obk May 28, 2024
ffb1b2c
Add test description
oli-obk May 28, 2024
8746703
Orphanck: Consider opaque types to never cover type parameters
fmease Jun 1, 2024
54b2e86
Port `tests/run-make-fulldeps/issue-19371` to ui-fulldeps
Zalathar Jun 5, 2024
b710404
Update the interpreter to handle the new cases
saethlin Jun 4, 2024
e704858
Update description of the `IsTerminal` example
ChrisDenton Jun 5, 2024
69a8c13
Rollup merge of #124840 - bvanjoi:fix-124490, r=petrochenkov
matthiaskrgr Jun 5, 2024
9abf8b1
Rollup merge of #125622 - oli-obk:define_opaque_types15, r=compiler-e…
matthiaskrgr Jun 5, 2024
edba401
Rollup merge of #125648 - lqd:rustsrc, r=pietroalbini
matthiaskrgr Jun 5, 2024
36cab12
Rollup merge of #125672 - Lokathor:update-miri-result-ffi, r=RalfJung
matthiaskrgr Jun 5, 2024
fcc0b64
Rollup merge of #125800 - fortanix:raoul/rte-99-fix_mut_static_task_q…
matthiaskrgr Jun 5, 2024
9c8e46d
Rollup merge of #125871 - fmease:fix-orphanck-opaques, r=lcnr
matthiaskrgr Jun 5, 2024
33c02c3
Rollup merge of #125893 - cjgillot:gvn-newops, r=oli-obk
matthiaskrgr Jun 5, 2024
1c17449
Rollup merge of #126008 - Zalathar:fulldeps-19371, r=jieyouxu
matthiaskrgr Jun 5, 2024
fa58891
Rollup merge of #126032 - ChrisDenton:update-docs, r=joboet
matthiaskrgr Jun 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
remove legacy rustsrc folder
  • Loading branch information
lqd committed May 28, 2024
commit 822c3203c65a16bbe14c1b92894ad7fd72ebb432
1 change: 0 additions & 1 deletion src/ci/docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ else
args="$args --volume $root_dir:/checkout$SRC_MOUNT_OPTION"
args="$args --volume $objdir:/checkout/obj"
args="$args --volume $HOME/.cargo:/cargo"
args="$args --volume $HOME/rustsrc:$HOME/rustsrc"
args="$args --volume /tmp/toolstate:/tmp/toolstate"

id=$(id -u)
Expand Down