about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-11Uncapitalize "If"Matt Kraai-1/+1
2018-07-11Auto merge of #52172 - oli-obk:clippy_in_rls, r=nrcbors-32/+28
2018-07-11Rollup merge of #52265 - ljedrz:dyn_librustc_codegen_utils, r=oli-obkMark Rousskov-12/+13
2018-07-11Rollup merge of #52261 - ljedrz:dyn_libpanic_unwind, r=alexcrichtonMark Rousskov-17/+18
2018-07-11Rollup merge of #52254 - ljedrz:dyn_librustc_metadata, r=cramertjMark Rousskov-12/+14
2018-07-11Rollup merge of #52253 - ljedrz:dyn_librustc_data_structures, r=cramertjMark Rousskov-28/+30
2018-07-11Rollup merge of #52252 - ljedrz:dyn_librustc_codegen_llvm, r=varkorMark Rousskov-33/+34
2018-07-11Rollup merge of #52248 - ljedrz:dyn_librustc_allocator, r=oli-obkMark Rousskov-3/+4
2018-07-11Rollup merge of #52247 - ljedrz:dyn_librustc, r=oli-obkMark Rousskov-5/+7
2018-07-11Rollup merge of #52239 - CAD97:patch-1, r=alexcrichtonMark Rousskov-6/+6
2018-07-11Rollup merge of #52224 - ljedrz:dyn_libsyntax, r=oli-obkMark Rousskov-73/+76
2018-07-11Rollup merge of #52223 - ljedrz:dyn_liballoc, r=cramertjMark Rousskov-38/+39
2018-07-11Rollup merge of #52207 - RalfJung:unsafety-errors, r=estebankMark Rousskov-50/+114
2018-07-11Rollup merge of #52193 - Emerentius:step_by_note, r=alexcrichtonMark Rousskov-1/+22
2018-07-11Rollup merge of #51952 - petrochenkov:transmark, r=alexcrichtonMark Rousskov-173/+450
2018-07-11Rollup merge of #51614 - csmoe:lit_sugg, r=estebankMark Rousskov-29/+38
2018-07-11Auto merge of #51702 - ecstatic-morse:infinite-loop-detection, r=oli-obkbors-26/+301
2018-07-11Deny bare trait objects in in src/librustc_codegen_utilsljedrz-12/+13
2018-07-11Deny bare trait objects in in src/libpanic_unwindljedrz-17/+18
2018-07-11Auto merge of #51553 - jD91mZM2:uds, r=sfacklerbors-1/+740
2018-07-11add a missing `dyn`ljedrz-1/+1
2018-07-11Deny bare trait objects in in src/librustc_metadataljedrz-12/+14
2018-07-11Enforce #![deny(bare_trait_objects)] in src/librustc_data_structures testsljedrz-14/+14
2018-07-11Auto merge of #51230 - nikic:no-verify-lto, r=pnkfelixbors-15/+31
2018-07-11Deny bare trait objects in in src/librustc_data_structuresljedrz-13/+15
2018-07-11suggest on new snippetcsmoe-33/+31
2018-07-11Deny bare trait objects in in src/librustc_codegen_llvmljedrz-33/+34
2018-07-11Deny bare trait objects in in src/librustc_allocatorljedrz-3/+4
2018-07-11Deny bare trait objects in in src/librustcljedrz-5/+7
2018-07-11Auto merge of #52245 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-168/+187
2018-07-11fix typoRalf Jung-2/+2
2018-07-11Remove unused variableOliver Schneider-1/+0
2018-07-11Hitchhike with rls into stableOliver Schneider-1/+1
2018-07-11Revert borked changes in last commit.ljedrz-14/+15
2018-07-11Rollup merge of #52241 - felixrabe:patch-1, r=oli-obkGuillaume Gomez-1/+1
2018-07-11Rollup merge of #52238 - frewsxcv:frewsxcv-unwrap, r=GuillaumeGomezGuillaume Gomez-1/+5
2018-07-11Rollup merge of #52233 - GuillaumeGomez:rustdoc-lint-handling, r=oli-obkGuillaume Gomez-3/+12
2018-07-11Rollup merge of #52231 - lqd:error_mesg, r=GuillaumeGomezGuillaume Gomez-163/+163
2018-07-11Rollup merge of #51701 - anirudhb:master, r=frewsxcvGuillaume Gomez-0/+6
2018-07-11Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoeristerbors-195/+199
2018-07-11Fix typo in E0433 docsFelix Rabe-1/+1
2018-07-10remove sync::Once::call_once 'staticChristopher Durham-6/+6
2018-07-10Avoid unwrapping in PanicInfo doc example.Corey Farwell-1/+5
2018-07-11Auto merge of #52232 - arielb1:ill-adjusted-tuples, r=pnkfelixbors-4/+31
2018-07-11Improve lint handling in rustdocGuillaume Gomez-3/+12
2018-07-11add test for #52213Ariel Ben-Yehuda-0/+24
2018-07-11add a debug log for more MC failuresAriel Ben-Yehuda-3/+6
2018-07-11use the adjusted type for cat_pattern in tuple patternsAriel Ben-Yehuda-1/+1
2018-07-10Fix typo in error message E0277Rémy Rakic-163/+163
2018-07-10Rollup merge of #52195 - alexcrichton:no-tmp, r=pnkfelixGuillaume Gomez-3/+3