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
Age
Commit message (
Expand
)
Author
Lines
2019-01-04
hack-fix to rustdoc
Ariel Ben-Yehuda
-4
/
+15
2019-01-04
add tests
Ariel Ben-Yehuda
-0
/
+41
2019-01-04
fix ppaux
Ariel Ben-Yehuda
-1
/
+8
2019-01-04
avoid giving a principal to marker-only trait objects
Ariel Ben-Yehuda
-2
/
+8
2019-01-04
add support for principal-less trait object types
Ariel Ben-Yehuda
-132
/
+203
2019-01-03
Forbid impl Trait from referring to unnamable recursive types
Matthew Jasper
-11
/
+340
2019-01-03
rustc: Fix regression where jemalloc isn't used
Alex Crichton
-10
/
+32
2019-01-03
More test deduplication
Georg Semmler
-446
/
+38
2019-01-03
Add missing files
Georg Semmler
-127
/
+1008
2019-01-03
Fix typo
Georg Semmler
-1
/
+1
2019-01-03
Unify tests
Georg Semmler
-2723
/
+400
2019-01-03
Update some new tests to changed error messages
Georg Semmler
-5
/
+5
2019-01-03
Fix failing compile tests
Georg Semmler
-1
/
+2
2019-01-03
Directly check if input_ty is a type parameter and therefore a
Georg Semmler
-41
/
+1
2019-01-03
Update src/doc/unstable-book/src/language-features/re-rebalance-coherence.md
varkor
-1
/
+1
2019-01-03
Fix tidy
Georg Semmler
-4
/
+4
2019-01-03
Add some docs about the new feature to the unstable book
Georg Semmler
-0
/
+23
2019-01-03
Add some tests
Georg Semmler
-0
/
+3144
2019-01-03
Implement the re-rebalance coherence rfc
Georg Semmler
-30
/
+98
2019-01-03
Update cargo
Eric Huss
-0
/
+2
2019-01-03
Display `impl Sized` correctly
Matthew Jasper
-0
/
+2
2019-01-03
Fix repeated word typos
Wiktor Kuchta
-30
/
+30
2019-01-03
ci: Upgrade Travis to Xenial
Alex Crichton
-4
/
+6
2019-01-03
Add discoverable function for converting Box<T> -> Pin<Box<T>>
Wim Looman
-4
/
+14
2019-01-03
Allow converting Box<T: !Sized> -> Pin<Box<T>>
Wim Looman
-1
/
+1
2019-01-03
const fn no longer comming soon on const docs
Mendess2526
-2
/
+2
2019-01-03
use structured suggestion for method calls
Andy Russell
-39
/
+116
2019-01-03
Fix bug in associated constant type annotations.
David Wood
-4
/
+106
2019-01-03
Auto merge of #55517 - nikomatsakis:universes, r=scalexm
bors
-1777
/
+1563
2019-01-03
Make CompileController thread-safe
John Kåre Alsaker
-3
/
+5
2019-01-03
VaList::copy should not require a mutable ref
Dan Robertson
-1
/
+1
2019-01-03
Auto merge of #56507 - nikomatsakis:polonius-integrate, r=MatthewJasper
bors
-13
/
+55
2019-01-03
Fixed the link to the ? operator
Joseph Lyons
-1
/
+1
2019-01-02
Update src/liballoc/vec.rs
Mazdak Farrokhzad
-0
/
+4
2019-01-03
Auto merge of #57282 - matthewjasper:wellformed-return-ty, r=nikomatsakis
bors
-2
/
+40
2019-01-02
Fix 'be be' constructs
Daniel Mueller
-4
/
+4
2019-01-02
rename `type_moves_by_default` to `type_is_copy_modulo_regions`
Niko Matsakis
-46
/
+55
2019-01-02
try to detect affected code and direct people to #56105
Niko Matsakis
-7
/
+48
2019-01-02
track if any region constraints involved placeholders
Niko Matsakis
-14
/
+33
2019-01-02
pacify the mercilous eddyb ;)
Niko Matsakis
-2
/
+4
2019-01-02
add some comments about lifetimes etc
Niko Matsakis
-0
/
+18
2019-01-02
address tmandry nits
Niko Matsakis
-63
/
+14
2019-01-02
pacify the mercilous tidy
Niko Matsakis
-7
/
+9
2019-01-02
improve handling for subtype
Niko Matsakis
-379
/
+233
2019-01-02
say "the lifetime" instead of "some lifetime" when it feels right
Niko Matsakis
-15
/
+28
2019-01-02
apply the same logic to ConcreteFailure errors
Niko Matsakis
-38
/
+69
2019-01-02
refactor highlighting to take any RegionKind, making it more general
Niko Matsakis
-187
/
+160
2019-01-02
apply the new placeholder errors even with just one placeholder
Niko Matsakis
-47
/
+90
2019-01-02
introduce placeholder-placeholder errors for trait matching
Niko Matsakis
-99
/
+273
2019-01-02
add the ability to highlight placeholders
Niko Matsakis
-2
/
+81
[prev]
[next]