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
2017-03-10
Revert "Enable builds against prs"
1.16.0
Brian Anderson
-1
/
+7
2017-03-10
Merge pull request #40401 from brson/beta-next
Brian Anderson
-67
/
+417
2017-03-10
Enable builds against prs
Brian Anderson
-7
/
+1
2017-03-10
Fix #39390 on beta.
Jeffrey Seyfried
-11
/
+25
2017-03-09
Propagate expected type hints through struct literals.
Eduard-Mihai Burtescu
-8
/
+41
2017-03-09
Rename expected_types_for_fn_args to expected_inputs_for_expected_output.
Eduard-Mihai Burtescu
-12
/
+12
2017-03-09
Bump prerelease version
Brian Anderson
-1
/
+1
2017-03-09
trans: don't ICE when trying to create ADT trans-items
Ariel Ben-Yehuda
-7
/
+62
2017-03-09
Fix const expression macro invocations.
Jeffrey Seyfried
-20
/
+45
2017-03-09
Fix ICE: don't use `struct_variant` on enums
Esteban Küber
-1
/
+39
2017-03-09
Release notes for 1.16
Brian Anderson
-0
/
+191
2017-03-08
Auto merge of #40256 - nagisa:compiler-builtin-no-panic-beta, r=alexcrichton
bors
-3
/
+7
2017-03-04
Beta backport of #40254
Simonas Kazlauskas
-3
/
+7
2017-03-02
Auto merge of #40046 - brson:beta-next, r=alexcrichton
bors
-602
/
+1102
2017-02-28
travis: Split Android into dist/test images
Alex Crichton
-23
/
+84
2017-02-25
std: Relax UnwindSafe impl for Unique
Alex Crichton
-2
/
+5
2017-02-25
use a more conservative inhabitableness rule
Ariel Ben-Yehuda
-9
/
+19
2017-02-25
check_match: don't treat privately uninhabited types as uninhabited
Ariel Ben-Yehuda
-37
/
+144
2017-02-23
Bump prerelease version
Brian Anderson
-1
/
+1
2017-02-23
Fix typo in bootstrap.py info message
Dirkjan Ochtman
-1
/
+1
2017-02-23
Guard against USER not existing in the environment
Dirkjan Ochtman
-1
/
+1
2017-02-23
Don't check for sudo environment if vendored sources are already configured
Dirkjan Ochtman
-1
/
+1
2017-02-23
pacify tidy
Ariel Ben-Yehuda
-4
/
+7
2017-02-23
address review comments
Ariel Ben-Yehuda
-1
/
+1
2017-02-23
Inline the function `with_lvalue_ref` into `trans_transmute`
Ariel Ben-Yehuda
-49
/
+31
2017-02-23
remove unneeded drop of isize
Ariel Ben-Yehuda
-4
/
+0
2017-02-23
emit "align 1" metadata on loads/stores of packed structs
Ariel Ben-Yehuda
-223
/
+363
2017-02-23
Fix ICE when accessing mutably an immutable enum
Esteban Küber
-1
/
+33
2017-02-23
Fix ICE when parsing token trees after an error.
Jeffrey Seyfried
-3
/
+42
2017-02-23
Fix ICE on certain sequence repetitions.
Jeffrey Seyfried
-5
/
+29
2017-02-23
fix run-pass test that required `Copy` impl
Niko Matsakis
-0
/
+2
2017-02-23
remove vestiges of the old suggestion machinery
Niko Matsakis
-260
/
+118
2017-02-23
add some sample UI error test cases
Niko Matsakis
-0
/
+243
2017-02-16
Auto merge of #39750 - alexcrichton:beta-next, r=brson
bors
-6
/
+17
2017-02-14
Bump beta to .2
Alex Crichton
-1
/
+1
2017-02-11
Actually fix manifest generation
Alex Crichton
-2
/
+2
2017-02-11
Don't include directory names in shasums
Alex Crichton
-1
/
+2
2017-02-11
Rename manifest_version to manifest-version
Alex Crichton
-4
/
+13
2017-02-11
rustbuild: Clean build/dist on `make clean`
Alex Crichton
-0
/
+1
2017-02-11
Auto merge of #39734 - alexcrichton:beta-next, r=brson
bors
-7
/
+45
2017-02-11
Auto merge of #39711 - brson:beta-boot, r=alexcrichton
bors
-1
/
+1
2017-02-11
Auto merge of #39600 - alexcrichton:cargo-tarball-name2, r=brson
bors
-0
/
+2
2017-02-10
Update 1.15.1 relnotes
Brian Anderson
-1
/
+3
2017-02-10
Bump stable release date
Brian Anderson
-1
/
+1
2017-02-10
Fix a manifest-generation bug on beta
Alex Crichton
-0
/
+2
2017-02-10
Fix make tidy
Andrew Cann
-3
/
+3
2017-02-10
Remove use of ptr::eq
Andrew Cann
-13
/
+18
2017-02-10
Uninhabited while-let pattern fix
Andrew Cann
-4
/
+24
2017-02-10
Update relnotes for 1.15.1
Brian Anderson
-0
/
+8
2017-02-10
libbacktrace: Fix uninitialized variable
Vadim Petrochenkov
-1
/
+3
[next]