about summary refs log tree commit diff
path: root/src/librustc_llvm/lib.rs
AgeCommit message (Expand)AuthorLines
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-17std: Move the bitflags! macro to a gated crateAlex Crichton-0/+1
2015-01-17auto merge of #21233 : huonw/rust/simd-size, r=Aatchbors-1/+1
2015-01-15Document, tweak and refactor some trans code.Huon Wilson-1/+1
2015-01-11powerpc: initialize llvmRicho Healey-0/+11
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+2
2015-01-08allow box_syntax and unknown features in the rustc_llvm crate.Felix S. Klock II-0/+2
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-06Register new snapshotsAlex Crichton-3/+0
2015-01-05rollup merge of #20568: huonw/ungate-AT-globsAlex Crichton-0/+1
2015-01-05std: Redesign c_str and c_vecAlex Crichton-4/+3
2015-01-05Ungate default type parameters.Huon Wilson-0/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-20/+20
2015-01-03Initial version of AArch64 support.Akos Kiss-1/+12
2014-12-30debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty p...Michael Woerister-1/+2
2014-12-19librustc_llvm: use `#[deriving(Copy)]`Jorge Aparicio-45/+20
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
2014-12-15auto merge of #19750 : murarth/rust/rusti-support, r=brsonbors-0/+14
2014-12-15auto merge of #19742 : vhbit/rust/copy-for-bitflags, r=alexcrichtonbors-1/+0
2014-12-13librustc_llvm: use unboxed closuresJorge Aparicio-1/+2
2014-12-13Add `Copy` to bitflags-generated structuresValerii Hiora-1/+0
2014-12-11Add LLVM ExecutionEngine APIMurarth-0/+14
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+65
2014-11-27auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichtonbors-1/+0
2014-11-26rollup merge of #19322: DiamondLovesYou/multi-llvmdepsAlex Crichton-1/+3
2014-11-26rollup merge of #19317: sfackler/xcrate-namespaceAlex Crichton-0/+1
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-25/** -> ///Steve Klabnik-43/+39
2014-11-25Don't use the same llvmdeps.rs for every host.Richard Diamond-1/+3
2014-11-25Fix xcrate enum namespacingSteven Fackler-0/+1
2014-11-23Rename unwrap functions to into_innerAlex Crichton-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+20
2014-11-03Clean-up transmutes in librustcAriel Ben-Yehuda-2/+1
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-15Use the correct LLVM integer sizesAriel Ben-Yehuda-1/+1
2014-10-12optimize position independent code in executablesDaniel Micay-0/+2
2014-10-10auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwaltonbors-28/+28
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09rustc: Convert statics to constantsAlex Crichton-28/+28
2014-10-04Update LLVM.Luqman Aden-4/+1
2014-09-27Translate inline assembly errors back to source locationsKeegan McAllister-0/+9
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-1/+1
2014-09-19Test fixes from the rollupAlex Crichton-11/+11
2014-09-19rollup merge of #17338 : nick29581/variants-namespaceAlex Crichton-3/+3
2014-09-18Move uses of enum to bitflags!.Ahmed Charles-31/+32
2014-09-19Add enum variants to the type namespaceNick Cameron-3/+3
2014-09-12Add -C remark for LLVM optimization remarksKeegan McAllister-1/+59