| Age | Commit message (Expand) | Author | Lines |
| 2023-03-24 | Auto merge of #109220 - nikic:poison, r=cuviper | bors | -1/+6 |
| 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 |
| 2023-02-18 | link to llvm changes that prompted the special cases | Tshepang Mbambo | -0/+2 |
| 2023-02-18 | Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviper | bors | -1/+7 |
| 2023-02-18 | Auto merge of #108112 - nnethercote:clarify-iterator-interners, r=oli-obk,com... | bors | -7/+4 |
| 2023-02-17 | Rollup merge of #108126 - tshepang:nits, r=lcnr | Matthias Krüger | -2/+2 |
| 2023-02-17 | Use `IntoIterator` for `mk_fn_sig`. | Nicholas Nethercote | -7/+4 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -1/+1 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -1/+1 |
| 2023-02-16 | fix some lines, and do a consistency fix | Tshepang Mbambo | -2/+2 |
| 2023-02-16 | Replace some `then`s with some `then_some`s | Maybe Waffle | -1/+1 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -17/+8 |
| 2023-02-14 | Add `kernel-address` sanitizer support for freestanding targets | Wesley Norris | -1/+7 |
| 2023-02-14 | Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgr | bors | -47/+6 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -6/+6 |
| 2023-02-10 | Drop llvm14-builtins-abi with compiler_builtins 0.1.87 | Josh Stone | -11/+2 |
| 2023-02-10 | Update the minimum external LLVM to 14 | Josh Stone | -37/+5 |
| 2023-02-10 | Auto merge of #102963 - ilammy:xray-basic, r=estebank | bors | -5/+33 |