index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_llvm
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-03
Implement LLVMGetOrInsertGlobal wrapper
Simonas Kazlauskas
-0
/
+1
2015-04-03
Extract attribute handling code into a module
Simonas Kazlauskas
-1
/
+2
2015-04-03
Wrap LLVM’s Module::getNamedValue
Simonas Kazlauskas
-0
/
+1
2015-04-01
Fallout out rustc
Niko Matsakis
-20
/
+20
2015-03-31
rollup merge of #23863: pnkfelix/arith-oflo-const-eval
Alex Crichton
-0
/
+1
2015-04-01
rust_llvm: Add way to reflectively ask if a ValueRef is a known constant int.
Felix S. Klock II
-0
/
+1
2015-03-31
Test fixes and rebase conflicts, round 2
Alex Crichton
-1
/
+0
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-1
/
+1
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-8
/
+7
2015-03-27
Change the trivial cast lints to allow by default
Nick Cameron
-1
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-8
/
+7
2015-03-25
Change lint names to plurals
Nick Cameron
-2
/
+2
2015-03-25
Add trivial cast lints.
Nick Cameron
-0
/
+2
2015-03-14
Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton
bors
-6
/
+2
2015-03-13
slice::from_raw_parts is preferred over transmuting a fresh raw::Slice
Oliver Schneider
-6
/
+2
2015-03-12
Stabilize std::path
Aaron Turon
-1
/
+0
2015-03-06
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-03-06
Rollup merge of #23056 - awlnx:master, r=nrc
Manish Goregaokar
-0
/
+2
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-0
/
+2
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-1
/
+1
2015-02-18
rollup merge of #22482: alexcrichton/cstr-changes
Alex Crichton
-1
/
+1
2015-02-18
std: Implement CString-related RFCs
Alex Crichton
-1
/
+1
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-1
/
+0
2015-02-17
rollup merge of #22459: alexcrichton/feature-names
Alex Crichton
-1
/
+1
2015-02-17
std: Rename io/path features with old_ prefix
Alex Crichton
-1
/
+1
2015-02-17
Rollup merge of #22408 - steveklabnik:gh19321, r=nikomatsakis
Manish Goregaokar
-60
/
+1
2015-02-17
Rollup merge of #22416 - GuillaumeGomez:copy, r=eddyb
Manish Goregaokar
-0
/
+25
2015-02-16
Remove warning instead of implementing Copy trait
GuillaumeGomez
-25
/
+25
2015-02-16
Add missing Copy trait for enums
GuillaumeGomez
-0
/
+25
2015-02-16
Remove hax
Steve Klabnik
-60
/
+1
2015-02-16
rustc_trans: promote constant rvalues in functions as an optimization.
Eduard Burtescu
-0
/
+1
2015-02-06
Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton
Manish Goregaokar
-25
/
+0
2015-02-03
Switch missing_copy_implementations to default-allow
Steven Fackler
-25
/
+0
2015-02-03
Emit !nonnull metadata for loads of region and unique pointers
Björn Steinbrink
-1
/
+7
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-2
/
+2
2015-02-02
rollup merge of #21818: dotdash/llvm_up
Alex Crichton
-43
/
+53
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-02-01
Update LLVM to rust-llvm-2015-01-30
Björn Steinbrink
-43
/
+53
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-5
/
+4
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-2
/
+2
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-0
/
+4
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-11
/
+11
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+6
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+1
2015-01-22
Better inline assembly errors
John Kåre Alsaker
-0
/
+4
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-21
rollup merge of #21444: petrochenkov/null
Alex Crichton
-11
/
+10
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-11
/
+10
[prev]
[next]