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-fulldeps
Age
Commit message (
Expand
)
Author
Lines
2022-02-23
rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.
Eduard-Mihai Burtescu
-1
/
+1
2022-02-20
Remove support for JSON deserialization to Rust
Mark Rousskov
-89
/
+16
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-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-5
/
+5
2022-01-16
Rollup merge of #92646 - mdibaiee:76935/pass-by-value, r=lcnr
Matthias Krüger
-105
/
+245
2022-01-15
Return a LocalDefId in get_parent_item.
Camille GILLOT
-1
/
+1
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-12-15
Remove unnecessary sigils around `Ident::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-11-28
Take a LocalDefId in expect_*item.
Camille GILLOT
-2
/
+2
2021-11-24
Add feature gate test for "rustdoc_internal" feature
Guillaume Gomez
-1
/
+1
2021-11-08
Don't abort compilation after giving a lint error
Joshua Nelson
-12
/
+33
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
-2
/
+2
2021-10-03
Update ui-fulldeps.
Camille GILLOT
-5
/
+5
2021-09-30
Bless tests.
Camille GILLOT
-9
/
+10
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-17
/
+14
2021-09-03
Detect bare blocks with type ascription that were meant to be a `struct` literal
Esteban Kuber
-0
/
+1
2021-08-22
Fix typos “an”→“a” and a few different ones that appeared in the sa...
Frank Steffahn
-1
/
+1
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-1
/
+1
2021-08-10
Replace #[plugin_registrar] with exporting __rustc_plugin_registrar
bjorn3
-32
/
+72
2021-07-27
Add long explanation for E0498
Chris Midgley
-0
/
+1
2021-07-25
Introduce OwnerNode::Crate.
Camille GILLOT
-2
/
+2
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-0
/
+5
2021-07-13
Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obk
bors
-20
/
+27
2021-07-09
Fix default_hash_types to use resolved path
Cameron Steffen
-20
/
+27
2021-07-08
Rework SESSION_GLOBALS API to prevent overwriting it
Guillaume Gomez
-2
/
+2
2021-06-10
Auto merge of #80080 - rylev:qpath-on-struct, r=petrochenkov
bors
-67
/
+60
2021-06-10
Auto merge of #86098 - pietroalbini:test-stable, r=Mark-Simulacrum
bors
-18
/
+24
2021-06-10
Add support for using qualified paths with structs in expression and pattern
Ryan Levick
-67
/
+60
2021-06-07
ignore ui-fulldeps/session-derive-errors.rs on beta and stable
Pietro Albini
-18
/
+24
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
-4
/
+4
2021-03-30
Fix fulldeps tests.
Camille GILLOT
-2
/
+2
2021-03-16
ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct`
Vadim Petrochenkov
-1
/
+3
2021-03-09
Rebase fallout.
Camille GILLOT
-1
/
+1
2021-03-09
Fix ui-fulldeps tests.
Camille GILLOT
-3
/
+5
2021-02-03
Allow/fix non_fmt_panic in tests.
Mara Bos
-3
/
+3
2021-01-17
Fix formatting for removed lints
Joshua Nelson
-9
/
+9
2021-01-13
Update tests for extern block linting
Mark Rousskov
-3
/
+2
2020-12-29
Remove `compile-fail` test suite
Vadim Petrochenkov
-3
/
+3
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
[next]