| Age | Commit message (Expand) | Author | Lines |
| 2024-01-12 | Revert "Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix" | DianQK | -1/+2 |
| 2023-12-12 | codegen: panic when trying to compute size/align of extern type | Ralf Jung | -1/+1 |
| 2023-12-01 | Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix | bors | -2/+1 |
| 2023-11-26 | Serialize OutputFilenames into rmeta file | bjorn3 | -2/+8 |
| 2023-11-26 | Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkin | bors | -1/+1 |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -2/+1 |
| 2023-11-26 | Avoid need for `{D,Subd}iagnosticMessage` imports. | Nicholas Nethercote | -1/+0 |
| 2023-11-22 | Call FileEncoder::finish in rmeta encoding | Ben Kimock | -1/+1 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -3/+3 |
| 2023-10-21 | Removes fields from `CrateInfo` that are no longer used. | DianQK | -2/+1 |
| 2023-10-13 | Auto merge of #115964 - bjorn3:cgu_reuse_tracker_global_state, r=cjgillot | bors | -0/+1 |
| 2023-10-09 | Remove cgu_reuse_tracker from Session | bjorn3 | -0/+1 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+3 |
| 2023-09-29 | Auto merge of #113301 - Be-ing:stabilize_bundle_whole-archive, r=petrochenkov | bors | -1/+0 |
| 2023-09-22 | Merge `ExternProviders` into the general `Providers` struct | Oli Scherer | -5/+1 |
| 2023-08-15 | stabilize combining +bundle and +whole-archive link modifiers | Be Wilson | -1/+0 |
| 2023-08-12 | Remove unnecessary feature gates | Jacob Pratt | -1/+0 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -0/+1 |
| 2023-07-05 | Move `coverageinfo::ffi` and `coverageinfo::map` out of SSA | Zalathar | -1/+0 |
| 2023-06-19 | codegen: fix `OperandRef` subtype handling | lcnr | -0/+1 |
| 2023-05-19 | Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot | bors | -1/+1 |
| 2023-05-18 | Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31 | bors | -9/+7 |
| 2023-05-17 | Only depend on CFG_VERSION in rustc_interface | jyn | -9/+7 |
| 2023-05-16 | Move DebuggerVisualizerFile types from rustc_span to rustc_middle | Michael Woerister | -1/+1 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -1/+1 |
| 2023-05-01 | Change rlink serialization from `MemEncoder` to `FileEncoder`. | Nicholas Nethercote | -3/+7 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+1 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+0 |
| 2023-03-19 | The name of NativeLib will be presented | yukang | -1/+1 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -0/+4 |
| 2023-02-17 | typo | Tshepang Mbambo | -1/+1 |
| 2023-02-10 | [link] enable packed bundled lib in non stable cases | Daniil Belov | -0/+1 |
| 2022-12-13 | Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen... | Michael Goulet | -0/+2 |
| 2022-11-27 | Stabilize native library modifier `verbatim` | Vadim Petrochenkov | -2/+2 |
| 2022-11-16 | Merge basic blocks where possible when generating LLVM IR. | Nicholas Nethercote | -5/+6 |
| 2022-10-07 | ADD - initial port of link.rs | Jhonny Bill Mena | -0/+1 |
| 2022-10-07 | ADD - codegen_ssa initial diags translations machinery | Jhonny Bill Mena | -0/+1 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-12 | change rlib format to discern native dependencies | Daniil Belov | -0/+2 |
| 2022-09-06 | change stdlib circular dependencies handling | Daniil Belov | -3/+0 |
| 2022-08-25 | Code cleaning | Adrian Tombu | -6/+6 |
| 2022-08-25 | Replace spaghetti with a simple errors enum | Adrian Tombu | -17/+16 |
| 2022-08-25 | Start adding enum errors for deserialize_rlink | Adrian Tombu | -7/+19 |
| 2022-07-02 | move emit_metadata to rustc_metadata::fs | Yoshiki Matsuda | -3/+0 |
| 2022-06-29 | Rollup merge of #97423 - m-ou-se:memory-ordering-intrinsics, r=tmiasko | Dylan DPC | -0/+1 |
| 2022-06-28 | Rename/restructure memory ordering intrinsics. | Mara Bos | -0/+1 |
| 2022-06-16 | Move `finish` out of the `Encoder` trait. | Nicholas Nethercote | -1/+1 |
| 2022-06-14 | Rename rustc_serialize::opaque::Encoder as MemEncoder. | Nicholas Nethercote | -3/+4 |