| Age | Commit message (Expand) | Author | Lines |
| 2020-02-14 | implement LowerExp and UpperExp for integers | Max Blachman | -0/+243 |
| 2020-02-14 | Auto merge of #69172 - JohnTitor:rollup-6cbmwcw, r=JohnTitor | bors | -189/+703 |
| 2020-02-15 | Rollup merge of #69164 - GuillaumeGomez:update-pulldown-cmark, r=Dylan-DPC | Yuki Okushi | -76/+96 |
| 2020-02-15 | Rollup merge of #69150 - nnethercote:68848-follow-up, r=petrochenkov | Yuki Okushi | -17/+15 |
| 2020-02-15 | Rollup merge of #69128 - Centril:fix-69103, r=davidtwco | Yuki Okushi | -6/+55 |
| 2020-02-15 | Rollup merge of #69051 - Centril:st-fixes, r=eddyb | Yuki Okushi | -0/+3 |
| 2020-02-15 | Rollup merge of #68856 - Centril:or-pat-ref-pat, r=matthewjasper | Yuki Okushi | -62/+447 |
| 2020-02-15 | Rollup merge of #68475 - Aaron1011:fix/forest-caching, r=nikomatsakis | Yuki Okushi | -18/+26 |
| 2020-02-15 | Rollup merge of #68129 - varkor:infer-binary-operand-behind-reference, r=niko... | Yuki Okushi | -10/+61 |
| 2020-02-14 | Update pulldown-cmark dependency | Guillaume Gomez | -76/+96 |
| 2020-02-14 | Auto merge of #69115 - ehuss:update-books, r=Dylan-DPC | bors | -31/+90 |
| 2020-02-14 | Auto merge of #69100 - cjgillot:resolve_instance, r=Zoxc | bors | -123/+160 |
| 2020-02-14 | update miri | Ralf Jung | -7/+7 |
| 2020-02-14 | Auto merge of #68693 - Zoxc:query-no-arc, r=michaelwoerister | bors | -161/+323 |
| 2020-02-14 | Fix a typo in a variable name. | Nicholas Nethercote | -3/+4 |
| 2020-02-14 | Avoid `base_parser`, it's not needed. | Nicholas Nethercote | -14/+11 |
| 2020-02-13 | Auto merge of #69144 - Dylan-DPC:rollup-apt6zjj, r=Dylan-DPC | bors | -866/+754 |
| 2020-02-13 | Rollup merge of #69141 - mark-i-m:proper-linkcheck-2, r=Dylan-DPC | Dylan DPC | -0/+2 |
| 2020-02-13 | Rollup merge of #69135 - drewrip:drewrip-spelling, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-02-13 | Rollup merge of #69127 - tmiasko:new-pass-manager-use-after-scope, r=nikic | Dylan DPC | -2/+2 |
| 2020-02-13 | Rollup merge of #69126 - RalfJung:exact-div, r=oli-obk | Dylan DPC | -2/+4 |
| 2020-02-13 | Rollup merge of #69125 - jethrogb:jb/cleanup-sgx-entry, r=Dylan-DPC | Dylan DPC | -0/+1 |
| 2020-02-13 | Rollup merge of #69108 - cjgillot:trait_candidate, r=Zoxc | Dylan DPC | -18/+29 |
| 2020-02-13 | Rollup merge of #69057 - Centril:clean-expand, r=petrochenkov | Dylan DPC | -114/+94 |
| 2020-02-13 | Rollup merge of #68938 - Areredify:gat_lifetime_shadowing, r=estebank | Dylan DPC | -6/+25 |
| 2020-02-13 | Rollup merge of #68728 - Centril:towards-fn-merge, r=petrochenkov | Dylan DPC | -723/+596 |
| 2020-02-13 | Auto merge of #68406 - andjo403:selfprofileLlvm, r=wesleywiser | bors | -4/+164 |
| 2020-02-13 | Move resolve_instance to rustc_ty. | Camille GILLOT | -123/+160 |
| 2020-02-13 | don't error on network failures | Mark Mansi | -0/+2 |
| 2020-02-13 | Spelling error "represening" to "representing" | Drew Ripberger | -1/+1 |
| 2020-02-13 | Update books. | Eric Huss | -31/+90 |
| 2020-02-13 | Make TraitCandidate generic. | Camille GILLOT | -30/+26 |
| 2020-02-13 | Use HirId in TraitCandidate. | Camille GILLOT | -16/+31 |
| 2020-02-13 | parser: inline parse_assoc_macro_invoc | Mazdak Farrokhzad | -20/+10 |
| 2020-02-13 | parser: misc small item related improvements & cleanups. | Mazdak Farrokhzad | -249/+233 |
| 2020-02-13 | parser: extract `recover_const_mut`. | Mazdak Farrokhzad | -13/+17 |
| 2020-02-13 | parser: fuse `trait` parsing & layer with `is_path_start_item` | Mazdak Farrokhzad | -35/+27 |
| 2020-02-13 | parser: make `eat_macro_def` redundant. | Mazdak Farrokhzad | -33/+12 |
| 2020-02-13 | parser: remove `Option<Vec<Attribute>>` in `ItemInfo`. | Mazdak Farrokhzad | -59/+50 |
| 2020-02-13 | parser_item_mod: avoid cloning outer attributes | Mazdak Farrokhzad | -23/+16 |
| 2020-02-13 | parser: introduce `parse_item_kind` as central `ItemInfo` logic. | Mazdak Farrokhzad | -197/+168 |
| 2020-02-13 | parser: extract `recover_missing_kw_before_item` | Mazdak Farrokhzad | -84/+90 |
| 2020-02-13 | parser: unify item list parsing. | Mazdak Farrokhzad | -71/+80 |
| 2020-02-13 | parser: extract common foreign item code for each kind | Mazdak Farrokhzad | -67/+21 |
| 2020-02-13 | Auto merge of #68969 - RalfJung:dont-panic, r=oli-obk | bors | -274/+271 |
| 2020-02-13 | fix extra subslice lowering | Mazdak Farrokhzad | -6/+55 |
| 2020-02-13 | fix typo | Ralf Jung | -1/+1 |
| 2020-02-13 | expand: simplify flat_map_item wrt. inline module detection | Mazdak Farrokhzad | -7/+4 |
| 2020-02-13 | expand: simplify flat_map_item | Mazdak Farrokhzad | -5/+1 |
| 2020-02-13 | expand: simplify classify_* | Mazdak Farrokhzad | -8/+5 |