| Age | Commit message (Expand) | Author | Lines |
| 2020-04-06 | Rollup merge of #70704 - danielframpton:aarch64-windows-panic-unwind-default,... | Mazdak Farrokhzad | -8/+2 |
| 2020-04-04 | rustc_target: Rely on default value of `no_default_libraries` more | Vadim Petrochenkov | -4/+0 |
| 2020-04-03 | Make panic unwind the default for aarch64-*-windows-msvc targets | Daniel Frampton | -8/+2 |
| 2020-04-03 | Replace max/min_value() with MAX/MIN assoc consts | Linus Färnstrand | -1/+1 |
| 2020-04-01 | Rollup merge of #70616 - anyska:fieldplacement-rename, r=oli-obk | Dylan DPC | -27/+27 |
| 2020-04-01 | Rollup merge of #70547 - wesleywiser:extract_can_unwind, r=eddyb | Mazdak Farrokhzad | -0/+2 |
| 2020-04-01 | Rollup merge of #70605 - Amanieu:pthread_msvcrt, r=varkor | Dylan DPC | -0/+2 |
| 2020-03-31 | rustc_target::abi: rename FieldPlacement to FieldsShape. | Ana-Maria Mihalache | -27/+27 |
| 2020-03-31 | more clippy fixes | Matthias Krüger | -2/+2 |
| 2020-03-31 | Add missing -lmsvcrt on mingw after -lpthread | Amanieu d'Antras | -0/+2 |
| 2020-03-30 | Add `can_unwind` field to `FnAbi` | Wesley Wiser | -0/+2 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -13/+8 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-29 | Rollup merge of #69702 - anyska:tylayout-rename, r=oli-obk | Dylan DPC | -134/+133 |
| 2020-03-27 | Rename TyLayout to TyAndLayout. | Ana-Maria Mihalache | -134/+133 |
| 2020-03-27 | Remove `no_integrated_as` mode. | Nicholas Nethercote | -9/+0 |
| 2020-03-26 | Rollup merge of #70384 - nnethercote:refactor-object-file-handling, r=alexcri... | Dylan DPC | -6/+0 |
| 2020-03-25 | Rollup merge of #69700 - anyska:layout-details-rename, r=oli-obk | Dylan DPC | -12/+13 |
| 2020-03-25 | Rename LayoutDetails to just Layout. | Ana-Maria Mihalache | -12/+13 |
| 2020-03-25 | add usize methods for Size getters | Ralf Jung | -0/+10 |
| 2020-03-25 | make Size::from* methods generic in the integer type they accept | Ralf Jung | -5/+6 |
| 2020-03-25 | miri: avoid a bunch of casts by offering usized-based field indexing | Ralf Jung | -1/+2 |
| 2020-03-25 | Remove `TargetOptions::embed_bitcode`. | Nicholas Nethercote | -6/+0 |
| 2020-03-23 | Split long derive lists into two derive attributes. | Ana-Maria Mihalache | -13/+2 |
| 2020-03-21 | remove unused unit values (clippy::unused_unit) | Matthias Krüger | -20/+6 |
| 2020-03-21 | don't convert results to options just for matching (clippy::if_let_some_result) | Matthias Krüger | -2/+2 |
| 2020-03-21 | Rollup merge of #70189 - RalfJung:is_signed, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2020-03-20 | Abi::is_signed: assert that we are a Scalar | Ralf Jung | -1/+1 |
| 2020-03-20 | Rollup merge of #69768 - oli-obk:union_field_ice, r=eddyb,RalfJung | Yuki Okushi | -1/+4 |
| 2020-03-17 | Add requisite feature gates for const assert | Dylan MacKenzie | -0/+3 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -11/+41 |
| 2020-03-12 | Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini | Mazdak Farrokhzad | -2/+2 |
| 2020-03-12 | Auto merge of #68191 - simlay:add-tvSO-target, r=nagisa | bors | -21/+90 |
| 2020-03-11 | Rustfmt and adjust capitalization | Oliver Scherer | -3/+2 |
| 2020-03-11 | Compute the correct layout for variants of uninhabited enums and readd a long... | Oliver Scherer | -1/+5 |
| 2020-03-11 | Rollup merge of #66059 - RalfJung:panic-on-non-zero, r=eddyb | Mazdak Farrokhzad | -0/+88 |
| 2020-03-10 | rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org | Santiago Pastorino | -1/+1 |
| 2020-03-10 | Rename rustc guide to rustc dev guide | Santiago Pastorino | -2/+2 |
| 2020-03-10 | Rename rustc-guide to rustc-dev-guide | Santiago Pastorino | -1/+1 |
| 2020-03-08 | Rollup merge of #69646 - RalfJung:layout-visitor, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2020-03-06 | 'fieldless enums' is not what I meant -- it's empty/uninhabited enums, really | Ralf Jung | -1/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -8/+8 |
| 2020-03-05 | Link to libgcc dynamically on windows-gnu when using dylib crates | Amanieu d'Antras | -2/+41 |
| 2020-03-05 | Remove eh_unwind_resume lang item | Amanieu d'Antras | -9/+0 |
| 2020-03-02 | Auto merge of #69257 - RalfJung:layout-visitor, r=eddyb | bors | -1/+19 |
| 2020-03-01 | Rollup merge of #69549 - mati865:mingw, r=kennytm | Yuki Okushi | -0/+2 |
| 2020-02-29 | move pattern to fn argument | Ralf Jung | -2/+1 |
| 2020-02-29 | we cannot short-circuit just becuase the Abi seems harmless | Ralf Jung | -50/+13 |
| 2020-02-29 | fmt | Ralf Jung | -19/+15 |
| 2020-02-29 | make it even more conservative, and note some FIXMEs | Ralf Jung | -5/+13 |