about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-02-24Auto merge of #58691 - Centril:rollup, r=Centrilbors-398/+583
2019-02-24hir: remove NodeId from MacroDefljedrz-11/+11
2019-02-24doc: partially HirIdify visit_astljedrz-37/+38
2019-02-24middle: partially HirIdify stabilityljedrz-29/+23
2019-02-24hir: remove NodeId from WhereEqPredicateljedrz-4/+1
2019-02-24hir: remove NodeId from WhereClauseljedrz-9/+3
2019-02-24hir: remove NodeId from GenericParamljedrz-46/+46
2019-02-24privacy: HirIdify ObsoleteVisiblePrivateTypesVisitorljedrz-6/+6
2019-02-24passes: HirIdify Idljedrz-16/+16
2019-02-24hir: remove NodeId from Lifetime and Tyljedrz-82/+71
2019-02-24hir: impl Display for HirIdljedrz-0/+6
2019-02-24Rollup merge of #58642 - tspiteri:intra-rustdoc-prim-method, r=GuillaumeGomezMazdak Farrokhzad-2/+42
2019-02-24Rollup merge of #58511 - oli-obk:const_to_op, r=RalfJungMazdak Farrokhzad-126/+117
2019-02-24Rollup merge of #58454 - pitdicker:windows_stdio, r=alexcrichtonMazdak Farrokhzad-241/+273
2019-02-24Rollup merge of #58442 - cuviper:unix-weak, r=alexcrichtonMazdak Farrokhzad-8/+7
2019-02-24Rollup merge of #58183 - jethrogb:jb/alloc-box-guarantees, r=SimonSapinMazdak Farrokhzad-0/+13
2019-02-24Rollup merge of #57364 - hdhoang:33418_negative_bounds, r=estebankMazdak Farrokhzad-21/+131
2019-02-24Auto merge of #58304 - gnzlbg:simd_saturated, r=nagisabors-9/+895
2019-02-24reduce a code repetition like (n << amt) >> amtkenta7777-3/+2
2019-02-23Add unstable option to ignore should_panic tests.memoryruins-0/+45
2019-02-24Fix error index E0370 doctests on 32 bit platformsOliver Middleton-2/+4
2019-02-24Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxcbors-263/+258
2019-02-24reduce miri code repetition like (n << amt) >> amtkenta7777-2/+1
2019-02-24implement nth_back for WindowsAdrian Friedli-0/+26
2019-02-23replace deprecated rustfmt_skip with rustfmt::skipMarcel Hellwig-7/+7
2019-02-23merge early and late passes into single structAndy Russell-138/+68
2019-02-23move collapse and unindent docs passes earlierAndy Russell-16/+40
2019-02-23Auto merge of #57051 - Eijebong:parking_lot, r=nikomatsakisbors-45/+12
2019-02-23Fix an indexing error when using `x.py help`varkor-1/+1
2019-02-23fix build for Rust 2018 now that #58100 has been mergedTrevor Spiteri-1/+1
2019-02-23rustdoc: support methods on primitives in intra-doc linksTrevor Spiteri-2/+42
2019-02-23Auto merge of #58661 - ehuss:update-cargo, r=alexcrichtonbors-0/+0
2019-02-23Use E0724 instead of E0723 as an error codegnzlbg-4/+4
2019-02-23fix linkRalf Jung-0/+2
2019-02-23expand type nameRalf Jung-17/+17
2019-02-23Apply suggestions from code reviewMazdak Farrokhzad-18/+19
2019-02-23Fix attribute checkgnzlbg-2/+3
2019-02-23Use pattern to match attributesgnzlbg-9/+5
2019-02-23Correct error messagegnzlbg-6/+6
2019-02-23Implement ffi_returns_twice attributegnzlbg-0/+79
2019-02-23Type check coercions to pointer typesMatthew Jasper-15/+274
2019-02-23Auto merge of #58669 - Centril:rollup, r=Centrilbors-765/+1125
2019-02-23Auto merge of #58655 - kennytm:download-docker-cache-with-timeout, r=alexcric...bors-1/+1
2019-02-23Correct OpenOptions::security_qos_flags documentationPaul Dicker-6/+20
2019-02-23Add debug-info to access variables from generator stateWim Looman-6/+39
2019-02-23Remove pub(crate) from stderr_rawPaul Dicker-13/+6
2019-02-23Rollup merge of #58667 - kenta7777:reduce-mir-code-repetition, r=petrochenkovMazdak Farrokhzad-2/+2
2019-02-23Rollup merge of #58658 - pmccarter:align_msg, r=matthewjasperMazdak Farrokhzad-8/+12
2019-02-23Rollup merge of #58654 - estebank:underflow, r=nikomatsakisMazdak Farrokhzad-4/+8
2019-02-23Rollup merge of #58648 - pnkfelix:issue-23926-update-tests, r=nikomatsakisMazdak Farrokhzad-12/+24