| Age | Commit message (Expand) | Author | Lines |
| 2023-10-16 | Auto merge of #116731 - Alexendoo:hash-untracked-state, r=oli-obk | bors | -7/+25 |
| 2023-10-16 | Auto merge of #116550 - nnethercote:rustc-features-more, r=Nilstrieb | bors | -284/+246 |
| 2023-10-16 | Auto merge of #114330 - RalfJung:dagling-ptr-deref, r=oli-obk | bors | -351/+347 |
| 2023-10-16 | Auto merge of #116724 - RalfJung:alloc-bytes, r=oli-obk | bors | -24/+5 |
| 2023-10-16 | Rollup merge of #115196 - chenyukang:yukang-fix-86094, r=estebank | Matthias Krüger | -6/+65 |
| 2023-10-16 | Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`. | Nicholas Nethercote | -193/+191 |
| 2023-10-16 | Remove `rustc_feature::State`. | Nicholas Nethercote | -97/+61 |
| 2023-10-15 | Rollup merge of #116522 - bvanjoi:fix-115599, r=oli-obk | Matthias Krüger | -0/+8 |
| 2023-10-15 | update MIR place semantics UB comment | Ralf Jung | -12/+9 |
| 2023-10-15 | separate bounds-check from alignment check | Ralf Jung | -112/+76 |
| 2023-10-15 | more precise error for 'based on misaligned pointer' case | Ralf Jung | -34/+50 |
| 2023-10-15 | avoid computing misalignment if we won't act on it | Ralf Jung | -6/+11 |
| 2023-10-15 | place evaluation: require the original pointer to be aligned if an access hap... | Ralf Jung | -207/+188 |
| 2023-10-15 | avoid re-checking the offset while iterating an array/slice | Ralf Jung | -15/+54 |
| 2023-10-15 | don't UB on dangling ptr deref, instead check inbounds on projections | Ralf Jung | -55/+49 |
| 2023-10-15 | Suggest adding `return` if the type of unused semi return value can coerce to... | yukang | -6/+65 |
| 2023-10-15 | Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb | bors | -2231/+3123 |
| 2023-10-15 | use `PatKind::error` when an ADT const value has violation | bohan | -0/+8 |
| 2023-10-15 | Rollup merge of #116748 - scottmcm:oops-typo, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2023-10-14 | Fix a spot I wrote the wrong word | Scott McMurray | -1/+1 |
| 2023-10-14 | Rollup merge of #116576 - eduardosm:const-eval-wasm-target-features, r=RalfJung | Guillaume Gomez | -4/+6 |
| 2023-10-14 | const-eval: allow calling functions with targat features disabled at compile ... | Eduardo Sánchez Muñoz | -4/+6 |
| 2023-10-14 | Rollup merge of #116715 - Nadrieril:patkind-error, r=oli-obk | Matthias Krüger | -56/+98 |
| 2023-10-14 | Add `Config::hash_untracked_state` callback | Alex Macleod | -7/+25 |
| 2023-10-14 | Auto merge of #116727 - matthiaskrgr:rollup-3qqdrny, r=matthiaskrgr | bors | -19/+96 |
| 2023-10-14 | Auto merge of #116728 - matthiaskrgr:rollup-4xzcsnv, r=matthiaskrgr | bors | -26/+39 |
| 2023-10-14 | Rollup merge of #116689 - lcnr:auto-trait-hidden-ty-leak, r=compiler-errors | Matthias Krüger | -16/+22 |
| 2023-10-14 | Rollup merge of #116679 - estebank:rewrap-unwrap, r=oli-obk | Matthias Krüger | -9/+16 |
| 2023-10-14 | Rollup merge of #116618 - chriswailes:riscv64-linux-android-vector, r=working... | Matthias Krüger | -1/+1 |
| 2023-10-14 | Skip most of check_match checks in the presence of `PatKind::Error` | Nadrieril | -7/+19 |
| 2023-10-14 | Use `PatKind::Error` instead of `PatKind::Wild` to report errors | Nadrieril | -22/+25 |
| 2023-10-14 | Propagate pattern errors via a new `PatKind::Error` variant | Nadrieril | -28/+55 |
| 2023-10-14 | Rollup merge of #116704 - compiler-errors:afit-lint-plus, r=tmandry | Matthias Krüger | -1/+1 |
| 2023-10-14 | Rollup merge of #116696 - c410-f3r:in-doc, r=petrochenkov | Matthias Krüger | -6/+35 |
| 2023-10-14 | Rollup merge of #116695 - fee1-dead-contrib:fix-cmt, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-10-14 | Rollup merge of #116630 - ouz-a:smir_span_better, r=oli-obk | Matthias Krüger | -11/+59 |
| 2023-10-14 | Auto merge of #116702 - durin42:compress-debuginfo, r=compiler-errors | bors | -0/+9 |
| 2023-10-14 | interpret: clean up AllocBytes | Ralf Jung | -24/+5 |
| 2023-10-14 | Auto merge of #116015 - EvanMerlock:master, r=oli-obk | bors | -15/+23 |
| 2023-10-14 | Auto merge of #115822 - compiler-errors:stabilize-rpitit, r=jackh726 | bors | -94/+26 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -6/+6 |
| 2023-10-14 | Auto merge of #115524 - RalfJung:misalign, r=wesleywiser | bors | -177/+40 |
| 2023-10-13 | Deprecate E0706 | Michael Goulet | -32/+6 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -66/+24 |
| 2023-10-13 | Remove some unnecessary `unwrap`s | Esteban Küber | -9/+16 |
| 2023-10-13 | Auto merge of #116645 - estebank:issue-116608, r=oli-obk | bors | -3/+74 |
| 2023-10-13 | Fix AFIT lint message to mention pitfall | Michael Goulet | -1/+1 |
| 2023-10-13 | linker: also pass debuginfo compression flags | Augie Fackler | -0/+9 |
| 2023-10-13 | Lowercase the feature flags for riscv64-linux-android | Chris Wailes | -1/+1 |
| 2023-10-13 | Misc improvements | Caio | -6/+35 |