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_resolve
/
src
/
macros.rs
Age
Commit message (
Expand
)
Author
Lines
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
2023-10-13
Format all the let chains in compiler
Michael Goulet
-24
/
+36
2023-10-05
Rename `Resolver::active_features`.
Nicholas Nethercote
-1
/
+1
2023-09-12
`#[diagnostic::on_unimplemented]` without filters
Georg Semmler
-2
/
+3
2023-09-04
resolve: derive diag for undetermined macro resolution
bohan
-8
/
+7
2023-08-24
resolve: Make bindings for derive helper attributes unique
Vadim Petrochenkov
-5
/
+14
2023-08-11
rustc: Move `features` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-1
/
+2
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-3
/
+3
2023-07-28
Introduce the `#[diagnostic]` attribute namespace
Georg Semmler
-3
/
+17
2023-07-22
Use features() over features_untracked() where possible
León Orell Valerian Liehr
-4
/
+1
2023-07-05
resolve: Use `Interned` for `NameBinding`
Vadim Petrochenkov
-2
/
+2
2023-06-29
resolve: Remove artificial import ambiguity errors
Vadim Petrochenkov
-1
/
+1
2023-06-18
Add translatable diagnostic for cannot find in this scope
Tom Martin
-3
/
+10
2023-06-10
Make "consider importing" consistent for macros
Mu001999
-3
/
+3
2023-06-01
Remember names of `cfg`-ed out items to mention them in diagnostics
Nilstrieb
-3
/
+9
2023-05-29
Use `Cow` in `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-2
/
+2
2023-05-24
Use `is_some_and`/`is_ok_and` in less obvious spots
Maybe Waffle
-2
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-11
/
+11
2023-04-25
Fix static string lints
clubby789
-3
/
+1
2023-04-17
Suggest using integration tests for proc-macros
clubby789
-5
/
+5
2023-04-07
Change type and field name to be clearer
Tom Martin
-3
/
+2
2023-04-07
Rewrite added diagnostics as translatable
Tom Martin
-6
/
+16
2023-04-06
Collapse if statements, change message to lowercase
Tom Martin
-6
/
+7
2023-04-02
Skip help messages if macro span is from macro
Tom Martin
-3
/
+5
2023-03-30
Fix typo
Tom Martin
-1
/
+1
2023-03-30
Update non-derive macro error message to match suggestion
Tom Martin
-9
/
+3
2023-03-26
Add suggestion to remove derive() if invoked macro is non-derive
Tom Martin
-5
/
+17
2023-03-23
rustc_interface: Add a new query `pre_configure`
Vadim Petrochenkov
-2
/
+2
2023-03-23
Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgr
bors
-2
/
+2
2023-03-22
More general captures
est31
-1
/
+1
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-2
/
+2
2023-03-06
Querify registered_tools.
Camille GILLOT
-7
/
+11
2023-02-22
resolve: Remove `ImportResolver`
Vadim Petrochenkov
-2
/
+1
2023-02-20
Remove a redundant function argument
Oli Scherer
-6
/
+1
2023-02-20
Prepare for adding a `TyCtxt` to `Resolver`
Oli Scherer
-23
/
+30
[next]