| Age | Commit message (Expand) | Author | Lines |
| 2018-05-31 | musl: don't use the included startfiles with -crt-static | Johannes Nixdorf | -9/+21 |
| 2018-05-24 | Replace `ScalarKind` with `Primitive` | Oliver Schneider | -26/+63 |
| 2018-05-24 | Add constant for `Size::from_bytes(0)` | Oliver Schneider | -10/+12 |
| 2018-05-24 | Auto merge of #50930 - toidiu:ak-ordOutlivesPredicate, r=nikomatsakis | bors | -2/+2 |
| 2018-05-24 | Rollup merge of #50864 - jakllsch:add-netbsd-arm-target-specs, r=alexcrichton | kennytm | -0/+71 |
| 2018-05-24 | implement Ord for OutlivesPredicate and other types | toidiu | -2/+2 |
| 2018-05-21 | Allow `Size` to be any valid `u64` | Oliver Schneider | -20/+23 |
| 2018-05-20 | Auto merge of #50813 - paoloteti:cortex-r, r=alexcrichton | bors | -0/+42 |
| 2018-05-19 | Use `Size` instead of `u64` in mir interpretation | Oliver Schneider | -1/+1 |
| 2018-05-19 | Auto merge of #50709 - alexcrichton:revert-musl, r=sfackler | bors | -35/+11 |
| 2018-05-18 | armebv7r-none-eabihf: default to ARM mode | Paolo Teti | -1/+1 |
| 2018-05-18 | Add armv6-unknown-netbsd-eabihf target | Jonathan A. Kollasch | -0/+35 |
| 2018-05-18 | Add armv7-unknown-netbsd-eabihf target | Jonathan A. Kollasch | -0/+36 |
| 2018-05-17 | Stabilise inclusive_range_methods | varkor | -1/+0 |
| 2018-05-17 | Revert "musl: don't use the included startfiles with -crt-static" | Alex Crichton | -21/+9 |
| 2018-05-17 | Revert "musl: link crt{begin,end}.o from the system compiler" | Alex Crichton | -14/+2 |
| 2018-05-16 | Add target for Big-endian ARM Cortex-R4F/R5F MCUs | Paolo Teti | -0/+42 |
| 2018-05-13 | Auto merge of #50704 - kennytm:rollup, r=kennytm | bors | -0/+33 |
| 2018-05-13 | Auto merge of #50622 - eddyb:make-room-for-ghosts, r=nikomatsakis | bors | -12/+1 |
| 2018-05-12 | add aarch64-unknown-openbsd support | Sébastien Marie | -0/+32 |
| 2018-05-12 | openbsd-i686: use lld as linker by default | Sébastien Marie | -0/+1 |
| 2018-05-11 | Auto merge of #50105 - mixi:crt-included, r=alexcrichton | bors | -11/+35 |
| 2018-05-10 | rustc: leave space for fields of uninhabited types to allow partial initializ... | Eduard-Mihai Burtescu | -12/+1 |
| 2018-05-06 | issue-49938: Reference tagged unions discr(iminant) as tag | Samuel Wilson | -3/+3 |
| 2018-05-04 | Add eabi suffix to armv5te musl target | Harm Berntsen | -1/+1 |
| 2018-05-03 | Add armv5te-unknown-linux-musl target | Harm Berntsen | -0/+39 |
| 2018-05-01 | Reduce the maximum alignment to repr(align(1 << 29)) | varkor | -4/+4 |
| 2018-05-01 | musl: link crt{begin,end}.o from the system compiler | Johannes Nixdorf | -2/+14 |
| 2018-05-01 | Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi | bors | -3/+3 |
| 2018-05-01 | Don’t eliminate frame pointers on apple by default | Simonas Kazlauskas | -0/+2 |
| 2018-05-01 | Removed direct field usage of RangeInclusive in rustc itself. | kennytm | -3/+3 |
| 2018-04-29 | musl: don't use the included startfiles with -crt-static | Johannes Nixdorf | -9/+21 |
| 2018-04-26 | Emit range metadata on calls returning scalars (fixes #50157) | Anthony Ramine | -1/+19 |
| 2018-04-26 | Fixed tidy errors. | Irina Popa | -34/+34 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -8/+148 |
| 2018-04-26 | rustc_target: move in cabi_* from rustc_trans. | Irina Popa | -214/+2162 |
| 2018-04-26 | rustc_trans: generalize cabi_* to any context type. | Irina Popa | -3/+13 |
| 2018-04-26 | rustc_target: move for_variant and field TyLayout methods to a trait. | Irina Popa | -1/+59 |
| 2018-04-26 | rustc_target: move LayoutOf's type parameter to an associated type. | Irina Popa | -3/+4 |
| 2018-04-26 | rustc_target: move in type definitions from rustc_trans::abi. | Irina Popa | -3/+220 |
| 2018-04-26 | rustc_target: move in type definitions from ty::layout. | Irina Popa | -0/+765 |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -0/+5213 |