about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/util.rs
AgeCommit message (Expand)AuthorLines
2021-04-06Auto merge of #81641 - bjorn3:find_codegen_backend, r=davidtwcobors-8/+17
2021-03-13Document `everybody_loops`Camelid-10/+18
2021-03-08Rollup merge of #82047 - the8472:fast-rename, r=davidtwcoDylan DPC-0/+18
2021-02-19Move handle_deadlock where it is used.Camille GILLOT-4/+28
2021-02-13bypass auto_da_alloc for metadata filesThe8472-0/+18
2021-02-01Find codegen backends in more locationsbjorn3-8/+17
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-2/+2
2020-11-26Properly handle attributes on statementsAaron Hill-2/+0
2020-11-24Move lev_distance to rustc_ast, make non-genericArlie Davis-3/+6
2020-11-10Merge set_panic and set_print into set_output_capture.Mara Bos-2/+2
2020-11-10Use Vec<u8> for LOCAL_STD{OUT,ERR} instead of dyn Write.Mara Bos-6/+2
2020-11-10Remove io::LocalOutput and use Arc<Mutex<dyn>> for local streams.Mara Bos-18/+3
2020-11-09Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwcoDylan DPC-6/+0
2020-11-04fix a couple of clippy warnings:Matthias Krüger-5/+4
2020-11-03rustc_ast: Do not panic by default when visiting macro callsVadim Petrochenkov-6/+0
2020-10-27Auto merge of #78227 - SergioBenitez:test-stdout-threading, r=m-ou-sebors-0/+5
2020-10-26Add support for using cg_clif to bootstrap rustcbjorn3-7/+128
2020-10-22Capture output from threads spawned in testsTyler Mandry-0/+5
2020-10-08Remove not needed lambda.Kazantcev Andrey-1/+1
2020-09-27Add option to pass a custom codegen backend from a driverbjorn3-1/+9
2020-09-17PR feedbackkhyperia-3/+3
2020-09-17Let backends define custom targetskhyperia-6/+9
2020-09-10Attach tokens to `ast::Stmt`Aaron Hill-0/+2
2020-09-10Attach `TokenStream` to `ast::Block`Aaron Hill-0/+1
2020-09-01interface: use `OnceCell` from standard librarymarmeladema-2/+2
2020-08-30mv compiler to compiler/mark-0/+770