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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2018-06-01
Update version to 1.26.2
Mark Simulacrum
-1
/
+1
2018-06-01
change `PointerKind::Implicit` to a note
Niko Matsakis
-70
/
+128
2018-05-25
Bump for 1.26.1
Mark Simulacrum
-1
/
+1
2018-05-25
Fix 07c42af554c to work on stable
Mark Simulacrum
-11
/
+28
2018-05-25
prohibit turbofish in `impl Trait` methods
Niko Matsakis
-30
/
+74
2018-05-24
Update RLS and Rustfmt
Nick Cameron
-54
/
+39
2018-05-24
Fix self referential impl Trait substitutions
leonardo.yvens
-2
/
+42
2018-05-24
Fix issue #50811 (`NaN > NaN` was true).
kennytm
-7
/
+71
2018-05-24
Fix `fn main() -> impl Trait` for non-`Termination` trait
leonardo.yvens
-7
/
+44
2018-05-24
Filter out missing components from manifests
Alex Crichton
-0
/
+22
2018-05-07
Stable release 1.26.0
Mark Simulacrum
-1
/
+1
2018-05-06
Fix assertion message generation
Shotaro Yamada
-58
/
+25
2018-05-06
rustdoc: Resolve nested `impl Trait`s
Shotaro Yamada
-31
/
+39
2018-05-02
Revert "Implement FromStr for PathBuf"
Alex Crichton
-27
/
+0
2018-04-30
Adapt ui test of #50092 to beta
Pietro Albini
-27
/
+10
2018-04-30
Remove new enum variant from #50092 backport
Pietro Albini
-9
/
+0
2018-04-30
Do not ICE on generics mismatch with non-local traits
Shotaro Yamada
-2
/
+12
2018-04-30
Warn on pointless `#[derive]` in more places
Austin Bonander
-16
/
+193
2018-04-28
Don't ICE on tuple struct ctor with incorrect arg count
Esteban Küber
-1
/
+28
2018-04-27
add regression test
Niko Matsakis
-0
/
+22
2018-04-27
use `reveal_all` during drop elaboration
Niko Matsakis
-2
/
+4
2018-04-27
improved debug output
Niko Matsakis
-3
/
+11
2018-04-27
Feature gate where clauses on associated types
Matthew Jasper
-5
/
+32
2018-04-26
[beta] Remove dependency on `parking_lot`
Alex Crichton
-9
/
+0
2018-04-26
Allow variant discriminant initializers to refer to other initializers of the...
Oliver Schneider
-54
/
+148
2018-04-25
Rename ui test flag compile-pass to must-compile-successfully
Pietro Albini
-6
/
+6
2018-04-25
Warn on all erroneous constants
Oliver Schneider
-75
/
+233
2018-04-25
always optimize test
Oliver Schneider
-1
/
+1
2018-04-25
Only warn on erroneous promoted constants
Oliver Schneider
-30
/
+129
2018-04-23
Auto merge of #50182 - alexcrichton:beta-next, r=alexcrichton
bors
-55
/
+221
2018-04-23
TryFrom destabilization fixups
Alex Crichton
-1
/
+2
2018-04-23
Improve assertion in Query::force().
Michael Woerister
-1
/
+10
2018-04-21
Add back missing `#![feature(never_type)]`s
kennytm
-0
/
+17
2018-04-21
Revert "Stabilize the TryFrom and TryInto traits"
Felix S. Klock II
-27
/
+27
2018-04-21
Bring back old fallback semantics: Without feature(never_type), fallback to `...
Felix S. Klock II
-5
/
+18
2018-04-21
Revert stabilization of `feature(never_type)`.
Felix S. Klock II
-15
/
+125
2018-04-21
fix my unit test that was horrendously wrong
Michael Lamparski
-3
/
+17
2018-04-21
smaller PR just to fix #50002
Michael Lamparski
-7
/
+18
2018-04-21
Auto merge of #50089 - alexcrichton:beta-next, r=sfackler
bors
-47
/
+5
2018-04-20
Update rustfmt to fix compile
Alex Crichton
-20
/
+0
2018-04-20
Paper over a bug on master
Alex Crichton
-2
/
+4
2018-04-20
ci: Remove x86_64-gnu-incremental builder
Alex Crichton
-22
/
+0
2018-04-20
Properly handle ranges of signed enums using both extremums (fixes #49973)
Anthony Ramine
-5
/
+26
2018-04-20
Disallow `impl Trait` in unsupported position
Shotaro Yamada
-17
/
+74
2018-04-20
Print region in case of ICE
Shotaro Yamada
-1
/
+1
2018-04-20
Fix ICE with impl Trait
Shotaro Yamada
-2
/
+28
2018-04-20
do not propagate `Err` when determing causal info
Niko Matsakis
-19
/
+78
2018-04-20
make mem-categorization use adjusted type for patterns
Niko Matsakis
-4
/
+80
2018-04-20
Fix error in rustc_driver::test.
Michael Woerister
-1
/
+1
2018-04-20
Fix rustdoc after changing type param representation.
Michael Woerister
-3
/
+11
[next]