| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-04-21 | Added feature gate, updated error messages and tests. | Cameron Hart | -1/+1 | |
| 2017-04-21 | Implementation of repr struct alignment RFC 1358. | Cameron Hart | -1/+1 | |
| The main changes around rustc::ty::Layout::struct and rustc_trans:adt: * Added primitive_align field which stores alignment before repr align * Always emit field padding when generating the LLVM struct fields * Added methods for adjusting field indexes from the layout index to the LLVM struct field index The main user of this information is rustc_trans::adt::struct_llfields which determines the LLVM fields to be used by LLVM, including padding fields. | ||||
| 2017-02-21 | Add long error explanations | Guillaume Gomez | -3/+68 | |
| 2017-02-20 | Add error codes for errors in libsyntax | Guillaume Gomez | -0/+4 | |
| 2017-01-17 | AST/HIR: Merge ObjectSum and PolyTraitRef | Vadim Petrochenkov | -0/+22 | |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -0/+18 | |
| 2016-07-11 | Move E0533 to E0558 (because of external change) | Guillaume Gomez | -23/+23 | |
| 2016-07-11 | Fix typos | ggomez | -26/+28 | |
| 2016-07-11 | Add E0537 error explanation | Guillaume Gomez | -1/+31 | |
| 2016-07-11 | Add E0536 error explanation | Guillaume Gomez | -3/+27 | |
| 2016-07-11 | Add E0535 error explanation | Guillaume Gomez | -1/+31 | |
| 2016-07-11 | Add E0534 error explanation | Guillaume Gomez | -1/+34 | |
| 2016-07-11 | Add E0533 error explanation | Guillaume Gomez | -2/+16 | |
| 2016-06-30 | Add comments on error code list | Guillaume Gomez | -26/+26 | |
| 2016-06-29 | Add error codes in libsyntax | ggomez | -0/+54 | |
