summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-06-08use default binding mode in match clausesCedric-10/+10
2019-06-08remove useless ident() functions in const tests and replace the useful ones b...Ralf Jung-72/+57
2019-06-08fix bad style for structsCedric-13/+19
2019-06-08Auto merge of #61620 - SimonSapin:as_cell, r=RalfJungbors-5/+2
2019-06-08fix rebase falloutRalf Jung-1/+1
2019-06-08rename EvalSnapshot -> InterpSnapshotRalf Jung-12/+12
2019-06-08rename EvalResult -> InterpResult and EvalError -> InterpErrorInfoRalf Jung-258/+261
2019-06-08improve styleCedric-13/+10
2019-06-08checktools: unify grepping the TOOLSTATE fileRalf Jung-3/+10
2019-06-08use pattern matching for slices destructuringCedric-59/+45
2019-06-08Do not recursively visit `visit_place`Oliver Scherer-119/+155
2019-06-08Auto merge of #61635 - ecstatic-morse:const-signum, r=oli-obkbors-8/+15
2019-06-08Mention slice patternsYuki Okushi-2/+2
2019-06-08Rollup merge of #61647 - JohnTitor:use-stable-func, r=CentrilMazdak Farrokhzad-2/+2
2019-06-08Rollup merge of #61641 - spastorino:revert-to-recursion-on-local-analyzer, r=...Mazdak Farrokhzad-48/+37
2019-06-08Rollup merge of #61627 - davidtwco:ice-async-fn-lint, r=alexcrichtonMazdak Farrokhzad-0/+37
2019-06-08Rollup merge of #61621 - Mark-Simulacrum:bootstrap-run-only-hosts, r=alexcric...Mazdak Farrokhzad-7/+9
2019-06-08Rollup merge of #61616 - petrochenkov:parsderef, r=oli-obkMazdak Farrokhzad-266/+256
2019-06-08Rollup merge of #61615 - petrochenkov:errlit, r=matkladMazdak Farrokhzad-27/+33
2019-06-08Rollup merge of #61223 - czipperz:tuple-ord-document-ordering, r=oli-obkMazdak Farrokhzad-0/+4
2019-06-07Add `const`-ness tests for `i32::signum`Dylan MacKenzie-2/+12
2019-06-08Use stable wrappersYuki Okushi-2/+2
2019-06-08Remove useless allocations in macro_rules follow logic.L117-15/+15
2019-06-07Make `i*::signum` a `const fn`.Dylan MacKenzie-6/+3
2019-06-07Revert "Make LocalAnalizer visitor iterate instead of recurse"Santiago Pastorino-48/+37
2019-06-07Auto merge of #61130 - jonhoo:mem-take, r=SimonSapinbors-0/+55
2019-06-07tests: Add regression test for #61452.David Wood-0/+37
2019-06-07syntax: Treat error literals in more principled wayVadim Petrochenkov-27/+33
2019-06-07Rollup merge of #61618 - RalfJung:error, r=oli-obkMazdak Farrokhzad-1/+6
2019-06-07Rollup merge of #61605 - GuillaumeGomez:const-generic-display, r=varkorMazdak Farrokhzad-1/+16
2019-06-07Rollup merge of #61603 - Goirad:increase-sgx-heapsize, r=alexcrichtonMazdak Farrokhzad-0/+2
2019-06-07Rollup merge of #61599 - laumann:pin-docs-minor-edits, r=CentrilMazdak Farrokhzad-20/+21
2019-06-07Rollup merge of #61586 - alexcrichton:asmjs-no-assertions, r=pietroalbiniMazdak Farrokhzad-0/+8
2019-06-07Rollup merge of #61532 - wesleywiser:const_prop_more, r=oli-obkMazdak Farrokhzad-30/+136
2019-06-07Rollup merge of #61332 - kennethbgoodin:borrowck-remove-asterisk-suggestion, ...Mazdak Farrokhzad-73/+53
2019-06-07Clarify when we run steps with ONLY_HOSTSMark Rousskov-7/+9
2019-06-07Stabilize Cell::from_mut and as_slice_of_cellsSimon Sapin-5/+2
2019-06-07Fix slice const generic length displayGuillaume Gomez-1/+16
2019-06-07add doc comment for EvalErrorRalf Jung-0/+5
2019-06-07make the backtrace field of EvalError privateRalf Jung-1/+1
2019-06-07parser: Remove `look_ahead_span`Vadim Petrochenkov-18/+5
2019-06-07parser: Remove `Deref` impl from `Parser`Vadim Petrochenkov-10/+0
2019-06-07parser: `self.span` -> `self.token.span`Vadim Petrochenkov-242/+255
2019-06-07Auto merge of #61209 - matthewjasper:const-tuple-constructors, r=oli-obkbors-168/+516
2019-06-07Fix issue with path segment lowering with const argsvarkor-8/+9
2019-06-07Add test for deriving Debug for const genericsvarkor-0/+28
2019-06-07Add test for const generics struct constructorvarkor-0/+21
2019-06-07Refactor `ty_infer` and `re_infer`varkor-38/+40
2019-06-07Fix issue with const arg inferencevarkor-11/+56
2019-06-07Rename `infer_types` to `infer_args`varkor-33/+33