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
/
middle
Age
Commit message (
Expand
)
Author
Lines
2023-12-15
Don't pass lint back out of lint decorator
Michael Goulet
-2
/
+1
2023-12-15
Rollup merge of #118888 - compiler-errors:uplift-more-things, r=jackh726
Matthias Krüger
-0
/
+11
2023-12-14
Move special methods from ClosureKind back into rustc
Michael Goulet
-0
/
+11
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-2
/
+2
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-12-09
Auto merge of #116170 - matthewjasper:remove-thir-destruction-scopes, r=cjgillot
bors
-4
/
+0
2023-12-04
Don't include destruction scopes in THIR
Matthew Jasper
-4
/
+0
2023-12-04
Avoid adding compiler-used functions to `symbols.o`
DianQK
-0
/
+5
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-11-22
Replace `no_ord_impl` with `orderable`.
Nicholas Nethercote
-0
/
+1
2023-11-22
Replace `custom_encodable` with `encodable`.
Nicholas Nethercote
-0
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-20
Store feature stability un-split
Michael Goulet
-10
/
+4
2023-11-20
Unify defined_lib_features and lib_features queries
Michael Goulet
-4
/
+11
2023-11-14
finish `RegionKind` rename
lcnr
-1
/
+1
2023-10-30
Add method for checking if deprecation is a rustc version
David Tolnay
-1
/
+1
2023-10-30
Descriptive variant name deprecation versions outside the standard library
David Tolnay
-1
/
+3
2023-10-30
Represent absence of 'since' attribute as a variant of DeprecatedSince
David Tolnay
-5
/
+5
2023-10-30
Add a DeprecatedSince::Err variant for versions that fail to parse
David Tolnay
-9
/
+10
2023-10-30
Move deprecation_in_effect to inherent method on Deprecation
David Tolnay
-16
/
+3
2023-10-29
Store version of `deprecated` attribute in structured form
David Tolnay
-34
/
+12
2023-10-26
Parse rustc version at compile time
David Tolnay
-15
/
+12
2023-10-20
s/generator/coroutine/
Oli Scherer
-2
/
+2
2023-10-17
Automatically enable cross-crate inlining for small functions
Ben Kimock
-8
/
+0
2023-10-13
Format all the let chains in compiler
Michael Goulet
-2
/
+6
2023-10-05
Rename `Features::active_features`.
Nicholas Nethercote
-3
/
+3
2023-09-08
Rework no_coverage to coverage(off)
Andy Caldwell
-1
/
+1
2023-08-09
rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-1
/
+1
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-7
/
+7
2023-07-28
privacy: no nominal visibility for assoc fns
David Wood
-2
/
+7
2023-07-18
Add the `no-builtins` attribute to functions when `no_builtins` is applied at...
DianQK
-0
/
+2
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-5
/
+5
2023-07-14
Enable potential_query_instability lint in rustc_hir_typeck.
Michael Woerister
-2
/
+2
2023-06-15
privacy: Rename some variables for clarity
Vadim Petrochenkov
-3
/
+3
2023-06-15
privacy: Do not mark items reachable farther than their nominal visibility
Vadim Petrochenkov
-13
/
+16
2023-05-31
Remove const eval limit and implement an exponential backoff lint instead
Oli Scherer
-9
/
+2
2023-05-29
Use `Cow` in `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-6
/
+6
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-3
/
+2
2023-05-19
Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot
bors
-0
/
+39
2023-05-17
Rollup merge of #111648 - Nilstrieb:language-items, r=WaffleLapkin
Dylan DPC
-6
/
+2
2023-05-16
Move DebuggerVisualizerFile types from rustc_span to rustc_middle
Michael Woerister
-0
/
+39
2023-05-16
Remove `LangItems::require`
Nilstrieb
-6
/
+2
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-3
/
+3
2023-05-11
Populate effective visibilities in rustc_privacy
Bryanskiy
-26
/
+19
2023-05-08
Revert "Populate effective visibilities in `rustc_privacy`"
Michael Goulet
-19
/
+26
2023-05-05
Populate effective visibilities in `rustc_privacy`
Bryanskiy
-26
/
+19
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-4
/
+4
2023-04-28
Remove some unnecessary derives.
Nicholas Nethercote
-3
/
+3
2023-04-18
Store hashes in special types so they aren't accidentally encoded as numbers
Ben Kimock
-1
/
+1
2023-04-01
fix clippy::iter_kv_map
Matthias Krüger
-1
/
+1
[next]