| Age | Commit message (Expand) | Author | Lines |
| 2021-07-05 | Auto merge of #86282 - camelid:macro_rules-matchers, r=jyn514 | bors | -3/+3 |
| 2021-07-05 | Auto merge of #86867 - JohnTitor:convert-to-actual-assert, r=jackh726 | bors | -1/+1 |
| 2021-07-05 | Rollup merge of #86862 - tmiasko:re-export-SwitchIntEdgeEffects, r=jonas-schi... | Yuki Okushi | -1/+1 |
| 2021-07-05 | Rollup merge of #86477 - tlyu:e0716-clarification, r=JohnTitor | Yuki Okushi | -2/+4 |
| 2021-07-04 | Auto merge of #86866 - nikomatsakis:issue-84841, r=oli-obk | bors | -57/+87 |
| 2021-07-04 | remove outdated comment | Niko Matsakis | -2/+0 |
| 2021-07-04 | tag issues with FIXME | Niko Matsakis | -2/+2 |
| 2021-07-04 | Update compiler/rustc_middle/src/ty/normalize_erasing_regions.rs | Niko Matsakis | -1/+1 |
| 2021-07-05 | Convert `debug_assert!` to `assert!` in `Binder::dummy` | Yuki Okushi | -1/+1 |
| 2021-07-04 | remove some ad-hoc has_infer_types checks that aren't needed anymore | Niko Matsakis | -26/+17 |
| 2021-07-04 | be conservative in has_significant_drop | Niko Matsakis | -0/+9 |
| 2021-07-04 | allow inference vars in type_implements_trait | Niko Matsakis | -19/+49 |
| 2021-07-04 | remove unused Option | Niko Matsakis | -18/+11 |
| 2021-07-04 | E0716: clarify that equivalent code example is erroneous | Taylor Yu | -2/+4 |
| 2021-07-04 | re-export SwitchIntEdgeEffects | Tomasz Miąsko | -1/+1 |
| 2021-07-04 | Auto merge of #86255 - Smittyvb:mir-alloc-oom, r=RalfJung,oli-obk | bors | -21/+63 |
| 2021-07-04 | Auto merge of #86849 - jyn514:rustdoc-group, r=Manishearth | bors | -16/+0 |
| 2021-07-03 | introduce helper function | Niko Matsakis | -4/+13 |
| 2021-07-03 | rustc_ast_pretty: Don't print space after `$` | Noah Lev | -3/+3 |
| 2021-07-03 | Auto merge of #85090 - Aaron1011:type-outlives-global, r=matthewjasper,jackh726 | bors | -1/+9 |
| 2021-07-03 | Warn when `rustdoc::` group is omitted from lint names | Joshua Nelson | -16/+0 |
| 2021-07-03 | Auto merge of #86778 - tmiasko:fast-multiline, r=davidtwco | bors | -3/+7 |
| 2021-07-03 | add note about MAX_ALLOC_LIMIT | Smittyvb | -1/+1 |
| 2021-07-03 | Make vtable_allocation always succeed | Smitty | -14/+9 |
| 2021-07-03 | Auto merge of #86571 - fee1-dead:const-trait-impl-fix, r=jackh726 | bors | -0/+63 |
| 2021-07-03 | Auto merge of #86795 - JohnTitor:fix-bind, r=jackh726 | bors | -125/+138 |
| 2021-07-02 | Allocation failure in constprop panics right away | Smitty | -3/+12 |
| 2021-07-02 | Auto merge of #86817 - JohnTitor:rollup-rcysc95, r=JohnTitor | bors | -5/+37 |
| 2021-07-03 | Rollup merge of #86813 - JohnTitor:unused-doc-comments-help, r=jackh726 | Yuki Okushi | -2/+13 |
| 2021-07-03 | Rollup merge of #86308 - bstrie:intrinsafe, r=JohnTitor | Yuki Okushi | -0/+4 |
| 2021-07-03 | Rollup merge of #84029 - drahnr:master, r=petrochenkov | Yuki Okushi | -3/+20 |
| 2021-07-03 | Simplify `visit_region` implementation | Yuki Okushi | -14/+4 |
| 2021-07-02 | Auto merge of #85269 - dpaoliello:dpaoliello/DebugSymbols, r=michaelwoerister | bors | -135/+310 |
| 2021-07-03 | Remove `ty::Binder::bind()` | Yuki Okushi | -122/+26 |
| 2021-07-03 | Correct `visit_region` implementation | Yuki Okushi | -1/+26 |
| 2021-07-03 | Use `BoundVarsCollector` for now | Yuki Okushi | -10/+97 |
| 2021-07-03 | Fix const-generics ICE related to binding | Yuki Okushi | -1/+8 |
| 2021-07-03 | Add a help message to `unused_doc_comments` lint | Yuki Okushi | -2/+13 |
| 2021-07-02 | Rollup merge of #86776 - tmiasko:v0-skip-layout-query, r=petrochenkov | Guillaume Gomez | -5/+5 |
| 2021-07-02 | Auto merge of #80182 - in42:stack_trace, r=tmandry | bors | -0/+50 |
| 2021-07-02 | add track_path::path fn for proc-macro usage | Bernhard Schuster | -3/+20 |
| 2021-07-02 | Use signal handler only on supported platforms | Tyler Mandry | -37/+42 |
| 2021-07-02 | Auto merge of #86777 - tmiasko:estimate-terminators, r=estebank | bors | -1/+1 |
| 2021-07-01 | Auto merge of #86791 - JohnTitor:rollup-96ltzpz, r=JohnTitor | bors | -30/+41 |
| 2021-07-02 | Rollup merge of #86148 - FabianWolff:issue-85855, r=varkor | Yuki Okushi | -30/+41 |
| 2021-07-01 | Auto merge of #86749 - bjorn3:link_info_refactor_part1, r=petrochenkov | bors | -27/+23 |
| 2021-07-01 | Update cdb tests for expected output | Wesley Wiser | -2/+12 |
| 2021-07-01 | Auto merge of #86304 - klensy:hex-length, r=jackh726 | bors | -1/+21 |
| 2021-07-01 | Minor adjustments and refactoring | Fabian Wolff | -56/+26 |
| 2021-07-01 | rustc_mir: calc hex number length without string allocation | klensy | -1/+21 |