]> git.lizzy.rs Git - rust.git/history - compiler
Auto merge of #102548 - nikic:inline-cell-replace, r=scottmcm
[rust.git] / compiler /
2022-09-29 borsAuto merge of #102328 - cuviper:ibm-stack-probes, r...
2022-09-29 borsAuto merge of #102450 - JohnTitor:rollup-ahleg93, r...
2022-09-29 Yuki OkushiRollup merge of #102433 - RalfJung:temp-dir-typo, r...
2022-09-29 Yuki OkushiRollup merge of #102416 - lcnr:specialization-fixme...
2022-09-29 Yuki OkushiRollup merge of #102399 - b-naber:binder-print-ice...
2022-09-29 Yuki OkushiRollup merge of #102393 - Rageking8:add-regression...
2022-09-29 Yuki OkushiRollup merge of #102368 - beetrees:nano-niche, r=joshtr...
2022-09-29 Yuki OkushiRollup merge of #102351 - Rageking8:improve-E0585,...
2022-09-29 Yuki OkushiRollup merge of #102085 - chenyukang:code-refactor...
2022-09-29 Yuki OkushiRollup merge of #98368 - sunfishcode:sunfishcode/std...
2022-09-29 borsAuto merge of #101833 - jyn514:cross-compile-compiler...
2022-09-29 Ellis Hoagprint <signal> when ranlib failed without an exit code
2022-09-28 Nicholas NethercoteUse let-chaining in `WhileTrue::check_expr`.
2022-09-28 Nicholas NethercoteShrink `hir::def::Res`.
2022-09-28 borsAuto merge of #102384 - camelid:extrainfo, r=GuillaumeGomez
2022-09-28 Dan GohmanChange `declare_cfn` to use the C visibility for all...
2022-09-28 Dan GohmanUse the existing `set_visibility` function.
2022-09-28 Nicholas NethercoteInline two `Ident` methods.
2022-09-28 Nicholas NethercoteInline `<Token as PartialEq<TokenKind>>::eq`.
2022-09-28 Nicholas NethercoteChange the "dummy self type".
2022-09-28 Cassaundra SmithFix span of byte-escaped left format args brace
2022-09-28 borsAuto merge of #100719 - CohenArthur:rust-safe-intrinsic...
2022-09-28 Dan GohmanDon't export `__wasm_init_memory` on WebAssembly.
2022-09-28 Dan GohmanDeclare `main` as visibility hidden on targets that...
2022-09-28 Rageking8improve E0585 help
2022-09-28 lcnrupdate fixme
2022-09-28 borsAuto merge of #101454 - cjgillot:concat-binders, r...
2022-09-28 borsAuto merge of #101619 - Xiretza:rustc_parse-session...
2022-09-28 b-naberaccount for use of index-based lifetime names in print...
2022-09-28 borsAuto merge of #102302 - nnethercote:more-lexer-improvem...
2022-09-28 Arthur Cohenrustc_safe_intrinsic: Keep list of safe intrinsics...
2022-09-28 borsAuto merge of #102388 - JohnTitor:rollup-mbyw6fl, r...
2022-09-28 Yuki OkushiRollup merge of #102380 - notriddle:notriddle/rustdoc...
2022-09-28 Yuki OkushiRollup merge of #102378 - compiler-errors:issue-102289...
2022-09-28 Yuki OkushiRollup merge of #102348 - nnethercote:tweak-FulfillProc...
2022-09-28 Yuki OkushiRollup merge of #102347 - nnethercote:unescaping-cleanu...
2022-09-28 Yuki OkushiRollup merge of #102338 - compiler-errors:assoc-ty...
2022-09-28 Yuki OkushiRollup merge of #102288 - mejrs:inner, r=compiler-errors
2022-09-28 Yuki OkushiRollup merge of #102232 - Urgau:stabilize-bench_black_b...
2022-09-28 Yuki OkushiRollup merge of #100747 - MatthewPeterKelly:mpk/add...
2022-09-28 borsAuto merge of #100996 - m-ou-se:format-args-2, r=estebank
2022-09-28 Nicholas NethercoteAddress review comments.
2022-09-28 Noah Levrustdoc: Queryify `is_notable_trait`
2022-09-28 Dan GohmanDon't export `__heap_base` and `__data_end` on wasm32...
2022-09-28 mejrsDeduplicate some logic
2022-09-27 Matthew Kellyreview updates
2022-09-27 borsAuto merge of #102377 - matthiaskrgr:rollup-1zvj50t...
2022-09-27 Nicholas NethercoteSmall cleanups in unescaping code.
2022-09-27 Josh StoneManually order `DefId` on 64-bit big-endian
2022-09-27 Michael GouletUse already resolved self_ty in confirm_fn_pointer_cand...
2022-09-27 Matthias KrügerRollup merge of #102369 - GuillaumeGomez:results-colors...
2022-09-27 Matthias KrügerRollup merge of #102367 - notriddle:notriddle/help...
2022-09-27 Matthias KrügerRollup merge of #102356 - davidtwco:translation-bootstr...
2022-09-27 Matthias KrügerRollup merge of #102337 - cuviper:llvm-optional-bool...
2022-09-27 Matthias KrügerRollup merge of #102330 - notriddle:notriddle/srclink...
2022-09-27 Matthias KrügerRollup merge of #102284 - compiler-errors:missing-type...
2022-09-27 Matthias KrügerRollup merge of #102281 - RalfJung:invalid-enums, r...
2022-09-27 Matthias KrügerRollup merge of #101555 - jhpratt:stabilize-mixed_integ...
2022-09-27 mejrsAddress feedback
2022-09-27 mejrsWrapper suggestions
2022-09-27 NilstriebFlush delayed bugs before codegen
2022-09-27 XiretzaImplement IntoDiagnosticArg for rustc_ast::token::Token...
2022-09-27 XiretzaDon't unnecessarily stringify paths in diagnostics
2022-09-27 XiretzaDocument use of Symbol::to_string()
2022-09-27 XiretzaMigrate even more diagnostics in rustc_parse to diagnos...
2022-09-27 XiretzaMigrate "struct literal body without path" error to...
2022-09-27 XiretzaMigrate "expected semicolon" diagnostics to diagnostic...
2022-09-27 XiretzaMigrate "expected identifier" diagnostics to diagnostic...
2022-09-27 XiretzaRework "inner attribute not permitted" errors
2022-09-27 XiretzaRemove error condition in parse_attribute
2022-09-27 XiretzaMigrate more rustc_parse diagnostics to diagnostic...
2022-09-27 XiretzaMove rustc_parse diagnostic structs to separate module
2022-09-27 XiretzaMigrate "invalid literal suffix" diagnostic to diagnost...
2022-09-27 XiretzaMigrate more diagnostics in rustc_parse to diagnostic...
2022-09-27 XiretzaAllow raw identifiers to be used as fluent arguments
2022-09-27 XiretzaImplement IntoDiagnosticArg for rustc_ast::Path
2022-09-27 XiretzaMigrate rustc_session::expr_parentheses_needed to Subdi...
2022-09-27 Michael GouletSupport bindings with anon consts in generics
2022-09-27 Michael GouletMake type_of work correctly for const arg bindings
2022-09-27 Michael GouletFormat type_of
2022-09-27 Michael GouletDeny associated type bindings within associated type...
2022-09-27 Camille GILLOTDo not overwrite binders for another HirId.
2022-09-27 Takayuki Maedaimprove errors for incomplete functions in struct defin...
2022-09-27 UrgauStabilize bench_black_box
2022-09-27 Ralf Jungalso query type_uninhabited_from
2022-09-27 Arthur Cohencore: Mark all safe intrinsics with #[rustc_safe_intrinsic]
2022-09-27 Arthur Cohenattributes: Add #[rustc_safe_intrinsic] builtin
2022-09-27 DeadbeefFix ICE in const_trait check code
2022-09-27 Mara BosRemove confusing drop.
2022-09-27 Mara BosUpdate doc comments.
2022-09-27 Mara BosTurn format arguments Vec into its own struct.
2022-09-27 Mara BosAdd clarifying comments.
2022-09-27 Mara BosFlatten if-let and match into one.
2022-09-27 Mara BosMove enum definition closer to its usage.
2022-09-27 Mara BosUse if let chain.
2022-09-27 Mara BosTweak comments.
2022-09-27 Mara BosPrefer new_v1_formatted instead of new_v1 with duplicates.
2022-09-27 Mara BosFix typo.
2022-09-27 Mara BosMove FormatArgs structure to its own module.
2022-09-27 Mara BosRewrite and refactor format_args!() builtin macro.
next