| Age | Commit message (Expand) | Author | Lines |
| 2019-10-16 | panictry!(..) -> .unwrap() | Mazdak Farrokhzad | -2/+2 |
| 2019-10-16 | ui-fulldeps: make them pass again? | Mazdak Farrokhzad | -9/+13 |
| 2019-10-16 | make tidy happy | Mazdak Farrokhzad | -3/+13 |
| 2019-10-16 | mbe: leave a FIXME | Mazdak Farrokhzad | -0/+3 |
| 2019-10-16 | parser: leave a FIXME for later | Mazdak Farrokhzad | -0/+2 |
| 2019-10-16 | move SeqSep to parser.rs | Mazdak Farrokhzad | -30/+31 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -423/+466 |
| 2019-10-16 | syntax::parse: don't depend on syntax::ext | Mazdak Farrokhzad | -6/+12 |
| 2019-10-16 | attr: remove dep on ExtCtxt | Mazdak Farrokhzad | -11/+22 |
| 2019-10-16 | ast: use more direct imports | Mazdak Farrokhzad | -9/+8 |
| 2019-10-16 | syntax: reduce visibilities | Mazdak Farrokhzad | -101/+101 |
| 2019-10-16 | move diagnostics.rs into parser/ | Mazdak Farrokhzad | -6/+7 |
| 2019-10-16 | syntax: extract parse_cfg_attr | Mazdak Farrokhzad | -21/+22 |
| 2019-10-16 | syntax: extract parse_derive_paths | Mazdak Farrokhzad | -19/+20 |
| 2019-10-16 | move parse::attr -> parse::parser::attr | Mazdak Farrokhzad | -1/+1 |
| 2019-10-16 | Auto merge of #65450 - Manishearth:clippyup, r=Manishearth | bors | -11/+7 |
| 2019-10-15 | Rollup merge of #65444 - spastorino:as-ref-for-list, r=Mark-Simulacrum | Tyler Mandry | -0/+7 |
| 2019-10-15 | Rollup merge of #65438 - Centril:almost, r=varkor | Tyler Mandry | -19/+27 |
| 2019-10-15 | Rollup merge of #65425 - nnethercote:optimize-BitIter, r=zackmdavis | Tyler Mandry | -21/+42 |
| 2019-10-15 | Rollup merge of #65402 - michaelwoerister:pgo-troubleshooting-docs, r=alexcri... | Tyler Mandry | -0/+11 |
| 2019-10-15 | Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddyb | Tyler Mandry | -13/+30 |
| 2019-10-15 | Rollup merge of #65353 - Xanewok:sa-empty-tables, r=nikomatsakis | Tyler Mandry | -13/+31 |
| 2019-10-15 | Rollup merge of #65308 - GuillaumeGomez:long-err-explanation-E0574, r=matthew... | Tyler Mandry | -2/+62 |
| 2019-10-15 | Rollup merge of #65307 - Phosphorus15:master, r=varkor | Tyler Mandry | -4/+43 |
| 2019-10-15 | Rollup merge of #65293 - tmandry:turbo-expander, r=matthewjasper | Tyler Mandry | -4/+17 |
| 2019-10-15 | Rollup merge of #65265 - GuillaumeGomez:cleanup-librustc_mir-err-codes, r=Mar... | Tyler Mandry | -230/+275 |
| 2019-10-15 | Rollup merge of #65242 - estebank:contrain-trait-sugg, r=varkor | Tyler Mandry | -43/+191 |
| 2019-10-15 | Rollup merge of #65235 - nikomatsakis:issue-65159-async-fn-return-ice, r=cram... | Tyler Mandry | -3/+31 |
| 2019-10-15 | Rollup merge of #64623 - matthewjasper:underscore-imports, r=petrochenkov | Tyler Mandry | -154/+247 |
| 2019-10-15 | Rollup merge of #64603 - gilescope:unused-lifetime-warning, r=matthewjasper | Tyler Mandry | -1/+81 |
| 2019-10-15 | Update clippy | Manish Goregaokar | -11/+7 |
| 2019-10-15 | Remove some mentions of gensyms | Matthew Jasper | -3/+2 |
| 2019-10-15 | Remove gensyms | Matthew Jasper | -88/+9 |
| 2019-10-15 | Don't use `gensym_if_underscore` to resolve `_` bindings | Matthew Jasper | -63/+91 |
| 2019-10-16 | Optimize `BitSet` iteration. | Nicholas Nethercote | -13/+31 |
| 2019-10-16 | Add `BitIter::new()`. | Nicholas Nethercote | -10/+13 |
| 2019-10-15 | Implement AsRef<[T]> for List<T> | Santiago Pastorino | -0/+7 |
| 2019-10-15 | Avoid unused lifetime warning for lifetimes introduced when desugering async. | Giles Cope | -1/+81 |
| 2019-10-15 | Auto merge of #65433 - Centril:rollup-rzvry15, r=Centril | bors | -612/+531 |
| 2019-10-15 | Fix suggestion to constrain trait for method to be found | Esteban Küber | -43/+191 |
| 2019-10-15 | Organize `never_type` tests | Mazdak Farrokhzad | -19/+27 |
| 2019-10-15 | Slides path lifetime to the lifetime resolver | phosphorus | -4/+43 |
| 2019-10-15 | Remove unnecessary `use crate::sess::ParseSess;`. | Mazdak Farrokhzad | -1/+0 |
| 2019-10-15 | Rollup merge of #65428 - phansch:rename_db_var, r=Centril | Mazdak Farrokhzad | -40/+40 |
| 2019-10-15 | Rollup merge of #65426 - nnethercote:rm-custom-LocalInternedString-PartialEq-... | Mazdak Farrokhzad | -26/+2 |
| 2019-10-15 | Rollup merge of #65376 - Centril:syntax-extractions-1, r=petrochenkov | Mazdak Farrokhzad | -389/+406 |
| 2019-10-15 | Auto merge of #65412 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2019-10-15 | syntax::parse::sess -> syntax::sess | Mazdak Farrokhzad | -42/+58 |
| 2019-10-15 | move parse_lit to expr.rs | Mazdak Farrokhzad | -177/+170 |
| 2019-10-15 | syntax: extract sess.rs for ParseSess | Mazdak Farrokhzad | -119/+132 |