about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-12-17print argument name in arg mismatch if possibleMichael Goulet-8/+15
2022-12-17Symlink `build/host` -> `build/x86_64-unknown-linux-gnu` (as appropriate per ...Joshua Nelson-1/+18
2022-12-17Auto merge of #105145 - Ayush1325:sequential-remote-server, r=Mark-Simulacrumbors-13/+36
2022-12-17Suggest a `T: Send` bound for `&mut T` upvars in `Send` generatorsMatthew House-17/+103
2022-12-17Make `RUN_CHECK_WITH_PARALLEL_QUERIES` the last thing to runJoshua Nelson-7/+19
2022-12-17Try to fix ICEmejrs-12/+16
2022-12-17std::fmt: Use args directly in example codeEvan Jones-2/+2
2022-12-17./x.py test --blessTomasz Miąsko-8/+6
2022-12-17Remove false edges in CleanupPostBorrowckTomasz Miąsko-46/+16
2022-12-17Rename CleanupNonCodegenStatements to CleanupPostBorrowckTomasz Miąsko-4/+4
2022-12-17Remove (eager)mejrs-1/+1
2022-12-17Resolve various merge conflictsmejrs-130/+129
2022-12-17Migrate multiple mut borrows diagnosticTheOddGarlic-7/+47
2022-12-17Migrate borrow of moved value diagnosticTheOddGarlic-17/+29
2022-12-17Migrate irrefutable let pattern diagnosticsTheOddGarlic-57/+103
2022-12-17Migrate pattern bindings with variant name lintTheOddGarlic-23/+24
2022-12-17Migrate leading/trailing irrefutable let pattern diagnosticsTheOddGarlic-25/+52
2022-12-17Migrate lower range bound diagnosticsTheOddGarlic-24/+29
2022-12-17Migrate "could not evaluate const pattern" diagnosticTheOddGarlic-3/+12
2022-12-17Migrate "constant pattern depends on generic parameter" diagnosticTheOddGarlic-3/+14
2022-12-17Migrate unreachable pattern diagnosticTheOddGarlic-8/+19
2022-12-17Migrate pattern inlining error diagnosticsTheOddGarlic-13/+41
2022-12-17Migrate "non-exhaustive patterns: type is non-empty" diagnosticTheOddGarlic-7/+113
2022-12-17Migrate "unused unsafe" lintTheOddGarlic-12/+43
2022-12-17Migrate "requires unsafe" diagnosticsTheOddGarlic-95/+431
2022-12-17Migrate "unsafe_op_in_unsafe_fn" lintsTheOddGarlic-14/+236
2022-12-17Migrate "function cannot return without recursing" diagnosticTheOddGarlic-14/+27
2022-12-17Auto merge of #105827 - flip1995:clippyup, r=matthiaskrgrbors-608/+2719
2022-12-17Replace visitor with a loop over blocks and statementsTomasz Miąsko-26/+13
2022-12-17Auto merge of #105800 - lqd:dylib-thinlto, r=bjorn3bors-1/+53
2022-12-17poll rustfmt child processesThe 8472-4/+19
2022-12-17poll tidy threads for completion before waitingThe 8472-6/+16
2022-12-17optimize line-by-line style checks in tidyThe 8472-24/+35
2022-12-17Update Cargo.lockPhilipp Krones-6/+12
2022-12-17Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyupPhilipp Krones-602/+2707
2022-12-17Auto merge of #10097 - flip1995:rustup, r=flip1995bors-118/+129
2022-12-17Bump nightly version -> 2022-12-17Philipp Krones-1/+1
2022-12-17Bump Clippy version -> 0.1.68Philipp Krones-4/+4
2022-12-17Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-639/+2726
2022-12-17Auto merge of #10096 - feniljain:fix-seek-rewind, r=xFrednetbors-2/+18
2022-12-17Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisabors-18/+23
2022-12-17fix: not suggest seek_to_start_instead_of_rewind when expr is usedfeniljain-2/+18
2022-12-17Auto merge of #10094 - EricWu2003:increment-visitor-fix, r=xFrednetbors-7/+33
2022-12-17str.lines() docstring: clarify that line endings are not returnedStefano Zacchiroli-2/+4
2022-12-17Auto merge of #105820 - matthiaskrgr:rollup-uzm1l8f, r=matthiaskrgrbors-16/+29
2022-12-17Rollup merge of #105785 - JohnTitor:issue-55976-2, r=compiler-errorsMatthias Krüger-0/+13
2022-12-17Rollup merge of #105770 - oli-obk:deref_all_the_things, r=compiler-errorsMatthias Krüger-16/+16
2022-12-17Auto merge of #105794 - ChrisDenton:internal-doc, r=jyn514bors-2/+2
2022-12-16Support call and drop terminators in custom mirJakob Degen-2/+266
2022-12-17Auto merge of #105811 - ojeda:Dwarnings-no_fp_fmt_parse, r=Mark-Simulacrumbors-1/+1