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_macros
Age
Commit message (
Expand
)
Author
Lines
2021-10-10
Apply clippy suggestions
Clemens Wasser
-9
/
+7
2021-10-05
Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister
bors
-2
/
+2
2021-10-03
Remove re-export.
Camille GILLOT
-2
/
+2
2021-10-02
Prevent macro ambiguity errors
bjorn3
-6
/
+6
2021-09-20
Migrate to 2021
Mark Rousskov
-1
/
+1
2021-09-13
Use a separate interner type for UniqueTypeId
bjorn3
-1
/
+1
2021-09-11
don't clone types that are Copy (clippy::clone_on_copy)
Matthias Krüger
-4
/
+4
2021-08-19
Rollup merge of #86123 - Aaron1011:query-span, r=cjgillot
Guillaume Gomez
-48
/
+56
2021-08-02
Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum
bors
-1
/
+0
2021-08-01
bump bootstrap compiler to 1.55
Pietro Albini
-1
/
+0
2021-07-29
rfc3052: Remove authors field from Cargo manifests
Jade
-1
/
+0
2021-07-25
clippy::useless_format
Matthias Krüger
-1
/
+1
2021-07-18
Move OnDiskCache to rustc_query_impl.
Camille GILLOT
-1
/
+1
2021-07-09
Fix default_hash_types to use resolved path
Cameron Steffen
-1
/
+1
2021-06-18
Lint for unused borrows as part of UNUSED_MUST_USE
hi-rustin
-2
/
+2
2021-06-07
Preserve more spans in internal `rustc_queries!` macro
Aaron Hill
-48
/
+56
2021-06-01
Remove unused functions and arguments from rustc_serialize
bjorn3
-10
/
+8
2021-03-26
Use iter::zip in compiler/
Josh Stone
-1
/
+1
2021-03-11
Add inlining.
Camille GILLOT
-0
/
+2
2021-02-24
replaced some map_or with map_or_else
klensy
-1
/
+1
2021-02-23
replaced some unwrap_or with unwrap_or_else
klensy
-5
/
+5
2021-02-19
Move the query system to rustc_query_impl.
Camille GILLOT
-0
/
+3
2021-02-19
Wrap QueryDescription into a macro.
Camille GILLOT
-4
/
+4
2021-02-19
Make QueryEngine opaque to TyCtxt.
Camille GILLOT
-7
/
+5
2021-02-19
Wrap TyCtxt inside a QueryCtxt for queries.
Camille GILLOT
-13
/
+13
2021-02-19
Decouple the on-disk cache from the query engine.
Camille GILLOT
-2
/
+2
2021-02-08
Switch query descriptions to just String
Mark Rousskov
-2
/
+2
2021-01-31
Indent the code correctly again after removing the query categories.
Julian Wollersberger
-54
/
+52
2021-01-31
Remove the remains of the query categories.
Julian Wollersberger
-23
/
+4
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-1
/
+1
2021-01-01
rustc_serialize: specialize opaque encoding of some u8 sequences
Tyson Nottingham
-2
/
+2
2020-12-30
Rollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkor
Yuki Okushi
-1
/
+1
2020-12-30
where possible, pass slices instead of &Vec or &String (clippy::ptr_arg)
Matthias Krüger
-1
/
+1
2020-12-29
Use `desc` as a doc-comment if none exist yet
Joshua Nelson
-2
/
+36
2020-12-17
Stop using intermediate macros in definition of symbols
Arlie Davis
-21
/
+16
2020-12-13
./x.py fmt
Arlie Davis
-12
/
+3
2020-12-12
Improve error handling in `symbols` proc-macro
Arlie Davis
-54
/
+213
2020-11-19
Only create `OnDiskCache` in incremental compilation mode
Aaron Hill
-1
/
+1
2020-11-17
Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk
bors
-1
/
+1
2020-11-16
compiler: fold by value
Bastian Kauschke
-8
/
+8
2020-11-14
Introduce `TypeVisitor::BreakTy`
LeSeulArtichaut
-1
/
+1
2020-11-07
Small cleanup in `TypeFoldable` derive macro
LeSeulArtichaut
-2
/
+1
2020-10-30
Remove implicit `Continue` type
LeSeulArtichaut
-1
/
+1
2020-10-30
TypeVisitor: use `std::ops::ControlFlow` instead of `bool`
LeSeulArtichaut
-3
/
+8
2020-10-22
Retire rustc_dep_node_try_load_from_on_disk_cache.
Camille GILLOT
-26
/
+0
2020-10-22
Retire rustc_dep_node_force.
Camille GILLOT
-33
/
+0
2020-10-22
Unify query name and node name.
Camille GILLOT
-1
/
+1
2020-10-22
Remove unused category from macros.
Camille GILLOT
-6
/
+5
2020-10-21
Lift: take self by value
Bastian Kauschke
-2
/
+3
2020-09-26
Remove unused #[allow(...)] statements from compiler/
est31
-2
/
+0
[next]