| Age | Commit message (Expand) | Author | Lines |
| 2022-07-20 | Rollup merge of #99433 - cjgillot:erase-foreign-sig, r=compiler-errors | Dylan DPC | -0/+24 |
| 2022-07-20 | Rollup merge of #98784 - compiler-errors:forgot-to-return-binding, r=estebank | Dylan DPC | -9/+154 |
| 2022-07-20 | Suggest returning binding from block or enclosing scope on coerce_forced_unit... | Michael Goulet | -9/+154 |
| 2022-07-19 | Remove #[allow(unused_qualifications)] lines from derive diff test | Michael Holloway | -99/+0 |
| 2022-07-19 | Fix a numerical underflow in tuple wrap suggestion | Michael Goulet | -0/+24 |
| 2022-07-20 | Add regression test for #71547 | Yuki Okushi | -0/+18 |
| 2022-07-19 | rustdoc-json: Add tests for re-exports of primitives | Martin Nordholts | -0/+6 |
| 2022-07-19 | Auto merge of #98180 - notriddle:notriddle/rustdoc-fn, r=petrochenkov,Guillau... | bors | -19/+29 |
| 2022-07-19 | Erase regions before comparing signatures of foreign fns. | Camille GILLOT | -0/+24 |
| 2022-07-19 | better error for bad depth on macro metavar expr | Michael Goulet | -8/+27 |
| 2022-07-19 | Do not allow typeck children items to constrain outer RPITs | Michael Goulet | -0/+54 |
| 2022-07-19 | Improve the function pointer docs | Michael Howell | -7/+17 |
| 2022-07-19 | Add flag to configure `noalias` on `Box<T>` | nils | -0/+17 |
| 2022-07-19 | Rollup merge of #99457 - SparrowLii:para_iter, r=fee1-dead | Matthias Krüger | -3/+24 |
| 2022-07-19 | Rollup merge of #99438 - WaffleLapkin:dont_wrap_in_non_zero, r=compiler-errors | Matthias Krüger | -0/+123 |
| 2022-07-19 | Rollup merge of #99435 - CAD97:revert-dollar-dollar-crate, r=Mark-Simulacrum | Matthias Krüger | -19/+55 |
| 2022-07-19 | Rollup merge of #99384 - compiler-errors:issue-99375, r=oli-obk | Matthias Krüger | -0/+21 |
| 2022-07-19 | Rollup merge of #98028 - aticu:master, r=estebank | Matthias Krüger | -63/+194 |
| 2022-07-19 | use `par_for_each_in` in `par_body_owners` and `collect_crate_mono_items` | SparrowLii | -3/+24 |
| 2022-07-19 | Auto merge of #99451 - Dylan-DPC:rollup-ceghu18, r=Dylan-DPC | bors | -389/+282 |
| 2022-07-19 | Add E0790 as more specific variant of E0283 | aticu | -63/+194 |
| 2022-07-19 | Rollup merge of #99410 - tmiasko:atomic-lint, r=fee1-dead | Dylan DPC | -254/+57 |
| 2022-07-19 | Rollup merge of #99392 - nnethercote:fix-debuginfo-tests, r=pnkfelix | Dylan DPC | -2/+2 |
| 2022-07-19 | Rollup merge of #98320 - compiler-errors:macro-backtrace, r=estebank | Dylan DPC | -132/+132 |
| 2022-07-19 | Rollup merge of #97183 - oli-obk:tait_ice_async, r=jackh726 | Dylan DPC | -1/+91 |
| 2022-07-19 | Auto merge of #98189 - mystor:fast_ident_literal, r=eddyb | bors | -28/+12 |
| 2022-07-19 | Mention first and last macro in backtrace | Michael Goulet | -132/+132 |
| 2022-07-18 | Don't add attribute to allow unused-qualifications to derive impl's | Samrat Man Singh | -0/+38 |
| 2022-07-19 | tests: fix `rustdoc` tests | Artur Sinila | -4/+4 |
| 2022-07-19 | tests: fix `rustc-pass-by-value-self` | Artur Sinila | -2/+2 |
| 2022-07-19 | tests: fix `rustc-pass-by-value-self` | Artur Sinila | -4/+4 |
| 2022-07-19 | feat: omit suffixes in const generics (e.g. `1_i32`) | Artur Sinila | -169/+178 |
| 2022-07-19 | Add a note about privacy to wrapping suggestion | Maybe Waffle | -1/+1 |
| 2022-07-19 | check accessibility before suggesting wrapping expressions | Maybe Waffle | -0/+83 |
| 2022-07-19 | Suggest a fix for `NonZero*` <- `*` coercion error | Maybe Waffle | -0/+40 |
| 2022-07-18 | Revert "Stabilize $$ in Rust 1.63.0" | Christopher Durham | -19/+55 |
| 2022-07-18 | Check generators for well formedness | Oli Scherer | -1/+91 |
| 2022-07-18 | proc_macro: stop using a remote object handle for Ident | Nika Layzell | -28/+12 |
| 2022-07-18 | Rustdoc-Json: Clean up tests | Nixon Enraght-Moony | -8/+18 |
| 2022-07-18 | Rollup merge of #99394 - JohnTitor:issue-95230, r=compiler-errors | Dylan DPC | -0/+7 |
| 2022-07-18 | Rollup merge of #99351 - compiler-errors:arg-mismatch-blame, r=davidtwco | Dylan DPC | -4/+4 |
| 2022-07-18 | Rollup merge of #99344 - notriddle:notriddle/multiple-macro-rules-w-same-name... | Dylan DPC | -0/+70 |
| 2022-07-18 | Rollup merge of #98998 - workingjubilee:naked-means-no-clothes-enforcement-te... | Dylan DPC | -1/+46 |
| 2022-07-18 | Add `PhantomData` marker for dropck to `BTreeMap` | Frank Steffahn | -3/+50 |
| 2022-07-18 | Update invalid atomic ordering lint | Tomasz Miąsko | -254/+57 |
| 2022-07-18 | Add some additional double-adjustment regression tests | Michael Goulet | -0/+46 |
| 2022-07-18 | Auto merge of #99137 - jackh726:wf-no-infcx, r=estebank | bors | -3/+8 |
| 2022-07-18 | Add regression test for #95230 | Yuki Okushi | -0/+7 |
| 2022-07-18 | Fix debuginfo tests. | Nicholas Nethercote | -2/+2 |
| 2022-07-18 | Rollup merge of #99373 - GuillaumeGomez:source-code-sidebar-tree-auto-expand,... | Yuki Okushi | -5/+25 |