about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-02-16Rollup merge of #58293 - xfix:patch-16, r=Mark-Simulacrumkennytm-23/+7
2019-02-16Rollup merge of #58196 - varkor:const-fn-feature-gate-error, r=oli-obkkennytm-103/+352
2019-02-16Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapinkennytm-14/+9
2019-02-16Rollup merge of #57981 - Zoxc:fix-57979, r=nikomatsakiskennytm-1/+60
2019-02-15nll: remove `IdentityMap` and `LiveVariableMap`Lucas Molas-97/+41
2019-02-15nll: remove `NllLivenessMap` and `LiveVar`Lucas Molas-117/+71
2019-02-15nll: remove `NllLivenessMap` from `LocalUseMap`Lucas Molas-33/+52
2019-02-15nll: remove `NllLivenessMap` from `LivenessContext`Lucas Molas-32/+27
2019-02-15Fix rebase issuevarkor-2/+2
2019-02-15Update testsvarkor-12/+12
2019-02-15Take Const into account with nonstandard style lintvarkor-0/+10
2019-02-15Drive-by cleanupvarkor-20/+10
2019-02-15Take Const into account in HIRvarkor-113/+166
2019-02-15Add E0111varkor-0/+4
2019-02-15Add Const kind to rustdocvarkor-6/+75
2019-02-15Move const generic error from lowering to collectvarkor-16/+28
2019-02-15Add pretty-printing for const genericsvarkor-18/+21
2019-02-15Add Const kind to HIRvarkor-1/+17
2019-02-15Auto merge of #57880 - Zoxc:error-on-cycle, r=michaelwoeristerbors-178/+149
2019-02-15Fix documentation for std::path::PathBuf::popNathan-2/+1
2019-02-15Auto merge of #58406 - Disasm:rv64-support, r=nagisabors-0/+68
2019-02-15fix tests post-rebaseFelix S. Klock II-14/+14
2019-02-15Fix runtime error in generate-keyword-testsKonrad Borowski-2/+2
2019-02-15make generalization code create new variables in correct universeNiko Matsakis-31/+110
2019-02-15include more universe information in `debug!` printoutsNiko Matsakis-5/+17
2019-02-15print more information for closures when `-Zverbose` is givenNiko Matsakis-0/+9
2019-02-15Auto merge of #58403 - eddyb:requalify, r=oli-obkbors-578/+851
2019-02-15Fix SECURITY_SQOS_PRESENT missingPaul Dicker-2/+5
2019-02-15compile-pass test for #53606Saleem Jaffer-0/+8
2019-02-15Fix the syntax error in publish_toolstate.pykennytm-3/+3
2019-02-15Remove `stolen`John Kåre Alsaker-4/+0
2019-02-15Always emit an error for a query cycleJohn Kåre Alsaker-178/+153
2019-02-14make Centril happyRalf Jung-3/+3
2019-02-14Whitelist the ARM v8 target-featuregnzlbg-0/+1
2019-02-14split MaybeUninit into several features, expand docs a bitRalf Jung-33/+55
2019-02-14Add updated NLL testsvarkor-37/+108
2019-02-14add .stderr fileNiko Matsakis-0/+17
2019-02-14remove MaybeUninit::into_innerRalf Jung-8/+0
2019-02-14update stdsimdRalf Jung-2/+2
2019-02-14fixed for libstd buildRalf Jung-1/+6
2019-02-14add missing feature flagRalf Jung-0/+1
2019-02-14update stdsimdRalf Jung-0/+0
2019-02-14Fix documentation typovarkor-2/+2
2019-02-14Update const fn testsvarkor-65/+202
2019-02-14Add specific error for unstable const fn featuresvarkor-1/+42
2019-02-14Require defining uses to use generic parameters for all parameters of a gener...Oliver Scherer-27/+98
2019-02-14rustc_mir: compute all the qualification bits separately in qualify_consts.Eduard-Mihai Burtescu-364/+504
2019-02-14rustc_mir: rename qualify_consts::Qualifier to ConstCx and keep in Checker as...Eduard-Mihai Burtescu-34/+35
2019-02-14rustc_mir: do not treat NEEDS_DROP as unexpected in qualify_consts.Eduard-Mihai Burtescu-8/+3
2019-02-14rustc_mir: avoid having an Option around each local qualification in qualify_...Eduard-Mihai Burtescu-59/+48