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
Age
Commit message (
Expand
)
Author
Lines
2019-08-14
typeck: add tests for suggesting -> 2018 on wrong <expr>.await
Mazdak Farrokhzad
-0
/
+88
2019-08-14
typeck: on wrong <expr>.await suggest -> 2018
Mazdak Farrokhzad
-0
/
+8
2019-08-13
Suggest giving return type to closures on E0282
Esteban Küber
-90
/
+199
2019-08-14
expand: Unimplement `MutVisitor` on `MacroExpander`
Vadim Petrochenkov
-33
/
+31
2019-08-14
expand: `expand_fragment` -> `fully_expand_fragment`
Vadim Petrochenkov
-6
/
+6
2019-08-14
typeck: restructure check_field a bit
Mazdak Farrokhzad
-25
/
+31
2019-08-14
typeck: extract suggest_fields_on_recordish
Mazdak Farrokhzad
-18
/
+27
2019-08-14
typeck: extract suggest_first_deref_field
Mazdak Farrokhzad
-11
/
+21
2019-08-14
typeck: extract maybe_suggest_array_indexing
Mazdak Farrokhzad
-21
/
+29
2019-08-13
Apply Centril's suggestion
Eric Huss
-3
/
+3
2019-08-13
typeck: extract ban_take_value_of_method
Mazdak Farrokhzad
-19
/
+29
2019-08-13
typeck: extract ban_private_field_access
Mazdak Farrokhzad
-17
/
+33
2019-08-13
Utilize -Zbinary-dep-depinfo for dependency tracking
Mark Rousskov
-100
/
+23
2019-08-13
refactor `len` and `contains` to iterate instead of recurse
Andre Bogus
-40
/
+16
2019-08-13
add contains benchmarks
Andre Bogus
-6
/
+29
2019-08-13
review comments
Esteban Küber
-12
/
+9
2019-08-13
review comment: move test
Esteban Küber
-3
/
+4
2019-08-13
review comments
Esteban Küber
-27
/
+30
2019-08-13
Fix typo in error message.
Eric Huss
-3
/
+3
2019-08-13
syntax: Remove `DummyResult::expn_only`
Vadim Petrochenkov
-54
/
+27
2019-08-13
Do not track the sysroot.
Joel Galenson
-8
/
+1
2019-08-13
review comment: remove unecessary error in test
Esteban Küber
-12
/
+4
2019-08-13
Re-enable Redox builder (take 2)
newpavlov
-4
/
+2
2019-08-13
bless tests with compare-mode=nll
Niko Matsakis
-136
/
+538
2019-08-13
Bump to 1.39
Mark Rousskov
-3
/
+3
2019-08-13
Provide map_ok and map_err method for Poll<Option<Result<T, E>>>
Gurwinder Singh
-0
/
+28
2019-08-13
review feedback: add comments and use local flavor variable
Martin Finkel
-1
/
+4
2019-08-13
ci: add a check for clock drift
Pietro Albini
-0
/
+15
2019-08-13
Point at the right enclosing scope when using `await` in non-async fn
Esteban Küber
-1
/
+26
2019-08-12
Do not ICE when synthesizing spans falling inside unicode chars
Esteban Küber
-0
/
+28
2019-08-12
Suggest `Box::new` when appropriate
Esteban Küber
-4
/
+100
2019-08-12
Fix tidy
Esteban Küber
-5
/
+5
2019-08-12
bless tests
Niko Matsakis
-146
/
+27
2019-08-12
Resolve types when suggesting boxed closure
Esteban Küber
-11
/
+30
2019-08-12
clear in-scope lifetimes for nested items in HIR lowering
Niko Matsakis
-4
/
+65
2019-08-12
Force optimization in 32-bit iter overflow tests
Josh Stone
-4
/
+4
2019-08-12
When needing type annotations in local bindings, account for impl Trait and c...
Esteban Küber
-2
/
+97
2019-08-12
fix README.md
Niko Matsakis
-5
/
+5
2019-08-12
revamp comment
Niko Matsakis
-15
/
+61
2019-08-12
add edition to regression test
Niko Matsakis
-0
/
+1
2019-08-12
use `modern` everywhere
Niko Matsakis
-1
/
+4
2019-08-12
Move run-pass/iterators/* to ui/iterators/
Josh Stone
-0
/
+0
2019-08-12
Move run-pass/iter-map-fold-type-length.rs to iterators/
Josh Stone
-0
/
+1
2019-08-12
Reduce genericity in Inspect
Josh Stone
-12
/
+22
2019-08-12
Reduce genericity in Scan
Josh Stone
-8
/
+17
2019-08-12
Reduce genericity in Take
Josh Stone
-7
/
+14
2019-08-12
Reduce genericity in Skip
Josh Stone
-8
/
+18
2019-08-12
Reduce genericity in TakeWhile
Josh Stone
-16
/
+23
2019-08-12
Reduce genericity in SkipWhile
Josh Stone
-8
/
+15
2019-08-12
Avoid closures in Peekable
Josh Stone
-1
/
+4
[prev]
[next]