| Age | Commit message (Expand) | Author | Lines |
| 2024-05-27 | remove fixed crashes, add fixed crashes to tests, add new cashed found in the... | Matthias Krüger | -50/+183 |
| 2024-05-27 | crashes: increment the number of tracked ones | Matthias Krüger | -0/+171 |
| 2024-05-27 | Rollup merge of #125607 - GuillaumeGomez:migrate-compile-stdin, r=jieyouxu | Guillaume Gomez | -9/+13 |
| 2024-05-27 | Migrate `run-make/compile-stdin` to `rmake.rs` | Guillaume Gomez | -9/+13 |
| 2024-05-27 | Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote | bors | -47/+30 |
| 2024-05-27 | Auto merge of #125468 - BoxyUwU:remove_defid_from_regionparam, r=compiler-errors | bors | -2/+2 |
| 2024-05-26 | Rollup merge of #125559 - scottmcm:simplify-shift-ubcheck, r=workingjubilee | Jubilee | -4/+4 |
| 2024-05-26 | Rollup merge of #125469 - compiler-errors:dont-skip-inner-const-body, r=cjgillot | Jubilee | -0/+26 |
| 2024-05-26 | Rollup merge of #125466 - compiler-errors:dont-probe-for-ambig-in-sugg, r=jie... | Jubilee | -0/+25 |
| 2024-05-26 | Rollup merge of #125046 - bjorn3:no_mutable_static_linkage, r=cjgillot | Jubilee | -3/+25 |
| 2024-05-26 | Rollup merge of #124048 - veera-sivarajan:bugfix-123773-c23-variadics, r=comp... | Jubilee | -94/+39 |
| 2024-05-26 | Rollup merge of #125508 - scottmcm:fix-125506, r=Nilstrieb | Matthias Krüger | -0/+19 |
| 2024-05-26 | Auto merge of #124661 - RalfJung:only-structural-consts-in-patterns, r=pnkfelix | bors | -1018/+164 |
| 2024-05-26 | Auto merge of #125518 - saethlin:check-arguments-new-in-const, r=joboet | bors | -76/+68 |
| 2024-05-25 | Simplify the `unchecked_sh[lr]` ub-checks a bit | Scott McMurray | -4/+4 |
| 2024-05-25 | Rollup merge of #124080 - oli-obk:define_opaque_types10, r=compiler-errors | Matthias Krüger | -119/+361 |
| 2024-05-25 | Rollup merge of #121377 - pitaj:lazy_cell_fn_pointer, r=dtolnay | Matthias Krüger | -25/+24 |
| 2024-05-25 | Auto merge of #121571 - clarfonthey:unchecked-math-preconditions, r=saethlin | bors | -154/+130 |
| 2024-05-25 | Rollup merge of #125527 - programmerjake:patch-2, r=workingjubilee | Matthias Krüger | -0/+35 |
| 2024-05-25 | Rollup merge of #125514 - compiler-errors:builtin-index, r=lcnr | Matthias Krüger | -0/+13 |
| 2024-05-25 | Rollup merge of #125513 - compiler-errors:impossible-drop, r=jackh726 | Matthias Krüger | -0/+18 |
| 2024-05-25 | Rollup merge of #125498 - zmodem:avx512er, r=workingjubilee | Matthias Krüger | -2/+2 |
| 2024-05-25 | Rollup merge of #125451 - oli-obk:const_type_mismatch, r=compiler-errors | Matthias Krüger | -118/+121 |
| 2024-05-25 | Stop SRoA'ing `DynMetadata` in MIR | Scott McMurray | -0/+19 |
| 2024-05-24 | Don't eagerly monomorphize drop for types that are impossible to instantiate | Michael Goulet | -0/+18 |
| 2024-05-24 | Stabilize the runtime of libtest-padding | Ben Kimock | -6/+2 |
| 2024-05-25 | Auto merge of #124187 - compiler-errors:self-ctor, r=petrochenkov | bors | -82/+86 |
| 2024-05-24 | Move the checks for Arguments constructors to inline const | Ben Kimock | -76/+68 |
| 2024-05-24 | Add manual Sync impl for ReentrantLockGuard | Jacob Lifshay | -0/+35 |
| 2024-05-24 | Rollup merge of #125503 - aDotInTheVoid:rdj-keyword-attr, r=GuillaumeGomez | Matthias Krüger | -0/+20 |
| 2024-05-24 | Rollup merge of #125501 - compiler-errors:opaque-opaque-anon-ct, r=BoxyUwU | Matthias Krüger | -22/+24 |
| 2024-05-24 | Rollup merge of #125485 - GuillaumeGomez:migrate-rmake-rustdoc, r=jieyouxu | Matthias Krüger | -8/+16 |
| 2024-05-24 | Rollup merge of #125467 - compiler-errors:binop-in-bool-expectation, r=estebank | Matthias Krüger | -0/+43 |
| 2024-05-24 | Structurally resolve before builtin_index in EUV | Michael Goulet | -0/+13 |
| 2024-05-24 | Stop using the avx512er and avx512pf x86 target features | Hans Wennborg | -2/+2 |
| 2024-05-24 | Actually just remove the special case altogether | Michael Goulet | -22/+24 |
| 2024-05-24 | Remove failing tests | Boxy | -22/+0 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics) | Boxy | -2/+2 |
| 2024-05-24 | rustdoc-json: Add test for keywords with `--document-private-items` | Alona Enraght-Moony | -0/+20 |
| 2024-05-24 | Add regression tests | Oli Scherer | -22/+136 |
| 2024-05-24 | Migrate `run-make/rustdoc-with-output-dir-option` to `rmake.rs` | Guillaume Gomez | -8/+16 |
| 2024-05-24 | Use regular type equating instead of a custom query | Oli Scherer | -7/+42 |
| 2024-05-24 | Fail relating constants of different types | Oli Scherer | -111/+79 |
| 2024-05-24 | Auto merge of #125457 - fmease:gacs-diag-infer-plac-missing-ty, r=compiler-er... | bors | -10/+69 |
| 2024-05-23 | Add assert_unsafe_precondition to unchecked_{add,sub,neg,mul,shl,shr} methods | ltdk | -148/+128 |
| 2024-05-23 | Don't skip inner const when looking for body for suggestion | Michael Goulet | -0/+26 |
| 2024-05-23 | Don't continue probing for method if in suggestion and autoderef hits ambiguity | Michael Goulet | -0/+25 |
| 2024-05-23 | Only suppress binop error in favor of semicolon suggestion if we're in an ass... | Michael Goulet | -0/+43 |
| 2024-05-24 | Handle trait/impl GAC mismatches when inferring missing/placeholder types | León Orell Valerian Liehr | -15/+25 |
| 2024-05-24 | Properly deal with missing/placeholder types inside GACs | León Orell Valerian Liehr | -0/+49 |