| Age | Commit message (Expand) | Author | Lines |
| 2023-01-15 | Auto merge of #106742 - compiler-errors:new-solver-make-it-not-ice, r=lcnr | bors | -41/+186 |
| 2023-01-15 | Auto merge of #106171 - compiler-errors:consolidate-extract_callable_info, r=... | bors | -185/+149 |
| 2023-01-15 | Rollup merge of #106863 - anden3:compiler-double-spaces, r=Nilstrieb | Matthias Krüger | -10/+10 |
| 2023-01-15 | Rollup merge of #106859 - tialaramex:master, r=Nilstrieb | Matthias Krüger | -0/+16 |
| 2023-01-15 | Rollup merge of #106072 - eopb:dyn-derive, r=estebank | Matthias Krüger | -1/+7 |
| 2023-01-14 | Improve E0308: suggest user meant to use byte literal, w/ tests and fix | Nick Lamb | -0/+16 |
| 2023-01-14 | Auto merge of #106866 - matthiaskrgr:rollup-r063s44, r=matthiaskrgr | bors | -6/+8 |
| 2023-01-14 | Rollup merge of #106849 - WaffleLapkin:unvec, r=Nilstrieb | Matthias Krüger | -3/+2 |
| 2023-01-14 | Rollup merge of #106820 - m-ou-se:macro-type-error-thing, r=estebank | Matthias Krüger | -3/+5 |
| 2023-01-14 | Rollup merge of #106563 - clubby789:gce-macro-braces, r=TaKO8Ki | Matthias Krüger | -0/+1 |
| 2023-01-14 | Auto merge of #106696 - kylematsuda:early-binder, r=lcnr | bors | -100/+131 |
| 2023-01-14 | Fix some missed double spaces. | André Vennberg | -4/+4 |
| 2023-01-14 | Removed various double spaces in compiler source comments. | André Vennberg | -6/+6 |
| 2023-01-14 | Fix `unused_braces` on generic const expr macro call | clubby789 | -0/+1 |
| 2023-01-14 | Deprioritize fulfillment errors that come from expansions. | Mara Bos | -3/+5 |
| 2023-01-14 | fix: misleading add `dyn` to derive macro suggestion | Ethan Brierley | -1/+7 |
| 2023-01-14 | Rollup merge of #106846 - WaffleLapkin:pico_parse_ref, r=TaKO8Ki | Matthias Krüger | -15/+25 |
| 2023-01-14 | Rollup merge of #106788 - estebank:elaborate_pred_E0599, r=compiler-errors | Matthias Krüger | -22/+87 |
| 2023-01-14 | Rollup merge of #106752 - sulami:master, r=estebank | Matthias Krüger | -0/+74 |
| 2023-01-14 | Rollup merge of #106665 - JulianKnodt:better_fn_trait_note, r=cjgillot | Matthias Krüger | -16/+38 |
| 2023-01-14 | Rollup merge of #106566 - clubby789:contiguous-weird-unicode, r=cjgillot | Matthias Krüger | -6/+32 |
| 2023-01-14 | Allocate one less vec in `parser/expr.rs` | Maybe Waffle | -3/+2 |
| 2023-01-14 | Improve comments in `parser/expr.rs` | Maybe Waffle | -9/+13 |
| 2023-01-14 | Make `LhsExpr::AlreadyParsed` a named struct | Maybe Waffle | -6/+12 |
| 2023-01-14 | Add note when `FnPtr` vs. `FnDef` impl trait | kadmin | -16/+38 |
| 2023-01-14 | Auto merge of #106646 - Amanieu:ilp32-object, r=Mark-Simulacrum | bors | -4/+13 |
| 2023-01-14 | fix various subst_identity vs skip_binder | Kyle Matsuda | -24/+28 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -110/+91 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -78/+112 |
| 2023-01-14 | change const_param_default query to return EarlyBinder; remove bound_const_pa... | Kyle Matsuda | -21/+11 |
| 2023-01-14 | change usages of const_param_default query to bound_const_param_default | Kyle Matsuda | -4/+6 |
| 2023-01-14 | add EarlyBinder::subst_identity; impl ParameterizedOverTcx (needed for rustc... | Kyle Matsuda | -0/+20 |
| 2023-01-14 | Rollup merge of #106816 - TimNN:rental-remap, r=oli-obj | Yuki Okushi | -4/+6 |
| 2023-01-14 | Rollup merge of #106707 - ehuss:remove-dupe-sha-1, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2023-01-13 | Rebase conflicts | Michael Goulet | -7/+7 |
| 2023-01-13 | Consolidate two almost duplicated fn info extraction routines | Michael Goulet | -185/+149 |
| 2023-01-13 | Do not incorrectly suggest restricting implied bounds | Esteban Küber | -13/+35 |
| 2023-01-13 | Update `rental` hack to work with remapped paths. | Tim Neumann | -4/+6 |
| 2023-01-13 | Keep obligation chain when elaborating obligations | Esteban Küber | -4/+29 |
| 2023-01-13 | Elaborate unmet obligations in E0599 for more context | Esteban Küber | -5/+23 |
| 2023-01-13 | Rollup merge of #106813 - oli-obk:sess_cleanup, r=GuillaumeGomez,petrochenkov | Matthias Krüger | -1/+5 |
| 2023-01-13 | Rollup merge of #106797 - FawazTirmizi:dev/issues/104284, r=bjorn3 | Matthias Krüger | -5/+17 |
| 2023-01-13 | Rollup merge of #106678 - Veykril:proc-macro-panic-abort, r=eholk | Matthias Krüger | -1/+15 |
| 2023-01-13 | Rollup merge of #106641 - chenyukang:yukang/fix-105761-segguest-this, r=estebank | Matthias Krüger | -5/+145 |
| 2023-01-13 | Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors | Matthias Krüger | -17/+157 |
| 2023-01-13 | Rollup merge of #106489 - jschwe:fix_linker_detection, r=petrochenkov | Matthias Krüger | -1/+10 |
| 2023-01-13 | Rollup merge of #106465 - compiler-errors:bump-IMPLIED_BOUNDS_ENTAILMENT, r=lcnr | Matthias Krüger | -14/+150 |
| 2023-01-13 | Rollup merge of #104645 - yukiomoto:log-backtrace-option, r=oli-obk | Matthias Krüger | -4/+72 |
| 2023-01-13 | Improve linker-flavor detection | Jonathan Schwender | -1/+10 |
| 2023-01-13 | Remove redundant session field | Oli Scherer | -1/+5 |