| Age | Commit message (Expand) | Author | Lines |
| 2017-11-25 | Make builtin macro doc stubs more accurate | Michael Lamparski | -6/+14 |
| 2017-11-24 | Auto merge of #46116 - oli-obk:json_ui, r=nikomatsakis | bors | -2128/+2224 |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -2127/+2193 |
| 2017-11-24 | Auto merge of #46012 - Gankro:float-conv-transmute, r=sfackler | bors | -76/+86 |
| 2017-11-24 | UI tests extract the regular output from the 'rendered' field in json | Oliver Schneider | -8/+48 |
| 2017-11-24 | This method of once-diagnostics doesn't allow nesting | Oliver Schneider | -15/+5 |
| 2017-11-24 | Simplify an Iterator::fold to Iterator::any | Oliver Schneider | -1/+1 |
| 2017-11-24 | Auto merge of #45946 - estebank:crate-conflict-diag, r=arielb1 | bors | -103/+95 |
| 2017-11-24 | Auto merge of #45942 - Menschenkindlein:master, r=estebank | bors | -0/+141 |
| 2017-11-23 | Make float::from_bits transmute (and update the documentation to reflect this). | Alexis Beingessner | -76/+86 |
| 2017-11-23 | Auto merge of #46225 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -12/+59 |
| 2017-11-23 | Rollup merge of #46220 - rust-lang:frewsxcv-issue-44929, r=kennytm | Guillaume Gomez | -2/+4 |
| 2017-11-23 | Rollup merge of #46218 - rust-lang:frewsxcv-rename-slice-swap-param, r=kennytm | Guillaume Gomez | -9/+9 |
| 2017-11-23 | Rollup merge of #46177 - ollie27:std_unicode_debug, r=estebank | Guillaume Gomez | -1/+7 |
| 2017-11-23 | Rollup merge of #45635 - virgil-palanciuc:master, r=kennytm | Guillaume Gomez | -0/+39 |
| 2017-11-23 | Auto merge of #45881 - Centril:box-leak, r=alexcrichton | bors | -0/+53 |
| 2017-11-23 | Use for_each_child_stable in find_module | Maxim Zholobak | -1/+1 |
| 2017-11-23 | Auto merge of #46087 - vramana:fix-46003, r=arielb1 | bors | -13/+59 |
| 2017-11-23 | Fix borrowck compiler errors for upvars contain "spurious" dereferences | Ramana Venkata | -13/+59 |
| 2017-11-23 | Add module population and case of enum in place of expression | Maxim Zholobak | -9/+31 |
| 2017-11-23 | Auto merge of #46054 - nikomatsakis:nll-master-to-rust-master-1, r=arielb1 | bors | -37/+169 |
| 2017-11-23 | Auto merge of #46051 - cramertj:in-band-lifetimes, r=nikomatsakis | bors | -140/+1088 |
| 2017-11-23 | Auto merge of #46024 - estebank:no-variant, r=petrochenkov | bors | -39/+170 |
| 2017-11-23 | Auto merge of #46011 - euclio:reachability-redux, r=nrc | bors | -47/+100 |
| 2017-11-22 | Use multiline text for crate conflict diagnostics | Esteban Küber | -103/+95 |
| 2017-11-22 | Add test to new branches | Esteban Küber | -0/+15 |
| 2017-11-22 | Clarify stdin behavior of `Command::output`. | Corey Farwell | -2/+4 |
| 2017-11-22 | Rename param in `[T]::swap_with_slice` from `src` to `other`. | Corey Farwell | -9/+9 |
| 2017-11-23 | Auto merge of #45721 - nikomatsakis:hir-tree, r=arielb1 | bors | -0/+64 |
| 2017-11-22 | add `reachable_only` to save-analysis config | Andy Russell | -1/+2 |
| 2017-11-22 | add some tests for the interaction with existential impl trait | Niko Matsakis | -1/+21 |
| 2017-11-22 | modify inherent impls test to indicate `TypeckTables` do not change | Niko Matsakis | -4/+40 |
| 2017-11-22 | add debug log with result of writeback | Niko Matsakis | -0/+2 |
| 2017-11-22 | Implement in-band lifetime bindings | Taylor Cramer | -136/+1026 |
| 2017-11-22 | Auto merge of #46035 - oli-obk:use_suggestions, r=petrochenkov | bors | -43/+207 |
| 2017-11-22 | Auto merge of #45198 - oli-obk:fmt_args, r=sfackler | bors | -0/+62 |
| 2017-11-22 | Auto merge of #44781 - QuietMisdreavus:doc-include, r=GuillaumeGomez | bors | -29/+486 |
| 2017-11-22 | normalize types in ADT constructor | Niko Matsakis | -32/+12 |
| 2017-11-22 | handle the active field index in unions | Niko Matsakis | -10/+16 |
| 2017-11-22 | avoid early return | Niko Matsakis | -21/+18 |
| 2017-11-22 | only normalize operand types when in an ADT constructor | Niko Matsakis | -4/+25 |
| 2017-11-22 | Normalize LvalueTy for ops and format code to satisfy tidy check | Paul Daniel Faria | -24/+39 |
| 2017-11-22 | Remove attributes and test comments accidentally left behind, add in span_mir... | Paul Daniel Faria | -11/+20 |
| 2017-11-22 | Fix failing test | Paul Daniel Faria | -3/+9 |
| 2017-11-22 | Check rvalue aggregates during check_stmt in tycheck, add initial, (not passi... | Paul Daniel Faria | -0/+109 |
| 2017-11-22 | Make RegionVid use newtype_index! | Santiago Pastorino | -32/+21 |
| 2017-11-22 | Auto merge of #46040 - zilbuz:mir-misc, r=nikomatsakis | bors | -44/+40 |
| 2017-11-22 | Box::leak: update unstable issue number (46179). | Mazdak | -1/+1 |
| 2017-11-22 | Add missing Debug impls to std_unicode | Oliver Middleton | -1/+7 |
| 2017-11-21 | Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1 | bors | -782/+1003 |