about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2020-03-01Auto merge of #69592 - petrochenkov:nosyntax, r=Centrilbors-41/+41
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-37/+37
2020-02-29Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=CentrilDylan DPC-6/+6
2020-02-29Make it build againVadim Petrochenkov-5/+5
2020-02-29use .iter() instead of .into_iter() on references.Matthias Krüger-6/+6
2020-02-29Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-SimulacrumDylan DPC-7/+7
2020-02-28Rollup merge of #69547 - matthiaskrgr:more_misc, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2020-02-28Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morseMazdak Farrokhzad-5/+5
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-7/+7
2020-02-28remove redundant clones, references to operands, explicit boolean comparisons...Matthias Krüger-1/+1
2020-02-28Rollup merge of #69496 - matthiaskrgr:filter_next, r=ecstatic-morseDylan DPC-2/+1
2020-02-27use char instead of &str for single char patternsMatthias Krüger-5/+5
2020-02-27use find(x) instead of filter(x).next()Matthias Krüger-2/+1
2020-02-26don't take redundant references to operandsMatthias Krüger-1/+1
2020-02-24don't explicitly compare against true or falseMatthias Krüger-7/+7
2020-02-22Rename CodeMap to SourceMap follow upMaxim Zholobak-14/+14
2020-02-19Make lookup of associated item by name O(log n)Dylan MacKenzie-8/+9
2020-02-18Rollup merge of #69181 - skinny121:const-eval-return, r=oli-obkDylan DPC-9/+14
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-13/+13
2020-02-16Other crates.Camille GILLOT-4/+5
2020-02-15Auto merge of #68668 - GuillaumeGomez:struct-variant-field-search, r=ollie27bors-24/+33
2020-02-16Code review changes.Ben Lewis-7/+5
2020-02-15Change const eval to return `ConstValue`, instead of `Const` as the type insi...Ben Lewis-9/+16
2020-02-15Rollup merge of #69164 - GuillaumeGomez:update-pulldown-cmark, r=Dylan-DPCYuki Okushi-76/+96
2020-02-14Update pulldown-cmark dependencyGuillaume Gomez-76/+96
2020-02-13Constness -> enum Const { Yes(Span), No }Mazdak Farrokhzad-1/+1
2020-02-13Rollup merge of #69049 - pthariensflame:improvement/imgbot, r=GuillaumeGomezDylan DPC-3/+3
2020-02-12Rollup merge of #69095 - GuillaumeGomez:minified-theme-check, r=Dylan-DPCDylan DPC-14/+30
2020-02-12Add test to check if minified theme are handled correctlyGuillaume Gomez-0/+13
2020-02-12Minify CSS rules to be able to handle minified theme files as wellGuillaume Gomez-14/+17
2020-02-11Review comments.Camille GILLOT-1/+1
2020-02-11Move lang_items definitions to librustc_lang_items.Camille GILLOT-1/+1
2020-02-11Auto merge of #69062 - Dylan-DPC:rollup-7wpjpqu, r=Dylan-DPCbors-4/+0
2020-02-11Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPCDylan DPC-4/+0
2020-02-11Run RustFmtjumbatm-11/+11
2020-02-11Invert control in struct_lint_level.jumbatm-123/+125
2020-02-11[ImgBot] Optimize imagesImgBotApp-3/+3
2020-02-11Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPCbors-2/+8
2020-02-09Make issue references consistentMatthias Prechtl-2/+8
2020-02-08Make `provided_trait_methods` use `impl Iterator`Jonas Schievink-9/+2
2020-02-08Make `associated_items` query return a sliceJonas Schievink-1/+5
2020-02-07Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasperbors-3/+3
2020-02-07Rollup merge of #68889 - Zoxc:hir-krate, r=eddybDylan DPC-2/+2
2020-02-07Remove unused feature gates from librustdocbjorn3-4/+0
2020-02-06index ReEmpty by universeNiko Matsakis-3/+3
2020-02-06Remove the `Forest` typeJohn Kåre Alsaker-1/+1
2020-02-06Move the `krate` method to Hir and remove the Krate dep nodeJohn Kåre Alsaker-1/+1
2020-02-06Add a Hir wrapper typeJohn Kåre Alsaker-1/+1
2020-02-06Auto merge of #68664 - tspiteri:no_run-complete-build, r=nikomatsakisbors-1/+1
2020-02-04Rollup merge of #68818 - matthiaskrgr:misc_perf, r=Mark-SimulacrumDylan DPC-8/+1