]> git.lizzy.rs Git - rust.git/history - compiler
Fix typo
[rust.git] / compiler /
2022-12-09 borsAuto merge of #105456 - matthiaskrgr:rollup-yennygf...
2022-12-09 Wesley WiserDon't generate pointer loads to spills unless necessary
2022-12-09 Wesley WiserMake `debuginfo_offset_calcuation` generic so we can...
2022-12-09 Wesley WiserFactor out debuginfo offset calculation
2022-12-09 Ramon de C ValleAdd LLVM KCFI support to the Rust compiler
2022-12-09 pkubajFix build on powerpc-unknown-freebsd
2022-12-08 Esteban KüberPoint at LHS on binop type err if relevant
2022-12-08 Maybe WaffleAssert size of `rustc_parse_format::Piece<'_>`
2022-12-08 Arpad BorsosFix Async Generator ABI
2022-12-08 Dan GohmanMangle "main" as "__main_void" on wasm32-wasi
2022-12-08 Santiago PastorinoMake encode_info_for_trait_item use queries instead...
2022-12-08 Matthias KrügerRollup merge of #105441 - nnethercote:rm-UnsafetyState...
2022-12-08 Matthias KrügerRollup merge of #105434 - nbdd0121:lib, r=thomcc
2022-12-08 Matthias KrügerRollup merge of #105433 - ComputerDruid:docker_continua...
2022-12-08 Matthias KrügerRollup merge of #105423 - oli-obk:symbols, r=jackh726
2022-12-08 Matthias KrügerRollup merge of #105408 - cuviper:help-rpitirpit, r...
2022-12-08 Matthias KrügerRollup merge of #105405 - sunfishcode:sunfishcode/expor...
2022-12-08 Matthias KrügerRollup merge of #105317 - RalfJung:retag-rework, r...
2022-12-08 Matthias KrügerRollup merge of #105255 - cjgillot:issue-105197, r...
2022-12-08 Matthias KrügerRollup merge of #105120 - solid-rs:patch/kmc-solid...
2022-12-08 Matthias KrügerRollup merge of #104922 - estebank:fur-elize, r=oli-obk
2022-12-08 lcnrvalidate: use the correct reveal during opts
2022-12-08 borsAuto merge of #105415 - nikic:update-llvm-10, r=cuviper
2022-12-08 Michael GouletMove some suggestions from error_reporting to error_rep...
2022-12-08 Michael GouletMove codegen_select_candidate to a rustc_traits
2022-12-08 Michael GouletMove vtable methods into its own module
2022-12-08 Michael GouletMove has_structural_eq_impls provider to rustc_ty_utils
2022-12-08 Takayuki Maedaadd a test case for `generic_const_exprs` in trait...
2022-12-08 Michael GouletPull out logic into distinct functions
2022-12-08 Nicholas NethercoteFix a typo.
2022-12-08 Nicholas NethercoteRemove `UnsafetyState`.
2022-12-08 borsAuto merge of #105425 - matthiaskrgr:rollup-3ngvxmt...
2022-12-07 Oli SchererUse `Symbol` for the crate name instead of `String...
2022-12-07 Michael GouletProperly print generator interior type sizes
2022-12-07 Michael GouletMove closure/generator type info methods to TyCtxt
2022-12-07 Alex BrachetDon't internalize __llvm_profile_counter_bias
2022-12-07 Matthias KrügerRollup merge of #105418 - BelovDV:fix-libc-hack, r...
2022-12-07 Matthias KrügerRollup merge of #105403 - notriddle:notriddle/item...
2022-12-07 Matthias KrügerRollup merge of #105400 - BoxyUwU:braced_param_evaluata...
2022-12-07 Matthias KrügerRollup merge of #105368 - WaffleLapkin:deref-even-harde...
2022-12-07 Matthias KrügerRollup merge of #105343 - nbdd0121:hir, r=fee1-dead
2022-12-07 Matthias KrügerRollup merge of #105267 - compiler-errors:issue-104613...
2022-12-07 borsAuto merge of #103459 - ChrisDenton:propagate-nulls...
2022-12-07 borsAuto merge of #104799 - pcc:linkage-fn, r=tmiasko
2022-12-07 Daniil Belovfix: remove hack from link.rs (moved to libc)
2022-12-07 Nicholas NethercoteSplit `EarlyContextAndPasses::check_id` in two.
2022-12-07 Nicholas NethercoteInline some hot lint pass functions.
2022-12-07 Nicholas NethercoteRename `$passes` as `$pass` in several macros.
2022-12-07 Nicholas NethercoteAdd some useful comments.
2022-12-07 Nicholas NethercoteRemove `$hir` argument from `late_lint_methods!`.
2022-12-07 yukangfix #105226, Detect spurious ; before assoc fn body
2022-12-07 borsAuto merge of #105395 - sunfishcode:sunfishcode/update...
2022-12-07 Takayuki Maedaconsider `parent_count` for const param defaults
2022-12-07 borsAuto merge of #105291 - nnethercote:remove-LintPassObje...
2022-12-07 Michael GouletCompute generator sizes with -Zprint_type_sizes
2022-12-07 Josh StoneAdd help for `#![feature(impl_trait_in_fn_trait_return)]`
2022-12-07 Dan GohmanStop passing -export-dynamic to wasm-ld.
2022-12-07 borsAuto merge of #105397 - matthiaskrgr:rollup-xv5imz8...
2022-12-06 Boxynormalize before matching on `ConstKind`
2022-12-06 Matthias KrügerRollup merge of #105390 - nicholasbishop:bishop-example...
2022-12-06 Matthias KrügerRollup merge of #105388 - notriddle:notriddle/item...
2022-12-06 Matthias KrügerRollup merge of #105382 - BoxyUwU:fixme_typo_sadface...
2022-12-06 Matthias KrügerRollup merge of #105380 - BoxyUwU:triagebot_ping_pls...
2022-12-06 Matthias KrügerRollup merge of #105358 - TaKO8Ki:fix-104260, r=estebank
2022-12-06 Matthias KrügerRollup merge of #105298 - krasimirgg:llvm-16-dec-1...
2022-12-06 borsAuto merge of #105271 - eduardosm:inline-always-int...
2022-12-06 Oli SchererProperly indent messages
2022-12-06 Oli SchererChange CTFE backtraces to use `note` instead of `label...
2022-12-06 Oli SchererRemove now-redundant file/line info from const backtraces
2022-12-06 Oli SchererStart emitting labels even if their pointed to file...
2022-12-06 Oli Schererremove an unnecessary `?`
2022-12-06 Oli SchererSimplify span fallback
2022-12-06 Oli SchererSimplify some nested conditions
2022-12-06 borsAuto merge of #105378 - matthiaskrgr:rollup-fjeorw5...
2022-12-06 Krasimir Georgievllvm-wrapper: adapt for and LLVM API change
2022-12-06 Boxytypo :(
2022-12-06 Matthias KrügerRollup merge of #105370 - WaffleLapkin:pp, r=oli-obk
2022-12-06 Matthias KrügerRollup merge of #105362 - WaffleLapkin:🙅, r=oli-obk
2022-12-06 Matthias KrügerRollup merge of #105349 - compiler-errors:point-at...
2022-12-06 Matthias KrügerRollup merge of #105320 - notriddle:notriddle/rustdoc...
2022-12-06 Matthias KrügerRollup merge of #105286 - willcrichton:maximal-hir...
2022-12-06 Matthias KrügerRollup merge of #105250 - Swatinem:async-rm-resumety...
2022-12-06 Matthias KrügerRollup merge of #105174 - chenyukang:yukang/fix-105028...
2022-12-06 Matthias KrügerRollup merge of #105004 - TaKO8Ki:fix-104897, r=wesleywiser
2022-12-06 Matthias KrügerRollup merge of #104898 - oli-obk:group_all_the_things...
2022-12-06 borsAuto merge of #105229 - saethlin:zst-writes-to-unions...
2022-12-06 Maybe Waffle`rustc_builtin_macros`: remove `ref` patterns
2022-12-06 Maybe Waffle`rustc_attr` remove `ref` patterns
2022-12-06 Maybe Waffle`rustc_borrowck`: remove `ref` patterns
2022-12-06 Maybe WaffleRemove outdated syntax from trait alias pretty printing
2022-12-06 Maybe WaffleAdd debug asserts to hand-implemented `Ord`/`Eq` impls
2022-12-06 borsAuto merge of #105365 - matthiaskrgr:rollup-g0mrrt7...
2022-12-06 Matthias KrügerRollup merge of #105342 - compiler-errors:note_cause_co...
2022-12-06 Matthias KrügerRollup merge of #105340 - estebank:ice-ice-baby, r...
2022-12-06 Matthias KrügerRollup merge of #105339 - BoxyUwU:wf_ct_kind_expr,...
2022-12-06 Matthias KrügerRollup merge of #105318 - compiler-errors:issue-105304...
2022-12-06 Matthias KrügerRollup merge of #105310 - compiler-errors:issue-105288...
2022-12-06 Matthias KrügerRollup merge of #105287 - compiler-errors:issue-105275...
2022-12-06 Matthias KrügerRollup merge of #105254 - cjgillot:issue-105251, r...
2022-12-06 Matthias KrügerRollup merge of #105243 - RalfJung:no-op-let, r=Mark...
next