| Age | Commit message (Expand) | Author | Lines |
| 2021-05-02 | Rollup merge of #84752 - lrh2000:generator-debuginfo, r=tmandry | Dylan DPC | -30/+34 |
| 2021-05-02 | Rollup merge of #84392 - dario23:fmt-assert-args-pub, r=varkor,RalfJung | Dylan DPC | -1/+1 |
| 2021-05-02 | Rollup merge of #84358 - sexxi-goose:print_captures_borrowck_rebased, r=nikom... | Dylan DPC | -80/+210 |
| 2021-05-02 | Auto merge of #84802 - jyn514:option-dead-code, r=Mark-Simulacrum | bors | -429/+453 |
| 2021-05-02 | Auto merge of #84805 - Mark-Simulacrum:no-dup-extend, r=cjgillot | bors | -8/+5 |
| 2021-05-01 | Avoid generating QueryMap::extend for each key type | Mark Rousskov | -8/+5 |
| 2021-05-01 | Remove unused macro parameters | Joshua Nelson | -3/+3 |
| 2021-05-01 | Remove unused `parse_pathbuf_push` function | Joshua Nelson | -12/+0 |
| 2021-05-01 | Don't recompile the same functions for each debugging option | Joshua Nelson | -412/+461 |
| 2021-05-01 | add docstrings and add issue to FIXMEs | Chris Pardy | -3/+5 |
| 2021-05-01 | Update compiler/rustc_mir/src/borrow_check/diagnostics/explain_borrow.rs | ChrisPardy | -1/+1 |
| 2021-05-01 | Update compiler/rustc_mir/src/borrow_check/diagnostics/explain_borrow.rs | ChrisPardy | -1/+1 |
| 2021-05-01 | Update compiler/rustc_mir/src/borrow_check/diagnostics/explain_borrow.rs | ChrisPardy | -2/+2 |
| 2021-05-01 | Closure capture borrow diagnostics for disjoint captures | Chris Pardy | -80/+208 |
| 2021-05-01 | Remove unused parse_opt_list function | Joshua Nelson | -13/+0 |
| 2021-05-01 | Auto merge of #84410 - BoxyUwU:blue, r=varkor | bors | -10/+12 |
| 2021-05-01 | Auto merge of #83114 - cjgillot:hop, r=eddyb | bors | -257/+276 |
| 2021-05-01 | test: *sneezes* | Ellen | -10/+12 |
| 2021-05-01 | Auto merge of #84658 - Amanieu:reserved_regs, r=petrochenkov | bors | -9/+42 |
| 2021-05-01 | Reserve x18 on AArch64 and un-reserve x16 | Amanieu d'Antras | -3/+3 |
| 2021-05-01 | Auto merge of #84786 - JohnTitor:rollup-j5omx6f, r=JohnTitor | bors | -1297/+795 |
| 2021-05-01 | Rollup merge of #84749 - XAMPPRocky:cranelift-rebase, r=bjorn3 | Yuki Okushi | -1294/+792 |
| 2021-05-01 | Rollup merge of #84724 - MaskRay:sys-fs, r=petrochenkov | Yuki Okushi | -3/+3 |
| 2021-05-01 | Auto merge of #84582 - richkadel:issue-84561, r=tmandry | bors | -52/+222 |
| 2021-04-30 | Auto merge of #84719 - Mark-Simulacrum:reduce-query-impl, r=davidtwco | bors | -49/+55 |
| 2021-04-30 | Merge commit '15c8d31392b9fbab3b3368b67acc4bbe5983115a' into cranelift-rebase | Erin Power | -1/+4 |
| 2021-04-30 | Remove artificial flag from generator variants | lrh2000 | -25/+8 |
| 2021-04-30 | [cg_clif] Fix run_jit from sync | Erin Power | -51/+5 |
| 2021-04-30 | Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795' | Erin Power | -1243/+784 |
| 2021-04-30 | Move outer fields of enums into variant parts in debuginfo | lrh2000 | -5/+26 |
| 2021-04-30 | Rebuilt out of date tests and fixed an old bug now exposed | Rich Kadel | -8/+25 |
| 2021-04-30 | Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkov | bors | -164/+318 |
| 2021-04-29 | Rollup merge of #84705 - lcnr:const_generics-rec, r=joshtriplett | Jack Huey | -12/+21 |
| 2021-04-29 | Rollup merge of #84682 - jackh726:transitive_bounds_rebind, r=nikomatsakis | Jack Huey | -3/+5 |
| 2021-04-29 | Replace llvm::sys::fs::F_None with llvm::sys::fs::OF_None | Fangrui Song | -3/+3 |
| 2021-04-29 | Move iter_results to dyn FnMut rather than a generic | Mark Rousskov | -49/+55 |
| 2021-04-29 | Auto merge of #84708 - pnkfelix:revert-77885-everywhere, r=Mark-Simulacrum | bors | -31/+62 |
| 2021-04-29 | Introduce a hir_owner_parent query. | Camille GILLOT | -2/+14 |
| 2021-04-29 | Move parenting info to index_hir. | Camille GILLOT | -26/+41 |
| 2021-04-29 | Do not compute entry parent when not required. | Camille GILLOT | -100/+127 |
| 2021-04-29 | Remove parent_node. | Camille GILLOT | -10/+1 |
| 2021-04-29 | Split crate_hash from index_hir. | Camille GILLOT | -119/+99 |
| 2021-04-29 | Make current_hir_id_owner a simple tuple. | Camille GILLOT | -17/+11 |
| 2021-04-29 | Change to probe-stack=call (instead of inline-or-call) everywhere again, for ... | Felix S. Klock II | -31/+62 |
| 2021-04-29 | make feature recommendations optional | lcnr | -12/+21 |
| 2021-04-29 | Auto merge of #84556 - RalfJung:const-fn-trait-bound, r=oli-obk | bors | -11/+2 |
| 2021-04-29 | Auto merge of #84233 - jyn514:track-path-prefix, r=michaelwoerister | bors | -181/+245 |
| 2021-04-29 | Use doc-comment instad of comments consistently | Joshua Nelson | -58/+59 |
| 2021-04-29 | don't let const_fn feature flag affect impl-block-level trait bounds | Ralf Jung | -11/+2 |
| 2021-04-29 | Auto merge of #84684 - jackh726:rollup-qxc5cos, r=jackh726 | bors | -1/+1 |