summary refs log tree commit diff
path: root/src/librustc_back/abi.rs
AgeCommit message (Expand)AuthorLines
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
2015-02-02More deprecating of i/u suffixesAlfie John-3/+3
2014-11-21rustc: Change all ABI constants to all caps.Ruud van Asseldonk-5/+2
2014-11-21rustc: Unify fat pointer ABI constants.Ruud van Asseldonk-13/+10
2014-11-05Make trans::adt know that some structs are unsizedNick Cameron-0/+3
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-16librustc: Stop generating visit glue and remove from TyDesc.Luqman Aden-2/+0
2014-10-09rustc: Convert statics to constantsAlex Crichton-10/+10
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-0/+2
2014-09-15remove the closure_exchange_malloc lang itemDaniel Micay-1/+1
2014-08-26DST coercions and DST structsNick Cameron-2/+2
2014-08-26Use the slice repr for ~[T]Nick Cameron-6/+0
2014-07-14Extract librustc_back from librustcBrian Anderson-0/+33