| Age | Commit message (Expand) | Author | Lines |
| 2023-02-18 | Do not codegen overflow check when not required. | Camille GILLOT | -2/+11 |
| 2023-02-18 | Emit the right types for vtable pointers when dropping dyn* | Michael Goulet | -80/+78 |
| 2023-02-18 | Use inttoptr to support usize as dyn* value, use pointercast to make sure poi... | Michael Goulet | -0/+8 |
| 2023-02-18 | make first component of dyn* use pointer layout+type, and adjust DynStar comment | Ralf Jung | -8/+1 |
| 2023-02-18 | Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviper | bors | -1/+2 |
| 2023-02-17 | Rollup merge of #108149 - tshepang:typo, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2023-02-17 | typo | Tshepang Mbambo | -1/+1 |
| 2023-02-17 | Rollup merge of #108086 - alexcrichton:wasm-relaxed-simd-feature, r=eholk | Matthias Krüger | -0/+1 |
| 2023-02-16 | Replace some `then`s with some `then_some`s | Maybe Waffle | -1/+1 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -8/+5 |
| 2023-02-15 | Auto merge of #108012 - compiler-errors:issue-107999, r=oli-obk | bors | -2/+8 |
| 2023-02-15 | Auto merge of #108006 - cjgillot:def-impl, r=oli-obk | bors | -41/+39 |
| 2023-02-15 | wasm: Register the `relaxed-simd` target feature | Alex Crichton | -0/+1 |
| 2023-02-14 | Add `kernel-address` sanitizer support for freestanding targets | Wesley Norris | -1/+2 |
| 2023-02-14 | Make permit_uninit/zero_init fallible | Michael Goulet | -2/+8 |
| 2023-02-14 | Do not fetch HIR to check target features. | Camille GILLOT | -8/+5 |
| 2023-02-14 | Do not fetch HIR to compute symbols. | Camille GILLOT | -33/+34 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -8/+17 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -1/+1 |
| 2023-02-13 | Reduce direct `mk_ty` usage. | Nicholas Nethercote | -4/+3 |
| 2023-02-12 | Auto merge of #105601 - BelovDV:change-rlib-with-not-stable, r=petrochenkov | bors | -96/+41 |
| 2023-02-10 | remove redundant clones | Matthias Krüger | -1/+1 |
| 2023-02-10 | [link] enable packed bundled lib in non stable cases | Daniil Belov | -96/+41 |
| 2023-02-04 | Auto merge of #107267 - cjgillot:keep-aggregate, r=oli-obk | bors | -11/+12 |
| 2023-02-02 | Codegen SetDiscriminant after field assignment. | Camille GILLOT | -15/+11 |
| 2023-02-02 | Interpret aggregates. | Camille GILLOT | -0/+5 |
| 2023-02-01 | ast: Optimize list and value extraction primitives for attributes | Vadim Petrochenkov | -50/+38 |
| 2023-02-01 | Auto merge of #107257 - inquisitivecrystal:ffi-attr, r=davidtwco | bors | -47/+3 |
| 2023-02-01 | Stabilize `#![feature(target_feature_11)]` | Léo Lanteri Thauvin | -29/+18 |
| 2023-02-01 | Stabilize cmpxchg16b_target_feature | Nugine | -2/+1 |
| 2023-01-30 | session: diagnostic migration lint on more fns | David Wood | -2/+7 |
| 2023-01-29 | Auto merge of #107435 - matthiaskrgr:rollup-if5h6yu, r=matthiaskrgr | bors | -11/+22 |
| 2023-01-29 | Rollup merge of #107097 - tmiasko:ssa, r=cjgillot | Matthias Krüger | -11/+22 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -0/+1 |
| 2023-01-28 | Auto merge of #107360 - bjorn3:fix_thin_archive_reading, r=wesleywiser | bors | -34/+36 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -0/+1 |
| 2023-01-27 | Auto merge of #107055 - kylematsuda:eb-fn-sig, r=lcnr | bors | -4/+4 |
| 2023-01-27 | Revert "Avoid a temporary file when processing macOS fat archives" | bjorn3 | -34/+36 |
| 2023-01-26 | add EarlyBinder::no_bound_vars | Kyle Matsuda | -1/+1 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -4/+4 |
| 2023-01-27 | Auto merge of #106959 - tmiasko:opt-funclets, r=davidtwco | bors | -43/+40 |
| 2023-01-26 | replace usages of fn_sig query with bound_fn_sig | Kyle Matsuda | -3/+3 |
| 2023-01-27 | Fix def-use dominance check | Tomasz Miąsko | -11/+22 |
| 2023-01-26 | Rollup merge of #106904 - khuey:preserve_debuginfo_for_rlibs, r=davidtwco | Matthias Krüger | -6/+0 |
| 2023-01-26 | Auto merge of #107318 - matthiaskrgr:rollup-776kd81, r=matthiaskrgr | bors | -1/+2 |
| 2023-01-26 | Rollup merge of #106811 - khuey:dwp_extension, r=davidtwco | Matthias Krüger | -1/+2 |
| 2023-01-26 | Auto merge of #107314 - matthiaskrgr:rollup-j40lnlj, r=matthiaskrgr | bors | -9/+12 |
| 2023-01-26 | Auto merge of #105582 - saethlin:instcombine-assert-inhabited, r=cjgillot | bors | -2/+2 |
| 2023-01-24 | Move FFI attribute validation to `check_attr` | inquisitivecrystal | -47/+3 |
| 2023-01-23 | Thread a ParamEnv down to might_permit_raw_init | Ben Kimock | -2/+2 |