| Age | Commit message (Expand) | Author | Lines |
| 2023-03-14 | Further codegen_attrs cleanups | Nilstrieb | -63/+62 |
| 2023-03-14 | Use match instead of if in codegen_attrs | Nilstrieb | -275/+309 |
| 2023-03-13 | Rollup merge of #109088 - Nilstrieb:target-feature-on-statics-when, r=compile... | Matthias Krüger | -20/+25 |
| 2023-03-13 | Gracefully handle `#[target_feature]` on statics | Nilstrieb | -20/+25 |
| 2023-03-12 | Allow `#[target_feature]` on `main` and `start` for WASM | Léo Lanteri Thauvin | -0/+3 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-11 | Rollup merge of #108739 - 823984418:patch-1, r=cjgillot | Matthias Krüger | -0/+4 |
| 2023-03-11 | Auto merge of #109001 - matthiaskrgr:rollup-a3agnwp, r=matthiaskrgr | bors | -24/+29 |
| 2023-03-10 | Rollup merge of #108017 - chbaker0:fix-105967, r=chbaker0 | Matthias Krüger | -22/+28 |
| 2023-03-10 | Rollup merge of #107711 - calebzulawski:movbe, r=pnkfelix | Matthias Krüger | -2/+1 |
| 2023-03-10 | Rollup merge of #108983 - LeSeulArtichaut:108646-target-feature-default-impl,... | Matthias Krüger | -1/+1 |
| 2023-03-10 | Forbid `#[target_feature]` on safe default implementations | Léo Lanteri Thauvin | -1/+1 |
| 2023-03-09 | Don't export of __rust_* alloc symbols if not codegened | Collin Baker | -22/+27 |
| 2023-03-09 | Add soon-to-be-default --no-undefined-version flag | Collin Baker | -0/+1 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+1 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -5/+0 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -4/+4 |
| 2023-03-08 | Add a comment about drop(start_bx) | 823984418 | -0/+2 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -5/+0 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -3/+3 |
| 2023-03-05 | Auto merge of #101550 - CraftSpider:link-dead-windows, r=wesleywiser | bors | -0/+6 |
| 2023-03-04 | Prevent the `start_bx` basic block in codegen from having two `Builder`s at t... | 823984418 | -0/+2 |
| 2023-03-02 | Stabilize movbe target feature | Caleb Zulawski | -2/+1 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -3/+3 |
| 2023-03-02 | Revert "Stabilize `#![feature(target_feature_11)]`" | Léo Lanteri Thauvin | -18/+29 |
| 2023-03-01 | Use FxIndexSet instead of FxHashSet for asm_target_features query. | Michael Woerister | -2/+2 |
| 2023-03-01 | Use LocalDefIdSet instead of FxHashSet for reachable_set query. | Michael Woerister | -2/+2 |
| 2023-03-01 | Rollup merge of #108505 - Nilstrieb:further-unify-validity-intrinsics, r=mich... | Matthias Krüger | -31/+11 |
| 2023-02-28 | Auto merge of #106774 - Nugine:master, r=Amanieu | bors | -2/+1 |
| 2023-02-28 | Auto merge of #99767 - LeSeulArtichaut:stable-target-feature-11, r=estebank | bors | -29/+18 |
| 2023-02-27 | Implement checked Shl/Shr at MIR building. | Camille GILLOT | -11/+0 |
| 2023-02-27 | Unify all validity check intrinsics | Nilstrieb | -31/+11 |
| 2023-02-27 | Rollup merge of #108364 - Nilstrieb:validity-checks-refactor, r=compiler-errors | Matthias Krüger | -3/+6 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -5/+5 |
| 2023-02-23 | Unify validity checks into a single query | Nilstrieb | -3/+6 |
| 2023-02-22 | Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk | bors | -3/+3 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -3/+3 |
| 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 | -2/+7 |
| 2023-02-21 | Linker: use -z <params> instead of -z<params> | Frank Denis | -8/+8 |
| 2023-02-20 | Fix metadata encoding and decoding to use the right length | Rune Tynan | -1/+6 |
| 2023-02-20 | Try adding metadata length prefix, and obey it while decoding | Rune Tynan | -0/+1 |
| 2023-02-20 | Move the resolver into a query | Oli Scherer | -0/+1 |
| 2023-02-19 | Auto merge of #107921 - cjgillot:codegen-overflow-check, r=tmiasko | bors | -39/+7 |
| 2023-02-18 | Stop implementing _with_overflow intrinsics in codegen backends. | Camille GILLOT | -25/+0 |
| 2023-02-18 | Remove special case in rvalue codegen. | Camille GILLOT | -12/+0 |
| 2023-02-18 | Make name more explicit. | Camille GILLOT | -2/+2 |
| 2023-02-18 | Comment codegen optimization. | Camille GILLOT | -0/+3 |
| 2023-02-18 | Remove outdated comment. | Camille GILLOT | -3/+0 |
| 2023-02-18 | Adapt interpreter. | Camille GILLOT | -10/+6 |