| Age | Commit message (Expand) | Author | Lines |
| 2022-09-29 | Add feature flag to docs in compiler/rustc_builtin_macros/src/assert/context.rs | reez12g | -0/+1 |
| 2022-09-29 | Mark ignore on error code docs in compiler/rustc_borrowck/src/region_infer/m... | reez12g | -2/+2 |
| 2022-09-29 | Mark ignore on error code docs in compiler/rustc_borrowck/src/diagnostics/reg... | reez12g | -1/+1 |
| 2022-09-29 | Mark ignore(illustrative) on docs in compiler/rustc_ast_lowering/src/expr.rs | reez12g | -3/+3 |
| 2022-09-29 | Remove from compiler/ crates | reez12g | -36/+31 |
| 2022-09-29 | Revert "Add test execution step to x86_64-gnu-aux" | reez12g | -2/+0 |
| 2022-09-29 | Add test execution step to x86_64-gnu-aux | reez12g | -0/+2 |
| 2022-09-29 | Auto merge of #101833 - jyn514:cross-compile-compiler-builtins, r=Mark-Simula... | bors | -22/+44 |
| 2022-09-28 | Auto merge of #102384 - camelid:extrainfo, r=GuillaumeGomez | bors | -33/+39 |
| 2022-09-28 | Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiser | bors | -10/+113 |
| 2022-09-28 | Auto merge of #101454 - cjgillot:concat-binders, r=estebank | bors | -31/+118 |
| 2022-09-28 | Auto merge of #101619 - Xiretza:rustc_parse-session-diagnostics, r=davidtwco | bors | -1285/+2047 |
| 2022-09-28 | Make the `c` feature for `compiler-builtins` opt-in instead of inferred | Joshua Nelson | -22/+44 |
| 2022-09-28 | Auto merge of #102302 - nnethercote:more-lexer-improvements, r=matklad | bors | -443/+429 |
| 2022-09-28 | rustc_safe_intrinsic: Add UI test | Arthur Cohen | -0/+25 |
| 2022-09-28 | rustc_safe_intrinsic: Keep list of safe intrinsics within the compiler | Arthur Cohen | -3/+59 |
| 2022-09-28 | Auto merge of #102388 - JohnTitor:rollup-mbyw6fl, r=JohnTitor | bors | -127/+622 |
| 2022-09-28 | Rollup merge of #102380 - notriddle:notriddle/rustdoc-source-sidebar, r=camelid | Yuki Okushi | -3/+0 |
| 2022-09-28 | Rollup merge of #102378 - compiler-errors:issue-102289, r=jackh726 | Yuki Okushi | -1/+56 |
| 2022-09-28 | Rollup merge of #102348 - nnethercote:tweak-FulfillProcessor, r=jackh726 | Yuki Okushi | -12/+12 |
| 2022-09-28 | Rollup merge of #102347 - nnethercote:unescaping-cleanups, r=matklad | Yuki Okushi | -15/+12 |
| 2022-09-28 | Rollup merge of #102338 - compiler-errors:assoc-ty-binding-in-assoc-ty-bindin... | Yuki Okushi | -5/+82 |
| 2022-09-28 | Rollup merge of #102288 - mejrs:inner, r=compiler-errors | Yuki Okushi | -61/+373 |
| 2022-09-28 | Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8Ki | Yuki Okushi | -28/+8 |
| 2022-09-28 | Rollup merge of #100747 - MatthewPeterKelly:mpk/add-long-error-message-for-E0... | Yuki Okushi | -2/+79 |
| 2022-09-28 | Auto merge of #100996 - m-ou-se:format-args-2, r=estebank | bors | -1540/+1449 |
| 2022-09-28 | Address review comments. | Nicholas Nethercote | -11/+13 |
| 2022-09-27 | rustdoc: Queryify `is_notable_trait` | Noah Lev | -4/+21 |
| 2022-09-28 | Deduplicate some logic | mejrs | -62/+42 |
| 2022-09-27 | review updates | Matthew Kelly | -2/+2 |
| 2022-09-27 | Auto merge of #102377 - matthiaskrgr:rollup-1zvj50t, r=matthiaskrgr | bors | -295/+593 |
| 2022-09-28 | Small cleanups in unescaping code. | Nicholas Nethercote | -14/+11 |
| 2022-09-27 | rustdoc: remove redundant mobile `.source > .sidebar` CSS | Michael Howell | -3/+0 |
| 2022-09-27 | Add newline | mejrs | -3/+3 |
| 2022-09-27 | Use already resolved self_ty in confirm_fn_pointer_candidate | Michael Goulet | -1/+56 |
| 2022-09-27 | Auto merge of #102365 - weihanglo:update-cargo, r=ehuss | bors | -1/+23 |
| 2022-09-27 | Rollup merge of #102369 - GuillaumeGomez:results-colors, r=notriddle | Matthias Krüger | -5/+155 |
| 2022-09-27 | Rollup merge of #102367 - notriddle:notriddle/help-text-align, r=GuillaumeGomez | Matthias Krüger | -5/+0 |
| 2022-09-27 | Rollup merge of #102356 - davidtwco:translation-bootstrap-bump-allow-lint, r=... | Matthias Krüger | -52/+0 |
| 2022-09-27 | Rollup merge of #102337 - cuviper:llvm-optional-bool, r=nikic | Matthias Krüger | -1/+1 |
| 2022-09-27 | Rollup merge of #102330 - notriddle:notriddle/srclink, r=GuillaumeGomez | Matthias Krüger | -7/+0 |
| 2022-09-27 | Rollup merge of #102284 - compiler-errors:missing-type-in-raw-ptr, r=davidtwco | Matthias Krüger | -8/+38 |
| 2022-09-27 | Rollup merge of #102281 - RalfJung:invalid-enums, r=cjgillot | Matthias Krüger | -163/+343 |
| 2022-09-27 | Rollup merge of #102253 - jsha:css-contain, r=notriddle | Matthias Krüger | -16/+32 |
| 2022-09-27 | Rollup merge of #101555 - jhpratt:stabilize-mixed_integer_ops, r=joshtriplett | Matthias Krüger | -38/+24 |
| 2022-09-27 | Address feedback | mejrs | -30/+113 |
| 2022-09-27 | Wrapper suggestions | mejrs | -67/+316 |
| 2022-09-27 | rustdoc: remove `clean::TraitWithExtraInfo` | Michael Howell | -32/+21 |
| 2022-09-27 | Bless stats. | Camille GILLOT | -6/+6 |
| 2022-09-27 | Implement IntoDiagnosticArg for rustc_ast::token::Token(Kind) | Xiretza | -66/+73 |