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
/
compiler
/
rustc_resolve
/
src
/
macros.rs
Age
Commit message (
Expand
)
Author
Lines
2024-10-07
Rename nested_meta to meta_item_inner
codemountains
-3
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-15
/
+12
2024-09-13
Auto merge of #129137 - camelid:lazy-def-macro-const, r=BoxyUwU
bors
-7
/
+9
2024-09-12
Fix anon const def-creation when macros are involved
Noah Lev
-7
/
+9
2024-09-12
Introduce `'ra` lifetime name.
Nicholas Nethercote
-16
/
+16
2024-08-11
Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors
Matthias Krüger
-5
/
+5
2024-08-08
rm `declared_features` field in resolver
bohan
-1
/
+2
2024-08-07
make `import.vis` is not mutable
bohan
-4
/
+23
2024-08-07
Use more slice patterns inside the compiler
León Orell Valerian Liehr
-5
/
+5
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-15
/
+20
2024-07-06
out_of_scope_macro_calls: Detect calls inside attributes more precisely
Vadim Petrochenkov
-4
/
+5
2024-06-25
Auto merge of #125741 - petrochenkov:atvisord, r=davidtwco
bors
-9
/
+71
2024-06-24
resolve: Implement a lint for out-of-scope use of `macro_rules`
Vadim Petrochenkov
-9
/
+71
2024-06-24
Rollup merge of #125241 - Veykril:tool-rust-analyzer, r=davidtwco
Matthias Krüger
-3
/
+4
2024-06-21
Add `rust_analyzer` as a predefined tool
Lukas Wirth
-3
/
+4
2024-06-14
delegation: Implement glob delegation
Vadim Petrochenkov
-19
/
+133
2024-05-22
Auto merge of #125326 - weiznich:move/do_not_recommend_to_diganostic_namespac...
bors
-1
/
+3
2024-05-21
Rename buffer_lint_with_diagnostic to buffer_lint
Xiretza
-6
/
+6
2024-05-21
Make early lints translatable
Xiretza
-1
/
+4
2024-05-21
Convert uses of BuiltinLintDiag::Normal to custom variants
Xiretza
-17
/
+30
2024-05-21
Port DeprecatedMacro to diag structs
Xiretza
-5
/
+3
2024-05-21
Generate lint diagnostic message from BuiltinLintDiag
Xiretza
-1
/
+0
2024-05-21
Move `#[do_not_recommend]` to the `#[diagnostic]` namespace
Georg Semmler
-1
/
+3
2024-05-18
Auto merge of #125105 - nnethercote:rustc_resolve-cleanups, r=estebank
bors
-5
/
+1
2024-05-15
Add `on_unimplemented" typo suggestions
mejrs
-5
/
+15
2024-05-10
Remove `ordinalize`.
Nicholas Nethercote
-5
/
+1
2024-05-03
Ensure miri only uses fallback bodies that have manually been vetted to prese...
Oli Scherer
-1
/
+1
2024-04-26
Introduce `DeriveResolution`.
Nicholas Nethercote
-8
/
+8
2024-04-13
Migrate more diagnostics
Jean CASPAR
-33
/
+28
2024-04-13
Migrate some diagnostics
Jean CASPAR
-9
/
+5
2024-03-13
delay expand macro bang when there has indeterminate path
bohan
-34
/
+51
2024-03-11
Remove `Default` derive from `MacroExpectedFound`.
Nicholas Nethercote
-1
/
+2
2024-03-05
Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`.
Nicholas Nethercote
-2
/
+2
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-2
/
+2
2024-02-18
By tracking import use types to check whether it is scope uses or the other s...
surechen
-2
/
+2
2024-01-29
Supress unhelpful diagnostics for unresolved top level attributes
yukang
-17
/
+15
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-1
/
+1
2024-01-13
Auto merge of #119945 - matthiaskrgr:rollup-oy3e1j2, r=matthiaskrgr
bors
-1
/
+1
2024-01-13
Add check for ui_testing via promoting parameters from `ParseSess` to `Session`
George-lewis
-7
/
+1
2024-01-13
store the segment name when resolution fails
bohan
-1
/
+1
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-4
/
+4
2024-01-10
Rename `struct_span_err!` as `struct_span_code_err!`.
Nicholas Nethercote
-2
/
+2
2024-01-08
Use chaining for `DiagnosticBuilder` construction and `emit`.
Nicholas Nethercote
-5
/
+4
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-3
/
+3
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-15
/
+15
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-4
/
+1
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-11-28
resolve: Feed the `def_kind` query immediately on `DefId` creation
Vadim Petrochenkov
-4
/
+0
2023-11-25
resolve: Avoid clones of `MacroData`
Vadim Petrochenkov
-13
/
+10
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
[next]