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_back
Age
Commit message (
Expand
)
Author
Lines
2015-02-01
std: Add a new `env` module
Alex Crichton
-15
/
+16
2015-02-01
openbsd support
Sébastien Marie
-10
/
+80
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-4
/
+4
2015-01-30
remove dead code
Jorge Aparicio
-1
/
+0
2015-01-30
implement for loop desugaring
Jorge Aparicio
-1
/
+1
2015-01-29
Auto merge of #21677 - japaric:no-range, r=alexcrichton
bors
-3
/
+3
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-3
/
+3
2015-01-29
Auto merge of #21730 - Manishearth:rollup, r=alexcrichton
bors
-1
/
+0
2015-01-29
Auto merge of #21680 - japaric:slice, r=alexcrichton
bors
-17
/
+16
2015-01-29
Rollup merge of 21681 - japaric:no-warn, r=alexcrichton
Manish Goregaokar
-1
/
+0
2015-01-27
fix #[cfg(test)] warnings
Jorge Aparicio
-1
/
+0
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-25
/
+30
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-17
/
+16
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
-24
/
+25
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-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-4
/
+4
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-27
/
+35
2015-01-25
Add the span of the operator itself to ast::BinOp.
Huon Wilson
-4
/
+4
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+8
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+1
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 #20179: eddyb/blind-items
Alex Crichton
-14
/
+0
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-12
/
+4
2015-01-21
rollup merge of #21414: ejjeong/aarch64-linux-android
Alex Crichton
-0
/
+30
2015-01-21
rollup merge of #21396: japaric/no-parens-in-range
Alex Crichton
-1
/
+1
2015-01-21
rustc_back: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-14
/
+0
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-12
/
+4
2015-01-21
Rollup merge of #20998 - estsauver:20984, r=steveklabnik
Barosl LEE
-1
/
+1
2015-01-20
Initial support for aarch64-linux-android
Eunji Jeong
-0
/
+30
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-1
/
+1
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-17
s/deriving/derives in Comments/Docs
Earl St Sauver
-1
/
+1
2015-01-15
syntax: add fully qualified UFCS expressions.
Eduard Burtescu
-0
/
+2
2015-01-15
auto merge of #20980 : richo/rust/final-power, r=alexcrichton
bors
-1
/
+29
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-2
/
+2
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
Merge pull request #20699 from vhbit/ios-archs
bors
-42
/
+213
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-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
[prev]
[next]