| Age | Commit message (Expand) | Author | Lines |
| 2019-03-15 | Auto merge of #58556 - oli-obk:imperative_recursion, r=pnkfelix | bors | -26/+76 |
| 2019-03-15 | we can now print on entering/leaving the topmost frame, and make sure it stay... | Ralf Jung | -16/+13 |
| 2019-03-15 | rustc: slice substs in ty::print instead of passing the full ones. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-15 | rustc: remove PrintCx from ty::Print and rely on printers carrying TyCtxt. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-03-15 | rustc: move ty::print::PrintConfig's fields to FmtPrinter. | Eduard-Mihai Burtescu | -6/+2 |
| 2019-03-15 | rustc: make util::ppaux private. | Eduard-Mihai Burtescu | -3/+2 |
| 2019-03-15 | rustc: don't pass Namespace explicitly, but rather track it in FmtPrinter. | Eduard-Mihai Burtescu | -2/+3 |
| 2019-03-15 | rustc: don't keep RegionHighlightMode in a thread-local. | Eduard-Mihai Burtescu | -32/+54 |
| 2019-03-15 | rustc: move the contents of ty::item_path to ty::print. | Eduard-Mihai Burtescu | -7/+6 |
| 2019-03-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -16/+16 |
| 2019-03-15 | rustc: remove TyCtxt::parent_def_id in favor of TyCtxt::parent. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-03-15 | rustc_mir: adjust the type_length_limit diagnostic to be more useful. | Eduard-Mihai Burtescu | -12/+26 |
| 2019-03-15 | rustc: implement fmt::{Debug,Display} on Ty instead of TyS. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-15 | rustc: remove fmt::{Debug,Display} from ty::TyKind. | Eduard-Mihai Burtescu | -17/+22 |
| 2019-03-14 | Auto merge of #58176 - Zoxc:lint-levels, r=oli-obk | bors | -52/+23 |
| 2019-03-12 | Document the precomputation algorithm's purpose | Oliver Scherer | -0/+7 |
| 2019-03-12 | replaced some bit operations with truncate | kenta7777 | -3/+3 |
| 2019-03-11 | reduced some code repetitions of bit operation | kenta7777 | -2/+3 |
| 2019-03-11 | Auto merge of #58788 - matthewjasper:compare-children, r=pnkfelix | bors | -23/+5 |
| 2019-03-11 | Auto merge of #58784 - oli-obk:accidental_promotion, r=eddyb | bors | -5/+4 |
| 2019-03-10 | Make migrate mode work at item level granularity | Matthew Jasper | -23/+5 |
| 2019-03-09 | Rollup merge of #58762 - petrochenkov:unwind, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+5 |
| 2019-03-09 | Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoerister | Mazdak Farrokhzad | -9/+0 |
| 2019-03-09 | Rollup merge of #58670 - saleemjaffer:refactor_typecast_check_kinds, r=oli-obk | Mazdak Farrokhzad | -6/+1 |
| 2019-03-09 | Rollup merge of #58518 - oli-obk:unreachable_result_errors, r=RalfJung | Mazdak Farrokhzad | -37/+23 |
| 2019-03-08 | expand unused doc comment diagnostic | Andy Russell | -15/+27 |
| 2019-03-07 | hir: replace NodeId with HirId in Destination | ljedrz | -2/+2 |
| 2019-03-07 | hir: remove NodeId from PatKind | ljedrz | -29/+25 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -96/+92 |
| 2019-03-06 | Refactor const_to_op | varkor | -9/+4 |
| 2019-03-06 | Make misc checking 2 more parallel | John Kåre Alsaker | -9/+0 |
| 2019-03-05 | Make adjustments for comments | varkor | -9/+12 |
| 2019-03-05 | Fix rebase fallout | varkor | -1/+1 |
| 2019-03-05 | Handle new ConstValue variants in mir | varkor | -12/+22 |
| 2019-03-05 | Make a lazy const from a const param | varkor | -5/+24 |
| 2019-03-05 | Take const generics into account when monomorphising | varkor | -22/+60 |
| 2019-03-05 | Only insert nodes which changes lint levels in the LintLevelMap | John Kåre Alsaker | -52/+23 |
| 2019-03-05 | fixes rust-lang#52482 | Saleem Jaffer | -6/+1 |
| 2019-03-04 | Use early unwraps instead of bubbling up errors just to unwrap in the end | Oliver Scherer | -37/+23 |
| 2019-03-04 | Use bit operations for setting large ranges of bits in a u64 | Oliver Scherer | -1/+1 |
| 2019-03-04 | Use a more general approach for setting large definedness ranges | Oliver Scherer | -25/+45 |
| 2019-03-04 | Don't try to copy relocations if there are none | Oliver Scherer | -17/+22 |
| 2019-03-04 | Optimize copying large ranges of undefmask blocks | Oliver Scherer | -2/+20 |
| 2019-03-04 | Auto merge of #58380 - estebank:missing-match-pats, r=zackmdavis | bors | -29/+116 |
| 2019-03-03 | Auto merge of #58505 - schomatis:fix/nll/remove-live-var, r=matthewjasper | bors | -267/+179 |
| 2019-03-03 | Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelix | bors | -6/+167 |
| 2019-03-02 | Reword error message | Esteban Küber | -8/+18 |
| 2019-03-02 | Use anonymous explicit lifetimes | Esteban Küber | -3/+3 |
| 2019-03-02 | Point at enum definition when match patterns are not exhaustive | Esteban Küber | -29/+106 |
| 2019-03-02 | Auto merge of #58836 - ljedrz:begone_NodeId, r=Zoxc | bors | -18/+17 |