| Age | Commit message (Expand) | Author | Lines |
| 2024-08-20 | Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorino | bors | -29/+7 |
| 2024-08-19 | Auto merge of #122551 - RayMuir:copy_fmt, r=saethlin | bors | -1/+1 |
| 2024-08-19 | Rollup merge of #129271 - futile:query-system/prevent-double-panic, r=michael... | Matthias Krüger | -4/+17 |
| 2024-08-19 | Rollup merge of #129245 - smoelius:patch-1, r=lqd | Matthias Krüger | -1/+1 |
| 2024-08-19 | Rollup merge of #129235 - GoldsteinE:check-may-dangle, r=compiler-errors | Matthias Krüger | -4/+35 |
| 2024-08-19 | Rollup merge of #129223 - wafarm:fix-129215, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-08-19 | Rollup merge of #129217 - jswrenn:transmute-lifetimes, r=compiler-errors | Matthias Krüger | -132/+207 |
| 2024-08-19 | Prevent double panic in query system, improve diagnostics | Felix Rath | -4/+17 |
| 2024-08-19 | Auto merge of #128722 - tgross35:new-resolver-root, r=Mark-Simulacrum | bors | -2/+2 |
| 2024-08-18 | Rollup merge of #129208 - veluca93:adt_const_fix, r=BoxyUwU | Trevor Gross | -4/+4 |
| 2024-08-18 | Rollup merge of #128628 - khuey:simply-cfg-erase-source-info, r=nnethercote | Trevor Gross | -0/+11 |
| 2024-08-18 | Rollup merge of #128084 - surechen:fix_125997_v1, r=cjgillot | Trevor Gross | -5/+36 |
| 2024-08-18 | Rollup merge of #127679 - RalfJung:raw_ref_op, r=jieyouxu | Trevor Gross | -102/+97 |
| 2024-08-19 | Fix wrong argument for `get_fn_decl` | Wafarm | -1/+1 |
| 2024-08-18 | Auto merge of #125854 - beetrees:zst-arg-abi, r=estebank | bors | -43/+57 |
| 2024-08-18 | Added "copy" to Debug fmt for copy operands | RayMuir | -1/+1 |
| 2024-08-18 | Update some dependency versions that allow better licensing | Trevor Gross | -2/+2 |
| 2024-08-18 | safe transmute: forbid reference lifetime extension | Jack Wrenn | -132/+207 |
| 2024-08-18 | rename AddressOf -> RawBorrow inside the compiler | Ralf Jung | -91/+91 |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -11/+6 |
| 2024-08-18 | Fix wording of misapplied `must_not_suspend` error | Goldstein | -3/+3 |
| 2024-08-18 | Check that `#[may_dangle]` is properly applied | Goldstein | -1/+32 |
| 2024-08-18 | Typo | Samuel Moelius | -1/+1 |
| 2024-08-18 | Auto merge of #126450 - madsmtm:promote-mac-catalyst, r=Mark-Simulacrum | bors | -2/+2 |
| 2024-08-18 | Rollup merge of #129203 - compiler-errors:extern_crate_data, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -10/+8 |
| 2024-08-18 | Rollup merge of #129173 - beetrees:statically-known-float, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -7/+17 |
| 2024-08-18 | Rollup merge of #129164 - ChrisDenton:comdat, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -188/+98 |
| 2024-08-17 | Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercote | bors | -50/+20 |
| 2024-08-18 | Fix order of normalization and recursion in const folding. | Luca Versari | -4/+4 |
| 2024-08-17 | Auto merge of #128792 - compiler-errors:foreign-sig, r=spastorino | bors | -52/+71 |
| 2024-08-17 | Always use ar_archive_writer for import libs | Chris Denton | -188/+98 |
| 2024-08-17 | Auto merge of #129202 - matthiaskrgr:rollup-wev7uur, r=matthiaskrgr | bors | -53/+65 |
| 2024-08-17 | Use cnum for extern crate data | Michael Goulet | -10/+8 |
| 2024-08-17 | Bless test fallout | Michael Goulet | -18/+4 |
| 2024-08-17 | Stabilize opaque type precise capturing | Michael Goulet | -11/+3 |
| 2024-08-17 | Rollup merge of #129196 - Zalathar:ref-id-ref, r=compiler-errors | Matthias Krüger | -6/+2 |
| 2024-08-17 | Rollup merge of #129168 - BoxyUwU:mismatched_ty_correct_id, r=compiler-errors | Matthias Krüger | -37/+27 |
| 2024-08-17 | Rollup merge of #129167 - cuviper:either-once-empty, r=Nadrieril | Matthias Krüger | -9/+9 |
| 2024-08-17 | Rollup merge of #128989 - s7tya:check-linkage-attribute-pos, r=petrochenkov | Matthias Krüger | -1/+27 |
| 2024-08-17 | Auto merge of #128786 - estebank:multiple-crate-versions, r=fee1-dead | bors | -5/+96 |
| 2024-08-17 | Remove a useless ref/id/ref round-trip from `pattern_from_hir` | Zalathar | -6/+2 |
| 2024-08-17 | Emit an error for invalid use of the linkage attribute | Shina | -1/+27 |
| 2024-08-17 | Fix `is_val_statically_known` for floats | beetrees | -7/+17 |
| 2024-08-16 | Rewrite `get_fn_id_for_return_block` | Boxy | -37/+27 |
| 2024-08-16 | mir/pretty: use `Option` instead of `Either<Once, Empty>` | Josh Stone | -9/+9 |
| 2024-08-16 | Don't ICE on Fn trait error for foreign fn | Michael Goulet | -0/+4 |
| 2024-08-16 | Use FnSig instead of raw FnDecl for ForeignItemKind::Fn | Michael Goulet | -52/+67 |
| 2024-08-16 | Rollup merge of #129161 - dtolnay:spawnunck, r=Noratrieb | Matthias Krüger | -1/+0 |
| 2024-08-16 | Rollup merge of #129154 - wafarm:fix-95463, r=estebank | Matthias Krüger | -6/+13 |
| 2024-08-16 | Rollup merge of #129086 - slanterns:is_none_or, r=dtolnay | Matthias Krüger | -2/+0 |