| Commit message (Expand) | Author | Age | Files | Lines |
| * | Auto merge of #108062 - Zoxc:spec-incr, r=cjgillot | bors | 2023-05-16 | 1 | -0/+3 |
| |\ |
|
| | * | Specialize query execution for incremental and non-incremental | John Kåre Alsaker | 2023-05-14 | 1 | -0/+3 |
| * | | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | 2023-05-15 | 3 | -6/+5 |
| |/ |
|
| * | Auto merge of #108638 - Zoxc:erase-query-values-map, r=cjgillot | bors | 2023-05-14 | 2 | -3/+6 |
| |\ |
|
| | * | Use dynamic dispatch for queries | John Kåre Alsaker | 2023-04-30 | 2 | -3/+6 |
| * | | Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillot | bors | 2023-05-13 | 1 | -0/+5 |
| |\ \ |
|
| | * | | correct literals for dyn thread safe | SparrowLii | 2023-05-06 | 1 | -1/+1 |
| | * | | rename relative names in `sync` | SparrowLii | 2023-05-06 | 1 | -1/+1 |
| | * | | introduce `DynSend` and `DynSync` auto trait | SparrowLii | 2023-05-06 | 1 | -0/+5 |
| * | | | Rollup merge of #111292 - Urgau:check-cfg-issue-111291, r=petrochenkov | Matthias Krüger | 2023-05-11 | 1 | -1/+10 |
| |\ \ \ |
|
| | * | | | Fix --check-cfg bug with args order when parsing | Urgau | 2023-05-06 | 1 | -1/+10 |
| | |/ / |
|
| * | | | Auto merge of #109421 - mhammerly:extern-force-option, r=petrochenkov | bors | 2023-05-06 | 1 | -0/+1 |
| |\ \ \ |
|
| | * | | | add "force" option to --extern | Matt Hammerly | 2023-05-05 | 1 | -0/+1 |
| | |/ / |
|
| * | | | Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiser | Yuki Okushi | 2023-05-06 | 1 | -1/+1 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | Stablize raw-dylib, link_ordinal and -Cdlltool | Daniel Paoliello | 2023-04-18 | 1 | -1/+1 |
| * | | | Rollup merge of #111068 - Urgau:check-cfg-improvements, r=petrochenkov | Dylan DPC | 2023-05-05 | 1 | -28/+48 |
| |\ \ \ |
|
| | * | | | Improve internal representation of check-cfg | Urgau | 2023-05-05 | 1 | -11/+14 |
| | * | | | Use explicit instead of implicit control-flow for check-cfg parsing | Urgau | 2023-05-05 | 1 | -23/+40 |
| | | |/
| |/| |
|
| * | | | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | 2023-05-03 | 1 | -0/+4 |
| |\ \ \ |
|
| | * | | | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | 2023-05-03 | 1 | -0/+4 |
| * | | | | Change rlink serialization from `MemEncoder` to `FileEncoder`. | Nicholas Nethercote | 2023-05-01 | 1 | -2/+1 |
| | |/ /
|/| | |
|
| * | | | Auto merge of #109611 - Zoxc:query-engine-rem, r=cjgillot | bors | 2023-04-29 | 5 | -15/+8 |
| |\ \ \ |
|
| | * | | | Remove QueryEngine trait | John Kåre Alsaker | 2023-04-26 | 5 | -15/+8 |
| * | | | | Auto merge of #107782 - Zoxc:worker-local, r=cjgillot | bors | 2023-04-27 | 1 | -0/+6 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | Remove WorkerLocal from AttrIdGenerator | John Kåre Alsaker | 2023-04-16 | 1 | -19/+0 |
| | * | | | Move the WorkerLocal type from the rustc-rayon fork into rustc_data_structures | John Kåre Alsaker | 2023-04-16 | 2 | -0/+25 |
| | | |/
| |/| |
|
| * | | | Revert "Rename -Zoom=panic to -Zoom=unwind" | Matthias Krüger | 2023-04-25 | 1 | -1/+1 |
| * | | | Rollup merge of #110681 - klensy:cut-dep, r=lcnr | Yuki Okushi | 2023-04-25 | 1 | -1/+0 |
| |\ \ \ |
|
| | * | | | drop unused deps, gate libc under unix for one crate | klensy | 2023-04-22 | 1 | -1/+0 |
| | | |/
| |/| |
|
| * | | | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | 2023-04-23 | 1 | -21/+0 |
| |\ \ \ |
|
| | * | | | Run `check_match` and `check_liveness` when MIR is built instead of having an... | Oli Scherer | 2023-04-21 | 1 | -21/+0 |
| | * | | | Make `check_match` and `check_liveness` take a `LocalDefId` | Oli Scherer | 2023-04-21 | 1 | -1/+1 |
| * | | | | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | 2023-04-22 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | Rename -Zoom=panic to -Zoom=unwind | Amanieu d'Antras | 2023-04-16 | 1 | -1/+1 |
| | | |_|/
| |/| | |
|
| * | | | | Auto merge of #104844 - cjgillot:mention-eval-place, r=jackh726,RalfJung | bors | 2023-04-22 | 1 | -0/+1 |
| |\ \ \ \
| |_|_|/
|/| | | |
|
| | * | | | Actually keep `PlaceMention` if requested. | Camille GILLOT | 2023-04-21 | 1 | -0/+1 |
| | | |/
| |/| |
|
| * | | | Ensure mir_drops_elaborated_and_const_checked when requiring codegen. | Camille GILLOT | 2023-04-21 | 1 | -1/+7 |
| |/ / |
|
| * | | Auto merge of #96840 - cjgillot:query-feed, r=oli-obk | bors | 2023-04-21 | 1 | -2/+1 |
| |\ \ |
|
| | * | | Remove WithOptconstParam. | Camille GILLOT | 2023-04-20 | 1 | -2/+1 |
| * | | | Auto merge of #109999 - m-ou-se:flatten-format-args, r=oli-obk | bors | 2023-04-20 | 1 | -1/+1 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | Update test. | Mara Bos | 2023-04-17 | 1 | -1/+1 |
| | |/ |
|
| * | | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | 2023-04-18 | 2 | -1/+2 |
| |/ |
|
| * | Migrate `sess.opts.tests` uses to `sess.is_test_crate()` | blyxyas | 2023-04-09 | 1 | -2/+2 |
| * | Auto merge of #108504 - cjgillot:thir-pattern, r=compiler-errors,Nilstrieb | bors | 2023-04-06 | 1 | -1/+1 |
| |\ |
|
| | * | Make check_match take a LocalDefId. | Camille GILLOT | 2023-04-03 | 1 | -1/+1 |
| * | | Auto merge of #109117 - oli-obk:locks, r=michaelwoerister | bors | 2023-04-05 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Add a usize-indexed append-only-vec | Oli Scherer | 2023-04-04 | 1 | -2/+2 |
| | |/ |
|
| * | | Auto merge of #109808 - jyn514:debuginfo-options, r=michaelwoerister | bors | 2023-04-04 | 1 | -1/+2 |
| |\ \
| |/
|/| |
|
| | * | Preserve, clarify, and extend debug information | Julia Tatz | 2023-03-31 | 1 | -1/+2 |
| * | | Improve `with_source_map`. | Nicholas Nethercote | 2023-03-31 | 1 | -1/+1 |
| |/ |
|