| Age | Commit message (Expand) | Author | Lines |
| 2023-05-08 | Rollup merge of #111332 - loongarch-rs:inline-asm, r=Amanieu | Yuki Okushi | -1/+12 |
| 2023-05-08 | Rollup merge of #111331 - taiki-e:s390x-asm-cc, r=Amanieu | Yuki Okushi | -1/+3 |
| 2023-05-08 | Mark s390x condition code register as clobbered in inline assembly | Taiki Endo | -1/+3 |
| 2023-05-08 | Mark LoongArch float-point condition flags as clobbered in inline assembly | WANG Rui | -1/+12 |
| 2023-05-07 | Fix num reserved clauses for landing pad | Gary Guo | -2/+2 |
| 2023-05-07 | Use `landingpad filter` to encode aborting landing pad | Gary Guo | -0/+7 |
| 2023-05-06 | make (try_)subst_and_normalize_erasing_regions take EarlyBinder | Kyle Matsuda | -2/+2 |
| 2023-05-06 | Rollup merge of #111203 - Kobzol:remark-print-kind, r=tmiasko | Matthias Krüger | -1/+12 |
| 2023-05-06 | Rollup merge of #111167 - cuviper:type-decl-disubprogram, r=michaelwoerister | Matthias Krüger | -34/+66 |
| 2023-05-06 | Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiser | Yuki Okushi | -6/+11 |
| 2023-05-04 | added SAFETY comment | James Dietz | -0/+3 |
| 2023-05-04 | change expect() to unwrap_or_else() and update msg | James Dietz | -1/+1 |
| 2023-05-04 | moved default CPU message inline | James Dietz | -6/+4 |
| 2023-05-04 | `--print target-cpus` shows default target cpu, updated docs | James Dietz | -1/+7 |
| 2023-05-04 | Output LLVM optimization remark kind in `-Cremark` output | Jakub Beránek | -1/+12 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -54/+177 |
| 2023-05-03 | debuginfo: split method declaration and definition | Josh Stone | -34/+66 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -54/+177 |
| 2023-04-27 | rename `needs_subst` to `has_param` | Boxy | -1/+1 |
| 2023-04-27 | rename `needs_infer` to `has_infer` | Boxy | -2/+2 |
| 2023-04-25 | Auto merge of #101069 - zhaixiaojuan:loongarch64-inline-asm, r=Amanieu | bors | -0/+6 |
| 2023-04-25 | Add loongarch64 asm! support | zhaixiaojuan | -0/+6 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -1/+50 |
| 2023-04-25 | Rollup merge of #110681 - klensy:cut-dep, r=lcnr | Yuki Okushi | -1/+0 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -4/+4 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -50/+1 |
| 2023-04-22 | drop unused deps, gate libc under unix for one crate | klensy | -1/+0 |
| 2023-04-20 | Rollup merge of #110545 - WaffleLapkin:generic_arg_as_x, r=cjgillot | Matthias Krüger | -14/+9 |
| 2023-04-19 | Auto merge of #106704 - ecnelises:big_archive, r=bjorn3 | bors | -0/+2 |
| 2023-04-19 | Move `GenericArgKind::as_{type,const,region}` to `GenericArg` | Maybe Waffle | -2/+2 |
| 2023-04-19 | Add `GenericArgKind::as_{type,const,region}` | Maybe Waffle | -14/+9 |
| 2023-04-19 | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | -1/+2 |
| 2023-04-19 | Recognize AIX style archive kind | Qiu Chaofan | -0/+2 |
| 2023-04-18 | Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot | bors | -3/+4 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+2 |
| 2023-04-18 | Stablize raw-dylib, link_ordinal and -Cdlltool | Daniel Paoliello | -6/+11 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -3/+4 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -4/+4 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -50/+1 |
| 2023-04-12 | Add inline assembly support for m68k | Ian Douglas Scott | -0/+10 |
| 2023-04-08 | Auto merge of #109862 - klensy:llvm-dd, r=nikic | bors | -62/+62 |
| 2023-04-08 | fixup: use Bool instead of bool | klensy | -3/+11 |
| 2023-04-05 | review | klensy | -30/+15 |
| 2023-04-04 | Auto merge of #109808 - jyn514:debuginfo-options, r=michaelwoerister | bors | -21/+16 |
| 2023-04-04 | replace | klensy | -4/+5 |
| 2023-04-04 | Use existing llvm methods, instead of rust wrappers for: | klensy | -18/+17 |
| 2023-04-04 | replace LLVMRustAppendModuleInlineAsm with LLVMAppendModuleInlineAsm, LLVMRus... | klensy | -6/+6 |
| 2023-04-04 | replace LLVMRustMetadataAsValue with LLVMMetadataAsValue | klensy | -2/+2 |
| 2023-04-04 | add bunch of fixmes: currently there exist some functions that accept LLVMVal... | klensy | -0/+8 |
| 2023-04-04 | replace deprecated LLVMSetCurrentDebugLocation with LLVMSetCurrentDebugLocation2 | klensy | -3/+2 |