about summary refs log tree commit diff
path: root/compiler/rustc_interface
AgeCommit message (Expand)AuthorLines
2023-06-21Remove Queries::ongoing_codegen.Nicholas Nethercote-20/+13
2023-06-15Remove comments from mir-opt MIR dumpsBen Kimock-1/+1
2023-06-13Tweak names and docs for vtable statsMaybe Waffle-10/+12
2023-06-13Simplify code as suggested by the reviewMaybe Waffle-15/+6
2023-06-12Collect VTable stats & add `-Zprint-vtable-sizes`Maybe Waffle-0/+95
2023-06-09Auto merge of #111626 - pjhades:output, r=b-naberbors-39/+99
2023-06-08Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis...Andrew Xie-3/+8
2023-06-06Write to stdout if `-` is given as output fileJing Peng-39/+99
2023-06-04Switched some uses to UnordMapAndrew Xie-1/+3
2023-05-25Ensure Fluent messages are in alphabetical orderclubby789-27/+27
2023-05-23Don't leak the function that is called on dropMaybe Waffle-2/+2
2023-05-19Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillotbors-0/+5
2023-05-18Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31bors-2/+5
2023-05-18Rollup merge of #111633 - nnethercote:avoid-ref-format, r=WaffleLapkinDylan DPC-12/+9
2023-05-17Only depend on CFG_VERSION in rustc_interfacejyn-2/+5
2023-05-16Turn debugger_visualizers from feed- into regular query.Michael Woerister-6/+0
2023-05-16Fix dependency tracking for debugger visualizersMichael Woerister-0/+11
2023-05-16Auto merge of #108062 - Zoxc:spec-incr, r=cjgillotbors-0/+3
2023-05-16Avoid `&format("...")` calls in error message code.Nicholas Nethercote-12/+9
2023-05-15Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker-6/+5
2023-05-14Specialize query execution for incremental and non-incrementalJohn Kåre Alsaker-0/+3
2023-05-14Auto merge of #108638 - Zoxc:erase-query-values-map, r=cjgillotbors-3/+6
2023-05-13Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillotbors-0/+5
2023-05-11Rollup merge of #111292 - Urgau:check-cfg-issue-111291, r=petrochenkovMatthias Krüger-1/+10
2023-05-06Fix --check-cfg bug with args order when parsingUrgau-1/+10
2023-05-06Auto merge of #109421 - mhammerly:extern-force-option, r=petrochenkovbors-0/+1
2023-05-06correct literals for dyn thread safeSparrowLii-1/+1
2023-05-06rename relative names in `sync`SparrowLii-1/+1
2023-05-06introduce `DynSend` and `DynSync` auto traitSparrowLii-0/+5
2023-05-06Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiserYuki Okushi-1/+1
2023-05-05add "force" option to --externMatt Hammerly-0/+1
2023-05-05Rollup merge of #111068 - Urgau:check-cfg-improvements, r=petrochenkovDylan DPC-28/+48
2023-05-05Improve internal representation of check-cfgUrgau-11/+14
2023-05-05Use explicit instead of implicit control-flow for check-cfg parsingUrgau-23/+40
2023-05-03Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3Manish Goregaokar-0/+4
2023-05-03Add cross-language LLVM CFI support to the Rust compilerRamon de C Valle-0/+4
2023-05-01Change rlink serialization from `MemEncoder` to `FileEncoder`.Nicholas Nethercote-2/+1
2023-04-30Use dynamic dispatch for queriesJohn Kåre Alsaker-3/+6
2023-04-29Auto merge of #109611 - Zoxc:query-engine-rem, r=cjgillotbors-15/+8
2023-04-27Auto merge of #107782 - Zoxc:worker-local, r=cjgillotbors-0/+6
2023-04-26Remove QueryEngine traitJohn Kåre Alsaker-15/+8
2023-04-25Revert "Rename -Zoom=panic to -Zoom=unwind"Matthias Krüger-1/+1
2023-04-25Rollup merge of #110681 - klensy:cut-dep, r=lcnrYuki Okushi-1/+0
2023-04-23Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillotbors-21/+0
2023-04-22Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwcobors-1/+1
2023-04-22drop unused deps, gate libc under unix for one crateklensy-1/+0
2023-04-22Auto merge of #104844 - cjgillot:mention-eval-place, r=jackh726,RalfJungbors-0/+1
2023-04-21Run `check_match` and `check_liveness` when MIR is built instead of having an...Oli Scherer-21/+0
2023-04-21Make `check_match` and `check_liveness` take a `LocalDefId`Oli Scherer-1/+1
2023-04-21Actually keep `PlaceMention` if requested.Camille GILLOT-0/+1