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-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
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-1
/
+2
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-47
/
+43
2015-01-07
rollup merge of #20708: aturon/new-int-modules
Alex Crichton
-3
/
+1
2015-01-07
rollup merge of #20680: nick29581/target-word
Alex Crichton
-20
/
+20
2015-01-07
rollup merge of #20663: brson/feature-staging
Alex Crichton
-0
/
+1
2015-01-07
rollup merge of #20654: alexcrichton/stabilize-hash
Alex Crichton
-9
/
+7
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-47
/
+43
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-9
/
+7
2015-01-08
Rename `target_word_size` to `target_pointer_width`
Nick Cameron
-20
/
+20
2015-01-07
Register new snapshots
Alex Crichton
-3
/
+1
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
Register new snapshots
Alex Crichton
-13
/
+2
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-8
/
+16
2015-01-07
fallout
Nick Cameron
-1
/
+3
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-8
/
+16
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-40
/
+40
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-8
/
+8
2015-01-05
Reserve the keyword 'macro'
Keegan McAllister
-7
/
+7
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-0
/
+6
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-6
/
+6
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-3
/
+31
2015-01-02
rollup merge of #20416: nikomatsakis/coherence
Alex Crichton
-0
/
+1
2015-01-02
Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...
Niko Matsakis
-0
/
+1
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-12
/
+12
[next]