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-05-24
Emit weird lint name lints after expansion
est31
-8
/
+8
2022-05-12
errors: `set_arg` takes `IntoDiagnosticArg`
David Wood
-8
/
+17
2022-05-12
macros: spanless subdiagnostics from `()` fields
David Wood
-0
/
+22
2022-05-06
macros: allow `Vec` fields in diagnostic derive
David Wood
-0
/
+8
2022-04-29
macros: add interop between diagnostic derives
David Wood
-2
/
+13
2022-04-29
macros: allow setting applicability in attribute
David Wood
-3
/
+45
2022-04-29
macros: reuse `SetOnce` trait in diagnostic derive
David Wood
-36
/
+91
2022-04-29
macros: add helper functions for invalid attrs
David Wood
-62
/
+76
2022-04-29
macros: subdiagnostic derive
David Wood
-0
/
+888
2022-04-29
tests: move diagnostic derive test to directory
David Wood
-41
/
+41
2022-04-25
Auto merge of #95246 - ChrisDenton:command-args, r=joshtriplett
bors
-13
/
+14
2022-04-05
macros: support translatable suggestions
David Wood
-57
/
+48
2022-04-05
macros: note/help in `SessionDiagnostic` derive
David Wood
-1
/
+113
2022-04-05
macros: support translatable labels
David Wood
-37
/
+41
2022-04-05
macros: optional error codes
David Wood
-11
/
+2
2022-04-05
macros: add `#[no_arg]` to skip `set_arg` call
David Wood
-1
/
+33
2022-04-05
macros: rename `#[message]` to `#[primary_span]`
David Wood
-6
/
+6
2022-04-05
macros: translatable struct attrs and warnings
David Wood
-108
/
+293
2022-04-05
macros: update session diagnostic errors
David Wood
-16
/
+16
2022-04-05
macros: add args for non-subdiagnostic fields
David Wood
-4
/
+4
2022-03-25
Update issue-15149.rs
Chris Denton
-13
/
+14
2022-03-21
Deduplicate ui-fulldeps.
Camille GILLOT
-6
/
+1
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-8
/
+8
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
[next]