about summary refs log tree commit diff
path: root/src/librustc_llvm/lib.rs
AgeCommit message (Expand)AuthorLines
2015-04-03Implement LLVMGetOrInsertGlobal wrapperSimonas Kazlauskas-0/+1
2015-04-03Extract attribute handling code into a moduleSimonas Kazlauskas-1/+2
2015-04-03Wrap LLVM’s Module::getNamedValueSimonas Kazlauskas-0/+1
2015-04-01Fallout out rustcNiko Matsakis-20/+20
2015-03-31rollup merge of #23863: pnkfelix/arith-oflo-const-evalAlex Crichton-0/+1
2015-04-01rust_llvm: Add way to reflectively ask if a ValueRef is a known constant int.Felix S. Klock II-0/+1
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-1/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-1/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-8/+7
2015-03-27Change the trivial cast lints to allow by defaultNick Cameron-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-8/+7
2015-03-25Change lint names to pluralsNick Cameron-2/+2
2015-03-25Add trivial cast lints.Nick Cameron-0/+2
2015-03-14Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichtonbors-6/+2
2015-03-13slice::from_raw_parts is preferred over transmuting a fresh raw::SliceOliver Schneider-6/+2
2015-03-12Stabilize std::pathAaron Turon-1/+0
2015-03-06Test fixes and rebase conflictsAlex Crichton-1/+1
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-1/+1
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