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
/
span
Age
Commit message (
Expand
)
Author
Lines
2019-02-20
Fix erroneous loop diagnostic in nll
Santiago Pastorino
-5
/
+5
2019-02-11
Use hidden suggestions for unused imports lint
Esteban Küber
-4
/
+0
2019-02-08
unused_imports: update tests
Pietro Albini
-0
/
+4
2019-01-28
Unused variable suggestions on all patterns.
David Wood
-1
/
+1
2019-01-19
Suggest usage of angle brackets
Esteban Küber
-4
/
+4
2019-01-14
Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavis
Mazdak Farrokhzad
-2
/
+2
2019-01-09
clarify resolve typo suggestion
Andy Russell
-2
/
+2
2019-01-08
improve non_snake_case diagnostics
Andy Russell
-4
/
+4
2019-01-06
Make sure feature gate errors are recoverable (take 2)
Vadim Petrochenkov
-3
/
+3
2018-12-30
Remove unused nll debug flags
Matthew Jasper
-14
/
+9
2018-12-27
Fix rebase and more CI failures
Vadim Petrochenkov
-7
/
+8
2018-12-27
Do not abort compilation if expansion produces errors
Vadim Petrochenkov
-11
/
+24
2018-12-25
Remove licenses
Mark Rousskov
-1220
/
+317
2018-12-20
Refactor and add comments to code in receiver_is_valid
Michael Hewson
-3
/
+3
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-18
resolve: Avoid sentence breaks in diagnostics
Vadim Petrochenkov
-1
/
+1
2018-11-18
resolve: More precise determinacy tracking during import/macro resolution
Vadim Petrochenkov
-6
/
+6
2018-11-07
Removed `#[rustc_error]` from tests that are all `// compile-pass`.
Felix S. Klock II
-16
/
+3
2018-11-05
Make `ui/span/borrowck-borrow-overloaded-auto-deref-mut.rs` robust w.r.t. NLL.
Felix S. Klock II
-4
/
+29
2018-10-21
Auto merge of #55236 - petrochenkov:pfail, r=davidtwco
bors
-53
/
+0
2018-10-21
Use new region infer errors for explaining borrows
Matthew Jasper
-6
/
+3
2018-10-21
Move more parsing tests to ui/parser
Vadim Petrochenkov
-53
/
+0
2018-10-07
Identify borrows captured by trait objects.
David Wood
-1
/
+1
2018-10-05
Updates to .stderr output in ui tests from earlier changes.
Felix S. Klock II
-36
/
+58
2018-10-03
Clearer later use messages for calls
Matthew Jasper
-21
/
+15
2018-10-02
Auto merge of #54767 - pietroalbini:rollup, r=pietroalbini
bors
-1
/
+1
2018-10-01
Extra proc macro gates are now at #54727
Alex Crichton
-1
/
+1
2018-09-28
Test fixes for the change of error message for issue #54015
Rusty Blitzerr
-5
/
+5
2018-09-25
Update E0714 to E0716 in tests output
Mikhail Modin
-14
/
+14
2018-09-25
add "temporary value dropped while borrowed" error
Mikhail Modin
-22
/
+22
2018-09-23
Update tests for changes to drop access
Matthew Jasper
-6
/
+20
2018-09-23
Remove irrelevant message about drop order
Matthew Jasper
-3
/
+0
2018-09-23
Auto merge of #54310 - pnkfelix:issue-52059-report-borrow-drop-conflict, r=ni...
bors
-10
/
+11
2018-09-18
Update NLL 3-point error message for fake reads in optimized let patterns
Remy Rakic
-21
/
+21
2018-09-18
Updates to tests reflecting the diangostic changes in previous commit.
Felix S. Klock II
-10
/
+11
2018-09-16
Auto merge of #54157 - euclio:structured-suggestion, r=estebank
bors
-7
/
+7
2018-09-14
Auto merge of #54088 - matthewjasper:use-reason-in-dlle-errors, r=pnkfelix
bors
-0
/
+13
2018-09-12
use structured suggestion for "missing mut" label
Andy Russell
-7
/
+7
2018-09-10
Feature gate non-builtin attributes in inner attribute position
Vadim Petrochenkov
-3
/
+14
2018-09-09
Suggest a let binding to extend temporary lifetimes with NLL
Matthew Jasper
-0
/
+13
2018-08-28
Auto merge of #53493 - matthewjasper:hair-spans, r=nikomatsakis
bors
-11
/
+6
2018-08-27
Also use smaller spans for unsize adjustments
Matthew Jasper
-11
/
+6
2018-08-20
resolve: Consolidate error reporting for resolved macros in `fn resolve_macro...
Vadim Petrochenkov
-4
/
+4
2018-08-14
Label definition of captured variables in errors.
David Wood
-0
/
+3
2018-08-06
Auto merge of #52332 - zackmdavis:dead_code_lint_should_say_2_electric_boogal...
bors
-6
/
+6
2018-08-03
Update tests for new spans for nll errors involving closures
Matthew Jasper
-24
/
+22
2018-08-03
Auto merge of #52948 - davidtwco:issue-52633-later-loop-iteration, r=pnkfelix
bors
-5
/
+5
2018-08-01
minor fallout from the change.
Felix S. Klock II
-2
/
+0
2018-08-01
Errors are more specific in cases where borrows are used in future iterations...
David Wood
-5
/
+5
2018-08-01
Rollup merge of #52904 - pnkfelix:issue-51167-sort-by-span, r=petrochenkov
Pietro Albini
-55
/
+55
[next]