| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -3676/+0 |
| 2020-08-14 | Rework `rustc_serialize` | Matthew Jasper | -3/+3 |
| 2020-07-22 | [AVR] Ensure that function pointers stored within aggregates are annotated wi... | Dylan McKay | -2/+3 |
| 2020-07-22 | [AVR] Correctly set the pointer address space when constructing pointers to f... | Dylan McKay | -3/+14 |
| 2020-06-19 | Rollup merge of #72497 - RalfJung:tag-term, r=oli-obk | Ralf Jung | -11/+16 |
| 2020-06-09 | [AVR] Update ABI type classification logic to match the the AVR-Clang ABI | Dylan McKay | -5/+31 |
| 2020-06-09 | [AVR] Add AVR platform support | Jake Goulding | -0/+37 |
| 2020-05-30 | tag/niche terminology cleanup | Ralf Jung | -11/+16 |
| 2020-04-16 | rustc_target::abi: add Primitive variant to FieldsShape. | Ana-Maria Mihalache | -9/+29 |
| 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-03-31 | rustc_target::abi: rename FieldPlacement to FieldsShape. | Ana-Maria Mihalache | -27/+27 |
| 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-27 | Rename TyLayout to TyAndLayout. | Ana-Maria Mihalache | -134/+133 |
| 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-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-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/+85 |
| 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 | -4/+4 |
| 2020-03-02 | Auto merge of #69257 - RalfJung:layout-visitor, r=eddyb | bors | -1/+19 |
| 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/+115 |
| 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-18 | doc comments for layout components | Ralf Jung | -1/+19 |
| 2020-02-08 | Auto merge of #68452 - msizanoen1:riscv-abi, r=nagisa,eddyb | bors | -15/+330 |
| 2020-02-08 | rustc_target: treat enum variants like union members, in call ABIs. | Eduard-Mihai Burtescu | -9/+43 |
| 2020-02-08 | rustc_target: switch homogeneous_aggregate to returning Result. | Eduard-Mihai Burtescu | -67/+86 |
| 2020-02-04 | Implement proper C ABI lowering for RISC-V | msizanoen1 | -15/+330 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 |
| 2019-12-25 | tidy: change msdn links to newer locations | Lzu Tao | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -469/+414 |
| 2019-12-11 | Rollup merge of #67015 - osa1:issue66971, r=wesleywiser | Mazdak Farrokhzad | -0/+8 |
| 2019-12-06 | const-prop: Restrict scalar pair propagation | Ömer Sinan Ağacan | -0/+8 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -5/+5 |
| 2019-12-06 | Use `to_option` in various places | varkor | -37/+5 |