| Age | Commit message (Expand) | Author | Lines |
| 2024-11-19 | Auto merge of #132623 - nnethercote:rustc_borrowck-cleanups-2, r=Nadrieril | bors | -226/+171 |
| 2024-11-19 | Auto merge of #124780 - Mark-Simulacrum:lockless-cache, r=lcnr | bors | -65/+458 |
| 2024-11-19 | Pass `flow_inits` by value. | Nicholas Nethercote | -11/+7 |
| 2024-11-19 | Put `param_env` into `infcx`. | Nicholas Nethercote | -81/+72 |
| 2024-11-19 | Pass `constraints` to `RegionInferenceContext::new`. | Nicholas Nethercote | -37/+25 |
| 2024-11-19 | Don't refcount `PlaceholderIndices`. | Nicholas Nethercote | -5/+3 |
| 2024-11-19 | Inline and remove `TypeVerifier::new`. | Nicholas Nethercote | -8/+1 |
| 2024-11-19 | Compute `upvars` lazily. | Nicholas Nethercote | -7/+3 |
| 2024-11-19 | Clean up `UniversalRegions`. | Nicholas Nethercote | -60/+46 |
| 2024-11-19 | Make `TypeChecker::region_bound_pairs` owned. | Nicholas Nethercote | -4/+4 |
| 2024-11-19 | Make `TypeChecker::known_type_outlives_obligations` owned. | Nicholas Nethercote | -9/+7 |
| 2024-11-19 | Don't pass `universal_regions` unnecessarily. | Nicholas Nethercote | -6/+5 |
| 2024-11-18 | Auto merge of #132460 - lcnr:questionable-uwu, r=compiler-errors | bors | -1242/+1624 |
| 2024-11-18 | Rollup merge of #133163 - RalfJung:cold, r=saethlin | Guillaume Gomez | -3/+1 |
| 2024-11-18 | Rollup merge of #133157 - RalfJung:skip_stability_check_due_to_privacy, r=com... | Guillaume Gomez | -28/+1 |
| 2024-11-18 | review | lcnr | -6/+11 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -1241/+1618 |
| 2024-11-18 | remove pointless cold_path impl in interpreter | Ralf Jung | -3/+1 |
| 2024-11-18 | Rollup merge of #133142 - RalfJung:naming-is-hard, r=compiler-errors | Jacob Pratt | -5/+5 |
| 2024-11-18 | Rollup merge of #132934 - Zalathar:native-libs, r=jieyouxu | Jacob Pratt | -144/+251 |
| 2024-11-18 | stability: remove skip_stability_check_due_to_privacy | Ralf Jung | -28/+1 |
| 2024-11-18 | rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirect | Ralf Jung | -5/+5 |
| 2024-11-18 | Overhaul the `-l` option parser (for linking to native libs) | Zalathar | -121/+224 |
| 2024-11-18 | Move `-l` option parsing into its own submodule | Zalathar | -140/+144 |
| 2024-11-17 | Rollup merge of #133143 - kornelski:let-mut-global, r=compiler-errors | Jacob Pratt | -8/+25 |
| 2024-11-17 | Rollup merge of #133130 - dianne:fix-133118, r=compiler-errors | Jacob Pratt | -16/+10 |
| 2024-11-17 | Rollup merge of #132993 - jieyouxu:i_am_very_stable, r=chenyukang | Jacob Pratt | -9/+24 |
| 2024-11-17 | Rollup merge of #132944 - linyihai:needing-parenthases-issue-132924, r=chenyu... | Jacob Pratt | -9/+24 |
| 2024-11-17 | Rollup merge of #132795 - compiler-errors:refine-rpitit, r=lcnr | Jacob Pratt | -1/+116 |
| 2024-11-17 | `suggest_borrow_generic_arg`: instantiate clauses properly | dianne | -16/+10 |
| 2024-11-18 | Check use<..> in RPITIT for refinement | Michael Goulet | -1/+116 |
| 2024-11-17 | Auto merge of #120370 - x17jiri:likely_unlikely_fix, r=saethlin | bors | -18/+93 |
| 2024-11-17 | Diagnostics for let mut in item context | Kornel | -8/+25 |
| 2024-11-17 | Likely unlikely fix | Jiri Bobek | -18/+93 |
| 2024-11-17 | Rollup merge of #133116 - RalfJung:const-null-ptr, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2024-11-17 | Rollup merge of #133060 - tyrone-wu:removelet-span-suggestion, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -2/+3 |
| 2024-11-17 | Rollup merge of #133051 - estebank:cond-misparse, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -8/+112 |
| 2024-11-17 | Rollup merge of #133029 - veluca93:abi-checks-tier3, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -17/+24 |
| 2024-11-17 | Add `RUSTC_BOOTSTRAP=-1` to make rustc pretend as stable compiler | Jieyou Xu | -9/+24 |
| 2024-11-17 | Auto merge of #133120 - matthiaskrgr:rollup-4actosy, r=matthiaskrgr | bors | -363/+440 |
| 2024-11-17 | Auto merge of #132566 - saethlin:querify-mir-collection, r=cjgillot | bors | -67/+165 |
| 2024-11-16 | stabilize const_ptr_is_null | Ralf Jung | -0/+6 |
| 2024-11-16 | Rollup merge of #132832 - compiler-errors:late-ty, r=cjgillot | Matthias Krüger | -22/+29 |
| 2024-11-16 | Rollup merge of #132787 - maxcabrajac:fnctxt, r=petrochenkov | Matthias Krüger | -67/+150 |
| 2024-11-16 | Rollup merge of #132134 - nnethercote:rm-ResultsVisitable, r=cjgillot | Matthias Krüger | -274/+261 |
| 2024-11-16 | review comment: move logic to new method | Esteban Küber | -88/+103 |
| 2024-11-16 | Reword suggestion message | Esteban Küber | -2/+2 |
| 2024-11-16 | Better account for `else if` macro conditions mising an `if` | Esteban Küber | -1/+10 |
| 2024-11-16 | Increase accuracy of `if` condition misparse suggestion | Esteban Küber | -9/+89 |
| 2024-11-16 | Auto merge of #130443 - veluca93:legacy-const-generics-fix, r=BoxyUwU | bors | -3/+97 |