summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-04-12Rollup merge of #49856 - varkor:no_mangle-statics-unlinted, r=michaelwoeristerkennytm-0/+6
2018-04-11Auto merge of #49872 - oli-obk:clippy, r=Manishearthbors-18/+18
2018-04-11Ignore copyright year when generating deriving span testsvarkor-6/+19
2018-04-11Add test for derive(PartialOrd) correctnessvarkor-0/+18
2018-04-11Remove redundant operation in derive[PartialEq]varkor-28/+58
2018-04-11Optimise the last field operations in derive[PartialOrd]varkor-51/+72
2018-04-11Add cs_fold1 for better derivesvarkor-17/+92
2018-04-11Auto merge of #49861 - pnkfelix:compare-mode-nll-followup-2, r=nikomatsakisbors-56/+3626
2018-04-11Removed proc testJoshua Barretto-19/+0
2018-04-11Don't inject clippy into rls on stable/betaOliver Schneider-1/+2
2018-04-11Reenumerated symbolsJoshua Barretto-13/+13
2018-04-11Fix derive(PartialOrd) implementationvarkor-6/+10
2018-04-11Implementation of `#[repr(packed(n))]` RFC 1399.Cameron Hart-162/+844
2018-04-11Rollup merge of #49809 - Mark-Simulacrum:no-color-for-dumb, r=alexcrichtonkennytm-1/+3
2018-04-11Rollup merge of #49795 - nox:niche-with-uninhabited-fields, r=eddybkennytm-3/+10
2018-04-11Rollup merge of #49781 - Robbepop:master, r=nikomatsakiskennytm-0/+63
2018-04-11Rollup merge of #49665 - draganmladjenovic:mips_tests, r=nikomatsakiskennytm-8/+18
2018-04-11Rollup merge of #49614 - zackmdavis:the_phantom_menace, r=petrochenkovkennytm-0/+30
2018-04-11Rollup merge of #49575 - tmccombs:option-filter-stabilize, r=withoutboatskennytm-4/+1
2018-04-11Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcmkennytm-34/+33
2018-04-11Update clippy and rlsOliver Schneider-18/+18
2018-04-11Prevent EPIPE causing ICEs in rustc and rustdocvarkor-3/+19
2018-04-11alloc: Mark `Box::into_unique` with `#[doc(hidden)]`Daiki Mizukami-0/+1
2018-04-11Auto merge of #49681 - tmccombs:take-set-limit-stable, r=sfacklerbors-2/+1
2018-04-11Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichtonbors-63/+26
2018-04-10Tweak span for ok-wrapping in no-tail blockScott McMurray-9/+6
2018-04-10Fix the unstable book to account for ok-wrappingScott McMurray-4/+4
2018-04-10Add a UI test that the span for the catch type error is in the right placeScott McMurray-0/+51
2018-04-10Add ok-wrapping to catch blocks, per RFCScott McMurray-39/+80
2018-04-10Add symmetric requirement of PartialOrd.Steven Malis-8/+8
2018-04-10Allow incorrectly reported unused attribute warningMark Simulacrum-0/+3
2018-04-11Auto merge of #49695 - michaelwoerister:unhygienic-ty-min, r=nikomatsakisbors-35/+52
2018-04-10add target features when extracting and running doctestsQuietMisdreavus-5/+10
2018-04-11fixed typomemoryleak47-1/+1
2018-04-11Checkpoint the current status of NLL on `ui` tests via compare-mode=nll.Felix S. Klock II-0/+3543
2018-04-11std: Mark `ptr::Unique` with `#[doc(hidden)]`Daiki Mizukami-0/+1
2018-04-11Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, including...Felix S. Klock II-54/+54
2018-04-10Fix "fp" feature for AArch64Amanieu d'Antras-0/+1
2018-04-10Do not uppercase-lint no_mangle staticsvarkor-0/+6
2018-04-10add codegen options sectionsteveklabnik-0/+208
2018-04-10proc_macro: Avoid cached TokenStream more oftenAlex Crichton-12/+121
2018-04-10Auto merge of #48914 - gaurikholkar:e0389, r=nikomatsakisbors-24/+182
2018-04-10Add --enable-debug flag to musl CI build scriptAlec Mocatta-1/+1
2018-04-11Add testShotaro Yamada-0/+58
2018-04-11Extend `ExternCrate` to cover externs inferred from `use` or pathsShotaro Yamada-51/+173
2018-04-10Auto merge of #49386 - GuillaumeGomez:fix-path-attribute, r=eddybbors-4/+7
2018-04-10Make Session.injected_panic_runtime thread-safeJohn Kåre Alsaker-4/+6
2018-04-10Make Session.injected_allocator and Session.allocator_kind thread-safeJohn Kåre Alsaker-5/+13
2018-04-10Make Session.dependency_formats thread-safeJohn Kåre Alsaker-4/+5
2018-04-10Make Session.crate_types thread-safeJohn Kåre Alsaker-14/+18