| Age | Commit message (Expand) | Author | Lines |
| 2022-08-29 | Fix tests due to stricter invalid_value | 5225225 | -0/+1 |
| 2022-08-29 | Rollup merge of #101131 - RalfJung:ctfe-no-needs-rfc, r=oli-obk | Matthias Krüger | -2/+5 |
| 2022-08-29 | Rollup merge of #100898 - compiler-errors:too-many-expr-fields, r=spastorino | Matthias Krüger | -16/+73 |
| 2022-08-29 | Point at the string inside literal and mention if we need string interpolation | Yiming Lei | -0/+59 |
| 2022-08-29 | unix_sigpipe: Skip some tests on android; libc has no `signal` function | Martin Nordholts | -1/+6 |
| 2022-08-29 | Display raw pointer as `*{mut,const} T` instead of `*-ptr` in errors | nils | -7/+7 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -371/+693 |
| 2022-08-29 | Try normalizing types without RevealAll in ParamEnv in mir validation | Nilstrieb | -0/+25 |
| 2022-08-29 | Make the trait bound is not satisfied specify kind | Obei Sideg | -32/+81 |
| 2022-08-29 | Rollup merge of #101000 - m-ou-se:count-is-star, r=nagisa | Dylan DPC | -1/+14 |
| 2022-08-29 | Rollup merge of #100897 - RalfJung:const-not-to-mutable, r=lcnr | Matthias Krüger | -10/+10 |
| 2022-08-29 | Rollup merge of #100437 - compiler-errors:better-const-mismatch-err, r=oli-obk | Matthias Krüger | -42/+164 |
| 2022-08-29 | Improve HIR stats collector. | Nicholas Nethercote | -20/+52 |
| 2022-08-29 | Add prefix to every line of `-Zhir-stats` output. | Nicholas Nethercote | -151/+145 |
| 2022-08-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -0/+256 |
| 2022-08-28 | entirely get rid of NeedsRfc CTFE errors | Ralf Jung | -0/+3 |
| 2022-08-28 | CTFE: exposing pointers and calling extern fn doesn't need an RFC, it is just... | Ralf Jung | -2/+2 |
| 2022-08-28 | Remove `register_attr`-related tests | Yuki Okushi | -473/+183 |
| 2022-08-28 | Support method calls | Hirochika Matsumoto | -12/+45 |
| 2022-08-28 | Rollup merge of #101055 - TaKO8Ki:use-smaller-span, r=compiler-errors | Matthias Krüger | -12/+20 |
| 2022-08-28 | Rollup merge of #101038 - RalfJung:interning-alignment, r=oli-obk | Matthias Krüger | -0/+17 |
| 2022-08-28 | Rollup merge of #101002 - estebank:hashmap-idx, r=davidtwco | Matthias Krüger | -10/+36 |
| 2022-08-28 | Use hir::Map to prevent false positives | Hirochika Matsumoto | -14/+4 |
| 2022-08-28 | Add test for APIT | Michael Goulet | -3/+23 |
| 2022-08-28 | More descriptive argument placeholders | Michael Goulet | -40/+40 |
| 2022-08-28 | Suggest calling when operator types mismatch | Michael Goulet | -24/+16 |
| 2022-08-27 | Suggest calling trait objects and parameters too, when possible | Michael Goulet | -16/+93 |
| 2022-08-27 | adjust tests | Ralf Jung | -28/+311 |
| 2022-08-27 | Add test | Michael Goulet | -0/+45 |
| 2022-08-27 | Only suggest call on nonexistent fields and methods if they make sense | Michael Goulet | -69/+62 |
| 2022-08-27 | Use autoderef | Michael Goulet | -0/+27 |
| 2022-08-27 | Review updates: simpler MWE and docs | Matthew Kelly | -50/+19 |
| 2022-08-27 | Auto merge of #100989 - lcnr:implied-bounds-uwu, r=spastorino | bors | -0/+48 |
| 2022-08-27 | use smaller span for suggestions | Takayuki Maeda | -12/+20 |
| 2022-08-27 | Auto merge of #101074 - JohnTitor:rollup-zwznihq, r=JohnTitor | bors | -15/+6 |
| 2022-08-27 | Rollup merge of #99784 - est31:deny_cfg_attr_crate_type_name, r=Mark-Simulacrum | Yuki Okushi | -11/+5 |
| 2022-08-27 | Rollup merge of #96240 - fee1-dead-contrib:stabilize_const_offset_from, r=Mar... | Yuki Okushi | -4/+1 |
| 2022-08-27 | Sad | Michael Goulet | -0/+16 |
| 2022-08-27 | Auto merge of #100732 - dpaoliello:import_name_type, r=wesleywiser | bors | -6/+184 |
| 2022-08-27 | Revert "Remove deferred sized checks" | Michael Goulet | -25/+202 |
| 2022-08-27 | Auto merge of #101064 - compiler-errors:rollup-fwm5m5f, r=compiler-errors | bors | -0/+37 |
| 2022-08-26 | Rollup merge of #100817 - vincenzopalazzo:macros/bool_spelling_sugg, r=davidtwco | Michael Goulet | -0/+37 |
| 2022-08-26 | Auto merge of #100043 - RalfJung:scalar-always-init, r=RalfJung | bors | -429/+282 |
| 2022-08-26 | More tests for invalid_value lint | 5225225 | -7/+49 |
| 2022-08-26 | Make invalid-value trigger on uninit primitives | 5225225 | -10/+23 |
| 2022-08-26 | make read_immediate error immediately on uninit, so ImmTy can carry initializ... | Ralf Jung | -429/+282 |
| 2022-08-26 | Implementation of import_name_type | Daniel Paoliello | -6/+184 |
| 2022-08-26 | Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser | bors | -1/+2 |
| 2022-08-26 | add a test | Ralf Jung | -0/+17 |
| 2022-08-26 | Auto merge of #100944 - nnethercote:shrink-thir-Expr, r=cjgillot | bors | -9/+12 |