| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-06-18 | rustc_target: Remove some redundant target properties | Vadim Petrochenkov | -2/+2 |
| 2022-06-17 | Replace -g4 with -gsource-map | Hood Chatham | -2/+2 |
| 2022-06-17 | Auto merge of #98160 - nnethercote:mv-finish-out-of-Encoder, r=bjorn3 | bors | -1/+1 |
| 2022-06-16 | Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}` | Maybe Waffle | -1/+1 |
| 2022-06-16 | Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi... | Matthias Krüger | -1/+1 |
| 2022-06-16 | Move `finish` out of the `Encoder` trait. | Nicholas Nethercote | -1/+1 |
| 2022-06-16 | Support lint expectations for `--force-warn` lints (RFC 2383) | xFrednet | -1/+1 |
| 2022-06-15 | fix codegen assertion | DrMeepster | -2/+2 |
| 2022-06-15 | remove box derefs from codgen | DrMeepster | -30/+8 |
| 2022-06-15 | Rollup merge of #98083 - nnethercote:rename-Encoder, r=bjorn3 | Yuki Okushi | -3/+4 |
| 2022-06-15 | Rollup merge of #98078 - erikdesjardins:uncheckedsize, r=petrochenkov | Yuki Okushi | -1/+6 |
| 2022-06-14 | Auto merge of #96285 - flip1995:pk-vfe, r=nagisa | bors | -15/+63 |
| 2022-06-14 | use unchecked mul to compute slice sizes | Erik Desjardins | -1/+6 |
| 2022-06-14 | Remove src_files and remove_file | bjorn3 | -19/+15 |
| 2022-06-14 | account for endianness in debuginfo for const args | b-naber | -3/+6 |
| 2022-06-14 | rebase | b-naber | -1/+2 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -4/+4 |
| 2022-06-14 | Add llvm.type.checked.load intrinsic | flip1995 | -15/+63 |
| 2022-06-14 | Rollup merge of #97935 - nnethercote:rename-ConstS-val-as-kind, r=lcnr | Dylan DPC | -6/+6 |
| 2022-06-14 | Rename rustc_serialize::opaque::Encoder as MemEncoder. | Nicholas Nethercote | -3/+4 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -6/+6 |
| 2022-06-14 | Rollup merge of #95243 - vladimir-ea:compiler_watch_os, r=nagisa | Yuki Okushi | -2/+12 |