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
Age
Commit message (
Expand
)
Author
Lines
2016-10-19
Merge pull request #37173 from brson/stable-next
1.12.1
Brian Anderson
-49
/
+268
2016-10-18
debuginfo: Create debuginfo for re-aggregated spread_arg instead of for the i...
Michael Woerister
-22
/
+13
2016-10-18
Some tests to check that lifetime parametric fn's do not trip up LLVM.
Felix S. Klock II
-0
/
+54
2016-10-18
Inject bitcast if types mismatch when building a store instruction.
Felix S. Klock II
-0
/
+24
2016-10-18
Fix ICE by injecting bitcasts if types mismatch when building invokes or calls.
Felix S. Klock II
-17
/
+32
2016-10-18
Bump version to 1.12.1
Brian Anderson
-1
/
+1
2016-10-18
Temporary fix for metadata decoding for struct constructors
Vadim Petrochenkov
-3
/
+15
2016-10-18
stop having identity casts be lexprs
Ariel Ben-Yehuda
-2
/
+47
2016-10-14
LLVM: Backport "[SimplifyCFG] Correctly test for unconditional branches in Ge...
Michael Woerister
-1
/
+1
2016-10-14
force `i1` booleans to `i8` when comparing
Niko Matsakis
-1
/
+34
2016-10-14
loosen assertion against proj in collector
Niko Matsakis
-2
/
+47
2016-09-23
Merge pull request #36687 from brson/beta-next
1.12.0
Brian Anderson
-2
/
+0
2016-09-23
Remove reverted feature from relnotes
Brian Anderson
-2
/
+0
2016-09-23
Merge pull request #36686 from brson/beta-next
Brian Anderson
-21
/
+1
2016-09-23
Bump beta to .6
Brian Anderson
-1
/
+1
2016-09-23
Revert "implement `From<Vec<char>>` and `From<&'a [char]>` for `String`"
Brian Anderson
-20
/
+0
2016-09-21
Merge pull request #36634 from brson/beta-next
Brian Anderson
-2
/
+2
2016-09-21
Fix optimization regressions for operations on [x; n]-initialized arrays.
Eduard Burtescu
-2
/
+2
2016-09-21
Merge pull request #36633 from brson/beta-next
Brian Anderson
-0
/
+261
2016-09-21
Add changelog for 1.12
Brian Anderson
-0
/
+261
2016-09-21
Merge pull request #36628 from nikomatsakis/backport-issue-36496
Brian Anderson
-5
/
+47
2016-09-21
Merge pull request #36630 from brson/beta-next
Brian Anderson
-1
/
+1
2016-09-21
Bump to 1.12.0-beta.5
Brian Anderson
-1
/
+1
2016-09-21
Workaround #34427 by using memset of 0 on ARM to set the discriminant.
Felix S. Klock II
-5
/
+47
2016-09-21
Merge pull request #36620 from pnkfelix/beta-next
Niko Matsakis
-31
/
+133
2016-09-21
fix PR 36459 post backport to beta.
Felix S. Klock II
-2
/
+3
2016-09-21
add missing test
Niko Matsakis
-0
/
+28
2016-09-21
invoke drop glue with a ptr to (data, meta)
Niko Matsakis
-3
/
+21
2016-09-21
use `adt::trans_const` when translating constant closures and tuples
Ariel Ben-Yehuda
-28
/
+83
2016-09-21
Merge pull request #36608 from brson/beta-next
Brian Anderson
-0
/
+0
2016-09-21
Update rust-installer. Fixes #35840
Brian Anderson
-0
/
+0
2016-09-20
Merge pull request #36606 from brson/beta-next
Brian Anderson
-1
/
+0
2016-09-20
Fix build error
Brian Anderson
-1
/
+0
2016-09-20
Merge pull request #36602 from brson/beta-next
Brian Anderson
-1
/
+1
2016-09-20
Bump to beta.4
Brian Anderson
-1
/
+1
2016-09-20
Merge pull request #36591 from brson/beta-next
Brian Anderson
-40
/
+74
2016-09-19
Remove data structure specialization for .zip() iterator
Ulrik Sverdrup
-38
/
+31
2016-09-19
Default RUST_MIN_STACK to 16MiB for now
Simonas Kazlauskas
-1
/
+2
2016-09-19
Up the LLVM
Simonas Kazlauskas
-1
/
+41
2016-09-16
Merge pull request #36538 from brson/beta-next
Brian Anderson
-4
/
+48
2016-09-16
Make `private_in_public` compatibility lint warn-by-default again
Vadim Petrochenkov
-3
/
+11
2016-09-16
Fix issue #36036.
Felix S. Klock II
-1
/
+37
2016-09-16
Merge pull request #36517 from brson/beta-bump
Alex Crichton
-1
/
+1
2016-09-16
Bump beta to .3
Brian Anderson
-1
/
+1
2016-09-16
Merge pull request #36433 from alexcrichton/beta-next
Brian Anderson
-4
/
+129
2016-09-12
llvm: backport "[SimplifyCFG] Hoisting invalidates metadata".
Eduard Burtescu
-1
/
+33
2016-09-12
memrchr: Use a conditional instead of subtracting a complicated min
Ulrik Sverdrup
-1
/
+1
2016-09-12
memrchr: Correct aligned offset computation
Ulrik Sverdrup
-1
/
+23
2016-09-12
rustc_trans: do not generate allocas for unused locals.
Eduard Burtescu
-0
/
+24
2016-09-12
typeck: use NoExpectation to check return type of diverging fn
Alex Burka
-2
/
+49
[next]