| Age | Commit message (Expand) | Author | Lines |
| 2019-08-19 | glue tokens when building token stream | Aleksey Kladov | -10/+34 |
| 2019-08-19 | remove composite tokens support from the lexer | Aleksey Kladov | -199/+34 |
| 2019-08-19 | Use constraint span when lowering associated types | Esteban Küber | -189/+354 |
| 2019-08-19 | adjust test to be check-pass | Niko Matsakis | -13/+4 |
| 2019-08-19 | use static as object-lifetime default for type XX in `Foo<Item=XX>` | Niko Matsakis | -1/+229 |
| 2019-08-19 | distinguish object-lifetime-default elision from other elision | Niko Matsakis | -10/+163 |
| 2019-08-19 | add debug logs | Niko Matsakis | -2/+46 |
| 2019-08-19 | test: add test for #61432. | Eduard-Mihai Burtescu | -0/+25 |
| 2019-08-19 | Fix suggestion from move async to async move. | Giles Cope | -1/+41 |
| 2019-08-19 | test: add test from #61041. | Eduard-Mihai Burtescu | -0/+60 |
| 2019-08-19 | rustc_typeck: fix the generics for (const-generic) `N` expression in e.g. `[T... | Eduard-Mihai Burtescu | -0/+14 |
| 2019-08-19 | rustc_mir: disallow non-monomorphic reifications. | Eduard-Mihai Burtescu | -1/+11 |
| 2019-08-19 | rustc_mir: disallow non-monomorphic vtables. | Eduard-Mihai Burtescu | -1/+6 |
| 2019-08-19 | rustc_mir: add missing subst_from_frame_and_normalize_erasing_regions calls. | Eduard-Mihai Burtescu | -1/+4 |
| 2019-08-19 | rustc_mir: use self.resolve instead of Instance::resolve where possible. | Eduard-Mihai Burtescu | -6/+1 |
| 2019-08-19 | rustc_mir: make subst_from_frame_and_normalize_erasing_regions infallible. | Eduard-Mihai Burtescu | -17/+10 |
| 2019-08-19 | rustc_mir: remove wrong calls to subst_from_frame_and_normalize_erasing_regions. | Eduard-Mihai Burtescu | -2/+0 |
| 2019-08-19 | start cleaning up subst mess | Ralf Jung | -58/+38 |
| 2019-08-19 | librustdoc: warn on empty doc test | Tom Milligan | -10/+59 |
| 2019-08-19 | std: Update `backtrace` crate dependency | Alex Crichton | -1/+1 |
| 2019-08-19 | test cases for both `f32` and `f64` on asinh(-0.0) | Phosphorus15 | -0/+2 |
| 2019-08-19 | Added negative cases for `asinh` according to IEEE-754. | Phosphorus15 | -8/+22 |
| 2019-08-19 | Fix ICE with `impl Trait` in type bounds | Shotaro Yamada | -3/+18 |
| 2019-08-19 | Use BTreeMap for deterministic iter order | Shotaro Yamada | -6/+5 |
| 2019-08-19 | Fix tidy | Shotaro Yamada | -2/+6 |
| 2019-08-19 | Support nested `impl Trait` | Shotaro Yamada | -25/+41 |
| 2019-08-19 | Associated type bound for inlined impl Trait doc | Shotaro Yamada | -68/+131 |
| 2019-08-19 | Support `impl Trait` in inlined documentation | Shotaro Yamada | -22/+122 |
| 2019-08-19 | Auto merge of #63670 - Dante-Broggi:patch-2, r=Centril | bors | -1/+1 |
| 2019-08-19 | Auto merge of #63463 - matthewjasper:ty_param_cleanup, r=petrochenkov | bors | -183/+124 |
| 2019-08-18 | Auto merge of #63045 - Rosto75:master, r=jonas-schievink | bors | -43/+43 |
| 2019-08-18 | Fix bug in iter::Chain::size_hint | Tim Vermeulen | -8/+62 |
| 2019-08-18 | Pre intern the `Self` parameter type | Matthew Jasper | -47/+35 |
| 2019-08-18 | Auto merge of #63659 - gilescope:async-in-closure, r=Centril | bors | -13/+23 |
| 2019-08-18 | Auto merge of #63635 - oli-obk:default-slice-dangles, r=eddyb | bors | -9/+34 |
| 2019-08-18 | Constify LinkedList new function | GrayJack | -1/+1 |
| 2019-08-18 | Better error message for break in async blocks. | Giles Cope | -13/+23 |
| 2019-08-18 | Auto merge of #63269 - Aaron1011:feature/proc-macro-data, r=eddyb,petrochenkov | bors | -210/+240 |
| 2019-08-18 | Auto merge of #62948 - matklad:failable-file-loading, r=petrochenkov | bors | -104/+102 |
| 2019-08-17 | Fixed: error: unnecessary trailing semicolon | Salim Nasser | -1/+1 |
| 2019-08-18 | Auto merge of #61708 - dlrobertson:or-patterns-0, r=centril | bors | -51/+241 |
| 2019-08-17 | Auto merge of #63671 - Centril:rollup-zufavt5, r=Centril | bors | -290/+924 |
| 2019-08-17 | Rollup merge of #63669 - Dante-Broggi:patch-1, r=jonas-schievink | Mazdak Farrokhzad | -2/+2 |
| 2019-08-17 | Rollup merge of #63667 - petrochenkov:deriveholders, r=matthewjasper | Mazdak Farrokhzad | -47/+82 |
| 2019-08-17 | Rollup merge of #63657 - RalfJung:invalid_value, r=Centril | Mazdak Farrokhzad | -82/+267 |
| 2019-08-17 | Rollup merge of #63487 - sd234678:remove-meaningless-comments-in-src/test-2, ... | Mazdak Farrokhzad | -149/+68 |
| 2019-08-17 | Rollup merge of #62451 - SimonSapin:new_uninit, r=RalfJung | Mazdak Farrokhzad | -10/+505 |
| 2019-08-17 | test in a way that works even with musl | Ralf Jung | -65/+58 |
| 2019-08-17 | size has a zero | Dante-Broggi | -1/+1 |
| 2019-08-17 | Doc nit | Simon Sapin | -1/+1 |