| Age | Commit message (Expand) | Author | Lines |
| 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/+1 |
| 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/+1 |
| 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-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 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -2/+2 |
| 2023-04-02 | Rollup merge of #109846 - matthiaskrgr:clippy2023_04_III, r=Nilstrieb | Nilstrieb | -2/+1 |
| 2023-04-01 | use and_then/flat_map for map().flatten() | Matthias Krüger | -2/+1 |
| 2023-04-01 | a couple clippy::complexity fixes | Matthias Krüger | -2/+2 |
| 2023-03-31 | More in-depth documentation for the new debuginfo options | Julia Tatz | -0/+10 |
| 2023-03-31 | Preserve, clarify, and extend debug information | Julia Tatz | -21/+6 |
| 2023-03-31 | Auto merge of #109762 - scottmcm:variantdef-indexvec, r=WaffleLapkin | bors | -1/+2 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -1/+2 |
| 2023-03-30 | Auto merge of #105587 - tgross35:once-cell-min, r=m-ou-se | bors | -1/+0 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+0 |
| 2023-03-29 | Rollup merge of #109716 - scottmcm:field-to-fieldidx, r=oli-obk | Matthias Krüger | -3/+5 |
| 2023-03-29 | Auto merge of #108792 - Amanieu:ohos, r=petrochenkov | bors | -0/+4 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -3/+5 |
| 2023-03-28 | Add OpenHarmony targets | Amanieu d'Antras | -0/+4 |
| 2023-03-28 | Rollup merge of #109562 - bjorn3:update_ar_archive_writer, r=Mark-Simulacrum | nils | -1/+1 |
| 2023-03-27 | Rollup merge of #109635 - Nilstrieb:debrrruginfo, r=compiler=errors | Matthias Krüger | -5/+4 |
| 2023-03-26 | debuginfo: Get pointer size/align from tcx.data_layout instead of layout_of | Nilstrieb | -5/+4 |
| 2023-03-24 | Auto merge of #109220 - nikic:poison, r=cuviper | bors | -1/+6 |
| 2023-03-24 | Update ar_archive_writer to 0.1.3 | bjorn3 | -1/+1 |
| 2023-03-23 | Auto merge of #109538 - matthiaskrgr:rollup-ct58npj, r=matthiaskrgr | bors | -4/+4 |
| 2023-03-23 | Rollup merge of #107718 - Zoxc:z-time, r=nnethercote | Matthias Krüger | -4/+4 |
| 2023-03-23 | Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obk | bors | -1/+1 |
| 2023-03-23 | Auto merge of #108355 - dpaoliello:dlltoolm, r=michaelwoerister | bors | -14/+25 |
| 2023-03-23 | Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgr | bors | -2/+2 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -1/+1 |
| 2023-03-22 | Use -m option instead of looking for a cross-compiling version of dlltool | Daniel Paoliello | -14/+25 |
| 2023-03-22 | More general captures | est31 | -1/+1 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -2/+2 |
| 2023-03-21 | Reduce output spam | John Kåre Alsaker | -4/+4 |