about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-02-01Improve UI testsAaron Hill-6/+32
2019-02-01Always treat 'std' and 'core' as publicAaron Hill-1/+5
2019-02-01Add UI testAaron Hill-0/+57
2019-02-01Properly register lintAaron Hill-0/+1
2019-02-01Fixup codeAaron Hill-84/+21
2019-02-01Fix emitting lintAaron Hill-18/+31
2019-02-01Initial implementation workAaron Hill-5/+164
2019-02-01Auto merge of #57916 - Zoxc:incr-passes4, r=michaelwoeristerbors-117/+136
2019-02-01Fix typoking6cong-1/+1
2019-02-01Stabilize std::error::Error::type_idSimon Sapin-3/+1
2019-02-01Fix image link in the settings menuGuillaume Gomez-15/+35
2019-02-01Stabilize split_ascii_whitespaceSimon Sapin-8/+6
2019-02-01Don't know why I wasn't using `self` properly thereLokathor-1/+1
2019-02-01Make overflowing and wrapping negation constLokathor-9/+5
2019-02-01Fix `std::os::fortanix_sgx::usercalls::raw::UsercallNrs`Jethro Beekman-20/+10
2019-02-01Auto merge of #58040 - vors:fix-E0283-explanation, r=cramertjbors-1/+1
2019-01-31Fix grammar in E0283 explanationSergei Vorobev-1/+1
2019-02-01Auto merge of #58002 - oli-obk:deprecated_sugg, r=zackmdavisbors-26/+111
2019-01-31Simplify lambdasLinus Färnstrand-4/+4
2019-01-31Add missing generation for test and proc_macro, remove old macro redirectionGuillaume Gomez-17/+23
2019-01-31Clarify semantics of #[repr(align(x))] on enumsNiklas Fiekas-0/+16
2019-01-31rustdoc: wrap stability tags in colored spansAndy Russell-19/+31
2019-01-31Stabilize the time_checked_add featureLinus Färnstrand-4/+4
2019-01-31Auto merge of #56696 - jonas-schievink:weak-counts, r=alexcrichtonbors-1/+142
2019-01-31Use ensure for mir_borrowckJohn Kåre Alsaker-1/+1
2019-01-31Auto merge of #57914 - jethrogb:jb/sgx-unwind-version, r=alexcrichtonbors-25/+35
2019-01-31Auto merge of #58003 - nikic:saturating-add, r=nagisabors-3/+101
2019-01-31Add more tests for #[repr(align(x))] on enumsNiklas Fiekas-8/+56
2019-01-31Add a forever unstable opt-out of const qualification checksOliver Scherer-2/+155
2019-01-31Updated commit id for building libunwind.Vardhan Thigle-2/+2
2019-01-31Auto merge of #57514 - michaelwoerister:xlto-tests, r=alexcrichtonbors-21/+175
2019-01-31Add suggestion for duplicated import.David Wood-111/+570
2019-01-31Auto merge of #58016 - Centril:rollup, r=Centrilbors-89/+319
2019-01-31Rollup merge of #58008 - matthewjasper:places-conflict-args, r=oli-obkMazdak Farrokhzad-1/+37
2019-01-31Rollup merge of #58007 - estebank:issue-58006, r=petrochenkovMazdak Farrokhzad-1/+26
2019-01-31Rollup merge of #58005 - vitiral:docs_trim_start_matches, r=ManishearthMazdak Farrokhzad-8/+8
2019-01-31Rollup merge of #58000 - oli-obk:fixes_and_cleanups, r=RalfJungMazdak Farrokhzad-45/+77
2019-01-31Rollup merge of #57999 - jethrogb:jb/movbe-feature, r=alexcrichtonMazdak Farrokhzad-1/+5
2019-01-31Rollup merge of #57984 - phansch:improve_check_ty_error, r=zackmdavisMazdak Farrokhzad-2/+2
2019-01-31Rollup merge of #57980 - siddharthasahu:patch-1, r=QuietMisdreavusMazdak Farrokhzad-0/+4
2019-01-31Rollup merge of #57971 - jethrogb:jb/sgx-panic, r=alexcrichtonMazdak Farrokhzad-22/+32
2019-01-31Rollup merge of #57934 - dwijnand:from-Arc/Rc-to-NonNull, r=alexcrichtonMazdak Farrokhzad-0/+42
2019-01-31Rollup merge of #57920 - euclio:source-date-epoch, r=Mark-SimulacrumMazdak Farrokhzad-2/+14
2019-01-31Rollup merge of #57106 - matthiaskrgr:trim_must_use, r=sfacklerMazdak Farrokhzad-0/+12
2019-01-31Rollup merge of #57008 - Knium:misleading-try-adding-parentheses-in-match-wit...Mazdak Farrokhzad-7/+60
2019-01-30Auto merge of #57974 - llogiq:vec-deque-try-fold, r=alexcrichtonbors-1/+47
2019-01-30Fix #57730John Kåre Alsaker-1/+1
2019-01-30Move privacy checking later in the pipeline and make some passes run in parallelJohn Kåre Alsaker-104/+157
2019-01-30Pass correct arguments to places_conflictMatthew Jasper-1/+37
2019-01-30Don't panic when accessing enum variant ctor using `Self` in matchEsteban Küber-1/+26