| Age | Commit message (Expand) | Author | Lines |
| 2023-05-26 | Rollup merge of #111384 - bmisiak:issue-106021-fix, r=petrochenkov | Matthias Krüger | -0/+32 |
| 2023-05-25 | Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelix | bors | -1/+12 |
| 2023-05-25 | Fix Mac Catalyst linking by adding build version | Brian M | -0/+32 |
| 2023-05-24 | Auto merge of #111694 - Amanieu:no-assume-bdynamic, r=petrochenkov | bors | -12/+12 |
| 2023-05-21 | Auto merge of #111675 - Urgau:fix-local-libs-for-native-static-libs, r=bjorn3 | bors | -0/+2 |
| 2023-05-19 | Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot | bors | -1/+1 |
| 2023-05-17 | Don't assume that `-Bdynamic` is the default linker mode | Amanieu d'Antras | -12/+12 |
| 2023-05-17 | Fix issue #111643 by adding the local used libraries | Urgau | -0/+2 |
| 2023-05-17 | Rollup merge of #110145 - WaffleLapkin:share_slice_of_bytes, r=Nilstrieb | Dylan DPC | -5/+4 |
| 2023-05-16 | Move DebuggerVisualizerFile types from rustc_span to rustc_middle | Michael Woerister | -1/+1 |
| 2023-05-16 | Remove `MetadataRef` type alias | Maybe Waffle | -5/+4 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -1/+1 |
| 2023-05-11 | Prevent insta-stable no alloc shim support | bjorn3 | -1/+12 |
| 2023-05-10 | Auto merge of #106560 - bjorn3:support_staticlib_dylib_linking, r=pnkfelix | bors | -5/+70 |
| 2023-05-09 | Rollup merge of #110304 - cchiw:master, r=davidtwco | Dylan DPC | -0/+50 |
| 2023-05-06 | Rollup merge of #110985 - Amanieu:normalize_asm_spans, r=b-naber | Matthias Krüger | -3/+9 |
| 2023-05-06 | Fix spans in LLVM-generated inline asm errors | Amanieu d'Antras | -3/+9 |
| 2023-05-05 | rewriting match on endianness | Charisee | -9/+6 |
| 2023-05-05 | rewriting match on endianness | Charisee | -1/+8 |
| 2023-05-05 | Add GNU Property Note | Charisee | -11/+15 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -4/+4 |
| 2023-05-02 | Rollup merge of #110955 - fee1-dead-contrib:sus-operation, r=compiler-errors | Dylan DPC | -4/+3 |
| 2023-04-30 | Rollup merge of #110586 - ChrisDenton:msvc-oem-output, r=workingjubilee | Matthias Krüger | -1/+78 |
| 2023-04-28 | uplift `clippy::clone_double_ref` as `suspicious_double_ref_op` | Deadbeef | -4/+3 |
| 2023-04-27 | only error with +whole-archive,+bundle for rlibs | Be Wilson | -1/+4 |
| 2023-04-27 | Abstract `MultiByteToWideChar` | Chris Denton | -33/+57 |
| 2023-04-27 | Fix Unreadable non-UTF-8 output on localized MSVC | Chris Denton | -1/+54 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -1/+1 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -1/+1 |
| 2023-04-22 | Add GNU Property Note | Charisee | -0/+42 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -1/+1 |
| 2023-04-19 | Support `--print native-static-libs` with rust dylibs | bjorn3 | -5/+70 |
| 2023-04-19 | Recognize AIX style archive kind | Qiu Chaofan | -0/+1 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -1/+1 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -1/+1 |
| 2023-04-12 | Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-04-11 | Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser | Michael Goulet | -0/+5 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -1/+1 |
| 2023-04-09 | Migrate `sess.opts.tests` uses to `sess.is_test_crate()` | blyxyas | -1/+1 |
| 2023-04-08 | Auto merge of #109971 - WaffleLapkin:yeet_ownership, r=Nilstrieb | bors | -6/+5 |
| 2023-04-06 | Use `FnOnce` for `slice_owned` instead of `Fn` | Maybe Waffle | -1/+1 |
| 2023-04-05 | Use `OwnedSlice` instead of `owning_ref` | Maybe Waffle | -7/+6 |
| 2023-04-04 | loongarch64: calculate the ELF header flags | zhaixiaojuan | -0/+4 |
| 2023-04-04 | Add loongarch64 to fn create_object_file | zhaixiaojuan | -0/+1 |
| 2023-03-31 | Preserve, clarify, and extend debug information | Julia Tatz | -1/+4 |
| 2023-03-29 | Auto merge of #108089 - Zoxc:windows-tls, r=bjorn3 | bors | -7/+36 |
| 2023-03-29 | Support TLS access into dylibs on Windows | John Kåre Alsaker | -7/+36 |
| 2023-03-28 | [fix] don't panic on failure to acquire jobserver token | Daniil Belov | -2/+2 |
| 2023-03-27 | Bless tidy | Maybe Waffle | -1/+1 |
| 2023-03-24 | Rollup merge of #109515 - bzEq:aix-linker, r=petrochenkov | Matthias Krüger | -0/+174 |