| Age | Commit message (Expand) | Author | Lines |
| 2021-04-04 | Trigger `unused_doc_comments` on macros at once | Yuki Okushi | -3/+13 |
| 2021-04-03 | Auto merge of #83774 - richkadel:zero-based-counters, r=tmandry | bors | -24/+105 |
| 2021-04-03 | Auto merge of #83599 - jyn514:unorderable, r=Aaron1011 | bors | -2/+5 |
| 2021-04-02 | Translate counters from Rust 1-based to LLVM 0-based counter ids | Rich Kadel | -24/+105 |
| 2021-04-02 | Auto merge of #81866 - nagisa:nagisa/sanitizer-support-target-prop, r=tmiasko | bors | -200/+214 |
| 2021-04-03 | rm target specific logic in link_sanitizer_runtime | Simonas Kazlauskas | -22/+14 |
| 2021-04-03 | (De-)serialize the supported_sanitizers | Simonas Kazlauskas | -14/+59 |
| 2021-04-03 | Maintain supported sanitizers as a target property | Simonas Kazlauskas | -63/+47 |
| 2021-04-03 | Move SanitizerSet to rustc_target | Simonas Kazlauskas | -116/+109 |
| 2021-04-02 | Auto merge of #83790 - Dylan-DPC:rollup-p6ep8jo, r=Dylan-DPC | bors | -29/+84 |
| 2021-04-02 | Rollup merge of #83757 - sexxi-goose:migrations_out, r=nikomatsakis | Dylan DPC | -28/+81 |
| 2021-04-02 | Rollup merge of #83673 - hi-rustin:rustin-patch-suggestion, r=estebank | Dylan DPC | -1/+3 |
| 2021-04-02 | Auto merge of #76881 - hameerabbasi:issue-53325, r=oli-obk | bors | -0/+10 |
| 2021-04-02 | Auto merge of #83468 - hi-rustin:rustin-patch-lint, r=nikomatsakis | bors | -3/+78 |
| 2021-04-02 | Auto merge of #83781 - JohnTitor:rollup-1vm3dxo, r=JohnTitor | bors | -0/+6 |
| 2021-04-02 | Rollup merge of #83535 - MidasLamb:mir-type-count-mismatch, r=nikomatsakis | Yuki Okushi | -0/+6 |
| 2021-04-02 | Auto merge of #83207 - oli-obk:valtree2, r=lcnr | bors | -30/+158 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -9/+29 |
| 2021-04-02 | Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebank | bors | -18/+39 |
| 2021-04-01 | Make the diagnostic message more readable | Aman Arora | -2/+2 |
| 2021-04-01 | Don't introduce a block if a block exists | Aman Arora | -4/+12 |
| 2021-04-02 | Auto merge of #83663 - AngelicosPhosphoros:simplify_binary_and_to_get_better_... | bors | -29/+18 |
| 2021-04-02 | address comments | hi-rustin | -1/+1 |
| 2021-04-01 | Update lint message | Aman Arora | -12/+31 |
| 2021-04-01 | Auto merge of #82780 - cjgillot:dep-stream, r=michaelwoerister | bors | -930/+647 |
| 2021-04-01 | Simplify logical operations CFG | AngelicosPhosphoros | -29/+18 |
| 2021-04-01 | add OR_PATTERNS_BACK_COMPAT lint | hi-rustin | -3/+78 |
| 2021-04-01 | Some more fine-grained forced inlining | Oli Scherer | -0/+2 |
| 2021-04-01 | Inline some functions that suddenly show up more in traces | Oli Scherer | -3/+3 |
| 2021-04-01 | Auto merge of #83736 - JohnTitor:fix-unsafe_block_in_unsafe_fn-stabilized-ver... | bors | -1/+1 |
| 2021-04-01 | Fix the `unsafe_block_in_unsafe_fn`s stabilized version | Yuki Okushi | -1/+1 |
| 2021-04-01 | Rollup merge of #83711 - JohnTitor:more-friendly-unknown-target-error, r=davi... | Dylan DPC | -1/+1 |
| 2021-04-01 | Clarify `--print target-list` is a rustc's option | JohnTitor | -1/+1 |
| 2021-03-31 | Enable debugging the dep-graph without debug-assertions. | Camille GILLOT | -9/+5 |
| 2021-03-31 | Cleanups and comments | Jack Huey | -265/+214 |
| 2021-03-31 | Fix tests and AstConv -> dyn AstConv | Jack Huey | -1/+1 |
| 2021-03-31 | Fmt and test revert | Jack Huey | -6/+8 |
| 2021-03-31 | Fix new problem from rebase and a little cleanup | Jack Huey | -10/+14 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -347/+1163 |
| 2021-03-31 | Make late and late_anon regions track the bound var position | Jack Huey | -53/+98 |
| 2021-03-31 | Revert explicit lifetimes | Jack Huey | -2/+2 |
| 2021-03-31 | Track bound vars | Jack Huey | -164/+251 |
| 2021-03-31 | Add tcx lifetime to Binder | Jack Huey | -228/+274 |
| 2021-03-31 | count bound vars | Jack Huey | -6/+92 |
| 2021-03-31 | Add u32 for bound variables to Binder | Jack Huey | -13/+14 |
| 2021-03-31 | Some rebinds and dummys | Jack Huey | -20/+29 |
| 2021-03-31 | bail out early when substituting mir constants that don't need substituting | Oli Scherer | -0/+3 |
| 2021-03-31 | Forward some layouts to prevent recomputation | Oli Scherer | -2/+2 |
| 2021-03-31 | Add a new normalization query just for mir constants | Oli Scherer | -12/+114 |
| 2021-03-31 | We should never see unevaluated type-level constants after monomorphization u... | Oli Scherer | -1/+7 |