| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-06-13 | Add Apple WatchOS compile targets | Vladimir Michael Eatwell | -2/+12 |
| 2022-06-11 | Use safer `strip=symbols`-flag for dylibs on macOS | David Knaack | -4/+8 |
| 2022-06-11 | Auto merge of #97905 - nnethercote:revert-infallible-encoder, r=bjorn3 | bors | -5/+4 |
| 2022-06-10 | Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1. | Nicholas Nethercote | -1/+1 |
| 2022-06-10 | Revert b983e42936feab29f6333e9835913afc6b4a394e. | Nicholas Nethercote | -4/+3 |
| 2022-06-09 | Stabilize the `bundle` native library modifier | Vadim Petrochenkov | -2/+2 |
| 2022-06-08 | Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`. | Nicholas Nethercote | -3/+4 |
| 2022-06-08 | Move `finish` out of the `Encoder` trait. | Nicholas Nethercote | -1/+1 |
| 2022-06-08 | Use delayed error handling for `Encodable` and `Encoder` infallible. | Nicholas Nethercote | -6/+6 |
| 2022-06-08 | Don't pass in a vector to `Encoder::new`. | Nicholas Nethercote | -1/+1 |
| 2022-06-08 | Remove an unnecessary encoder operation. | Nicholas Nethercote | -2/+0 |
| 2022-06-07 | Rollup merge of #97808 - alexcrichton:wasm-features, r=petrochenkov | Dylan DPC | -0/+3 |
| 2022-06-07 | Rollup merge of #97738 - Kixiron:zst-panic, r=eddyb | Dylan DPC | -2/+3 |
| 2022-06-07 | Rollup merge of #97058 - bjorn3:multi_artifact_work_products, r=nagisa | Dylan DPC | -31/+27 |
| 2022-06-06 | Add some unstable target features for the wasm target codegen | Alex Crichton | -0/+3 |
| 2022-06-06 | Make saved_file field of WorkProduct non-optional | bjorn3 | -23/+19 |
| 2022-06-06 | Factor Option out of copy_cgu_workproduct_to_incr_comp_cache_dir call | bjorn3 | -6/+6 |
| 2022-06-06 | Avoid an unnecessary clone for copy_cgu_workproduct_to_incr_comp_cache_dir calls | bjorn3 | -2/+2 |
| 2022-06-06 | Rename CodegenUnit::work_product to previous_work_product | bjorn3 | -2/+2 |
| 2022-06-04 | Fixed premature assertions that caused -Z randomize-layout to fail on alloc | Chase Wilson | -2/+3 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 2022-06-03 | Fix emscripten linker invocation | bjorn3 | -13/+7 |
| 2022-06-03 | Avoid rustc_serialize in linker.rs | bjorn3 | -16/+13 |
| 2022-06-02 | comment | Ralf Jung | -0/+3 |
| 2022-06-02 | add cast kind of from_exposed_addr (int-to-ptr casts) | Ralf Jung | -1/+2 |
| 2022-06-01 | Session object: Decouple e_flags from FileFlags | Martin Kröning | -5/+6 |
| 2022-06-01 | rename PointerAddress → PointerExposeAddress | Ralf Jung | -1/+1 |
| 2022-05-31 | Add a pointer to address cast kind | Tomasz Miąsko | -3/+7 |