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