about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-19Use a `SmallVec` for `Candidate::match_pairs`.Nicholas Nethercote-4/+6
2019-11-17Auto merge of #66385 - ecstatic-morse:check-only-pass2, r=eddybbors-1650/+296
2019-11-17Auto merge of #66384 - cjgillot:typefoldable, r=Zoxcbors-758/+142
2019-11-17Auto merge of #66488 - RalfJung:miri, r=RalfJungbors-7/+9
2019-11-17update MiriRalf Jung-7/+9
2019-11-17Auto merge of #66336 - ehuss:update-cargo-books, r=Mark-Simulacrumbors-0/+0
2019-11-17Rollup merge of #66477 - ALSchwalm:clarify-transmute-copy, r=CentrilYuki Okushi-5/+5
2019-11-17Rollup merge of #66471 - Alexendoo:test-issue-63116, r=CentrilYuki Okushi-0/+27
2019-11-17Rollup merge of #66469 - CosineP:fix/field-lint, r=petrochenkovYuki Okushi-21/+21
2019-11-17Rollup merge of #66466 - RalfJung:seh, r=oli-obkYuki Okushi-6/+20
2019-11-17Rollup merge of #66465 - mulimoen:fix_lifetime_elision_not_shown, r=rkruppeYuki Okushi-1/+1
2019-11-17Rollup merge of #66456 - Centril:driver-codes, r=Mark-SimulacrumYuki Okushi-52/+39
2019-11-17Rollup merge of #66395 - jplatte:centralize-panic-docs, r=Dylan-DPCYuki Okushi-50/+49
2019-11-17Rollup merge of #66381 - Centril:66340, r=petrochenkovYuki Okushi-1/+23
2019-11-17Rollup merge of #66344 - petrochenkov:noregattr, r=matthewjasperYuki Okushi-143/+12
2019-11-17Rollup merge of #66271 - petrochenkov:abism, r=CentrilYuki Okushi-177/+271
2019-11-17Rollup merge of #65739 - mqudsi:vec_split_off_docs, r=dtolnayYuki Okushi-4/+3
2019-11-16Auto merge of #66394 - wesleywiser:fix_oom, r=oli-obkbors-3/+33
2019-11-16Add test for issue 63116Alex Macleod-0/+27
2019-11-17Add some more testsVadim Petrochenkov-1/+45
2019-11-17Address review commentsVadim Petrochenkov-13/+11
2019-11-16Clarify transmute_copy documentation exampleAdam Schwalm-5/+5
2019-11-16Revise the text of `vec::split_off()` per review in #65739Mahmoud Al-Qudsi-4/+3
2019-11-16Improve documentation of `Vec::split_off(...)`Mahmoud Al-Qudsi-4/+4
2019-11-16Auto merge of #64694 - petrochenkov:reshelp, r=matthewjasperbors-57/+195
2019-11-16parse: Use string literal parsing in the `asm` macroVadim Petrochenkov-59/+56
2019-11-16parse: Support parsing optional literalsVadim Petrochenkov-21/+27
2019-11-16ast: Keep string literals in ABIs preciselyVadim Petrochenkov-30/+49
2019-11-16ast: Keep `extern` qualifiers in functions more preciselyVadim Petrochenkov-88/+118
2019-11-16Only run tests on x86_64Wesley Wiser-1/+3
2019-11-16rustc_plugin: Remove `Registry::register_attribute`Vadim Petrochenkov-143/+12
2019-11-16Add some more testsVadim Petrochenkov-13/+78
2019-11-16expand: Stop marking derive helper attributes as knownVadim Petrochenkov-41/+49
2019-11-16resolve: Introduce a new scope for derive helpersVadim Petrochenkov-13/+78
2019-11-16resolve: `Scope::DeriveHelpers` -> `Scope::DeriveHelpersCompat`Vadim Petrochenkov-6/+6
2019-11-16Auto merge of #66333 - mark-i-m:fix-rustc-guide-1, r=ehussbors-0/+0
2019-11-16Use "field is never read" instead of "field is never used"cosine-21/+21
2019-11-16avoid linking errorsRalf Jung-6/+1
2019-11-16miri panic_unwind: fix hack for SEH platformsRalf Jung-6/+25
2019-11-16add missing 'static lifetime in docsMagnus Ulimoen-1/+1
2019-11-16Auto merge of #66255 - ehuss:update-cc, r=alexcrichtonbors-5/+9
2019-11-16Auto merge of #66453 - Centril:rollup-w1ohzxs, r=Centrilbors-198/+192
2019-11-16move DIAGNOSTICS usage to rustc_driverMazdak Farrokhzad-52/+39
2019-11-15Auto merge of #66326 - Nadrieril:refactor-intrange, r=varkorbors-347/+255
2019-11-15Respond to review feedbackWesley Wiser-0/+4
2019-11-15[ConstProp] Avoid OOM crashes by not evaluating large PlacesWesley Wiser-0/+10
2019-11-15Fix spurious CI filures due to OOMWesley Wiser-3/+17
2019-11-15Remove newtype for qualifs in `rustc_metadata`Dylan MacKenzie-17/+12
2019-11-15Fix nits from reviewDylan MacKenzie-19/+23
2019-11-15Use `mir::QualifSet` to store qualifsDylan MacKenzie-22/+23