summary refs log tree commit diff
path: root/src/librustc_llvm/lib.rs
AgeCommit message (Expand)AuthorLines
2015-02-18rollup merge of #22482: alexcrichton/cstr-changesAlex Crichton-1/+1
2015-02-18std: Implement CString-related RFCsAlex Crichton-1/+1
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+0
2015-02-17rollup merge of #22459: alexcrichton/feature-namesAlex Crichton-1/+1
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-1/+1
2015-02-17Rollup merge of #22408 - steveklabnik:gh19321, r=nikomatsakisManish Goregaokar-60/+1
2015-02-17Rollup merge of #22416 - GuillaumeGomez:copy, r=eddybManish Goregaokar-0/+25
2015-02-16Remove warning instead of implementing Copy traitGuillaumeGomez-25/+25
2015-02-16Add missing Copy trait for enumsGuillaumeGomez-0/+25
2015-02-16Remove haxSteve Klabnik-60/+1
2015-02-16rustc_trans: promote constant rvalues in functions as an optimization.Eduard Burtescu-0/+1
2015-02-06Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichtonManish Goregaokar-25/+0
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-25/+0
2015-02-03Emit !nonnull metadata for loads of region and unique pointersBjörn Steinbrink-1/+7
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-2/+2
2015-02-02rollup merge of #21818: dotdash/llvm_upAlex Crichton-43/+53
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-2/+2
2015-02-01Update LLVM to rust-llvm-2015-01-30Björn Steinbrink-43/+53
2015-01-30Test fixes and rebase conflictsAlex Crichton-5/+4
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+4
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-11/+11
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+6
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-22Better inline assembly errorsJohn Kåre Alsaker-0/+4
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-21rollup merge of #21444: petrochenkov/nullAlex Crichton-11/+10
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-11/+10
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