summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-05-29Rollup merge of #72711 - lcnr:fixme-heyho, r=jonas-schievinkYuki Okushi-1/+1
2020-05-29Rollup merge of #72547 - alex:patch-1, r=oli-obkYuki Okushi-0/+26
2020-05-29Rollup merge of #72534 - chrissimpkins:fix-72373, r=estebankYuki Okushi-0/+42
2020-05-29Rollup merge of #72495 - GuillaumeGomez:cleanup-e0601, r=Dylan-DPCYuki Okushi-4/+6
2020-05-29Rollup merge of #72452 - Lucretiel:precision-doc, r=dtolnayYuki Okushi-1/+2
2020-05-29Rollup merge of #72324 - Amanieu:atomic_minmax, r=dtolnayYuki Okushi-10/+2
2020-05-29Rollup merge of #72288 - vorner:stabilize-weak-into-raw, r=dtolnayYuki Okushi-24/+8
2020-05-29Rollup merge of #71843 - sfackler:cas-loop-cleanup, r=dtolnayYuki Okushi-15/+11
2020-05-29Rollup merge of #71633 - a1phyr:infallible_error, r=dtolnayYuki Okushi-1/+2
2020-05-29Fix missing import lost in revertAaron Hill-1/+1
2020-05-29Clarify comment message & MAX_LENGTH constNathan West-3/+7
2020-05-29Added fast-path, testsNathan West-20/+54
2020-05-29`SocketAddr(V4|V6)?`::Display now correctly pads its contentNathan West-3/+27
2020-05-29Revert "Move functions to librustc_parse"Aaron Hill-123/+179
2020-05-29Revert "Recursively expand nonterminals"Aaron Hill-95/+16
2020-05-29Revert "Add test for macro_rules! invoking a proc-macro with capture groups"Aaron Hill-30/+0
2020-05-29Revert "Fix rebase fallout"Aaron Hill-4/+3
2020-05-29Auto merge of #72506 - Nadrieril:fix-72476, r=matthewjasperbors-19/+52
2020-05-29Clarify the documentation of takeAlexis Bourget-0/+11
2020-05-29Rollup merge of #72702 - petrochenkov:unudeps, r=estebankDylan DPC-1/+9
2020-05-29Rollup merge of #72697 - ehuss:rm-rustc-ux-guidelines, r=nikomatsakisDylan DPC-90/+0
2020-05-29Rollup merge of #72695 - jclulow:illumos-llvm-catchup, r=nikicDylan DPC-1/+2
2020-05-29Rollup merge of #72682 - JohnTitor:mir-tests, r=RalfJungDylan DPC-0/+11
2020-05-29Rollup merge of #72674 - Mark-Simulacrum:clippy-always-test-pass, r=oli-obkDylan DPC-34/+26
2020-05-29Rollup merge of #72670 - rust-lang:jonas-schievink-patch-1, r=nikomatsakisDylan DPC-1/+1
2020-05-29Rollup merge of #72667 - RalfJung:unaligned-ref-test, r=nikomatsakisDylan DPC-11/+34
2020-05-29Rollup merge of #72636 - marmeladema:resolver-outputs-def-id, r=petrochenkovDylan DPC-79/+44
2020-05-29Rollup merge of #72605 - GuillaumeGomez:cleanup-e0617, r=Dylan-DPCDylan DPC-0/+11
2020-05-29Rollup merge of #72466 - lzutao:stabilize_str-strip, r=dtolnayDylan DPC-7/+2
2020-05-29Rollup merge of #72239 - hch12907:master, r=dtolnayDylan DPC-1/+106
2020-05-29Remove unused mut from long-linker-command-lines testTomasz Miąsko-1/+1
2020-05-28Account for trailing comma when suggesting `where` clausesEsteban Küber-14/+20
2020-05-28Add test to make sure -Wunused-crate-dependencies works with testsJeremy Fitzhardinge-0/+15
2020-05-29Whitelist #[allow_internal_unstable]Jonas Schievink-1/+1
2020-05-28remove redundant `mk_const`Bastian Kauschke-1/+1
2020-05-28Fix ICE with explicit late-bound lifetimesNathan Corbyn-131/+241
2020-05-28Update RLS to clippyup branchflip1995-0/+0
2020-05-28Account for `Self` as a type paramEsteban Küber-3/+79
2020-05-28Update src/librustdoc/core.rsNiko Matsakis-1/+1
2020-05-28rustc_lint: Remove `unused_crate_dependencies` from the `unused` groupVadim Petrochenkov-1/+9
2020-05-29Fix grammar in liballoc raw_vecIvan Tham-1/+1
2020-05-28Remove rustc-ux-guidelinesEric Huss-90/+0
2020-05-28Temp fix: don't run cargo lint tests in rustc test suiteflip1995-0/+3
2020-05-28update data layout for illumos x86Joshua M. Clulow-1/+2
2020-05-28Set CFG_RELEASE for tools in bootstrap/tool.rsIgor Matuszewski-0/+4
2020-05-28submodules: Update RLS and RustfmtIgor Matuszewski-18/+18
2020-05-28Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2flip1995-433/+1550
2020-05-28Fix escape key handlingGuillaume Gomez-3/+13
2020-05-28from_u32_unchecked: check validity when debug assertions are enabledRalf Jung-2/+2
2020-05-28standardize limit comparisons with `Limit` typeDavid Wood-60/+108