about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-06-08Remove unused `#![feature(custom_attribute)]`sVadim Petrochenkov-19/+4
2019-06-08implement nth_back for RangeAdrian Friedli-0/+30
2019-06-08Auto merge of #61529 - ehuss:update-books, r=GuillaumeGomezbors-0/+0
2019-06-08Update RLSIgor Matuszewski-0/+0
2019-06-08syntax: Move some `Token` methods aroundVadim Petrochenkov-48/+40
2019-06-08syntax: Remove `Deref` impl from `Token`Vadim Petrochenkov-66/+45
2019-06-08syntax: Move most of the `TokenKind` methods to `Token`Vadim Petrochenkov-100/+66
2019-06-08fix libsyntax testCedric-4/+4
2019-06-08extra paranoid modeRalf Jung-3/+5
2019-06-08Remove redundant, commented out codeIgor Matuszewski-6/+0
2019-06-08Separate a `scan_raw_string` (similar `raw_byte` variant)Igor Matuszewski-77/+82
2019-06-08Clean up minor bitsIgor Matuszewski-2/+2
2019-06-09Add test for ICEYuki Okushi-0/+22
2019-06-08Auto merge of #61655 - RalfJung:checktools, r=kennytmbors-3/+10
2019-06-08syntax: Keep full `Token`s for `macro_rules` separatorsVadim Petrochenkov-37/+32
2019-06-08black-box the fn ptr, not the resultRalf Jung-3/+3
2019-06-08cast vec to slicesCedric-5/+5
2019-06-08Auto merge of #61625 - RalfJung:eval-interp, r=oli-obkbors-271/+274
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