| Age | Commit message (Expand) | Author | Lines |
| 2023-02-18 | Rename checked_binop_checks_overflow. | Camille GILLOT | -7/+8 |
| 2023-02-18 | Remove special case in rvalue codegen. | Camille GILLOT | -12/+0 |
| 2023-02-18 | Make name more explicit. | Camille GILLOT | -2/+2 |
| 2023-02-18 | Comment codegen optimization. | Camille GILLOT | -0/+3 |
| 2023-02-18 | Update compiler/rustc_middle/src/mir/syntax.rs | Camille Gillot | -1/+2 |
| 2023-02-18 | Remove exception from MIR doc. | Camille GILLOT | -4/+0 |
| 2023-02-18 | Adapt interpreter. | Camille GILLOT | -15/+3 |
| 2023-02-18 | Fix CTFE interpreter. | Camille GILLOT | -1/+1 |
| 2023-02-18 | Remove outdated comment. | Camille GILLOT | -3/+0 |
| 2023-02-18 | Adapt interpreter. | Camille GILLOT | -11/+13 |
| 2023-02-18 | Correct comment. | Camille GILLOT | -2/+4 |
| 2023-02-18 | Add comment. | Camille GILLOT | -0/+3 |
| 2023-02-18 | Add codegen test. | Camille GILLOT | -0/+14 |
| 2023-02-18 | Remove overflow checks from ConstProp. | Camille GILLOT | -116/+88 |
| 2023-02-18 | Do not codegen overflow check when not required. | Camille GILLOT | -2/+11 |
| 2023-02-18 | Auto merge of #108211 - matthiaskrgr:rollup-e59onmm, r=matthiaskrgr | bors | -157/+427 |
| 2023-02-18 | Rollup merge of #108205 - tshepang:why-special-case, r=cjgillot | Matthias Krüger | -0/+5 |
| 2023-02-18 | Rollup merge of #108197 - weihanglo:update-cargo, r=weihanglo | Matthias Krüger | -15/+4 |
| 2023-02-18 | Rollup merge of #108186 - compiler-errors:closures-with-late-bound-types-r-ba... | Matthias Krüger | -102/+210 |
| 2023-02-18 | Rollup merge of #108162 - clubby789:issue-108155, r=Nilstrieb | Matthias Krüger | -4/+24 |
| 2023-02-18 | Rollup merge of #108046 - oli-obk:no_evaluating_fed_queries, r=cjgillot | Matthias Krüger | -19/+6 |
| 2023-02-18 | Rollup merge of #108031 - jieyouxu:issue-108019, r=estebank | Matthias Krüger | -17/+178 |
| 2023-02-18 | Auto merge of #107329 - joboet:optimize_lazylock, r=m-ou-se | bors | -17/+120 |
| 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 #106476 - keith:ks/add-sanitizer-support-for-modern-ios-platfor... | bors | -10/+49 |
| 2023-02-18 | Add addl test | Michael Goulet | -0/+24 |
| 2023-02-18 | Move late-bound arg type checks to resolve_bound_vars | Michael Goulet | -87/+171 |
| 2023-02-18 | Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviper | bors | -12/+142 |
| 2023-02-18 | Adjust tracking issue for non_lifetime_binders | Michael Goulet | -15/+15 |
| 2023-02-18 | Auto merge of #108112 - nnethercote:clarify-iterator-interners, r=oli-obk,com... | bors | -186/+173 |
| 2023-02-17 | Update cargo | Weihang Lo | -15/+4 |
| 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 | Don't allow evaluating queries that were fed in a previous compiler run | Oli Scherer | -19/+6 |
| 2023-02-17 | Don't eagerly convert principal to string | clubby789 | -4/+24 |
| 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 |