about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-01-18Use `to_ne_bytes` for converting IPv4Address to octetsJakub Onderka-2/+1
2019-01-18Rollup merge of #57710 - GuillaumeGomez:non-clickable, r=QuietMisdreavusMazdak Farrokhzad-4/+0
2019-01-18Rollup merge of #57685 - pthariensflame:enhancement/pin-impl-applicability, r...Mazdak Farrokhzad-3/+45
2019-01-18Rollup merge of #57683 - xfix:patch-15, r=QuietMisdreavusMazdak Farrokhzad-2/+3
2019-01-18Rollup merge of #57654 - ehuss:fs-links, r=alexcrichtonMazdak Farrokhzad-5/+17
2019-01-18Rollup merge of #57646 - GuillaumeGomez:fix-css, r=QuietMisdreavusMazdak Farrokhzad-14/+2
2019-01-18Rollup merge of #57636 - GuillaumeGomez:fix-sources-sidebar, r=QuietMisdreavusMazdak Farrokhzad-3/+1
2019-01-18Rollup merge of #57551 - petrochenkov:regrtest, r=nikomatsakisMazdak Farrokhzad-0/+26
2019-01-18Rollup merge of #57357 - frewsxcv:frewsxcv-partial-eq, r=QuietMisdreavusMazdak Farrokhzad-16/+22
2019-01-18Rollup merge of #57340 - eqrion:doc/c_variadic, r=Mark-SimulacrumMazdak Farrokhzad-12/+12
2019-01-18Rollup merge of #56594 - sdroege:c_void-is-not-never, r=TimNNMazdak Farrokhzad-7/+10
2019-01-18Auto merge of #56189 - rep-nop:keep_doc_test_executable, r=QuietMisdreavusbors-8/+73
2019-01-18Remove delay_span_bug from qualify_min_const_fnPhilipp Hansch-7/+1
2019-01-18Allow evaluating trivial drop glue in constantsOliver Scherer-13/+29
2019-01-18Merge visitors in AST validationJohn Kåre Alsaker-144/+111
2019-01-18Auto merge of #57065 - Zoxc:graph-tweaks, r=michaelwoeristerbors-113/+117
2019-01-18Manually inline a function that was only used onceOliver Scherer-15/+5
2019-01-18Point at return type when appropriateEsteban Küber-5/+30
2019-01-18Auto merge of #56996 - clarcharr:spin_loop_hint, r=KodrAusbors-9/+27
2019-01-17Fix test after rebaseEsteban Küber-4/+6
2019-01-17Correct error location indicated by commentsKevin Leimkuhler-4/+4
2019-01-17Override `Iterator::is_sorted_by` in `slice::Iter` implLukas Kalbertodt-27/+26
2019-01-17Compare pairs with `slice::windows`Kevin Leimkuhler-8/+9
2019-01-17Improve documentation and slice implKevin Leimkuhler-11/+18
2019-01-17Add is_sorted unstable documentationKevin Leimkuhler-3/+41
2019-01-17Add is_sorted impl for [T]Kevin Leimkuhler-22/+110
2019-01-17Add initial impl of is_sorted to IteratorKevin Leimkuhler-0/+134
2019-01-17Fix tidy errorEsteban Küber-1/+1
2019-01-17Point at more cases involving return typesEsteban Küber-2/+9
2019-01-17Avoid pointing at multiple places on return type errorEsteban Küber-19/+23
2019-01-17Point more places where expectation comes fromEsteban Küber-5/+10
2019-01-17Do not give incorrect label for return type mismatchEsteban Küber-3/+142
2019-01-17Use structured suggestion to surround struct literal with parenthesisEsteban Küber-8/+46
2019-01-17fix compat-mode ui testMark Mansi-1/+1
2019-01-17Update testsMark Mansi-93/+88
2019-01-17better lifetime error messageMark Mansi-1/+1
2019-01-17Update cargoEric Huss-0/+0
2019-01-18Fix suggestions given mulitple bad lifetimesDan Robertson-21/+69
2019-01-18Inline `expand_node`.Nicholas Nethercote-9/+14
2019-01-18Remove unneeded `origin` arg from `iterate_until_fixed_point`'s closure.Nicholas Nethercote-7/+6
2019-01-17Bless test.Wesley Norris-3/+11
2019-01-17Add book section and fix typo.Wesley Norris-1/+7
2019-01-17Minor changes to wording and formatting.Wesley Norris-6/+7
2019-01-17Bless test.Wesley Norris-2/+3
2019-01-17Fix tidy error.Wesley Norris-2/+10
2019-01-17Persist doc test executables to given path.Wesley Norris-6/+47
2019-01-18privacy: Account for associated existential typesVadim Petrochenkov-23/+59
2019-01-17Fix non-clickable urlsGuillaume Gomez-4/+0
2019-01-18Fix testsYuki Okushi-11/+67
2019-01-18Add token::ErrYuki Okushi-1/+1