about summary refs log tree commit diff
path: root/src/librustc_llvm
AgeCommit message (Expand)AuthorLines
2015-01-05Ungate default type parameters.Huon Wilson-0/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-22/+22
2015-01-03Initial version of AArch64 support.Akos Kiss-1/+12
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+2
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-49/+22
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/+71
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/+23
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/+151
2014-09-12Add a Rust string ostream for LLVMKeegan McAllister-2/+28
2014-09-05run optimization and codegen on worker threadsStuart Pernsteiner-1/+1
2014-08-30auto merge of #16322 : michaelwoerister/rust/gdb-pretty, r=alexcrichtonbors-1/+4
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-2/+2
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-3/+3
2014-08-27debuginfo: Add GDB pretty printers for structs and enums.Michael Woerister-1/+4
2014-07-25librustc: Use builder for llvm attributes.Luqman Aden-0/+93
2014-07-19Register new snapshotsAlex Crichton-2/+0
2014-07-18librustc: Implement unboxed closures with mutable receiversPatrick Walton-0/+8
2014-07-14Fix rebase fallout. Sorry.Brian Anderson-46/+0
2014-07-14rustc_llvm: Remove the inner llvm moduleBrian Anderson-1437/+1430
2014-07-14rustc_llvm: Remove an unnecessary workaroundBrian Anderson-6/+1
2014-07-14rustc: Move ArchiveRO to rustc_llvmBrian Anderson-0/+71