| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-05-29 | Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoerister | Guillaume Gomez | -57/+87 |
| 2022-05-26 | clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-05-26 | Auto merge of #97369 - tmiasko:codgen-ssa-atomic-ordering, r=michaelwoerister | bors | -8/+11 |
| 2022-05-25 | Simplify implementation of `-Z gcc-ld` | Vadim Petrochenkov | -37/+15 |
| 2022-05-25 | rustc_codegen_ssa: derive copy and clone for various enums | Tomasz Miąsko | -0/+5 |
| 2022-05-25 | rustc_codegen_ssa: cleanup `AtomicOrdering` | Tomasz Miąsko | -8/+6 |
| 2022-05-24 | Add support for embedding pretty printers via the `#[debugger_visualizer]` at... | ridwanabdillahi | -57/+87 |
| 2022-05-24 | Add flag for stricter checks on uninit/zeroed | 5225225 | -3/+5 |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -17/+19 |
| 2022-05-19 | Rollup merge of #97062 - bjorn3:cg_ssa_driver_refactor, r=compiler-errors | Yuki Okushi | -33/+24 |
| 2022-05-17 | Change `Successors` to `impl Iterator<Item = BasicBlock>` | SparrowLii | -1/+1 |
| 2022-05-15 | Compute pre_compiled_cgus more eagerly | bjorn3 | -28/+19 |
| 2022-05-15 | Move cgu_reuse a bit earlier | bjorn3 | -8/+8 |
| 2022-05-13 | Auto merge of #96930 - ayrtonm:mips32-tmp-file, r=petrochenkov | bors | -11/+19 |
| 2022-05-11 | Add `unsigned_offset_from` on pointers | Scott McMurray | -7/+14 |
| 2022-05-11 | Only compile #[used] as llvm.compiler.used for ELF targets | Thom Chiovoloni | -1/+3 |
| 2022-05-10 | Fix e_flags for 32-bit MIPS targets in generated object file | Ayrton | -11/+19 |
| 2022-05-05 | Auto merge of #91779 - ridwanabdillahi:natvis, r=michaelwoerister | bors | -11/+83 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-05-03 | Add support for a new attribute `#[debugger_visualizer]` to support embedding... | ridwanabdillahi | -11/+83 |
| 2022-05-03 | Auto merge of #96601 - tmiasko:ssa-rpo, r=davidtwco | bors | -2/+2 |
| 2022-05-03 | Rollup merge of #96587 - bjorn3:refactor_backend_write, r=michaelwoerister | Yuki Okushi | -30/+15 |