| Age | Commit message (Expand) | Author | Lines |
| 2023-02-18 | add a summary, in addition to the link | Tshepang Mbambo | -2/+5 |
| 2023-02-18 | link to llvm changes that prompted the special cases | Tshepang Mbambo | -0/+2 |
| 2023-02-18 | Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviper | bors | -12/+142 |
| 2023-02-18 | Auto merge of #108112 - nnethercote:clarify-iterator-interners, r=oli-obk,com... | bors | -186/+173 |
| 2023-02-17 | Auto merge of #105274 - saethlin:instcombine-mut-ref, r=cjgillot | bors | -31/+9 |
| 2023-02-17 | Auto merge of #108075 - WaffleLapkin:de-arena-allocates-you-OwO, r=Nilstrieb | bors | -101/+93 |
| 2023-02-17 | Auto merge of #108159 - matthiaskrgr:rollup-5k2j7cx, r=matthiaskrgr | bors | -42/+167 |
| 2023-02-17 | Rollup merge of #108154 - scottmcm:start-block-cleanup, r=compiler-errors | Matthias Krüger | -12/+12 |
| 2023-02-17 | Rollup merge of #108149 - tshepang:typo, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2023-02-17 | Rollup merge of #108144 - compiler-errors:triagebot-more, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2023-02-17 | Rollup merge of #108126 - tshepang:nits, r=lcnr | Matthias Krüger | -3/+4 |
| 2023-02-17 | Rollup merge of #107956 - KittyBorgX:master, r=ozkanonur | Matthias Krüger | -0/+66 |
| 2023-02-17 | Rollup merge of #107592 - workingjubilee:use-16-bit-enum-on-16-bit-targets, r... | Matthias Krüger | -25/+81 |
| 2023-02-17 | Auto merge of #107965 - BoxyUwU:add_const_arg_has_type_predicate, r=compiler-... | bors | -15/+183 |
| 2023-02-17 | Avoid double-interning some `BoundVariableKind`s. | Nicholas Nethercote | -2/+0 |
| 2023-02-17 | Replace more `mk_foo` calls with `infer_foo`. | Nicholas Nethercote | -24/+18 |
| 2023-02-17 | Use `IntoIterator` for `mk_fn_sig`. | Nicholas Nethercote | -35/+28 |
| 2023-02-17 | Clarify iterator interners. | Nicholas Nethercote | -70/+87 |
| 2023-02-17 | Remove the `InternIteratorElement` impl for `&'a T`. | Nicholas Nethercote | -19/+8 |
| 2023-02-17 | Clarify `mk_fn_sig` signature. | Nicholas Nethercote | -3/+4 |
| 2023-02-17 | Replace `mk_foo` calls with `infer_foo` where possible. | Nicholas Nethercote | -42/+37 |
| 2023-02-17 | add predicate evaluation logic | Boxy | -18/+124 |
| 2023-02-17 | Add `Clause::ConstArgHasType` variant | Boxy | -6/+68 |
| 2023-02-17 | Auto merge of #108058 - Zoxc:query-ctxtx-byval, r=cjgillot | bors | -26/+26 |
| 2023-02-16 | `BasicBlock::new(0)` -> `START_BLOCK` [no functional changes] | Scott McMurray | -12/+12 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -334/+443 |
| 2023-02-17 | typo | Tshepang Mbambo | -1/+1 |
| 2023-02-17 | Copy `bin/*` and `lib/*.dylib` files to `stage0-sysroot` | KittyBorgX | -0/+66 |
| 2023-02-17 | Auto merge of #108145 - matthiaskrgr:rollup-bgadak1, r=matthiaskrgr | bors | -370/+822 |
| 2023-02-16 | fix new usage of type_of | Kyle Matsuda | -2/+2 |
| 2023-02-16 | changes from review | Kyle Matsuda | -12/+53 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -380/+325 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -262/+385 |
| 2023-02-17 | Rollup merge of #108136 - eggyal:unmet_trait_alias_bound_on_generic_impl, r=c... | Matthias Krüger | -13/+59 |
| 2023-02-17 | Rollup merge of #108133 - kylematsuda:earlybinder-cleanups, r=compiler-errors | Matthias Krüger | -5/+8 |
| 2023-02-17 | Rollup merge of #108104 - matthiaskrgr:into, r=compiler-errors | Matthias Krüger | -5/+4 |
| 2023-02-17 | Rollup merge of #108086 - alexcrichton:wasm-relaxed-simd-feature, r=eholk | Matthias Krüger | -0/+1 |
| 2023-02-17 | Rollup merge of #108009 - c410-f3r:moar-tests, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-02-17 | Rollup merge of #107905 - clubby789:x-free-args, r=albertlarsan68 | Matthias Krüger | -1/+20 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -343/+709 |
| 2023-02-17 | Rollup merge of #104068 - yancyribbens:partial-cmp-doc-update, r=scottmcm | Matthias Krüger | -2/+20 |
| 2023-02-16 | Default repr(C) enums to c_int size | Jubilee Young | -25/+81 |
| 2023-02-16 | Add compiler-errors to a few more triagebot groups | Michael Goulet | -1/+3 |
| 2023-02-16 | Clarify `DerivedObligationCause` may hold alias id | Alan Egerton | -12/+16 |
| 2023-02-16 | Do not ICE on unmet trait alias impl bounds | Alan Egerton | -1/+43 |
| 2023-02-16 | Auto merge of #107833 - Zoxc:arena-query-clean, r=cjgillot | bors | -239/+147 |
| 2023-02-16 | Auto merge of #108127 - matthiaskrgr:rollup-kpzfc6j, r=matthiaskrgr | bors | -558/+677 |
| 2023-02-16 | rustdoc: Update the description to include PartialOrd elements | yancy | -2/+20 |
| 2023-02-16 | fix ugly skip_binder | Kyle Matsuda | -1/+2 |
| 2023-02-16 | make issue33140_self_ty return Option<EarlyBinder<Ty>> | Kyle Matsuda | -4/+6 |