| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2023-03-16 | Use poison instead of undef | Nikita Popov | -1/+6 |
| 2023-03-12 | Rollup merge of #108726 - est31:backticks_matchmaking_tidy, r=Nilstrieb | Matthias Krüger | -0/+1 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-11 | Address the new odd backticks tidy lint in compiler/ | est31 | -0/+1 |
| 2023-03-07 | Rollup merge of #108822 - nikic:legacy-pm-removal-2, r=cuviper | Matthias Krüger | -3/+0 |
| 2023-03-07 | Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se... | bors | -0/+6 |
| 2023-03-06 | Remove references to PassManagerBuilder | Nikita Popov | -3/+0 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -1/+1 |
| 2023-03-03 | Rollup merge of #108599 - nikic:drop-init, r=cuviper | Matthias Krüger | -4/+0 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -1/+1 |
| 2023-03-01 | Auto merge of #108446 - Zoxc:named-allocs, r=oli-obk | bors | -2/+8 |
| 2023-03-01 | Remove pass initialization code | Nikita Popov | -4/+0 |
| 2023-03-01 | Rollup merge of #108400 - csmoe:cgu-instr-perf, r=bjorn3 | Matthias Krüger | -0/+23 |
| 2023-02-25 | record llvm cgu instruction stats | csmoe | -0/+23 |
| 2023-02-25 | Name LLVM anonymous constants by a hash of their contents | John Kåre Alsaker | -2/+8 |
| 2023-02-24 | Use `List::empty()` instead of `mk_substs(&[])`. | Nicholas Nethercote | -1/+1 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -8/+3 |
| 2023-02-22 | Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk | bors | -4/+4 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -4/+4 |
| 2023-02-22 | various: translation resources from cg backend | David Wood | -0/+4 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -4/+8 |
| 2023-02-18 | Make dyn* have the same scalar pair ABI as corresponding fat pointer | Michael Goulet | -1/+6 |
| 2023-02-18 | add a summary, in addition to the link | Tshepang Mbambo | -2/+5 |