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
/
mut
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-321
/
+0
2023-01-01
Verbose suggestions
Esteban Küber
-10
/
+17
2022-12-28
Use verbose suggestions for mutability errors
Esteban Küber
-2
/
+5
2022-04-16
Implementation for 65853
Jack Huey
-4
/
+10
2022-03-27
Point (again) to more expressions with their type, even if not fully resolved
Esteban Kuber
-0
/
+6
2021-12-14
Make TyS::is_suggestable more structual
Michael Goulet
-6
/
+0
2021-10-25
fix(rustc_typeck): report function argument errors on matching type
Michael Howell
-2
/
+4
2021-09-30
Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank
bors
-3
/
+3
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-3
/
+3
2021-09-25
Use larger span for adjustments on method calls
Aaron Hill
-3
/
+3
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-3
/
+5
2021-07-02
Improve error reporting for modifications behind `&` references
Fabian Wolff
-1
/
+1
2021-04-12
Compiler error messages: reduce assertiveness of message E0384
James Addison
-1
/
+1
2021-04-06
Point at `impl` and type defs introducing requirements on E0277
Esteban Küber
-1
/
+5
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-3
/
+3
2020-04-08
Small tweaks to required bound span
Esteban Küber
-1
/
+1
2020-03-26
introduce `negative_impls` feature gate and document
Niko Matsakis
-1
/
+1
2020-02-25
check_pat_ref: use pattern_cause
Mazdak Farrokhzad
-0
/
+6
2019-11-21
Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov
bors
-11
/
+11
2019-11-18
Surround types with backticks in type errors
Esteban Küber
-1
/
+1
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-10
/
+10
2019-11-18
Update ui tests
Guillaume Gomez
-0
/
+2
2019-09-22
On obligation errors point at the unfulfilled binding when possible
Esteban Küber
-1
/
+1
2019-08-31
Use span label instead of note for cause in E0631
Esteban Küber
-5
/
+3
2019-04-22
update tests for migrate mode by default
Matthew Jasper
-144
/
+21
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-8
/
+3
2019-03-17
Updated UI test output to remove test annotations for revisions
Mathias Blikstad
-11
/
+11
2019-03-11
Update NLL tests
Vadim Petrochenkov
-2
/
+2
2019-03-11
Update tests
Vadim Petrochenkov
-6
/
+6
2019-01-06
tests: Do not use `-Z parse-only`, continue compilation to test recovery
Vadim Petrochenkov
-3
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-113
/
+23
2018-12-24
make non_camel_case_types an early lint
Andy Russell
-12
/
+12
2018-10-05
Rollup merge of #54787 - varkor:unused-mut-in-desugaring, r=nikomatsakis
Pietro Albini
-0
/
+8
2018-10-03
Clearer later use messages for calls
Matthew Jasper
-1
/
+1
2018-10-03
Only warn about unused `mut` in user-written code
varkor
-0
/
+8
2018-09-12
use structured suggestion for "missing mut" label
Andy Russell
-15
/
+17
2018-08-19
move tests to borrowck directory, remove feature(nll)
Niko Matsakis
-14
/
+8
2018-08-15
Updated the most glaring instances of weak tests w.r.t. NLL that came from #5...
Felix S. Klock II
-2
/
+20
2018-08-14
Merged migrated compile-fail tests and ui tests. Fixes #46841.
David Wood
-0
/
+489