about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/util.rs
AgeCommit message (Expand)AuthorLines
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