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-fulldeps
/
internal-lints
Age
Commit message (
Expand
)
Author
Lines
2022-06-10
lint: add diagnostic translation migration lints
David Wood
-0
/
+149
2022-05-28
Fix TyKind lint, make consts no longer fn, etc
Michael Goulet
-87
/
+119
2022-02-01
add a rustc::query_stability lint
lcnr
-0
/
+95
2022-01-27
Clarify the `usage-of-qualified-ty` error message.
Nicholas Nethercote
-2
/
+2
2022-01-11
rustc_pass_by_value: handle inferred generic types (with _)
Mahdi Dibaiee
-6
/
+20
2022-01-11
rustc_pass_by_value: handle generic and const type parameters
Mahdi Dibaiee
-2
/
+55
2022-01-11
rustc_pass_by_value: allow types with no parameters on self
Mahdi Dibaiee
-1
/
+14
2022-01-10
rustc_pass_by_value remove dependency on rustc_diagnostic_item
Mahdi Dibaiee
-11
/
+6
2022-01-10
rustc_pass_by_value lint: add test on custom types
Mahdi Dibaiee
-14
/
+78
2022-01-09
feat: pass_by_value lint attribute
Mahdi Dibaiee
-23
/
+24
2021-11-24
Add feature gate test for "rustdoc_internal" feature
Guillaume Gomez
-1
/
+1
2021-10-28
Revert "Add rustc lint, warning when iterating over hashmaps"
Mark Rousskov
-95
/
+0
2021-10-24
Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank
Matthias Krüger
-0
/
+95
2021-10-15
add a `rustc::query_stability` lint
lcnr
-0
/
+95
2021-10-15
Bless tests
Cameron Steffen
-1
/
+1
2021-08-22
Fix typos “an”→“a” and a few different ones that appeared in the sa...
Frank Steffahn
-1
/
+1
2021-07-09
Fix default_hash_types to use resolved path
Cameron Steffen
-20
/
+27
2021-06-06
Don't pass -Z unstable-options by default for UI tests
Joshua Nelson
-3
/
+4
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-1
/
+1
2020-12-03
Only deny doc_keyword in std and set it as "allow" by default
Guillaume Gomez
-2
/
+8
2020-12-03
Add test for EXISTING_DOC_KEYWORD internal lint
Guillaume Gomez
-0
/
+20
2020-09-21
add test
Bastian Kauschke
-0
/
+53
2020-06-15
make all uses of ty::Error or ConstKind::Error delay a span bug
mark
-2
/
+2
2020-05-12
Remove ty::UnnormalizedProjection
Jack Huey
-15
/
+8
2020-03-30
rustc -> rustc_middle part 5 -- fix tests
Mazdak Farrokhzad
-7
/
+7
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-0
/
+1
2020-01-24
Normalise notes with the/is
varkor
-5
/
+5
2020-01-11
fix fallout in ui-fulldeps
Mazdak Farrokhzad
-5
/
+4
2019-12-03
Fix UI tests for new locations
Mark Rousskov
-3
/
+5
2019-10-17
Take lint passes as constructor functions
Mark Rousskov
-0
/
+1
2019-10-17
Make get_lints be a static function
Mark Rousskov
-11
/
+2
2019-09-25
Fix fallout
varkor
-2
/
+2
2019-09-25
Rename surviving uses of `sty`
varkor
-6
/
+6
2019-06-24
Turn internal lints into tool lints
flip1995
-15
/
+15
2019-06-24
Only allow {declare,impl}_lint_pass macros for implementing LintPass
flip1995
-1
/
+30
2019-06-24
Implement initernal lint LINT_PASS_IMPL_WITHOUT_MACRO
flip1995
-0
/
+50
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-43
/
+43
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-43
/
+43
2019-04-28
Update *.stderr files
flip1995
-1
/
+101
2019-04-28
Add tests
flip1995
-0
/
+99
2019-04-03
Update tests
flip1995
-57
/
+38
2019-04-03
Fix rebase fallout
flip1995
-59
/
+39
2019-04-03
Add tests for internal lints
flip1995
-0
/
+345