| Age | Commit message (Expand) | Author | Lines |
| 2023-11-13 | review comments: more targeted span setting approach | Esteban Küber | -2/+24 |
| 2023-11-13 | Auto merge of #116866 - slanterns:inspect-stabilize, r=BurntSushi | bors | -3/+0 |
| 2023-11-13 | Mention LLVM 64186 in a comment | Josh Stone | -0/+1 |
| 2023-11-13 | Auto merge of #117881 - TaKO8Ki:rollup-n7jtmgj, r=TaKO8Ki | bors | -98/+18 |
| 2023-11-13 | fix doc | Rémy Rakic | -5/+3 |
| 2023-11-13 | regions do not contain liveness elements | Rémy Rakic | -8/+8 |
| 2023-11-13 | refer to points and not "elements", and remove unused return value | Rémy Rakic | -6/+5 |
| 2023-11-13 | add locations instead of "element"s, and remove unused return value | Rémy Rakic | -10/+9 |
| 2023-11-13 | iterate over regions and not "rows" in liveness values | Rémy Rakic | -3/+3 |
| 2023-11-13 | stop referring to a region as a "row" in liveness values | Rémy Rakic | -17/+17 |
| 2023-11-14 | Rollup merge of #117863 - nnethercote:rustc_index, r=Mark-Simulacrum | Takayuki Maeda | -69/+4 |
| 2023-11-14 | Rollup merge of #117858 - compiler-errors:span, r=lcnr | Takayuki Maeda | -7/+10 |
| 2023-11-14 | Rollup merge of #117830 - Nilstrieb:object-lifetime-default-nits, r=cjgillot | Takayuki Maeda | -10/+4 |
| 2023-11-14 | Rollup merge of #117737 - nnethercote:rm-Zkeep-hygiene-data, r=petrochenkov | Takayuki Maeda | -12/+0 |
| 2023-11-13 | Fix overflow and cycle bound for ProofTreeVisitor. | Gavin Gray | -1/+1 |
| 2023-11-13 | Auto merge of #117876 - lcnr:region-kind-rename, r=BoxyUwU | bors | -231/+235 |
| 2023-11-13 | update type flags | lcnr | -22/+22 |
| 2023-11-13 | continue renaming | lcnr | -44/+44 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -163/+164 |
| 2023-11-13 | remove unnecessary `_` in variable name | lcnr | -2/+2 |
| 2023-11-13 | add fixme to `RegionCtxt` | lcnr | -0/+3 |
| 2023-11-13 | Auto merge of #117811 - MU001999:master, r=lcnr | bors | -1/+7 |
| 2023-11-13 | args~~_ref~~_may_unify | lcnr | -10/+8 |
| 2023-11-13 | features must be additive | Ralf Jung | -1/+6 |
| 2023-11-13 | Auto merge of #117862 - SpeedReach:patch-1, r=nnethercote | bors | -2/+2 |
| 2023-11-13 | Auto merge of #117827 - Zalathar:bogus-macro-name-span, r=davidtwco | bors | -0/+6 |
| 2023-11-13 | Remove unnecessary annotation. | Nicholas Nethercote | -2/+0 |
| 2023-11-13 | Remove `IndexSlice::convert_index_type`. | Nicholas Nethercote | -4/+0 |
| 2023-11-13 | Remove `impl FiniteBitSetTy for {u64,u128}`. | Nicholas Nethercote | -48/+0 |
| 2023-11-13 | Remove `BitSet::to_hybrid`. | Nicholas Nethercote | -6/+0 |
| 2023-11-13 | Remove `BitSet::words`. | Nicholas Nethercote | -9/+4 |
| 2023-11-13 | Fix comment | Sleep_AllDay | -2/+2 |
| 2023-11-13 | Compute layout with spans for better cycle errors in coroutines | Michael Goulet | -7/+10 |
| 2023-11-13 | Auto merge of #117770 - sjwang05:issue-117766, r=estebank,TaKO8Ki | bors | -20/+61 |
| 2023-11-13 | Always point at index span on index obligation failure | Esteban Küber | -12/+2 |
| 2023-11-13 | Turn assert_eq into a delay_span_bug | Mu001999 | -1/+7 |
| 2023-11-12 | Fix `is_keyword_ahead` visibility | sjwang05 | -1/+1 |
| 2023-11-13 | Remove `-Zperf-stats`. | Nicholas Nethercote | -99/+31 |
| 2023-11-12 | Don't expect a rcvr in print_disambiguation_help | Michael Goulet | -2/+6 |
| 2023-11-12 | make LayoutError::Cycle carry ErrorGuaranteed | Michael Goulet | -8/+7 |
| 2023-11-12 | Note about object lifetime defaults in does not live long enough error | Nilstrieb | -11/+81 |
| 2023-11-12 | interpret: simplify handling of shifts by no longer trying to handle signed a... | Ralf Jung | -38/+42 |
| 2023-11-12 | target_feature: make it more clear what that 'Option' means | Ralf Jung | -245/+274 |
| 2023-11-12 | Small improvements in object lifetime default code | Nilstrieb | -10/+4 |
| 2023-11-12 | patterns: don't ice when encountering a raw str slice | Ralf Jung | -4/+9 |
| 2023-11-12 | coverage: Avoid creating malformed macro name spans | Zalathar | -0/+6 |
| 2023-11-12 | Auto merge of #117817 - fmease:deny-more-tilde-const, r=fee1-dead | bors | -48/+48 |
| 2023-11-11 | Add -Z llvm_module_flag | Paul Menage | -0/+49 |
| 2023-11-12 | Deny more `~const` trait bounds | León Orell Valerian Liehr | -48/+48 |
| 2023-11-11 | Move unclosed delim errors to separate function | sjwang05 | -53/+58 |