about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-16panictry!(..) -> .unwrap()Mazdak Farrokhzad-2/+2
2019-10-16ui-fulldeps: make them pass again?Mazdak Farrokhzad-9/+13
2019-10-16make tidy happyMazdak Farrokhzad-3/+13
2019-10-16mbe: leave a FIXMEMazdak Farrokhzad-0/+3
2019-10-16parser: leave a FIXME for laterMazdak Farrokhzad-0/+2
2019-10-16move SeqSep to parser.rsMazdak Farrokhzad-30/+31
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-423/+466
2019-10-16syntax::parse: don't depend on syntax::extMazdak Farrokhzad-6/+12
2019-10-16attr: remove dep on ExtCtxtMazdak Farrokhzad-11/+22
2019-10-16ast: use more direct importsMazdak Farrokhzad-9/+8
2019-10-16syntax: reduce visibilitiesMazdak Farrokhzad-101/+101
2019-10-16move diagnostics.rs into parser/Mazdak Farrokhzad-6/+7
2019-10-16syntax: extract parse_cfg_attrMazdak Farrokhzad-21/+22
2019-10-16syntax: extract parse_derive_pathsMazdak Farrokhzad-19/+20
2019-10-16move parse::attr -> parse::parser::attrMazdak Farrokhzad-1/+1
2019-10-16Auto merge of #65450 - Manishearth:clippyup, r=Manishearthbors-11/+7
2019-10-15Rollup merge of #65444 - spastorino:as-ref-for-list, r=Mark-SimulacrumTyler Mandry-0/+7
2019-10-15Rollup merge of #65438 - Centril:almost, r=varkorTyler Mandry-19/+27
2019-10-15Rollup merge of #65425 - nnethercote:optimize-BitIter, r=zackmdavisTyler Mandry-21/+42
2019-10-15Rollup merge of #65402 - michaelwoerister:pgo-troubleshooting-docs, r=alexcri...Tyler Mandry-0/+11
2019-10-15Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddybTyler Mandry-13/+30
2019-10-15Rollup merge of #65353 - Xanewok:sa-empty-tables, r=nikomatsakisTyler Mandry-13/+31
2019-10-15Rollup merge of #65308 - GuillaumeGomez:long-err-explanation-E0574, r=matthew...Tyler Mandry-2/+62
2019-10-15Rollup merge of #65307 - Phosphorus15:master, r=varkorTyler Mandry-4/+43
2019-10-15Rollup merge of #65293 - tmandry:turbo-expander, r=matthewjasperTyler Mandry-4/+17
2019-10-15Rollup merge of #65265 - GuillaumeGomez:cleanup-librustc_mir-err-codes, r=Mar...Tyler Mandry-230/+275
2019-10-15Rollup merge of #65242 - estebank:contrain-trait-sugg, r=varkorTyler Mandry-43/+191
2019-10-15Rollup merge of #65235 - nikomatsakis:issue-65159-async-fn-return-ice, r=cram...Tyler Mandry-3/+31
2019-10-15Rollup merge of #64623 - matthewjasper:underscore-imports, r=petrochenkovTyler Mandry-154/+247
2019-10-15Rollup merge of #64603 - gilescope:unused-lifetime-warning, r=matthewjasperTyler Mandry-1/+81
2019-10-15Update clippyManish Goregaokar-11/+7
2019-10-15Remove some mentions of gensymsMatthew Jasper-3/+2
2019-10-15Remove gensymsMatthew Jasper-88/+9
2019-10-15Don't use `gensym_if_underscore` to resolve `_` bindingsMatthew Jasper-63/+91
2019-10-16Optimize `BitSet` iteration.Nicholas Nethercote-13/+31
2019-10-16Add `BitIter::new()`.Nicholas Nethercote-10/+13
2019-10-15Implement AsRef<[T]> for List<T>Santiago Pastorino-0/+7
2019-10-15Avoid unused lifetime warning for lifetimes introduced when desugering async.Giles Cope-1/+81
2019-10-15Auto merge of #65433 - Centril:rollup-rzvry15, r=Centrilbors-612/+531
2019-10-15Fix suggestion to constrain trait for method to be foundEsteban Küber-43/+191
2019-10-15Organize `never_type` testsMazdak Farrokhzad-19/+27
2019-10-15Slides path lifetime to the lifetime resolverphosphorus-4/+43
2019-10-15Remove unnecessary `use crate::sess::ParseSess;`.Mazdak Farrokhzad-1/+0
2019-10-15Rollup merge of #65428 - phansch:rename_db_var, r=CentrilMazdak Farrokhzad-40/+40
2019-10-15Rollup merge of #65426 - nnethercote:rm-custom-LocalInternedString-PartialEq-...Mazdak Farrokhzad-26/+2
2019-10-15Rollup merge of #65376 - Centril:syntax-extractions-1, r=petrochenkovMazdak Farrokhzad-389/+406
2019-10-15Auto merge of #65412 - RalfJung:miri, r=RalfJungbors-8/+8
2019-10-15syntax::parse::sess -> syntax::sessMazdak Farrokhzad-42/+58
2019-10-15move parse_lit to expr.rsMazdak Farrokhzad-177/+170
2019-10-15syntax: extract sess.rs for ParseSessMazdak Farrokhzad-119/+132