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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_back
/
target
Age
Commit message (
Expand
)
Author
Lines
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-3
/
+3
2015-02-18
Manual merge of #22475 - alexcrichton:rollup, r=alexcrichton
Huon Wilson
-2
/
+2
2015-02-17
rollup merge of #22191: nagisa/target-ptr-width-json
Alex Crichton
-2
/
+2
2015-02-17
Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton
bors
-2
/
+9
2015-02-16
Lower the default dwarf version for android
Eunji Jeong
-0
/
+6
2015-02-15
Rollup merge of #22297 - nagisa:spring-cleanup, r=alexcrichton
Manish Goregaokar
-2
/
+1
2015-02-13
Remove a few uses of deprecated getenv
Simonas Kazlauskas
-2
/
+1
2015-02-12
Adjusting default CPUs for iOS
Valerii Hiora
-1
/
+4
2015-02-11
std: Tweak the std::env OsString/String interface
Alex Crichton
-1
/
+1
2015-02-11
Change target-word-size to target-pointer-width
Simonas Kazlauskas
-2
/
+2
2015-02-10
Make aarch64-linux-android check with real target
Eunji Jeong
-2
/
+3
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-1
/
+1
2015-02-03
Rename std::path to std::old_path
Aaron Turon
-1
/
+1
2015-02-02
rollup merge of #21787: alexcrichton/std-env
Alex Crichton
-4
/
+5
2015-02-01
std: Add a new `env` module
Alex Crichton
-4
/
+5
2015-02-01
openbsd support
Sébastien Marie
-0
/
+60
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-2
/
+2
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-4
/
+8
2015-01-27
Auto merge of #21646 - dotdash:default_target_cpu, r=Aatch
bors
-1
/
+5
2015-01-26
Make '-A warnings' apply to all warnings, including feature gate warnings
Brian Anderson
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-3
/
+3
2015-01-26
Default to Pentium 4 as the x86 target CPU on Windows/Linux/DragonFly
Björn Steinbrink
-0
/
+3
2015-01-26
Use more specific target CPUs on Darwin
Björn Steinbrink
-1
/
+2
2015-01-20
Initial support for aarch64-linux-android
Eunji Jeong
-0
/
+30
2015-01-15
auto merge of #20980 : richo/rust/final-power, r=alexcrichton
bors
-1
/
+29
2015-01-11
powerpc: Teach trans about powerpc
Richo Healey
-1
/
+1
2015-01-11
powerpc: initialize llvm
Richo Healey
-0
/
+26
2015-01-11
powerpc: Add backend support for powerpc
Richo Healey
-1
/
+3
2015-01-11
Default to "x86-64" as the target cpu for x86_64 builds
Björn Steinbrink
-0
/
+14
2015-01-09
iOS: preliminary 64-bit archs support
Valerii Hiora
-0
/
+61
2015-01-09
iOS: updated targets
Valerii Hiora
-42
/
+152
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-6
/
+5
2015-01-07
use slicing sugar
Jorge Aparicio
-6
/
+5
2015-01-08
Rename `target_word_size` to `target_pointer_width`
Nick Cameron
-20
/
+20
2015-01-07
Merge pull request #20674 from jbcrail/fix-misspelled-comments
bors
-1
/
+1
2015-01-06
Fix misspelled comments.
Joseph Crail
-1
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-4
/
+4
2015-01-07
fallout
Nick Cameron
-1
/
+3
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-4
/
+4
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-5
/
+5
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-4
/
+4
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-3
/
+31
2014-12-31
rustc_back: unbox closures used in let bindings
Jorge Aparicio
-1
/
+1
2014-12-28
Fixes invalid LLVM data layout for aggregate data types
Valerii Hiora
-13
/
+13
2014-12-25
auto merge of #20024 : mneumann/rust/dragonfly-fixes3, r=alexcrichton
bors
-6
/
+16
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-2
/
+2
2014-12-19
Several fixes for DragonFly (rebase)
Michael Neumann
-6
/
+16
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-3
/
+3
2014-12-06
librustc_back: remove unnecessary `as_slice()` calls
Jorge Aparicio
-2
/
+1
[next]