| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | Rollup merge of #103656 - camsteffen:symbol-to-string, r=compiler-errors | Matthias Krüger | -0/+7 |
| 2022-10-28 | Specialize ToString for Symbol | Cameron Steffen | -0/+7 |
| 2022-10-28 | Auto merge of #103071 - wesleywiser:fix_inlined_line_numbers, r=davidtwco | bors | -1/+7 |
| 2022-10-24 | Auto merge of #102536 - scottmcm:lookup_line-tweak, r=jackh726 | bors | -4/+1 |
| 2022-10-20 | fix rust-lang#101880: suggest let for assignment, and some code refactor | yukang | -0/+20 |
| 2022-10-20 | Auto merge of #103185 - chenyukang:yukang/fix-span-next-point, r=davidtwco | bors | -8/+61 |
| 2022-10-19 | Add testcase for next_point, fix more trivial issues in find_width_of_charact... | yukang | -6/+58 |
| 2022-10-18 | Fix the bug of next_point in span | yukang | -3/+4 |
| 2022-10-17 | Make diagnostic for unsatisfied Termination bounds more precise | León Orell Valerian Liehr | -0/+1 |
| 2022-10-14 | Fix line numbers for MIR inlined code | Wesley Wiser | -1/+7 |
| 2022-10-11 | rename rustc_allocator_nounwind to rustc_nounwind | Ralf Jung | -1/+1 |
| 2022-10-10 | Rollup merge of #102860 - GuillaumeGomez:missing-docs-FileNameDisplayPreferen... | Yuki Okushi | -0/+4 |
| 2022-10-09 | Add missing documentation for FileNameDisplayPreference variants | Guillaume Gomez | -0/+4 |
| 2022-10-08 | Split slice part of feature(half_open_range_patterns) to [...]_in_slices | Urgau | -0/+1 |
| 2022-10-01 | Shorten the `lookup_line` code slightly | Scott McMurray | -4/+1 |
| 2022-09-30 | Rollup merge of #102382 - cuviper:defid-order, r=fee1-dead | Matthias Krüger | -1/+19 |
| 2022-09-30 | Auto merge of #102387 - nnethercote:inline-Token-PartialEq, r=lqd | bors | -0/+2 |
| 2022-09-29 | Inline two `Ident` methods. | Nicholas Nethercote | -0/+2 |
| 2022-09-28 | Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiser | bors | -0/+1 |
| 2022-09-28 | Auto merge of #102388 - JohnTitor:rollup-mbyw6fl, r=JohnTitor | bors | -0/+3 |
| 2022-09-27 | Manually order `DefId` on 64-bit big-endian | Josh Stone | -1/+19 |
| 2022-09-27 | Address feedback | mejrs | -0/+1 |
| 2022-09-27 | Wrapper suggestions | mejrs | -0/+2 |
| 2022-09-27 | attributes: Add #[rustc_safe_intrinsic] builtin | Arthur Cohen | -0/+1 |
| 2022-09-27 | Rewrite and refactor format_args!() builtin macro. | Mara Bos | -0/+11 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-23 | Rollup merge of #100734 - ComputerDruid:afit_feature, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2022-09-22 | Auto merge of #98840 - cjgillot:span-inline-ctxt, r=wesleywiser | bors | -14/+31 |
| 2022-09-22 | Auto merge of #101999 - the8472:source-lines-partition-point, r=davidtwco | bors | -4/+3 |
| 2022-09-21 | Split out async_fn_in_trait into a separate feature | Dan Johnson | -0/+1 |
| 2022-09-21 | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | -2/+2 |
| 2022-09-21 | UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -1/+1 |
| 2022-09-19 | use partition_point instead of binary_search when looking up source lines | The 8472 | -4/+3 |
| 2022-09-17 | Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-09-17 | Rollup merge of #98441 - calebzulawski:simd_as, r=oli-obk | Dylan DPC | -0/+3 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -0/+1 |
| 2022-09-14 | change AccessLevels representation | Bryanskiy | -1/+1 |
| 2022-09-13 | Auto merge of #100640 - reitermarkus:socket-display-buffer, r=thomcc | bors | -0/+1 |
| 2022-09-13 | Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser | bors | -12/+24 |
| 2022-09-12 | Introduce dyn_star feature flag | Eric Holk | -0/+1 |
| 2022-09-12 | Rollup merge of #101732 - Nemo157:gate-rustdoc-missing-examples, r=GuillaumeG... | Guillaume Gomez | -0/+1 |
| 2022-09-12 | Feature gate the rustdoc::missing_doc_code_examples lint | Wim Looman | -0/+1 |
| 2022-09-12 | Simplify `clippy` fix. | Markus Reiter | -0/+1 |
| 2022-09-12 | Auto merge of #99334 - NiklasJonsson:84447/error-privacy, r=oli-obk | bors | -2/+7 |
| 2022-09-12 | Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726 | bors | -0/+1 |
| 2022-09-11 | add generator_clone feature gate | Andrew Cann | -0/+1 |
| 2022-09-10 | Auto merge of #101483 - oli-obk:guaranteed_opt, r=fee1-dead | bors | -2/+1 |