| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #81015 - jyn514:feature-gate-ptr, r=camelidHEADmaster | bors | 6 hours | 10 | -13/+89 |
|\ |
|
| * | Feature-gate `pointer` and `reference` in intra-doc links | Joshua Nelson | 21 hours | 10 | -13/+89 |
* | | Auto merge of #80995 - tmandry:instrument-method-checker, r=lcnr | bors | 9 hours | 3 | -2/+12 |
|\ \ |
|
| * | | Add tracing instrumentation to method typeck | Tyler Mandry | 5 days | 3 | -2/+12 |
* | | | Auto merge of #80865 - oliviacrain:proj_based, r=RalfJung | bors | 12 hours | 10 | -124/+103 |
|\ \ \ |
|
| * | | | Use PlaceRef more consistently in rustc_mir | Olivia Crain | 2 days | 10 | -124/+103 |
* | | | | Auto merge of #81090 - ssomers:btree_drainy_refactor_2, r=Mark-Simulacrum | bors | 15 hours | 3 | -34/+60 |
|\ \ \ \ |
|
| * | | | | BTreeMap: offer merge in variants with more clarity | Stein Somers | 48 hours | 3 | -34/+60 |
* | | | | | Auto merge of #80537 - ehuss:macos-posix-spawn-chdir, r=dtolnay | bors | 18 hours | 2 | -4/+63 |
|\ \ \ \ \ |
|
| * | | | | | Fix test to work with remote-test-server. | Eric Huss | 20 hours | 1 | -1/+7 |
| * | | | | | Add test for Command::current_dir behavior. | Eric Huss | 24 hours | 1 | -0/+43 |
| * | | | | | Don't use posix_spawn_file_actions_addchdir_np on macOS. | Eric Huss | 24 hours | 1 | -4/+14 |
* | | | | | | Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnr | bors | 21 hours | 71 | -759/+655 |
|\ \ \ \ \ \ |
|
| * | | | | | | Whitespace and typo | Jack Huey | 24 hours | 1 | -1/+1 |
| * | | | | | | Add comment about Encodable/Decodable impl | Jack Huey | 24 hours | 1 | -0/+2 |
| * | | | | | | Don't derive TyEncodable/TyDecodable for Binder | Jack Huey | 33 hours | 3 | -10/+35 |
| * | | | | | | Impl EncodableWithShorthand for PredicateKind | Jack Huey | 34 hours | 4 | -1/+43 |
| * | | | | | | Can't use EncodableWithShorthand for Predicate | Jack Huey | 41 hours | 4 | -35/+2 |
| * | | | | | | More review comments | Jack Huey | 42 hours | 6 | -29/+20 |
| * | | | | | | Review changes | Jack Huey | 42 hours | 67 | -593/+584 |
| * | | | | | | Use no_bound_vars | Jack Huey | 42 hours | 1 | -6/+4 |
| * | | | | | | Cleanup | Jack Huey | 42 hours | 9 | -66/+25 |
| * | | | | | | Use pred not binder | Jack Huey | 42 hours | 1 | -1/+1 |
| * | | | | | | Cleanup | Jack Huey | 42 hours | 11 | -45/+35 |
| * | | | | | | fold_with not super_fold_with in TypeFoldable impl for Predicate | Jack Huey | 42 hours | 2 | -2/+2 |
| * | | | | | | Remove PredicateKind | Jack Huey | 42 hours | 12 | -68/+38 |
| * | | | | | | Intermediate formatting and such | Jack Huey | 42 hours | 7 | -75/+64 |
| * | | | | | | Remove PredicateKind::Atom | Jack Huey | 42 hours | 12 | -100/+72 |
* | | | | | | | Auto merge of #80524 - jyn514:unknown-tool-lints, r=flip1995,matthewjasper | bors | 24 hours | 12 | -112/+116 |
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| * | | | | | | Deprecate unknown_clippy_lints | flip1995 | 47 hours | 6 | -91/+50 |
| * | | | | | | More advanced unknown lint suggestion | flip1995 | 47 hours | 1 | -5/+11 |
| * | | | | | | Don't mark `ineffective_unstable_trait_impl` as an internal lint | Joshua Nelson | 3 days | 4 | -7/+30 |
| * | | | | | | Don't make tools responsible for checking unknown and renamed lints | Joshua Nelson | 3 days | 2 | -14/+30 |
* | | | | | | | Auto merge of #81113 - m-ou-se:rollup-a1unz4x, r=m-ou-se | bors | 27 hours | 60 | -399/+812 |
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | Rollup merge of #81107 - scottmcm:nonzero-is_power_of_two, r=kennytm | Mara Bos | 29 hours | 1 | -0/+40 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Add NonZeroUn::is_power_of_two | Scott McMurray | 38 hours | 1 | -0/+40 |
| * | | | | | | | Rollup merge of #81095 - LingMan:unwrap, r=oli-obk | Mara Bos | 29 hours | 1 | -5/+1 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Use Option::unwrap_or instead of open-coding it | LingMan | 47 hours | 1 | -5/+1 |
| | | |_|_|/ / /
| | |/| | | | | |
|
| * | | | | | | | Rollup merge of #81084 - LingMan:map, r=oli-obk | Mara Bos | 29 hours | 3 | -25/+17 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Use Option::map instead of open-coding it | LingMan | 47 hours | 3 | -25/+17 |
| | |/ / / / / / |
|
| * | | | | | | | Rollup merge of #81082 - ssomers:btree_cleanup_comments, r=Mark-Simulacrum | Mara Bos | 29 hours | 2 | -6/+8 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | BTreeMap: clean up a few more comments | Stein Somers | 2 days | 2 | -6/+8 |
| | |/ / / / / / |
|
| * | | | | | | | Rollup merge of #81080 - bugadani:vec-diag, r=oli-obk,m-ou-se | Mara Bos | 29 hours | 9 | -66/+34 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Force vec! to expressions only | Dániel Buga | 30 hours | 8 | -37/+33 |
| | * | | | | | | | Remove dead code | Ryan Levick | 30 hours | 1 | -29/+1 |
| * | | | | | | | | Rollup merge of #81064 - Mark-Simulacrum:support-stage1-check, r=jyn514 | Mara Bos | 29 hours | 3 | -21/+39 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | Allow configuring the default stage for `x.py check` | Joshua Nelson | 2 days | 1 | -1/+2 |
| | * | | | | | | | | Print which stage is being checked (now that it may not be stage0) | Joshua Nelson | 2 days | 1 | -7/+14 |
| | * | | | | | | | | Support non-stage0 check | Mark Rousskov | 2 days | 2 | -13/+23 |
| * | | | | | | | | | Rollup merge of #80983 - bjorn3:no_dup_is_dllimport_foreign_item, r=nagisa | Mara Bos | 29 hours | 2 | -32/+0 |
| |\ \ \ \ \ \ \ \ \ |
|