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