about summary refs log tree commit diff
path: root/compiler/rustc_macros
AgeCommit message (Expand)AuthorLines
2021-01-01rustc_serialize: specialize opaque encoding of some u8 sequencesTyson Nottingham-2/+2
2020-12-30Rollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkorYuki Okushi-1/+1
2020-12-30where possible, pass slices instead of &Vec or &String (clippy::ptr_arg)Matthias Krüger-1/+1
2020-12-29Use `desc` as a doc-comment if none exist yetJoshua Nelson-2/+36
2020-12-17Stop using intermediate macros in definition of symbolsArlie Davis-21/+16
2020-12-13./x.py fmtArlie Davis-12/+3
2020-12-12Improve error handling in `symbols` proc-macroArlie Davis-54/+213
2020-11-19Only create `OnDiskCache` in incremental compilation modeAaron Hill-1/+1
2020-11-17Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obkbors-1/+1
2020-11-16compiler: fold by valueBastian Kauschke-8/+8
2020-11-14Introduce `TypeVisitor::BreakTy`LeSeulArtichaut-1/+1
2020-11-07Small cleanup in `TypeFoldable` derive macroLeSeulArtichaut-2/+1
2020-10-30Remove implicit `Continue` typeLeSeulArtichaut-1/+1
2020-10-30TypeVisitor: use `std::ops::ControlFlow` instead of `bool`LeSeulArtichaut-3/+8
2020-10-22Retire rustc_dep_node_try_load_from_on_disk_cache.Camille GILLOT-26/+0
2020-10-22Retire rustc_dep_node_force.Camille GILLOT-33/+0
2020-10-22Unify query name and node name.Camille GILLOT-1/+1
2020-10-22Remove unused category from macros.Camille GILLOT-6/+5
2020-10-21Lift: take self by valueBastian Kauschke-2/+3
2020-09-26Remove unused #[allow(...)] statements from compiler/est31-2/+0
2020-09-17Preserve doc-comments when generating queriesJoshua Nelson-10/+19
2020-09-09Fix non-determinism in generated format string.jumbatm-5/+6
2020-09-08Auto merge of #75138 - jumbatm:session-diagnostic-derive, r=oli-obkbors-0/+678
2020-09-02pretty: trim paths of unique symbolsDan Aloni-1/+1
2020-09-01Add SessionDiagnostic derive macro.jumbatm-0/+678
2020-08-30mv compiler to compiler/mark-0/+1326