about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-06-29rustbuild: Move compiler-builtins build logic to manifestAlex Crichton-32/+8
2020-06-26Auto merge of #73756 - Manishearth:rollup-aehswb2, r=Manishearthbors-285/+603
2020-06-26Rollup merge of #73748 - jyn514:doc-fix, r=ManishearthManish Goregaokar-0/+2
2020-06-26Rollup merge of #73729 - nellshamrell:disable-collectionsbenches-android, r=s...Manish Goregaokar-0/+4
2020-06-26Rollup merge of #73719 - davidtwco:issue-72509-emitter-column-width, r=estebankManish Goregaokar-3/+7
2020-06-26Rollup merge of #73707 - LeSeulArtichaut:patch-3, r=kennytmManish Goregaokar-0/+2
2020-06-26Rollup merge of #73681 - jackh726:chalk-0.14, r=nikomatsakisManish Goregaokar-99/+270
2020-06-26Rollup merge of #73629 - flip1995:assoc_op_copy_clone, r=ManishearthManish Goregaokar-1/+1
2020-06-26Rollup merge of #73597 - ayazhafiz:i/const-span, r=ecstatic-morseManish Goregaokar-14/+16
2020-06-26Rollup merge of #73588 - Amanieu:thumb-fp, r=nagisaManish Goregaokar-20/+73
2020-06-26Rollup merge of #73507 - mati865:cleanup-mingw-llvm-linkage, r=matthewjasperManish Goregaokar-4/+2
2020-06-26Rollup merge of #73297 - ehuss:tool-warnings, r=Mark-SimulacrumManish Goregaokar-82/+100
2020-06-26Rollup merge of #73102 - petrochenkov:flatgroup, r=Aaron1011Manish Goregaokar-50/+76
2020-06-26Rollup merge of #72967 - integer32llc:prevent-default-arrows, r=kinnisonManish Goregaokar-0/+2
2020-06-26Rollup merge of #72620 - tmiasko:linkage-name, r=eddybManish Goregaokar-12/+48
2020-06-26Auto merge of #73743 - eddyb:lint-on-demand-typeck-tables, r=Manishearthbors-401/+441
2020-06-25Support configurable deny-warnings for all in-tree crates.Eric Huss-82/+100
2020-06-25Add code block to code in documentation of `List::rebase_onto`Joshua Nelson-0/+2
2020-06-26Auto merge of #73746 - Manishearth:rollup-80jnynm, r=Manishearthbors-541/+1814
2020-06-25Rollup merge of #73687 - GuillaumeGomez:cleanup-e0701, r=Dylan-DPCManish Goregaokar-1/+1
2020-06-25Rollup merge of #73674 - estebank:op-trait-bound-suggestion, r=davidtwcoManish Goregaokar-254/+328
2020-06-25Rollup merge of #73673 - ehuss:fix-ptr-docs, r=oli-obkManish Goregaokar-4/+0
2020-06-25Rollup merge of #73648 - poliorcetics:return-keyword, r=joshtriplettManish Goregaokar-2/+48
2020-06-25Rollup merge of #73621 - poliorcetics:mut-keyword, r=steveklabnikManish Goregaokar-3/+53
2020-06-25Rollup merge of #73619 - poliorcetics:mod-keyword, r=steveklabnikManish Goregaokar-2/+20
2020-06-25Rollup merge of #73581 - GuillaumeGomez:add-0766, r=varkorManish Goregaokar-7/+25
2020-06-25Rollup merge of #73534 - estebank:borrowck-suggestions, r=matthewjasperManish Goregaokar-10/+315
2020-06-25Rollup merge of #73460 - tmandry:variant-lineinfo, r=oli-obkManish Goregaokar-49/+463
2020-06-25Rollup merge of #73418 - doctorn:variants-intrinsic, r=kennytmManish Goregaokar-5/+111
2020-06-25Rollup merge of #72770 - crlf0710:mixed_script_confusable, r=ManishearthManish Goregaokar-161/+329
2020-06-25Rollup merge of #72738 - mati865:self-contained-option, r=petrochenkovManish Goregaokar-29/+60
2020-06-25Rollup merge of #72617 - eduardosm:panicking, r=AmanieuManish Goregaokar-14/+61
2020-06-26rustc_lint: only query `typeck_tables_of` when a lint needs it.Eduard-Mihai Burtescu-401/+441
2020-06-25Auto merge of #71858 - petrochenkov:env, r=Mark-Simulacrumbors-7/+64
2020-06-26proc_macro: Stop flattening groups with dummy spansVadim Petrochenkov-50/+76
2020-06-25add exception for liballoc benches to tidyNell Shamrell-0/+1
2020-06-25disable collectionbenches for androidNell Shamrell-0/+3
2020-06-26Implement mixed script confusable lint.Charles Lew-8/+202
2020-06-25Auto merge of #72717 - poliorcetics:try-from-int-to-nzint, r=dtolnaybors-0/+58
2020-06-25Auto merge of #73711 - Dylan-DPC:rollup-kzx15of, r=Dylan-DPCbors-31/+657
2020-06-25Update UI testGuillaume Gomez-1/+2
2020-06-25Add E0766 error for unterminated double quote byte stringGuillaume Gomez-6/+23
2020-06-25emitter: column width defaults to 140David Wood-3/+7
2020-06-25Rename remaining `fallback` to `self_contained`Mateusz Mikuła-12/+20
2020-06-25Rename get_self_contained_lib_pathMateusz Mikuła-3/+3
2020-06-25Add unstable rustc option to control self-contained linkage modeMateusz Mikuła-19/+42
2020-06-25Auto merge of #72559 - Aaron1011:feature/assoc-lang-items, r=oli-obkbors-28/+94
2020-06-25Add a compile fail example, binding -> variable, apply suggestionsAlexis Bourget-13/+22
2020-06-24Provide suggestions for some moved value errorsEsteban Küber-10/+315
2020-06-25Rollup merge of #73688 - poliorcetics:self-keyword, r=joshtriplettDylan DPC-2/+86