about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-09-09fmtDeadbeef-20/+19
2021-09-09Const drop selection candidatesDeadbeef-23/+159
2021-09-09fmtDeadbeef-4/+6
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-08Fatal error for functions with more than 65535 argumentsNoble-Mushtak-0/+14
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-17/+1
2021-09-09fmtEllen-1/+3
2021-09-09resolve `from_hir_call` FIXMEEllen-1/+0
2021-09-09add a `CastKind` to `Node::Cast`Ellen-10/+21
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-09dont support blocksEllen-45/+13
2021-09-09as casts and block exprsEllen-35/+57
2021-09-09WIP stateEllen-227/+160
2021-09-08Auto merge of #80522 - cjgillot:borrowcrate, r=oli-obkbors-677/+821
2021-09-08Rebase fallout.Camille GILLOT-5/+6
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
2021-09-08Doc commentsbjorn3-17/+17
2021-09-08Rollup merge of #88726 - MingweiSamuel:patch-1, r=wesleywiserJack Huey-1/+1
2021-09-08Rollup merge of #88553 - theo-lw:issue-88276, r=estebankJack Huey-0/+27
2021-09-08Rework DepthFirstSearch APINiko Matsakis-3/+69
2021-09-08Revert "Remove optimization_fuel_crate from Session"bjorn3-1/+6
2021-09-08RustWrapper: remove some uses of AttrBuilderAugie Fackler-19/+6
2021-09-08Auto merge of #86943 - ptrojahn:suggest_derive, r=estebankbors-0/+81
2021-09-08Auto merge of #88061 - jackh726:genericbound-cleanup, r=estebankbors-332/+243
2021-09-08Auto merge of #88477 - sexxi-goose:issue-88476, r=nikomatsakisbors-1/+33
2021-09-07Fix duplicate errorjackh726-0/+1
2021-09-07Detect stricter constraints on gats where clauses in impls vs traitjackh726-30/+96
2021-09-07A bit of cleanup to astconvjackh726-181/+135
2021-09-07Change is_unsized to add_implicitly_sizedjackh726-123/+63
2021-09-07Don't move ?Trait bounds to param bounds if they're in where clausesjackh726-78/+92
2021-09-07Static assert size of GenericBoun to ensure size doesn't changejackh726-0/+3
2021-09-07RustWrapper: just use the *AtIndex funcs directlyAugie Fackler-36/+3
2021-09-07remap-cwd-prefixdanakj-3/+15
2021-09-07RustWrapper: avoid deleted unclear attribute methodsAugie Fackler-18/+70
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-33/+33
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-203/+227
2021-09-07Move monomorphize code to its own crate.Camille GILLOT-22/+54
2021-09-07Recover from `Foo(a: 1, b: 2)`Esteban Kuber-10/+74