| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-02-29 | use valid_range_exclusive for correct overflow handling | Ralf Jung | -4/+7 |
| 2020-02-29 | reference tracking issue | Ralf Jung | -3/+4 |
| 2020-02-29 | mem::zeroed/uninit: panic on types that do not permit zero-initialization | Ralf Jung | -0/+118 |
| 2020-02-28 | Improve MinGW detection when cross compiling | Mateusz Mikuła | -0/+2 |
| 2020-02-27 | use char instead of &str for single char patterns | Matthias Krüger | -3/+3 |
| 2020-02-26 | adjust LayoutDetails comments | Ralf Jung | -7/+7 |
| 2020-02-20 | fmt | Sebastian Imlay | -19/+17 |
| 2020-02-18 | doc comments for layout components | Ralf Jung | -1/+19 |
| 2020-02-18 | Fix typo | Jonas Schievink | -1/+1 |
| 2020-02-17 | Don't eliminate frame pointers on thumb targets | Jonas Schievink | -0/+3 |
| 2020-02-14 | Merged apple_tvos_base and apple_ios_base into apple_sdk_base. | Sebastian Imlay | -150/+51 |
| 2020-02-14 | Merge branch 'master' of github.com:rust-lang/rust into add-tvSO-target | Sebastian Imlay | -138/+663 |
| 2020-02-12 | Properly use the darwin archive format on Apple targets | Anthony Ramine | -1/+1 |