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_middle
/
src
/
util
Age
Commit message (
Expand
)
Author
Lines
2025-03-30
Remove attribute `#[rustc_error]`
Vadim Petrochenkov
-1
/
+1
2025-02-11
Simplify intra-crate qualifiers.
Nicholas Nethercote
-4
/
+4
2025-01-31
Overhaul `to_readable_str`.
Nicholas Nethercote
-37
/
+0
2025-01-31
Move `find_self_call`.
Nicholas Nethercote
-50
/
+0
2025-01-31
Give a better explanation for having `bug_fmt` and `span_bug_fmt`.
Nicholas Nethercote
-3
/
+3
2025-01-13
Assert that Instance::try_resolve is only used on body-like things
Michael Goulet
-151
/
+0
2025-01-06
Improve find_self_call with reborrowed receiver
Michael Goulet
-19
/
+22
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-11-22
Get rid of HIR const checker
Michael Goulet
-0
/
+7
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-4
/
+4
2024-11-04
ty::KContainer -> ty::AssocItemContainer::K
Michael Goulet
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+5
2024-09-03
Move `MirPass` to `rustc_mir_transform`.
Nicholas Nethercote
-16
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+10
2024-07-19
Avoid ref when using format! in compiler
Yuri Astrakhan
-1
/
+1
2024-07-02
Instance::resolve -> Instance::try_resolve, and other nits
Michael Goulet
-1
/
+1
2024-06-14
Use is_lang_item more aggressively
Michael Goulet
-4
/
+4
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_middle`.
Nicholas Nethercote
-0
/
+2
2024-04-13
remove some ancient debug output, looks unused?
klensy
-15
/
+0
2024-04-12
remove dead code
klensy
-30
/
+0
2024-03-19
Make span_bug panic site useful again
Oli Scherer
-8
/
+11
2024-02-12
Tweak delayed bug mentions.
Nicholas Nethercote
-6
/
+6
2024-02-07
MirPass: make name more const
klensy
-0
/
+16
2024-01-15
compiler: Lower fn call arg spans down to MIR
Martin Nordholts
-1
/
+8
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-3
/
+3
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-2
/
+2
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-6
/
+6
2023-09-22
Merge `ExternProviders` into the general `Providers` struct
Oli Scherer
-0
/
+1
2023-09-22
Have a single struct for queries and hook
Oli Scherer
-0
/
+23
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-2
/
+2
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-2
/
+2
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-18
/
+18
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-2
/
+2
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-2
/
+2
2023-04-27
Don't call await a method
Michael Goulet
-0
/
+5
2023-04-16
Move some utils out of `rustc_const_eval`
Nilstrieb
-0
/
+180
2022-12-30
Add some docs to `bug`, `span_bug` and `delay_span_bug`
Nilstrieb
-2
/
+1
2022-04-05
span: move `MultiSpan`
David Wood
-1
/
+2
2021-11-09
Use AddAssign impl
est31
-1
/
+1
2021-02-03
Make panic/assert calls in rustc compatible with Rust 2021.
Mara Bos
-2
/
+2
2020-12-29
Add `#[track_caller]` to `bug!` and `register_renamed`
Joshua Nelson
-0
/
+1
2020-09-26
Remove unused #[allow(...)] statements from compiler/
est31
-2
/
+0
2020-08-30
mv compiler to compiler/
mark
-0
/
+135