about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-09-09Const drop selection candidatesDeadbeef-23/+210
2021-09-09better testDeadbeef-35/+15
2021-09-09fmtDeadbeef-4/+6
2021-09-09Add a simple test caseDeadbeef-0/+48
2021-09-09Do not lint for ~const Drop boundsDeadbeef-0/+5
2021-09-09Const droppingDeadbeef-28/+141
2021-09-09Remove unused queryDeadbeef-30/+10
2021-09-09cleanup hir hackDeadbeef-7/+1
2021-09-09Auto merge of #88752 - Mark-Simulacrum:bootstrap-bump, r=m-ou-sebors-430/+344
2021-09-09Auto merge of #7610 - Labelray:master, r=camsteffenbors-0/+132
2021-09-09Auto merge of #7621 - azdavis:master, r=camsteffenbors-44/+69
2021-09-09add new lint `iter_not_returning_iterator`Labelray-0/+132
2021-09-08Fatal error for functions with more than 65535 argumentsNoble-Mushtak-0/+39
2021-09-08Allow giving reasons for disallowed_methodsAriel Davis-44/+69
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-430/+344
2021-09-09CI pleaseEllen-0/+1
2021-09-09fmtEllen-1/+3
2021-09-09resolve `from_hir_call` FIXMEEllen-2/+24
2021-09-09add a `CastKind` to `Node::Cast`Ellen-10/+42
2021-09-09nitsEllen-38/+43
2021-09-09remove commentEllen-1/+1
2021-09-09rename mir -> thir around abstract constsEllen-284/+287
2021-09-09remove debug stmtsEllen-8/+1
2021-09-09remove `WorkNode`Ellen-51/+10
2021-09-09handle `ExprKind::NeverToAny`Ellen-2/+1
2021-09-09dont build abstract const for monomorphic constsEllen-1/+30
2021-09-09move thir visitor to rustc_middleEllen-242/+244
2021-09-09tidyEllen-22/+20
2021-09-09bless stderrEllen-13/+8
2021-09-09dont support blocksEllen-54/+16
2021-09-09as casts and block exprsEllen-35/+57
2021-09-09WIP stateEllen-227/+160
2021-09-08Auto merge of #88615 - flip1995:clippyup, r=Manishearthbors-1284/+4139
2021-09-08Auto merge of #88615 - flip1995:clippyup, r=Manishearthbors-1295/+4149
2021-09-08Update cargoEric Huss-0/+0
2021-09-08Auto merge of #80522 - cjgillot:borrowcrate, r=oli-obkbors-706/+938
2021-09-08Remove special dogfood targetCameron Steffen-24/+1
2021-09-08Remove target dir from aliasesCameron Steffen-2/+2
2021-09-08Rename test_build_base to testCameron Steffen-2/+2
2021-09-08Use relative path for test buildsCameron Steffen-20/+3
2021-09-08Use relative exe pathsCameron Steffen-30/+14
2021-09-08Make host libs -L flag optionalCameron Steffen-3/+6
2021-09-08Use relative deps pathCameron Steffen-1/+3
2021-09-08Add target to cargo configCameron Steffen-0/+1
2021-09-08Rebase fallout.Camille GILLOT-5/+6
2021-09-08Update run-make-fulldeps.Camille GILLOT-4/+4
2021-09-08Auto merge of #88750 - jackh726:rollup-w57i9fp, r=jackh726bors-45/+260
2021-09-08Avoid unnecessary duplicate metadata encodingbjorn3-3/+3
2021-09-08Use Lrc instead of Option to avoid duplication of a SearchPathbjorn3-12/+9
2021-09-08Move get_tools_search_paths from FileSearch to Sessionbjorn3-20/+17