- Notifications
You must be signed in to change notification settings - Fork 14k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Rename spanned HIR node enums from Foo_ to FooKind S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#52264 by csmoe was merged Jul 16, 2018 Loading…
Fix ICE when using a pointer cast as array size S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#52314 by varkor was merged Jul 14, 2018 Loading…
Removed the promotable field from CheckCrateVisitor... S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#52318 by TheDarkula was merged Jul 15, 2018 Loading…
Improve suggestion for missing fmt str in println S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#52394 by estebank was merged Jul 22, 2018 Loading…
Suggest comma when writing Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
println!("{}" a); S-waiting-on-bors #52397 by estebank was merged Aug 8, 2018 Loading…
CTFE: use binary_op to compare integer with match disriminant S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#52400 by RalfJung was merged Jul 15, 2018 Loading…
Move some Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
compile-fail tests to ui S-waiting-on-bors #52409 by estebank was merged Jul 17, 2018 Loading…
Remove duplicate E0396 tests S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#52527 by ljedrz was merged Jul 21, 2018 Loading…
rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#52591 by eddyb was merged Nov 21, 2018 Loading…
Do not suggest using Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
to_owned() on &str += &str S-waiting-on-bors #52605 by estebank was merged Jul 24, 2018 Loading…
Fix issue #52475: Make loop detector only consider reachable memory S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#52626 by brunocodutra was merged Sep 6, 2018 Loading…
3 tasks done
Fix #[linkage] propagation though generic functions S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#52635 by yodaldevoid was merged Jul 26, 2018 Loading…
Tweak the raw_identifiers lints in 2018 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#52722 by alexcrichton was merged Jul 30, 2018 Loading…
rustc: Disallow machine applicability in foreign macros S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Make the tool_lints actually usable S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#52851 by flip1995 was merged Aug 1, 2018 Loading…
Include lifetime in mutability suggestion in NLL messages S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#52883 by estebank was merged Aug 1, 2018 Loading…
Add HirId to VisibilityKind::Restricted S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#52911 by Mark-Simulacrum was merged Aug 7, 2018 Loading…
check_const: use the same ParamEnv as codegen for statics beta-accepted Accepted for backporting to the compiler in the beta channel. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#52925 by RalfJung was merged Aug 3, 2018 Loading…
rustc: Trim down the Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
rust_2018_idioms lint group S-waiting-on-bors #52926 by alexcrichton was merged Aug 1, 2018 Loading…
const fn {NonNull::as_ptr, NonZeroWhatever::get} S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs.
#53103 by strake was closed Sep 4, 2018 Loading…
A few cleanups for rustc_data_structures S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#53223 by ljedrz was merged Aug 13, 2018 Loading…
use Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
NonZeroU32 in newtype_index!macro, change syntax S-waiting-on-bors #53315 by nikomatsakis was merged Sep 8, 2018 Loading…
52985: cause cycle err on inf trait normalization S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#53316 by tristanburgess was merged Aug 19, 2018 Loading…
CTFE engine refactor S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#53424 by RalfJung was merged Aug 22, 2018 Loading…
resolve: Some macro resolution refactoring S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#53471 by petrochenkov was merged Aug 21, 2018 Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.