| Age | Commit message (Expand) | Author | Lines |
| 2023-03-29 | Rollup merge of #109705 - lcnr:coherence-caching, r=compiler-errors | Matthias Krüger | -5/+22 |
| 2023-03-29 | Rollup merge of #109694 - BelovDV:fix-panic-jobserver-token, r=bjorn3 | Matthias Krüger | -2/+14 |
| 2023-03-29 | Rollup merge of #109548 - pommicket:better-column-numbers-with-hard-tabs, r=p... | Matthias Krüger | -36/+117 |
| 2023-03-29 | Rollup merge of #109367 - nnethercote:opt-fast-rejection, r=compiler-errors | Matthias Krüger | -44/+29 |
| 2023-03-29 | Rollup merge of #109149 - mj10021:issue-108713-fix, r=compiler-errors,WaffleL... | Matthias Krüger | -13/+125 |
| 2023-03-29 | Test that TLS access works outside of the dylib it's defined in | John Kåre Alsaker | -0/+49 |
| 2023-03-28 | Fix mismatched punctuation in Debug impl of AttrId | David Tolnay | -1/+1 |
| 2023-03-29 | add run-rustfix | Mu42 | -2/+10 |
| 2023-03-29 | Auto merge of #109612 - scottmcm:instcombine-transmutes, r=cjgillot | bors | -4/+340 |
| 2023-03-28 | Raise an aborting signal without UB | Ben Kimock | -2/+4 |
| 2023-03-28 | Simplify transmutes in MIR InstCombine | Scott McMurray | -4/+340 |
| 2023-03-28 | Auto merge of #108095 - soc:drop-contains, r=Amanieu | bors | -93/+0 |
| 2023-03-28 | Specialization involving RPITITs is broken so ignore the diagnostic differenc... | Santiago Pastorino | -2/+38 |
| 2023-03-29 | Inline and remove `SelectionContext::fast_reject_trait_refs`. | Nicholas Nethercote | -18/+4 |
| 2023-03-29 | Inline and remove `generic_args_may_unify`. | Nicholas Nethercote | -19/+12 |
| 2023-03-29 | Introduce `DeepRejectCtxt::substs_refs_may_unify`. | Nicholas Nethercote | -17/+23 |
| 2023-03-28 | check for intercrate mode when accessing the cache | lcnr | -5/+22 |
| 2023-03-28 | effvis: Stop considering crate root its own parent | Vadim Petrochenkov | -8/+11 |
| 2023-03-28 | effvis: Merge two similar code paths | Vadim Petrochenkov | -34/+23 |
| 2023-03-28 | privacy: Support `#![rustc_effective_visibility]` on the crate root | Vadim Petrochenkov | -24/+38 |
| 2023-03-28 | Skip no_mangle if the item has no name. | Camille GILLOT | -1/+35 |
| 2023-03-28 | Reformat codegen_fn_attrs. | Camille GILLOT | -71/+33 |
| 2023-03-28 | Remove ~const from alloc | Jubilee Young | -54/+19 |
| 2023-03-28 | Check for overflow in assemble_candidates_after_normalizing_self_ty | Michael Goulet | -18/+105 |
| 2023-03-28 | rustdoc + rustdoc-json support for non_lifetime_binders | Michael Goulet | -29/+73 |
| 2023-03-28 | Stabilize `binary_heap_retain` | Amanieu d'Antras | -3/+1 |
| 2023-03-28 | Auto merge of #109692 - Nilstrieb:rollup-hq65rps, r=Nilstrieb | bors | -748/+1014 |
| 2023-03-28 | Add OpenHarmony targets | Amanieu d'Antras | -7/+238 |
| 2023-03-28 | [fix] don't panic on failure to acquire jobserver token | Daniil Belov | -2/+14 |
| 2023-03-28 | rustdoc: Unsupport importing `doc(primitive)` and `doc(keyword)` modules | Vadim Petrochenkov | -18/+1 |
| 2023-03-28 | address review comments | Rémy Rakic | -6/+8 |
| 2023-03-28 | Create AnnotationColumn struct to fix hard tab column numbers in errors | pommicket | -36/+117 |
| 2023-03-28 | Auto merge of #108080 - oli-obk:FnPtr-trait, r=lcnr | bors | -180/+476 |
| 2023-03-28 | Rollup merge of #109629 - aliemjay:remove-givens, r=lcnr | nils | -152/+114 |
| 2023-03-28 | Rollup merge of #109562 - bjorn3:update_ar_archive_writer, r=Mark-Simulacrum | nils | -4/+4 |
| 2023-03-28 | Rollup merge of #109470 - compiler-errors:gat-normalize-bound, r=jackh726 | nils | -53/+67 |
| 2023-03-28 | Rollup merge of #109321 - compiler-errors:illegal-mono-w-regions, r=cjgillot | nils | -19/+48 |
| 2023-03-28 | Rollup merge of #108480 - Zoxc:rayon-tlv, r=cuviper | nils | -71/+38 |
| 2023-03-28 | Rollup merge of #102472 - lcnr:static-in-eval, r=jackh726 | nils | -102/+151 |
| 2023-03-28 | Rollup merge of #92284 - the8472:simplify-advance-by, r=scottmcm | nils | -326/+383 |
| 2023-03-28 | Rollup merge of #91793 - devnexen:anc_data_fbsd, r=ChrisDenton | nils | -21/+209 |
| 2023-03-28 | Check data segment range | Kai Luo | -6/+5 |
| 2023-03-28 | Auto merge of #109557 - fee1-dead-contrib:mv-const-traits, r=oli-obk | bors | -311/+428 |
| 2023-03-28 | fix long line | Deadbeef | -23/+25 |
| 2023-03-28 | Move const trait bounds checks to MIR constck | Deadbeef | -311/+426 |
| 2023-03-28 | Auto merge of #109690 - matthiaskrgr:rollup-6p5m0es, r=matthiaskrgr | bors | -37/+211 |
| 2023-03-28 | Rollup merge of #109687 - joshtriplett:document-windows-isterminal-heuristics... | Matthias Krüger | -0/+9 |
| 2023-03-28 | Rollup merge of #109685 - est31:not_llvm_but_backend, r=jyn514 | Matthias Krüger | -1/+1 |
| 2023-03-28 | Rollup merge of #109682 - clubby789:c-str-inline, r=scottmcm | Matthias Krüger | -0/+5 |
| 2023-03-28 | Rollup merge of #109678 - compiler-errors:dont-shadow-in-incremental_verify_i... | Matthias Krüger | -2/+1 |