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
/
compiler
/
rustc_macros
Age
Commit message (
Expand
)
Author
Lines
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-24
/
+19
2023-01-04
Simplify some iterator combinators
Michael Goulet
-2
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2022-12-20
Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk
bors
-102
/
+53
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-25
/
+13
2022-12-18
Make `#[debug_format]` an attribute in `newtype_index`
Nilstrieb
-45
/
+21
2022-12-18
Make `#[max]` an attribute in `newtype_index`
Nilstrieb
-10
/
+11
2022-12-18
Make `#[no_ord_impl]` an attribute in `newtype_index`
Nilstrieb
-8
/
+4
2022-12-18
Make `#[custom_encodable]` an attribute for `newtype_index`
Nilstrieb
-10
/
+12
2022-12-18
Use `#[derive]` instead of custom syntax in all `newtype_index`
Nilstrieb
-12
/
+0
2022-12-18
use &str / String literals instead of format!()
Matthias Krüger
-8
/
+4
2022-12-15
more clippy::complexity fixes
Matthias Krüger
-1
/
+1
2022-12-14
Auto merge of #105233 - mejrs:always_eager, r=estebank
bors
-36
/
+11
2022-12-06
Auto merge of #105220 - oli-obk:feeding, r=cjgillot
bors
-4
/
+0
2022-12-05
feed resolver_for_lowering instead of storing it in a field
Oli Scherer
-4
/
+0
2022-12-04
Always evaluate vecs of subdiagnostics eagerly
mejrs
-36
/
+11
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-32
/
+32
2022-11-29
Sanity check computed value for feeable queries.
Camille GILLOT
-0
/
+9
2022-11-29
Allow to set a query's result as a side effect.
Camille GILLOT
-1
/
+20
2022-11-26
Auto merge of #103556 - clubby789:specialize-option-partial-eq, r=scottmcm
bors
-1
/
+27
2022-11-21
Improve slug name error
mejrs
-53
/
+45
2022-11-21
Fix tests
mejrs
-31
/
+39
2022-11-21
Match crate and slug names
mejrs
-1
/
+53
2022-11-18
couple of clippy::perf fixes
Matthias Krüger
-1
/
+1
2022-11-07
Modify comment syntax error
wanghaha-dev
-2
/
+2
2022-11-01
Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco
Manish Goregaokar
-20
/
+104
2022-11-01
Auto merge of #103217 - mejrs:track, r=eholk
bors
-0
/
+3
2022-11-01
Use `allow_internal_unstable` and add unstable reason
clubby789
-1
/
+1
2022-10-31
Specialize PartialEq for `Option<newtype>`
clubby789
-0
/
+26
2022-10-31
Add more track_caller
mejrs
-0
/
+3
2022-10-26
Remove #[suggestion_*] attributes
Xiretza
-15
/
+37
2022-10-26
Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]
Xiretza
-1
/
+1
2022-10-26
Add "tool-only" suggestion style
Xiretza
-5
/
+8
2022-10-26
Add style= parameter to suggestion attributes
Xiretza
-14
/
+73
2022-10-23
Allow specifying multiple alternative suggestions
Xiretza
-21
/
+107
2022-10-23
Migrate all diagnostics
Nilstrieb
-9
/
+9
2022-10-23
Generate fluent message constant in a flat module for all crates
Nilstrieb
-34
/
+31
2022-10-17
infer: use derive more
David Wood
-0
/
+2
2022-10-17
macros: fully specify path to `Fn`
David Wood
-1
/
+1
2022-10-17
macros: allow subdiagnostic-kind-less variants
David Wood
-5
/
+16
2022-10-17
macros: support doc comments in diag derives
David Wood
-14
/
+60
2022-10-14
Get rid of `rustc_query_description!`
Nilstrieb
-17
/
+28
2022-10-14
Remove unsued variable in query macro
Nilstrieb
-7
/
+0
2022-10-10
macros: simplify field ordering in diag derive
David Wood
-102
/
+38
2022-10-10
macros: separate suggestion fmt'ing and emission
David Wood
-23
/
+81
2022-10-10
macros: `#[subdiagnostic(eager)]`
David Wood
-21
/
+63
2022-10-10
errors: `AddToDiagnostic::add_to_diagnostic_with`
David Wood
-19
/
+30
2022-10-10
macros: tidy up lint changes
David Wood
-3
/
+6
2022-10-03
errors: rename `typeck.ftl` to `hir_analysis.ftl`
David Wood
-2
/
+2
2022-10-01
Refactor rustc lint API
Maybe Waffle
-15
/
+20
[next]