about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-03-09fixes rust-lang#56766Saleem Jaffer-0/+16
2019-03-09Track embedded-book in the toolstatekennytm-3/+6
2019-03-09Auto merge of #59012 - pietroalbini:rollup, r=pietroalbinibors-106/+588
2019-03-08When encountetring `||{}()`, suggest the likely intended `(||{})()`Esteban Küber-1/+53
2019-03-09Auto merge of #58920 - ehuss:update-cargo-rls, r=ehussbors-7/+7
2019-03-08Parse lifetimes that start with a number and give specific errorEsteban Küber-6/+50
2019-03-08Auto merge of #58985 - dlrobertson:fix_58980, r=alexregbors-9/+27
2019-03-08Update booksEric Huss-0/+0
2019-03-08Update cargo, rlsEric Huss-7/+7
2019-03-08Fix moving text in search tabs headersGuillaume Gomez-1/+1
2019-03-08expand unused doc comment diagnosticAndy Russell-170/+306
2019-03-08improve unused doc comment diagnostic reportingAndy Russell-15/+58
2019-03-08std: Delete a by-definition spuriously failing testAlex Crichton-15/+0
2019-03-08Unit (and regression) tests for warning cycle code.Felix S. Klock II-59/+140
2019-03-08Temporarily emulate the (accidentally) omitted recursion during impl Trait ch...Felix S. Klock II-15/+84
2019-03-08Auto merge of #58915 - ljedrz:deprecate_nodeid_methods, r=Zoxcbors-495/+442
2019-03-08update clippyljedrz-8/+5
2019-03-08Fix documentation of from_ne_bytes and from_le_bytesNagy Tibor-8/+8
2019-03-08Rollup merge of #59007 - varkor:invalid-const-arg-test, r=petrochenkovPietro Albini-0/+12
2019-03-08Rollup merge of #58984 - estebank:multi-treat-err-as-bug, r=oli-obkPietro Albini-27/+56
2019-03-08Rollup merge of #58970 - pnkfelix:issue-58158-size-of-assoc-type-ice, r=petro...Pietro Albini-4/+47
2019-03-08Rollup merge of #58963 - seanmonstar:patch-3, r=cramertjPietro Albini-0/+8
2019-03-08Rollup merge of #58961 - estebank:issue-58462, r=varkorPietro Albini-6/+6
2019-03-08Rollup merge of #58950 - Lucretiel:patch-5, r=alexcrichtonPietro Albini-0/+1
2019-03-08Rollup merge of #58940 - ThisIsADogHello:patch-1, r=alexcrichtonPietro Albini-1/+1
2019-03-08Rollup merge of #58931 - estebank:elide-receiver-tyerr, r=varkorPietro Albini-1/+33
2019-03-08Rollup merge of #58926 - gabi-250:tcx-lifetimes, r=petrochenkovPietro Albini-4/+4
2019-03-08Rollup merge of #58921 - cuviper:issue-50582, r=varkorPietro Albini-0/+15
2019-03-08Rollup merge of #58918 - gilescope:async-await-issue-testcase, r=petrochenkovPietro Albini-0/+28
2019-03-08Rollup merge of #58916 - tspiteri:release-notes, r=petrochenkovPietro Albini-21/+23
2019-03-08Rollup merge of #58912 - pnkfelix:issue-58813-incr-comp-regress-test, r=petro...Pietro Albini-0/+14
2019-03-08Rollup merge of #58911 - pnkfelix:issue-58435-regression-test, r=alexcrichtonPietro Albini-0/+17
2019-03-08Rollup merge of #58906 - Nemo157:generator-state-debug-info, r=ZoxcPietro Albini-0/+28
2019-03-08Rollup merge of #58893 - benaryorg:thread_local_example_join, r=alexcrichtonPietro Albini-1/+4
2019-03-08Rollup merge of #58891 - Delta-Psi:doc-fixes, r=CentrilPietro Albini-1/+1
2019-03-08Rollup merge of #58883 - estebank:unused-closure-arg, r=varkorPietro Albini-1/+54
2019-03-08Rollup merge of #58877 - estebank:macro-borrow, r=davidtwcoPietro Albini-3/+54
2019-03-08Rollup merge of #58861 - estebank:fix-negative-traits, r=petrochenkovPietro Albini-24/+43
2019-03-08Rollup merge of #58369 - nox:sync-hash-map-entry, r=AmanieuPietro Albini-0/+11
2019-03-08Rollup merge of #58269 - taeguk:add-some-sources-to-rust-src-distribution, r=...Pietro Albini-0/+2
2019-03-08Rollup merge of #58204 - estebank:impl-trait-semi, r=zackmdavisPietro Albini-12/+72
2019-03-08Rollup merge of #58080 - MikaelUrankar:freebsd_arm, r=sanxiynPietro Albini-0/+54
2019-03-08Auto merge of #58903 - estebank:forgetful-delims, r=petrochenkovbors-70/+181
2019-03-08Auto merge of #58013 - Zoxc:stable-hash-macro-simple, r=oli-obkbors-87/+392
2019-03-07Always call read/write from default vectored io methodsSteven Fackler-28/+32
2019-03-07Fix SGX implementations of read/write_vectored.Steven Fackler-12/+10
2019-03-07Add a test for invalid const argumentsvarkor-0/+12
2019-03-07update treat-err-as-bug testEsteban Küber-1/+1
2019-03-07Add more details to elseless if errorEsteban Küber-8/+69
2019-03-07address review commentsEsteban Küber-34/+44