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_trans
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-114
/
+104
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-8
/
+7
2015-01-21
rollup merge of #20642: michaelwoerister/sane-source-locations-pt1
Alex Crichton
-405
/
+889
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-10
/
+10
2015-01-21
rollup merge of #21444: petrochenkov/null
Alex Crichton
-2
/
+3
2015-01-21
rollup merge of #21396: japaric/no-parens-in-range
Alex Crichton
-9
/
+9
2015-01-21
rollup merge of #21372: arielb1/remove-the-box
Alex Crichton
-381
/
+8
2015-01-21
rollup merge of #21340: pshc/libsyntax-no-more-ints
Alex Crichton
-10
/
+10
2015-01-21
rollup merge of #21333: stepancheg/trans-write-diag
Alex Crichton
-3
/
+3
2015-01-21
Fallout from stabilization.
Aaron Turon
-8
/
+7
2015-01-21
rustc_trans: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-114
/
+104
2015-01-21
debuginfo: Make debuginfo source location assignment more stable (Pt. 1)
Michael Woerister
-405
/
+889
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-10
/
+10
2015-01-21
Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton
Barosl LEE
-1
/
+1
2015-01-19
Auto merge of #21165 - alexcrichton:second-pass-type-id, r=aturon
bors
-2
/
+0
2015-01-20
Remove onceness & bounds - they don't do anything.
Ariel Ben-Yehuda
-18
/
+1
2015-01-20
Kill TraitStore
Ariel Ben-Yehuda
-363
/
+7
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-9
/
+9
2015-01-19
Auto merge of #21269 - alexcrichton:issue-6936, r=pnkfelix
bors
-44
/
+44
2015-01-19
Auto merge of #21282 - Aatch:init-memzero, r=alexcrichton
bors
-5
/
+4
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-2
/
+3
2015-01-18
std: Stabilize TypeId and tweak BoxAny
Alex Crichton
-2
/
+0
2015-01-18
Fix typedef/module name conflicts in the compiler
Alex Crichton
-44
/
+44
2015-01-19
Add test to catch performance regressions
James Miller
-1
/
+1
2015-01-19
Use `zero_mem` instead of a zerointializer for `init` intrinsic
James Miller
-5
/
+4
2015-01-18
Make output type in ast::FnDecl optional
Seo Sanghyeon
-15
/
+11
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-10
/
+10
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-18
rustc: print filename if file cannot be written
Stepan Koltsov
-3
/
+3
2015-01-17
auto merge of #21233 : huonw/rust/simd-size, r=Aatch
bors
-113
/
+214
2015-01-17
Remove unnecessary explicit conversions to *const T
we
-1
/
+1
2015-01-17
Feature gate SIMD in FFI, due to unknown ABIs.
Huon Wilson
-1
/
+33
2015-01-16
auto merge of #21113 : alexcrichton/rust/plug-a-hole, r=brson
bors
-4
/
+4
2015-01-16
rustc: Fix a leak in dependency= paths
Alex Crichton
-4
/
+4
2015-01-16
Put vector types in regs for arm & mips FFI.
Huon Wilson
-3
/
+6
2015-01-16
Support SSE with integer types in x86-64 FFI.
Huon Wilson
-10
/
+10
2015-01-16
Add `Type::int_width` for retrieving integer's bit width.
Huon Wilson
-77
/
+41
2015-01-16
Support SSE types in extern {} better.
Huon Wilson
-10
/
+102
2015-01-16
Merge pull request #21181 from nick29581/save-fix
bors
-19
/
+36
2015-01-15
rollup merge of #21197: michaelwoerister/linestablesonly-forloop
Alex Crichton
-31
/
+23
2015-01-15
rollup merge of #21191: Zoxc/lto
Alex Crichton
-0
/
+3
2015-01-15
rollup merge of #21170: Diggsey/issue-21058
Alex Crichton
-5
/
+10
2015-01-15
rollup merge of #21115: dotdash/iter_vec
Alex Crichton
-44
/
+6
2015-01-15
rollup merge of #21107: nikomatsakis/assoc-type-ice-hunt-take-1
Alex Crichton
-62
/
+29
2015-01-15
rollup merge of #21089: nikomatsakis/issue-20676-invalid-vtable-for-object
Alex Crichton
-3
/
+14
2015-01-15
rustc: implement fully qualified UFCS expressions.
Eduard Burtescu
-5
/
+11
2015-01-15
syntax: add fully qualified UFCS expressions.
Eduard Burtescu
-7
/
+11
2015-01-15
debuginfo: Fix ICE when compiling for-loops with lines-tables-only.
Michael Woerister
-31
/
+23
2015-01-15
Disable -C lto optimizations on opt_level=0
John Kåre Alsaker
-0
/
+3
2015-01-15
Allow get_tydesc intrinsic to accept unsized types
Diggory Blake
-5
/
+10
[next]