summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-09-04Tracking issue for UNSUPPORTED_CALLING_CONVENTIONSSimonas Kazlauskas-1/+1
2021-09-04Fix loading large rlibsMark Rousskov-1/+1
2021-09-04Concrete regions can show up in mir borrowck if the originated from there.Oli Scherer-9/+1
2021-08-27Do not ICE on HIR based WF check when involving lifetimesEsteban Küber-3/+4
2021-08-27Split critical edge targeting the start blockTomasz Miąsko-1/+3
2021-08-20Mir borrowck does not generate lifetime variables for 'static lifetimes durin...Oli Scherer-0/+1
2021-07-24Auto merge of #87338 - SparrowLii:MaybeTrait, r=wesleywiserbors-33/+17
2021-07-23Auto merge of #86429 - JohnTitor:get-by-key-enum-part-2, r=oli-obkbors-50/+24
2021-07-24Rollup merge of #87322 - chazkiker2:fix/suggestion-ref-sync-send, r=estebankYuki Okushi-5/+30
2021-07-24Rollup merge of #86410 - spastorino:get_value_matching, r=oli-obkYuki Okushi-7/+33
2021-07-23Add ConstraintLocator docsSantiago Pastorino-1/+8
2021-07-23Add VecMap::get_value_matching and assert if > 1 elementSantiago Pastorino-6/+25
2021-07-23Rollup merge of #87373 - Aaron1011:hir-wf-field, r=estebankYuki Okushi-5/+7
2021-07-23Sort features alphabeticallyYuki Okushi-13/+13
2021-07-23Use `map_while` instead of `take_while` + `map`Yuki Okushi-4/+6
2021-07-23Improve `get_by_key_enumerated` moreYuki Okushi-39/+11
2021-07-23Auto merge of #87287 - oli-obk:fixup_fixup_fixup_opaque_types, r=spastorinobors-107/+70
2021-07-22Squash all commits.chaz-kiker-5/+30
2021-07-22Auto merge of #86212 - pnkfelix:mainline-targetted-revert-81473-warn-write-on...bors-6/+2
2021-07-22Extend HIR WF checking to fieldsAaron Hill-5/+7
2021-07-22Auto merge of #87366 - GuillaumeGomez:rollup-7muueab, r=GuillaumeGomezbors-20/+2
2021-07-22Rollup merge of #87307 - michaelwoerister:pgo-unwind-msvc, r=nagisaGuillaume Gomez-20/+1
2021-07-22Rollup merge of #87281 - rust-lang:issue-81487, r=nikomatsakisGuillaume Gomez-0/+1
2021-07-22Resolve nested inference variables.Oli Scherer-19/+7
2021-07-22Remove an unnecessary variableOli Scherer-2/+1
2021-07-22Use instrument debugging for more readable logsOli Scherer-13/+9
2021-07-22Make mir borrowck's use of opaque types independent of the typeck query's resultOli Scherer-87/+66
2021-07-22Fix VecMap::iter_mutOli Scherer-5/+6
2021-07-22Auto merge of #86619 - rylev:incr-hashing-profiling, r=wesleywiserbors-15/+75
2021-07-22Auto merge of #87265 - Aaron1011:hir-wf-fn, r=estebankbors-47/+172
2021-07-22Auto merge of #87250 - robojumper:87199-sized-relaxation, r=nikomatsakisbors-0/+1
2021-07-21Allow some temporarily dead code.Felix S. Klock II-0/+2
2021-07-21Revert PR 81473 to resolve (on mainline) issues 81626 and 81658.Felix S. Klock II-6/+0
2021-07-22Auto merge of #87246 - rust-lang:placeholder-pretty, r=nikomatsakisbors-36/+108
2021-07-21Improve caching during trait evaluationAaron Hill-28/+49
2021-07-21Rollup merge of #87346 - rylev:rename-force-warn, r=nikomatsakisEric Huss-6/+6
2021-07-21Rollup merge of #87342 - midgleyc:add-E0757-long, r=GuillaumeGomezGuillaume Gomez-1/+34
2021-07-21Rollup merge of #87321 - midgleyc:add-E0722-long, r=GuillaumeGomezGuillaume Gomez-1/+32
2021-07-21Rollup merge of #87311 - oli-obk:nll_suggestion_span, r=estebankGuillaume Gomez-4/+6
2021-07-21Rollup merge of #87273 - fee1-dead:impl-const-impl-bounds, r=oli-obkGuillaume Gomez-22/+34
2021-07-21Rollup merge of #87206 - matthiaskrgr:clippy_collect, r=davidtwcoGuillaume Gomez-9/+5
2021-07-21Rename force-warns to force-warnRyan Levick-6/+6
2021-07-21docs: normalise wording in line with docsChris Midgley-1/+1
2021-07-21docs: add additional links for ffi_pure / ffi_constChris Midgley-2/+10
2021-07-21Add long explanation for E0757Chris Midgley-1/+26
2021-07-21docs: add newline before exampleChris Midgley-0/+1
2021-07-21docs: remove spurious main functionsChris Midgley-4/+0
2021-07-21add working code exampleChris Midgley-0/+10
2021-07-21Correct fmtsurechen-10/+7
2021-07-21Simplify the collecting of `? Trait` bounds in where clausesurechen-33/+20