| Age | Commit message (Expand) | Author | Lines |
| 2022-07-09 | don't allow ZST in ScalarInt | Ralf Jung | -0/+5 |
| 2022-07-08 | Auto merge of #98638 - bjorn3:less_string_interning, r=tmiasko | bors | -65/+58 |
| 2022-07-08 | Add `SourceScope::inlined_instance` | Tomasz Miąsko | -5/+2 |
| 2022-07-07 | Auto merge of #95573 - cjgillot:lower-query, r=michaelwoerister | bors | -8/+12 |
| 2022-07-07 | Auto merge of #99014 - Dylan-DPC:rollup-n84y0jk, r=Dylan-DPC | bors | -39/+71 |
| 2022-07-07 | Rollup merge of #98930 - tmiasko:pub-basic-blocks, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-07-07 | Rollup merge of #98901 - davidtwco:split-dwarf-incr-workproduct, r=michaelwoe... | Dylan DPC | -38/+70 |
| 2022-07-07 | Auto merge of #98675 - eddyb:cg-array-literal, r=nikic | bors | -1/+6 |
| 2022-07-07 | Move `dominators` from Body to BasicBlocks | Tomasz Miąsko | -1/+1 |
| 2022-07-06 | Allow to create definitions inside the query system. | Camille GILLOT | -8/+12 |
| 2022-07-06 | Rollup merge of #96935 - thomcc:atomicptr-strict-prov, r=dtolnay | Guillaume Gomez | -3/+1 |
| 2022-07-06 | ssa: abort if dwarf packaging fails | David Wood | -0/+1 |
| 2022-07-06 | ssa: remove dwo of metadata and allocator module | David Wood | -14/+18 |
| 2022-07-06 | incr: cache dwarf objects in work products | David Wood | -24/+51 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -2/+2 |
| 2022-07-05 | Auto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJung | bors | -75/+12 |
| 2022-07-05 | Prefer trace level instrumentation for the new noisy instrument attributes | Oli Scherer | -2/+2 |
| 2022-07-05 | Add a helper method with an explicit name instead of hand rolling a match 3x | Oli Scherer | -3/+3 |
| 2022-07-02 | import all necessary parts of rustc_metadata::fs | Yoshiki Matsuda | -3/+4 |
| 2022-07-02 | fix a typo | Yoshiki Matsuda | -1/+1 |
| 2022-07-02 | move emit_metadata to rustc_metadata::fs | Yoshiki Matsuda | -29/+6 |
| 2022-07-02 | Auto merge of #91743 - cjgillot:enable_mir_inlining_inline_all, r=oli-obk | bors | -0/+1 |
| 2022-07-01 | cleanup mir visitor for `rustc::pass_by_value` | lcnr | -3/+3 |
| 2022-07-01 | Allow arithmetic and certain bitwise ops on AtomicPtr | Thom Chiovoloni | -3/+1 |
| 2022-06-30 | Recover when failing to normalize closure signature. | Camille GILLOT | -0/+1 |
| 2022-06-30 | Auto merge of #98377 - davidv1992:add-lifetimes-to-argument-temporaries, r=ol... | bors | -2/+16 |
| 2022-06-30 | Change enum->int casts to not go through MIR casts. | Oli Scherer | -70/+8 |
| 2022-06-29 | rustc_codegen_ssa: use `project_index`, not `project_field`, for array literals. | Eduard-Mihai Burtescu | -1/+6 |
| 2022-06-29 | Some tracing cleanups | Oli Scherer | -5/+4 |
| 2022-06-29 | Auto merge of #98558 - nnethercote:smallvec-1.8.1, r=lqd | bors | -1/+1 |
| 2022-06-29 | Rollup merge of #97423 - m-ou-se:memory-ordering-intrinsics, r=tmiasko | Dylan DPC | -32/+27 |
| 2022-06-28 | Reduce usage of Symbol in the linker code | bjorn3 | -60/+55 |
| 2022-06-28 | Avoid unnecessary string interning for const_str | bjorn3 | -5/+3 |
| 2022-06-28 | Rename/restructure memory ordering intrinsics. | Mara Bos | -32/+27 |
| 2022-06-27 | Update `smallvec` to 1.8.1. | Nicholas Nethercote | -1/+1 |
| 2022-06-25 | Improved naming for copied constant arguments vector. | David Venhoek | -7/+7 |
| 2022-06-24 | Rollup merge of #98214 - petrochenkov:islike, r=compiler-errors | Yuki Okushi | -2/+2 |
| 2022-06-24 | Rollup merge of #97633 - mkroening:object-osabi, r=petrochenkov | Yuki Okushi | -6/+15 |
| 2022-06-23 | Rollup merge of #98355 - hoodmane:emscripten-no-default, r=petrochenkov | Michael Goulet | -1/+1 |
| 2022-06-23 | Session object: Set OS/ABI | Martin Kröning | -2/+10 |
| 2022-06-22 | Added llvm lifetime annotations to function call argument temporaries. | David Venhoek | -2/+16 |
| 2022-06-21 | Update Emscripten's no_default_libraries handling | Hood Chatham | -1/+1 |
| 2022-06-21 | Auto merge of #98098 - bjorn3:archive_refactor, r=michaelwoerister | bors | -24/+21 |
| 2022-06-21 | Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk | bors | -30/+8 |
| 2022-06-19 | Rollup merge of #98146 - hoodmane:remove-memory-init-flag, r=petrochenkov | Dylan DPC | -2/+0 |
| 2022-06-19 | Remove the source archive functionality of ArchiveWriter | bjorn3 | -3/+3 |
| 2022-06-19 | Fix "Remove src_files and remove_file" | bjorn3 | -3/+4 |
| 2022-06-18 | ENH Move --memory-init-file flag from EmLinker to asmjs target spec | Hood Chatham | -2/+0 |
| 2022-06-19 | Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se | Matthias Krüger | -1/+1 |
| 2022-06-18 | Rollup merge of #98150 - hoodmane:emscripten-g4, r=sbc100 | Yuki Okushi | -2/+2 |