about summary refs log tree commit diff
path: root/src/librustc_llvm
AgeCommit message (Expand)AuthorLines
2015-04-01Fallout out rustcNiko Matsakis-25/+24
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-3/+4
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-9/+8
2015-03-27Change the trivial cast lints to allow by defaultNick Cameron-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-9/+8
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-12/+4
2015-03-13slice::from_raw_parts is preferred over transmuting a fresh raw::SliceOliver Schneider-12/+4
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-3/+15
2015-02-18rollup merge of #22482: alexcrichton/cstr-changesAlex Crichton-3/+3
2015-02-18std: Implement CString-related RFCsAlex Crichton-3/+3
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-28Merge remote-tracking branch 'origin/master' into rollupManish Goregaokar-2/+8
2015-01-27Rollup merge of #21602 - japaric:derive-copy, r=alexcrichtonManish Goregaokar-2/+2
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-1/+36
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-2/+2
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-15/+16
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-1/+36
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-15/+15
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-15/+15