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
/
tests
/
ui
/
parser
/
issues
Age
Commit message (
Expand
)
Author
Lines
2024-10-26
Deny calls to non-`#[const_trait]` methods in MIR constck
Deadbeef
-4
/
+0
2024-10-12
Rollup merge of #130870 - surechen:fix_130791, r=compiler-errors
Trevor Gross
-0
/
+28
2024-10-06
On function and method calls in patterns, link to the book
Esteban Küber
-2
/
+5
2024-09-27
Add suggestion for removing invalid path separator `::` in function definition.
surechen
-0
/
+28
2024-09-22
Auto merge of #130246 - dianne:issue-97589-fix, r=petrochenkov
bors
-0
/
+20
2024-09-18
Add suggestions for expressions in patterns
Lieselotte
-0
/
+15
2024-09-12
Implement a Method to Seal `DiagInner`'s Suggestions
Veera
-8
/
+0
2024-09-11
add regression test for #97589
dianne
-0
/
+20
2024-09-06
Add Suggestions for Misspelled Keywords
Veera
-8
/
+25
2024-08-24
Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-su...
Trevor Gross
-6
/
+28
2024-08-04
don't suggest turning crate-level attributes into outer style
yukang
-6
/
+28
2024-08-03
Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix"
Michael Goulet
-3
/
+1
2024-07-26
Improve error message for `extern "C" unsafe fn()`
Tamme Dittrich
-11
/
+24
2024-07-26
Add a test case for `extern "C" unsafe` to the ui tests
Tamme Dittrich
-0
/
+20
2024-07-25
Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obk
Matthias Krüger
-18
/
+18
2024-07-19
Rollup merge of #127350 - veera-sivarajan:bugfix-126311, r=lcnr
Matthias Krüger
-0
/
+92
2024-07-18
Be more accurate about calculating `display_col` from a `BytePos`
Esteban Küber
-36
/
+36
2024-07-18
Replace ASCII control chars with Unicode Control Pictures
Esteban Küber
-0
/
+0
2024-07-18
Fix ICE in suggestion caused by `⩵` being recovered as `==`
Esteban Küber
-6
/
+4
2024-07-12
Make `;` suggestions inline
Esteban Küber
-47
/
+9
2024-07-12
More accurate incorrect use of `await` suggestion
Esteban Küber
-2
/
+3
2024-07-12
Tweak tests to avoid confusing suggestion output
Esteban Küber
-4
/
+4
2024-07-12
Make parse error suggestions verbose and fix spans
Esteban Küber
-80
/
+376
2024-07-04
Update Tests
Veera
-0
/
+92
2024-07-04
Improve dead code analysis
mu001999
-1
/
+3
2024-06-21
Fix remaining cases
Michael Goulet
-1
/
+1
2024-06-04
Handle safety keyword for extern block inner items
Santiago Pastorino
-24
/
+24
2024-05-28
Allow type_of to return partially non-error types if the type was already tai...
Oli Scherer
-3
/
+15
2024-02-20
Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)
Peter Jaszkowiak
-1
/
+1
2024-05-20
Fix parsing of erroneously placed semicolons
ardi
-4
/
+33
2024-05-02
Stabilize exclusive_range
Ross Smyth
-2
/
+0
2024-04-25
Fix substitution parts having a shifted underline in some cases
Lieselotte
-1
/
+1
2024-04-22
Improve handling of expr->field errors
Sasha Pourcelot
-4
/
+13
2024-04-07
Remove useless configs in tests
Urgau
-30
/
+0
2024-03-25
Rollup merge of #122910 - compiler-errors:unit-struct-in-path-pat-only, r=pet...
Matthias Krüger
-6
/
+7
2024-03-24
Rollup merge of #122217 - estebank:issue-119685, r=fmease
Matthias Krüger
-4
/
+4
2024-03-22
Validate that we're only matching on unit struct for path pattern
Michael Goulet
-6
/
+7
2024-03-18
Provide structured suggestion for `#![feature(foo)]`
Esteban Küber
-1
/
+4
2024-03-17
review comment: `str` -> string in messages
Esteban Küber
-2
/
+2
2024-03-17
Use shorter span for existing `'` -> `"` structured suggestion
Esteban Küber
-2
/
+2
2024-03-09
Improve diagnostics for parenthesized type arguments
Daniel Sedlak
-0
/
+76
2024-03-01
Detect more cases of `=` to `:` typo
Esteban Küber
-7
/
+7
2024-02-18
macro_rules: Preserve all metavariable spans in a global side table
Vadim Petrochenkov
-6
/
+11
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-116
/
+116
2024-02-08
Continue to borrowck even if there were previous errors
Oli Scherer
-20
/
+43
2024-02-05
Rollup merge of #116284 - RalfJung:no-nan-match, r=cjgillot
Matthias Krüger
-1
/
+0
2024-01-31
Remove a has_errors check that does not prevent follow up error noise
Oli Scherer
-1
/
+18
2024-01-28
Handle methodcalls & operators in patterns
Lieselotte
-8
/
+8
2024-01-26
remove illegal_floating_point_literal_pattern lint
Ralf Jung
-1
/
+0
2024-01-13
Bless tests
George-lewis
-0
/
+1
[next]