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
/
macros.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-15
Fold visit into ty
Michael Goulet
-3
/
+3
2025-03-15
Squash fold into ty
Michael Goulet
-3
/
+3
2025-02-19
Make fewer crates depend on rustc_ast_ir
Michael Goulet
-1
/
+1
2025-01-31
Don't export the `Trivial*` macros.
Nicholas Nethercote
-3
/
+0
2025-01-31
Simplify `bug!` and `span_bug!`.
Nicholas Nethercote
-20
/
+8
2024-10-02
Improve const traits diagnostics for new desugaring
Deadbeef
-1
/
+1
2024-07-17
lift_to_tcx -> lift_to_interner
Michael Goulet
-1
/
+1
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-4
/
+4
2024-05-10
Lift `Lift`
Michael Goulet
-1
/
+1
2024-03-21
Remove unnecessary braces from span_bug
Michael Goulet
-9
/
+19
2024-03-05
Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult`
Jason Newcomb
-2
/
+2
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-4
/
+4
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-4
/
+6
2023-09-18
Rename `CloneLiftImpls` as `TrivialLiftImpls`.
Nicholas Nethercote
-2
/
+2
2023-07-25
Make everything builtin!
Michael Goulet
-2
/
+2
2023-04-16
Simplify `CloneLiftImpls` and `TrivialTypeTraversalImpls`.
Nicholas Nethercote
-25
/
+9
2023-04-10
Fix typos in compiler
DaniPopes
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-5
/
+5
2023-02-13
Move folding and visiting traits into type library
Alan Egerton
-170
/
+4
2023-02-13
Make atomic structural impls generic over Interner
Alan Egerton
-8
/
+32
2023-02-13
Make folding traits generic over the Interner
Alan Egerton
-2
/
+2
2023-02-13
Make visiting traits generic over the Interner
Alan Egerton
-2
/
+2
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-8
/
+8
2023-01-17
Stop using `BREAK` & `CONTINUE` in compiler
Scott McMurray
-4
/
+4
2022-12-30
Add some docs to `bug`, `span_bug` and `delay_span_bug`
Nilstrieb
-0
/
+18
2022-10-17
add inline to `TrivialTypeTraversalImpls`
lcnr
-2
/
+11
2022-07-05
impl TypeVisitable in type traversal macros
Alan Egerton
-18
/
+28
2022-06-08
Folding revamp.
Nicholas Nethercote
-4
/
+4
2021-12-02
Rename TypeFolderFallible to FallibleTypeFolder
Alan Egerton
-2
/
+2
2021-12-02
Reduce boilerplate around infallible folders
Alan Egerton
-3
/
+3
2021-11-26
Make `TypeFoldable` implementors short-circuit on error
LeSeulArtichaut
-7
/
+7
2020-11-17
Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk
bors
-2
/
+2
2020-11-16
words
lcnr
-4
/
+4
2020-11-16
compiler: fold by value
Bastian Kauschke
-3
/
+3
2020-11-14
Introduce `TypeVisitor::BreakTy`
LeSeulArtichaut
-2
/
+2
2020-10-30
Remove implicit `Continue` type
LeSeulArtichaut
-2
/
+2
2020-10-30
TypeVisitor: use `std::ops::ControlFlow` instead of `bool`
LeSeulArtichaut
-8
/
+10
2020-10-21
Lift: take self by value
Bastian Kauschke
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+220