about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-01-19Rollup merge of #57634 - oli-obk:remove_unused_argument, r=davidtwcoMazdak Farrokhzad-74/+4
2019-01-19Rollup merge of #57610 - mark-i-m:nested-matchers, r=petrochenkovMazdak Farrokhzad-24/+253
2019-01-19Rollup merge of #57573 - Xanewok:querify-entry-fn, r=ZoxcMazdak Farrokhzad-110/+117
2019-01-19Rollup merge of #57501 - petrochenkov:highvar, r=alexregMazdak Farrokhzad-103/+225
2019-01-19Rollup merge of #57476 - Xanewok:bye-crate-analysis, r=ZoxcMazdak Farrokhzad-65/+30
2019-01-19Rollup merge of #57268 - peterhj:peterhj-optmergefunc, r=nagisaMazdak Farrokhzad-8/+117
2019-01-19Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakisbors-38/+117
2019-01-19Auto merge of #56479 - mark-i-m:unsat, r=nikomatsakisbors-95/+90
2019-01-18Rollup merge of #57725 - estebank:parens, r=michaelwoeristerMazdak Farrokhzad-8/+46
2019-01-18Rollup merge of #57720 - dlrobertson:fix_57521, r=estebankMazdak Farrokhzad-21/+69
2019-01-18Rollup merge of #57658 - nnethercote:rm-hir-P-Lit, r=michaelwoeristerMazdak Farrokhzad-15/+4
2019-01-18Rollup merge of #57657 - AB1908:regression-test-case, r=nikomatsakisMazdak Farrokhzad-0/+32
2019-01-18Rollup merge of #57650 - AB1908:master, r=petrochenkovMazdak Farrokhzad-1/+14
2019-01-18Rollup merge of #57635 - euclio:path-separators, r=michaelwoeristerMazdak Farrokhzad-20/+44
2019-01-18Rollup merge of #57350 - folex:master, r=estebankMazdak Farrokhzad-0/+34
2019-01-18Rollup merge of #57302 - sinkuu:unused_assignments_fp, r=estebankMazdak Farrokhzad-23/+15
2019-01-18Rollup merge of #57212 - phansch:improve_rustc_book_contributing, r=steveklabnikMazdak Farrokhzad-1/+7
2019-01-18Rollup merge of #57132 - daxpedda:master, r=steveklabnikMazdak Farrokhzad-1/+1
2019-01-18Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakisMazdak Farrokhzad-0/+36
2019-01-18Auto merge of #57737 - Centril:rollup, r=Centrilbors-66/+138
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-18Auto merge of #57065 - Zoxc:graph-tweaks, r=michaelwoeristerbors-113/+117
2019-01-18Auto merge of #56996 - clarcharr:spin_loop_hint, r=KodrAusbors-9/+27
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-18Fix suggestions given mulitple bad lifetimesDan Robertson-21/+69
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-17Fix non-clickable urlsGuillaume Gomez-4/+0
2019-01-17Auto merge of #57694 - pietroalbini:revert-beta-on-master, r=pietroalbinibors-25/+5
2019-01-17Revert "Auto merge of #57670 - rust-lang:beta-next, r=Mark-Simulacrum"Pietro Albini-25/+5
2019-01-17Querify glob map usage (last use of CrateAnalysis)Igor Matuszewski-62/+30
2019-01-17Remove access level mention from DocContextIgor Matuszewski-3/+0
2019-01-17Auto merge of #57520 - alexreg:tidy-copyright-lint, r=Mark-Simulacrumbors-205/+163