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
Age
Commit message (
Expand
)
Author
Lines
2015-03-14
Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton
bors
-12
/
+4
2015-03-13
slice::from_raw_parts is preferred over transmuting a fresh raw::Slice
Oliver Schneider
-12
/
+4
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
-3
/
+15
2015-02-18
rollup merge of #22482: alexcrichton/cstr-changes
Alex Crichton
-3
/
+3
2015-02-18
std: Implement CString-related RFCs
Alex Crichton
-3
/
+3
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-28
Merge remote-tracking branch 'origin/master' into rollup
Manish Goregaokar
-2
/
+8
2015-01-27
Rollup merge of #21602 - japaric:derive-copy, r=alexcrichton
Manish Goregaokar
-2
/
+2
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-1
/
+36
2015-01-25
cleanup: s/impl Copy/#[derive(Copy)]/g
Jorge Aparicio
-2
/
+2
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-15
/
+16
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
-1
/
+36
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
-15
/
+15
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-15
/
+15
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-17
std: Move the bitflags! macro to a gated crate
Alex Crichton
-0
/
+1
2015-01-17
auto merge of #21233 : huonw/rust/simd-size, r=Aatch
bors
-1
/
+1
2015-01-15
Document, tweak and refactor some trans code.
Huon Wilson
-1
/
+1
2015-01-11
powerpc: initialize llvm
Richo Healey
-0
/
+11
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-0
/
+1
2015-01-08
Remove warning from the libraries.
Huon Wilson
-0
/
+1
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
rollup merge of #20723: pnkfelix/feature-gate-box-syntax
Alex Crichton
-0
/
+2
2015-01-08
allow box_syntax and unknown features in the rustc_llvm crate.
Felix S. Klock II
-0
/
+2
[next]