| Age | Commit message (Expand) | Author | Lines |
| 2022-05-10 | Fix e_flags for 32-bit MIPS targets in generated object file | Ayrton | -10/+18 |
| 2022-05-03 | Add support for a new attribute `#[debugger_visualizer]` to support embedding... | ridwanabdillahi | -10/+64 |
| 2022-05-03 | Rollup merge of #96587 - bjorn3:refactor_backend_write, r=michaelwoerister | Yuki Okushi | -11/+7 |
| 2022-05-02 | Auto merge of #96436 - petrochenkov:nowhole2, r=wesleywiser | bors | -44/+8 |
| 2022-04-30 | Merge new_metadata into codegen_allocator | bjorn3 | -3/+1 |
| 2022-04-30 | Remove config parameter of optimize_fat and avoid interior mutability for module | bjorn3 | -3/+2 |
| 2022-04-30 | Let LtoModuleCodegen::optimize take self by value | bjorn3 | -8/+7 |
| 2022-04-28 | Add `@feat.00` symbol to symbols.o for COFF | Gary Guo | -0/+23 |
| 2022-04-27 | Use decorated names for linked_symbols on Windows | Gary Guo | -2/+76 |
| 2022-04-26 | linker: Generate `symbols.o` for dylibs | Vadim Petrochenkov | -2/+2 |
| 2022-04-26 | linker: Stop using whole-archive on dependencies of dylibs | Vadim Petrochenkov | -42/+6 |
| 2022-04-25 | Auto merge of #95604 - nbdd0121:used2, r=petrochenkov | bors | -56/+231 |
| 2022-04-25 | Stop exporting rust_eh_personality and friends from cdylib | Gary Guo | -15/+9 |
| 2022-04-24 | Fix MSVC hang issue | Gary Guo | -0/+6 |
| 2022-04-21 | Auto merge of #95612 - davidtwco:split-debuginfo-in-bootstrap, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-04-18 | Conditionally export msan symbols only if they are defined | Gary Guo | -2/+10 |
| 2022-04-18 | Refactor exported_symbols and linked_symbols for code reuse | Gary Guo | -44/+26 |
| 2022-04-18 | Synthesis object file for `#[used]` and exported symbols | Gary Guo | -8/+163 |
| 2022-04-18 | Add `SymbolExportInfo` | Gary Guo | -21/+51 |
| 2022-04-18 | ssa: don't pack debuginfo on windows not only msvc | David Wood | -1/+1 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -15/+2 |
| 2022-04-13 | errors: lazily load fallback fluent bundle | David Wood | -1/+1 |
| 2022-04-08 | check_doc_keyword: don't alloc string for emptiness check | klensy | -2/+2 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -5/+15 |
| 2022-04-05 | errors: introduce `DiagnosticMessage` | David Wood | -2/+2 |
| 2022-04-04 | Auto merge of #95606 - petrochenkov:linkregr, r=wesleywiser | bors | -1/+6 |
| 2022-04-03 | Cleanup after some refactoring in rustc_target | Loïc BRANSTETT | -3/+3 |
| 2022-04-03 | Replace LinkArgs with Cow<'static, str> | Loïc BRANSTETT | -5/+6 |
| 2022-04-03 | Replace every Vec in Target(Options) with it's Cow equivalent | Loïc BRANSTETT | -2/+2 |
| 2022-04-03 | Replace every `String` in Target(Options) with `Cow<'static, str>` | Loïc BRANSTETT | -12/+12 |
| 2022-04-03 | linker: Implicitly link native libs as whole-archive in some more cases | Vadim Petrochenkov | -1/+6 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -1/+1 |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier spe... | Vadim Petrochenkov | -41/+73 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -4/+4 |
| 2022-03-20 | Take &mut Diagnostic in emit_diagnostic. | Camille GILLOT | -1/+1 |
| 2022-03-03 | Rollup merge of #94433 - Urgau:check-cfg-allowness, r=petrochenkov | Dylan DPC | -1/+2 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -5/+5 |
| 2022-03-02 | Auto merge of #94514 - matthiaskrgr:rollup-pdzn82h, r=matthiaskrgr | bors | -2/+2 |
| 2022-03-01 | Improve allowness of the unexpected_cfgs lint | Loïc BRANSTETT | -1/+2 |
| 2022-03-01 | compiler: fix some typos | cuishuang | -2/+2 |
| 2022-03-01 | Querify `global_backend_features` | Simonas Kazlauskas | -1/+2 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -1/+1 |
| 2022-02-23 | rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself. | Eduard-Mihai Burtescu | -1/+1 |
| 2022-02-20 | Auto merge of #93816 - bjorn3:rlib_metadata_first, r=nagisa | bors | -40/+68 |
| 2022-02-19 | Adopt let else in more places | est31 | -16/+9 |
| 2022-02-18 | Put crate metadata first in the rlib when possible | bjorn3 | -40/+68 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -16/+13 |
| 2022-02-10 | Unconditionally update symbols | bjorn3 | -7/+0 |
| 2022-02-10 | Remove unnecessary update_symbols call | bjorn3 | -11/+5 |