about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-07-05Auto merge of #86282 - camelid:macro_rules-matchers, r=jyn514bors-3/+3
2021-07-05Auto merge of #86867 - JohnTitor:convert-to-actual-assert, r=jackh726bors-1/+1
2021-07-05Rollup merge of #86862 - tmiasko:re-export-SwitchIntEdgeEffects, r=jonas-schi...Yuki Okushi-1/+1
2021-07-05Rollup merge of #86477 - tlyu:e0716-clarification, r=JohnTitorYuki Okushi-2/+4
2021-07-04Auto merge of #86866 - nikomatsakis:issue-84841, r=oli-obkbors-57/+87
2021-07-04remove outdated commentNiko Matsakis-2/+0
2021-07-04tag issues with FIXMENiko Matsakis-2/+2
2021-07-04Update compiler/rustc_middle/src/ty/normalize_erasing_regions.rsNiko Matsakis-1/+1
2021-07-05Convert `debug_assert!` to `assert!` in `Binder::dummy`Yuki Okushi-1/+1
2021-07-04remove some ad-hoc has_infer_types checks that aren't needed anymoreNiko Matsakis-26/+17
2021-07-04be conservative in has_significant_dropNiko Matsakis-0/+9
2021-07-04allow inference vars in type_implements_traitNiko Matsakis-19/+49
2021-07-04remove unused OptionNiko Matsakis-18/+11
2021-07-04E0716: clarify that equivalent code example is erroneousTaylor Yu-2/+4
2021-07-04re-export SwitchIntEdgeEffectsTomasz Miąsko-1/+1
2021-07-04Auto merge of #86255 - Smittyvb:mir-alloc-oom, r=RalfJung,oli-obkbors-21/+63
2021-07-04Auto merge of #86849 - jyn514:rustdoc-group, r=Manishearthbors-16/+0
2021-07-03introduce helper functionNiko Matsakis-4/+13
2021-07-03rustc_ast_pretty: Don't print space after `$`Noah Lev-3/+3
2021-07-03Auto merge of #85090 - Aaron1011:type-outlives-global, r=matthewjasper,jackh726bors-1/+9
2021-07-03Warn when `rustdoc::` group is omitted from lint namesJoshua Nelson-16/+0
2021-07-03Auto merge of #86778 - tmiasko:fast-multiline, r=davidtwcobors-3/+7
2021-07-03add note about MAX_ALLOC_LIMITSmittyvb-1/+1
2021-07-03Make vtable_allocation always succeedSmitty-14/+9
2021-07-03Auto merge of #86571 - fee1-dead:const-trait-impl-fix, r=jackh726bors-0/+63
2021-07-03Auto merge of #86795 - JohnTitor:fix-bind, r=jackh726bors-125/+138
2021-07-02Allocation failure in constprop panics right awaySmitty-3/+12
2021-07-02Auto merge of #86817 - JohnTitor:rollup-rcysc95, r=JohnTitorbors-5/+37
2021-07-03Rollup merge of #86813 - JohnTitor:unused-doc-comments-help, r=jackh726Yuki Okushi-2/+13
2021-07-03Rollup merge of #86308 - bstrie:intrinsafe, r=JohnTitorYuki Okushi-0/+4
2021-07-03Rollup merge of #84029 - drahnr:master, r=petrochenkovYuki Okushi-3/+20
2021-07-03Simplify `visit_region` implementationYuki Okushi-14/+4
2021-07-02Auto merge of #85269 - dpaoliello:dpaoliello/DebugSymbols, r=michaelwoeristerbors-135/+310
2021-07-03Remove `ty::Binder::bind()`Yuki Okushi-122/+26
2021-07-03Correct `visit_region` implementationYuki Okushi-1/+26
2021-07-03Use `BoundVarsCollector` for nowYuki Okushi-10/+97
2021-07-03Fix const-generics ICE related to bindingYuki Okushi-1/+8
2021-07-03Add a help message to `unused_doc_comments` lintYuki Okushi-2/+13
2021-07-02Rollup merge of #86776 - tmiasko:v0-skip-layout-query, r=petrochenkovGuillaume Gomez-5/+5
2021-07-02Auto merge of #80182 - in42:stack_trace, r=tmandrybors-0/+50
2021-07-02add track_path::path fn for proc-macro usageBernhard Schuster-3/+20
2021-07-02Use signal handler only on supported platformsTyler Mandry-37/+42
2021-07-02Auto merge of #86777 - tmiasko:estimate-terminators, r=estebankbors-1/+1
2021-07-01Auto merge of #86791 - JohnTitor:rollup-96ltzpz, r=JohnTitorbors-30/+41
2021-07-02Rollup merge of #86148 - FabianWolff:issue-85855, r=varkorYuki Okushi-30/+41
2021-07-01Auto merge of #86749 - bjorn3:link_info_refactor_part1, r=petrochenkovbors-27/+23
2021-07-01Update cdb tests for expected outputWesley Wiser-2/+12
2021-07-01Auto merge of #86304 - klensy:hex-length, r=jackh726bors-1/+21
2021-07-01Minor adjustments and refactoringFabian Wolff-56/+26
2021-07-01rustc_mir: calc hex number length without string allocationklensy-1/+21