rust/src/librustc_trans
bors c80e556e15 Auto merge of #21519 - michaelwoerister:misc, r=eddyb
Two minor improvements that have been on my TODO list for a while:
* Clang uses a size of `-1` for arrays of unknown size and we should do that too as it will tell LLVM to omit the size information in debuginfo.
* There was no LLDB test case for handling the optimized enum representation introduced by @luqmana. This PR finally adds one.
2015-01-25 18:46:33 +00:00
..
back Better inline assembly errors 2015-01-22 19:43:39 +01:00
save rollup merge of #20179: eddyb/blind-items 2015-01-21 11:56:00 -08:00
trans Auto merge of #21519 - michaelwoerister:misc, r=eddyb 2015-01-25 18:46:33 +00:00
lib.rs Set allow(unstable) in crates that use unstable features 2015-01-17 16:38:04 -08:00
README.txt

See the README.txt in ../librustc.