| Age | Commit message (Expand) | Author | Lines |
| 2021-04-19 | Rollup merge of #84123 - bjorn3:compile_mono_item_dep_node, r=wesleywiser | Dylan DPC | -9/+34 |
| 2021-04-16 | Mark `has_global_allocator` query as `eval_always` | Aaron Hill | -0/+2 |
| 2021-04-16 | Add comment | bjorn3 | -0/+1 |
| 2021-04-12 | Introduce CompileMonoItem DepNode | bjorn3 | -9/+33 |
| 2021-04-12 | Rollup merge of #84014 - estebank:cool-bears-hot-tip, r=varkor | Dylan DPC | -5/+16 |
| 2021-04-09 | Auto merge of #83870 - jackh726:binder-refactor-fix, r=nikomatsakis | bors | -22/+87 |
| 2021-04-08 | Auto merge of #84008 - Dylan-DPC:rollup-invxvg8, r=Dylan-DPC | bors | -6/+6 |
| 2021-04-08 | Rollup merge of #83980 - pierwill:fix-compiler-librustc-names, r=davidtwco | Dylan DPC | -6/+6 |
| 2021-04-08 | Use more accurate spans for trait/impl method arg divergence | Esteban Küber | -5/+16 |
| 2021-04-08 | Fix outdated crate names in compiler docs | pierwill | -6/+6 |
| 2021-04-08 | rustc: Add a new `wasm` ABI | Alex Crichton | -0/+2 |
| 2021-04-07 | Auto merge of #81047 - glittershark:stabilize-cmp-min-max-by, r=kodraus | bors | -1/+0 |
| 2021-04-07 | Stabilize cmp_min_max_by | Griffin Smith | -1/+0 |
| 2021-04-07 | Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov | Dylan DPC | -4/+4 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -4/+4 |
| 2021-04-06 | Auto merge of #81234 - repnop:fn-alignment, r=lcnr | bors | -0/+4 |
| 2021-04-05 | Allow specifying alignment for functions | Wesley Norris | -0/+4 |
| 2021-04-05 | Auto merge of #83406 - b-naber:issue-83510, r=lcnr | bors | -5/+31 |
| 2021-04-05 | Don't concatenate binders across types | Jack Huey | -22/+87 |
| 2021-04-05 | Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisa | Dylan DPC | -5/+0 |
| 2021-04-04 | Rollup merge of #83521 - sexxi-goose:quick-diagnostic-fix, r=nikomatsakis | Dylan DPC | -5/+17 |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -5/+0 |
| 2021-04-03 | Auto merge of #83774 - richkadel:zero-based-counters, r=tmandry | bors | -1/+19 |
| 2021-04-02 | Translate counters from Rust 1-based to LLVM 0-based counter ids | Rich Kadel | -1/+19 |
| 2021-04-02 | Reduce size of statements | Roxane | -4/+6 |
| 2021-04-02 | Fix diagnostic issue when using FakeReads in closures | Roxane | -3/+13 |
| 2021-04-03 | Move SanitizerSet to rustc_target | Simonas Kazlauskas | -1/+1 |
| 2021-04-02 | Auto merge of #83207 - oli-obk:valtree2, r=lcnr | bors | -2/+45 |
| 2021-04-02 | Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebank | bors | -16/+35 |
| 2021-04-01 | Auto merge of #82780 - cjgillot:dep-stream, r=michaelwoerister | bors | -2/+3 |
| 2021-04-01 | Some more fine-grained forced inlining | Oli Scherer | -0/+1 |
| 2021-04-01 | Inline some functions that suddenly show up more in traces | Oli Scherer | -3/+3 |
| 2021-03-31 | prevent very long compilation runtimes in LateBoundRegionNameCollector | b-naber | -5/+31 |
| 2021-03-31 | Cleanups and comments | Jack Huey | -1/+0 |
| 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 | -7/+8 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -88/+270 |
| 2021-03-31 | Make late and late_anon regions track the bound var position | Jack Huey | -2/+7 |
| 2021-03-31 | Track bound vars | Jack Huey | -115/+185 |
| 2021-03-31 | Add tcx lifetime to Binder | Jack Huey | -148/+186 |
| 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 | -4/+3 |
| 2021-03-31 | bail out early when substituting mir constants that don't need substituting | Oli Scherer | -0/+3 |
| 2021-03-31 | Add a new normalization query just for mir constants | Oli Scherer | -2/+41 |
| 2021-03-31 | Auto merge of #83684 - cjgillot:csp, r=petrochenkov | bors | -2/+2 |
| 2021-03-31 | Auto merge of #83681 - jyn514:blanket-impls-tweaks, r=Aaron1011 | bors | -0/+6 |
| 2021-03-31 | Auto merge of #83666 - Amanieu:instrprof-order, r=tmandry | bors | -8/+1 |
| 2021-03-30 | Remove hir::CrateItem. | Camille GILLOT | -2/+2 |
| 2021-03-30 | Only look at blanket impls in `get_blanket_impls` | Joshua Nelson | -0/+6 |