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
/
test
/
ui
/
span
Age
Commit message (
Expand
)
Author
Lines
2021-10-05
Consider unfulfilled obligations in binop errors
Esteban Kuber
-1
/
+16
2021-09-30
Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank
bors
-31
/
+32
2021-09-28
Rollup merge of #89255 - FabianWolff:issue-88806, r=cjgillot
Guillaume Gomez
-7
/
+7
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-19
/
+16
2021-09-25
Fix incorrect disambiguation suggestion for associated items
Fabian Wolff
-7
/
+7
2021-09-25
Use larger span for adjustments on method calls
Aaron Hill
-31
/
+32
2021-09-15
Point to closure when emitting 'cannot move out' for captured variable
Fabian Wolff
-4
/
+10
2021-08-12
Use smaller spans for some structured suggestions
Esteban Kuber
-7
/
+7
2021-08-11
Modify structured suggestion output
Esteban Küber
-39
/
+39
2021-08-09
Use smaller spans when suggesting method call disambiguation
Esteban Kuber
-4
/
+5
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-1
/
+1
2021-07-30
Use multispan suggestions more often
Esteban Küber
-4
/
+6
2021-07-26
Actually infer args in visitors
kadmin
-2
/
+26
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-3
/
+6
2021-06-20
Specify if struct/enum in arg mismatch error
Smitty
-2
/
+2
2021-05-27
Test THIR unsafeck for unsafe ops in closures
LeSeulArtichaut
-9
/
+78
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-6
/
+6
2021-02-17
Rollup merge of #81860 - osa1:issue81800, r=estebank
Dylan DPC
-0
/
+21
2021-02-07
Fix SourceMap::start_point
Ömer Sinan Ağacan
-0
/
+21
2021-02-07
expand/resolve: Turn `#[derive]` into a regular macro attribute
Vadim Petrochenkov
-35
/
+7
2021-02-06
path trimming: ignore type aliases
Dan Aloni
-1
/
+1
2021-01-26
Point only at generic arguments when they are unexpected
Esteban Küber
-9
/
+18
2021-01-13
Update tests for extern block linting
Mark Rousskov
-1
/
+1
2020-12-29
Remove `compile-fail` test suite
Vadim Petrochenkov
-2
/
+2
2020-11-22
Drop support for cloudabi targets
Lzu Tao
-3
/
+1
2020-11-19
expand: Stop derive expansion un unexpected targets early
Vadim Petrochenkov
-28
/
+1
2020-11-19
resolve: Centralize some error reporting for unexpected macro resolutions
Vadim Petrochenkov
-4
/
+4
2020-10-15
ensure arguments are included in count mismatch span
Andy Russell
-21
/
+39
2020-09-28
pretty.rs: Update Closure and Generator print
Aman Arora
-1
/
+1
2020-09-08
Update tests
Guillaume Gomez
-1
/
+2
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-43
/
+43
2020-06-27
Fix wording for anonymous parameter name help
James Box
-2
/
+2
2020-06-20
update tests
Christian Poveda
-1
/
+3
2020-06-10
review comments: only suggest one substitution
Esteban Küber
-15
/
+3
2020-06-10
On recursive ADT, provide indirection structured suggestion
Esteban Küber
-12
/
+33
2020-06-04
resolve: Sort E0408 errors by Symbol str
Tom Eccles
-10
/
+10
2020-05-07
reword "possible candidate" import suggestion
Andy Russell
-1
/
+1
2020-04-29
Rollup merge of #71217 - estebank:tail-borrow-sugg, r=pnkfelix
Dylan DPC
-3
/
+18
2020-04-28
Suggest `;` or assignment to drop borrows in tail exprs
Esteban Küber
-3
/
+18
2020-04-23
Moving more build-pass tests to check-pass
Val Markovic
-2
/
+2
2020-04-14
Rename AssocKind::Method to AssocKind::Fn
Rustin-Liu
-10
/
+10
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-0
/
+8
2020-03-24
fix rebase fallout
Mazdak Farrokhzad
-0
/
+2
2020-03-23
Rollup merge of #70300 - aleksator:66636_reword_unused_variable_warning, r=Dy...
Mazdak Farrokhzad
-1
/
+1
2020-03-23
Reword unused variable warning
Alex Tokarev
-1
/
+1
2020-03-22
Increase verbosity when suggesting subtle code changes
Esteban Küber
-4
/
+5
2020-03-18
Properly handle Spans that reference imported SourceFiles
Aaron Hill
-0
/
+44
2020-03-12
update tests
Mark Mansi
-1
/
+1
2020-02-20
Rollup merge of #68877 - estebank:point-at-params, r=petrochenkov
Mazdak Farrokhzad
-20
/
+32
2020-02-17
Do not emit note suggesting to implement trait to foreign type
LeSeulArtichaut
-4
/
+0
[next]