| Age | Commit message (Collapse) | Author | Lines |
|
Also, add me to reference, alercah has taken a step back from involvement.
|
|
|
|
Co-Authored-By: kennytm <kennytm@gmail.com>
|
|
|
|
Miri has been moved to `rust-lang` a couple of days ago.
|
|
The regex was missing a `,`, causing `relevant_pr_match` to become None
and set the PR number to -1 and assigned the new issue to
`@<unknown user>`. This causes the 422 error when creating the issue due
to invalid assignee and unable to leave the tool-is-broken comment since
PR -1 does not exist.
The default user names are now also changed to @ghost to prevent the
422 error in case anything goes wrong again.
|
|
Rollup of 19 pull requests
Successful merges:
- #57929 (Rustdoc remove old style files)
- #57981 (Fix #57730)
- #58074 (Stabilize slice_sort_by_cached_key)
- #58196 (Add specific feature gate error for const-unstable features)
- #58293 (Remove code for updating copyright years in generate-deriving-span-tests)
- #58306 (Don't default on std crate when manipulating browser history)
- #58359 (librustc_mir: use ? in impl_snapshot_for! macro)
- #58395 (Instant::checked_duration_since)
- #58429 (fix Box::into_unique effecitvely transmuting to a raw ptr)
- #58433 (Update which libcore/liballoc tests Miri ignores, and document why)
- #58438 (Use posix_spawn_file_actions_addchdir_np when possible)
- #58440 (Whitelist the ARM v6 target-feature)
- #58448 (rustdoc: mask `compiler_builtins` docs)
- #58468 (split MaybeUninit into several features, expand docs a bit)
- #58479 (compile-pass test for #53606)
- #58489 (Fix runtime error in generate-keyword-tests)
- #58496 (Fix documentation for std::path::PathBuf::pop)
- #58509 (Notify myself when Clippy toolstate changes)
- #58521 (Fix tracking issue for error iterators)
|
|
|
|
|
|
|
|
Automatically open an issue when a tool breaks
cc @nikomatsakis
fixes https://github.com/rust-lang-nursery/rust-toolstate/issues/6
documentation about issue opening via the github api: https://developer.github.com/v3/issues/#create-an-issue
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 050bb10dc3e1d1c6a0aee3c50955d401658dece5, reversing
changes made to c530e31245ba10b2587bc908a65bd6e7910bc50f.
|
|
|
|
And add @Xanewok as an RLS maintainer
|
|
|
|
|
|
|
|
Fix rust-lang-nursery/rust-toolstate#2.
|
|
Fix rust-lang-nursery/rust-toolstate#1.
|
|
|