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
/
test
/
ui
Age
Commit message (
Expand
)
Author
Lines
2018-12-04
Propagate all closure requirements to the caller
Matthew Jasper
-0
/
+42
2018-11-29
resolve: Fix false-positives from lint `absolute_paths_not_starting_with_crate`
Vadim Petrochenkov
-0
/
+21
2018-11-29
resolve: Extern prelude is for type namespace only
Vadim Petrochenkov
-0
/
+8
2018-11-26
Rollup merge of #56053 - petrochenkov:absedihyg, r=nikomatsakis,alexcrichton
Pietro Albini
-329
/
+438
2018-11-26
fix ICE
F001
-0
/
+27
2018-11-25
resolve: Suggest `crate::` for resolving ambiguities when appropriate
Vadim Petrochenkov
-27
/
+73
2018-11-25
resolve: Fallback to extern prelude in 2015 imports used from global 2018 edi...
Vadim Petrochenkov
-15
/
+39
2018-11-25
resolve: Fallback to uniform paths in 2015 imports used from global 2018 edition
Vadim Petrochenkov
-2
/
+88
2018-11-25
resolve: Implement edition hygiene for imports and absolute paths
Vadim Petrochenkov
-0
/
+106
2018-11-25
Remove duplicate tests for uniform paths
Vadim Petrochenkov
-312
/
+0
2018-11-25
resolve: Fix some more asserts in import validation
Vadim Petrochenkov
-25
/
+61
2018-11-25
resolve: Fix bad span arithmetics in import conflict diagnostics
Vadim Petrochenkov
-3
/
+20
2018-11-22
add compile-pass annotation
Niko Matsakis
-0
/
+2
2018-11-22
add regression test
Niko Matsakis
-0
/
+13
2018-11-22
Replace the ICEing on const fn loops with an error
Oliver Scherer
-0
/
+13
2018-11-22
resolve: Make "empty import canaries" invisible from other crates
Vadim Petrochenkov
-0
/
+11
2018-11-22
resolve: Fix some asserts in import validation
Vadim Petrochenkov
-0
/
+67
2018-11-20
Add a couple more tests
Vadim Petrochenkov
-1
/
+31
2018-11-20
Stabilize `extern_crate_item_prelude`
Vadim Petrochenkov
-130
/
+2
2018-11-20
Update stderr file
Oliver Scherer
-2
/
+2
2018-11-20
Fix stability hole with `static _`
Oliver Scherer
-0
/
+33
2018-11-19
Use non-short suggestion for parenthesised ..=
varkor
-2
/
+2
2018-11-19
Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lint
varkor
-2
/
+20
2018-11-19
handle trait objects formed from traits with `Self::Foo: 'a` clauses
Niko Matsakis
-0
/
+17
2018-11-19
remove "approx env bounds" if we already know from trait
Niko Matsakis
-0
/
+37
2018-11-19
Test for cast causing static promotion failure.
David Wood
-0
/
+21
2018-11-17
Add a couple more tests + address review comments
Vadim Petrochenkov
-4
/
+154
2018-11-17
resolve: Future-proof against imports referring to local variables and generi...
Vadim Petrochenkov
-0
/
+99
2018-11-17
resolve: Avoid sentence breaks in diagnostics
Vadim Petrochenkov
-174
/
+174
2018-11-17
resolve: Reintroduce feature gate for uniform paths in imports
Vadim Petrochenkov
-52
/
+110
2018-11-17
Fix ICEs from imports of items not defined in modules
Vadim Petrochenkov
-15
/
+163
2018-11-17
resolve: Tweak some articles in ambiguity diagnostics
Vadim Petrochenkov
-56
/
+56
2018-11-17
resolve: Recover "did you mean" suggestions in imports
Vadim Petrochenkov
-12
/
+6
2018-11-17
resolve: Check resolution consistency for import paths and multi-segment macr...
Vadim Petrochenkov
-63
/
+159
2018-11-17
resolve: Resolve single-segment imports using in-scope resolution on 2018 edi...
Vadim Petrochenkov
-3
/
+15
2018-11-17
resolve: More precise determinacy tracking during import/macro resolution
Vadim Petrochenkov
-6
/
+6
2018-11-17
resolve: Improve diagnostics for resolution ambiguities
Vadim Petrochenkov
-237
/
+275
2018-11-17
resolve: Prohibit relative paths in visibilities on 2018 edition
Vadim Petrochenkov
-0
/
+29
2018-11-15
resolve: Filter away macro prelude in modules with `#[no_implicit_prelude]` o...
Vadim Petrochenkov
-1
/
+25
2018-11-15
Sidestep ICE in `type_of_def_id()` when called from `return_type_impl_trait`
Esteban Küber
-0
/
+72
2018-11-12
Add missing `rustc_promotable` attribute to unsigned `min_value` and `max_value`
Oliver Scherer
-0
/
+74
2018-11-12
Typecheck patterns of all match arms first, so we get types for bindings.
Felix S. Klock II
-0
/
+23
2018-11-10
Regression test for issue 55552.
Felix S. Klock II
-0
/
+31
2018-11-10
Bubble up an overflow error so that rustdoc can ignore it
Oliver Scherer
-1
/
+2
2018-11-07
enforce unused-must-use lint in macros
Alex Burka
-0
/
+31
2018-11-01
Fix wrong validation clasisfication of `Option<&T>::Some` values
Oliver Scherer
-0
/
+18
2018-10-31
Fix an ICE in the min_const_fn analysis
Oliver Scherer
-0
/
+23
2018-10-31
Update compare-mode=nll stderr files to reflect the fix to #55492.
Felix S. Klock II
-65
/
+18
2018-10-31
Regression test for issue 55492.
Felix S. Klock II
-0
/
+224
2018-10-29
back out bogus `Ok`-wrapping suggestion on `?` arm type mismatch
Zack M. Davis
-33
/
+2
[next]