1
Fork 0
rust/compiler/rustc_interface/src
Joshua Nelson ca72f9ed70 Calculate self-profile strings in Compiler::enter instead in codegen
This avoids each tool having to separately find and call
`self_profile_alloc_strings`.

- Don't compute the global context if it hasn't yet been computed

  This avoids giving extraneous errors about unresolved names if an error
  occurs during parsing.
2021-01-23 11:42:15 -05:00
..
callbacks.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
interface.rs Add some intra-doc links to compiler docs 2020-12-22 09:54:23 -05:00
lib.rs Merge set_panic and set_print into set_output_capture. 2020-11-10 21:58:13 +01:00
passes.rs Calculate self-profile strings in Compiler::enter instead in codegen 2021-01-23 11:42:15 -05:00
proc_macro_decls.rs Store ForeignItem in a side table. 2020-11-26 21:29:27 +01:00
queries.rs Calculate self-profile strings in Compiler::enter instead in codegen 2021-01-23 11:42:15 -05:00
tests.rs Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichton 2021-01-12 07:58:59 +09:00
util.rs Properly handle attributes on statements 2020-11-26 17:08:35 -05:00