about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-07-27Auto merge of #85305 - MarcusDunn:master, r=pnkfelixbors-56/+8
2021-07-27Auto merge of #83491 - jyn514:remove-pretty, r=pnkfelixbors-80/+41
2021-07-26Auto merge of #87480 - GuillaumeGomez:rollup-3ly8t5d, r=GuillaumeGomezbors-66/+67
2021-07-26Auto merge of #87469 - sexxi-goose:union, r=nikomatsakisbors-12/+34
2021-07-26Rollup merge of #87458 - ibraheemdev:help-msg-block-borrow, r=oli-obkGuillaume Gomez-6/+4
2021-07-26Rollup merge of #87457 - devnexen:fbsd_remove_workaround, r=petrochenkovGuillaume Gomez-2/+1
2021-07-26Rollup merge of #87447 - RalfJung:not-null, r=oli-obkGuillaume Gomez-1/+5
2021-07-26Rollup merge of #87436 - ebobrow:suggest-semicolon, r=oli-obkGuillaume Gomez-57/+57
2021-07-262229: Don't capture preicese paths on top of a unionAman Arora-12/+34
2021-07-26Auto merge of #87439 - ThibsG:FixDocTypo, r=jonas-schievinkbors-1/+1
2021-07-26Auto merge of #87424 - RalfJung:const-check, r=oli-obkbors-8/+8
2021-07-25fmtibraheemdev-3/+3
2021-07-25fix help message for modification to &T created by &{t}ibraheemdev-9/+7
2021-07-25freebsd remove compiler workaround.David Carlier-2/+1
2021-07-25Auto merge of #86438 - FabianWolff:issue-83693, r=jackh726bors-3/+2
2021-07-25Auto merge of #85646 - Moxinilian:separate-const-switch, r=cjgillotbors-0/+345
2021-07-25Auto merge of #83723 - cjgillot:ownernode, r=petrochenkovbors-309/+402
2021-07-25Only check macro attributes when checking the crate root.Camille GILLOT-2/+2
2021-07-25Use more of OwnerNode.Camille GILLOT-54/+43
2021-07-25Use OwnerNode in indexing.Camille GILLOT-106/+57
2021-07-25Introduce OwnerNode::Crate.Camille GILLOT-57/+61
2021-07-25Merge the BTreeMap in hir::Crate.Camille GILLOT-118/+267
2021-07-25Miri: santiy check that null pointer can never have an AllocIdRalf Jung-1/+5
2021-07-25Auto merge of #87381 - Aaron1011:note-semi-trailing-macro, r=petrochenkovbors-5/+39
2021-07-24Auto merge of #86580 - BoxyUwU:cgd-subst-ice, r=nikomatsakisbors-1/+105
2021-07-24Fix doc typoThibsG-1/+1
2021-07-24fix code to suggest `;` on parse errorElliot Bobrow-57/+57
2021-07-24Rollup merge of #87403 - LeSeulArtichaut:assign-dropping-union, r=oli-obkManish Goregaokar-17/+31
2021-07-24Rollup merge of #87389 - Aaron1011:expand-known-attrs, r=wesleywiserManish Goregaokar-12/+8
2021-07-24Rollup merge of #87370 - pkubaj:master, r=oli-obkManish Goregaokar-0/+28
2021-07-24Rollup merge of #87359 - jyn514:bless-rustup, r=estebankManish Goregaokar-2/+5
2021-07-24Rollup merge of #87348 - SkiFire13:fix-87261, r=oli-obkManish Goregaokar-20/+45
2021-07-24Display an extra note for trailing semicolon lint with trailing macroAaron Hill-5/+39
2021-07-24change doc commentEllen-1/+1
2021-07-24Auto merge of #87296 - Aaron1011:inert-warn, r=petrochenkovbors-16/+45
2021-07-24rename Validator → CheckerRalf Jung-6/+6
2021-07-24rename const checking visitor module to check_consts::checkRalf Jung-3/+3
2021-07-24Auto merge of #86461 - crlf0710:rich_vtable, r=nikomatsakisbors-87/+372
2021-07-24Auto merge of #87338 - SparrowLii:MaybeTrait, r=wesleywiserbors-33/+17
2021-07-24Remove detection of rustup and cargo in 'missing extern crate' diagnosticsJoshua Nelson-2/+5
2021-07-23Auto merge of #86429 - JohnTitor:get-by-key-enum-part-2, r=oli-obkbors-50/+24
2021-07-23Rename `known_attrs` to `expanded_inert_attrs` and move to rustc_expandAaron Hill-12/+8
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-23Implement `AssignToDroppingUnionField` in THIR unsafeckLeSeulArtichaut-17/+31
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