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-06-15
Rollup merge of #98083 - nnethercote:rename-Encoder, r=bjorn3
Yuki Okushi
-9
/
+9
2022-06-14
Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obk
Dylan DPC
-0
/
+149
2022-06-14
Rename rustc_serialize::opaque::Encoder as MemEncoder.
Nicholas Nethercote
-9
/
+9
2022-06-10
lint: add diagnostic translation migration lints
David Wood
-0
/
+149
2022-06-10
Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1.
Nicholas Nethercote
-3
/
+3
2022-06-10
Revert b983e42936feab29f6333e9835913afc6b4a394e.
Nicholas Nethercote
-9
/
+9
2022-06-08
Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.
Nicholas Nethercote
-9
/
+9
2022-06-08
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-3
/
+3
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-12
/
+25
2022-06-03
Fix all tests
bjorn3
-35
/
+111
2022-05-30
errors: simplify referring to fluent attributes
David Wood
-37
/
+15
2022-05-28
Fix TyKind lint, make consts no longer fn, etc
Michael Goulet
-87
/
+119
2022-05-28
Rollup merge of #97327 - davidtwco:diagnostic-translation-compile-time-valida...
Dylan DPC
-0
/
+109
2022-05-24
macros: introduce `fluent_messages` macro
David Wood
-0
/
+109
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
[prev]
[next]