about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-14Auto merge of #56568 - notriddle:master, r=alexcrichtonbors-54/+210
2018-12-14format: minor stylistic improvementsljedrz-12/+6
2018-12-14Always run rustc in a threadOliver Scherer-61/+5
2018-12-14format: refactor verify_arg_typeljedrz-22/+16
2018-12-14fix issue 54153 by ignoring issue-18804 test on windows/mac.Felix S. Klock II-0/+5
2018-12-14format: refactor report_invalid_referencesljedrz-25/+21
2018-12-14Fix docs path to PermissionsExtDanilo Bargen-1/+2
2018-12-14format: inline one-liners related to parse_exprljedrz-0/+3
2018-12-14format: remove unreachable conditionljedrz-22/+9
2018-12-14Fixes broken linksRoberto Vidal-3/+3
2018-12-14Auto merge of #56490 - faern:add-checked-add-to-instant, r=alexcrichtonbors-166/+150
2018-12-14Auto merge of #56536 - alexcrichton:update-master, r=Mark-Simulacrumbors-62/+46
2018-12-14Auto merge of #56778 - Xanewok:update-clippy, r=kennytmbors-14/+16
2018-12-13debug logging, added conditional error message, tests updatedKevyn Grasso-4/+24
2018-12-14Auto merge of #56351 - davidtwco:issue-55396-stabilize-linker-flavor, r=nagisabors-98/+12
2018-12-13Update panic message to be clearer about env-varsDaniel Silverstone-5/+7
2018-12-13rustc: Add an unstable `simd_select_bitmask` intrinsicAlex Crichton-5/+97
2018-12-13Change bounds on `TryFrom` blanket impl to use `Into` instead of `From`Ozaren-2/+2
2018-12-13Auto merge of #56142 - jnqnfe:osstr_lossy_example, r=alexcrichtonbors-8/+33
2018-12-13Split on words insteadGuillaume Gomez-7/+27
2018-12-13Make determining the discriminant a normal Shallow readMatthew Jasper-24/+73
2018-12-13add `crates` to the final doctestQuietMisdreavus-0/+3
2018-12-13Wording changesEsteban Küber-5/+5
2018-12-13Fix dur2intervals import on cloudabiLinus Färnstrand-5/+9
2018-12-13Auto merge of #56783 - alexcrichton:pinentry-mode, r=Mark-Simulacrumbors-1/+2
2018-12-13Use `dedup` instead of `dedup_by`Oliver Scherer-1/+1
2018-12-13Add targets thumbv7neon-linux-androideabi and thumbv7neon-unknown-linux-gnuea...Henri Sivonen-2/+114
2018-12-13Add `--pinentry-mode=loopback` to deployment scriptAlex Crichton-1/+2
2018-12-13Update LLVM submoduleNikita Popov-1/+1
2018-12-13Fix checked_add/sub for sys/sgx/time.rsLinus Färnstrand-11/+7
2018-12-13Add checked_sub for Instant and SystemTimeLinus Färnstrand-87/+83
2018-12-13Add checked_add method to Instant time typeLinus Färnstrand-74/+62
2018-12-13Update ClippyIgor Matuszewski-14/+16
2018-12-13Auto merge of #56461 - oli-obk:alloc_ids, r=RalfJungbors-79/+101
2018-12-13Expand on a few commentsOliver Scherer-0/+6
2018-12-13Update tests to show diagnosticsOliver Scherer-20/+129
2018-12-13Fix indentOliver Scherer-3/+1
2018-12-13Doc comment formatOliver Scherer-2/+2
2018-12-13fix: make hello publicSatya Rohith-2/+2
2018-12-13Add x86_64-unknown-uefi targetDavid Herrmann-0/+135
2018-12-13Update code comments of `c_void` to explain the reasoning for its current imp...Sebastian Dröge-4/+6
2018-12-13Remove confusing comment about ideally using `!` for `c_void`Sebastian Dröge-3/+4
2018-12-13Stabilize `linker-flavor` flag.David Wood-98/+12
2018-12-13Auto merge of #56161 - RalfJung:vecdeque-stacked-borrows, r=SimonSapinbors-5/+8
2018-12-13Auto merge of #56090 - nnethercote:filesearch, r=eddybbors-154/+139
2018-12-13Make SimplifyCfg collapse goto chains from bb0Shotaro Yamada-1/+80
2018-12-13Some changesJohn Kåre Alsaker-1/+5
2018-12-13Make the 'a lifetime on TyCtxt uselessJohn Kåre Alsaker-47/+51
2018-12-13Auto merge of #55982 - alexcrichton:panic-extern-abort, r=zackmdavisbors-46/+61
2018-12-12Suggest using `.display()` when trying to print a `Path`Esteban Küber-2/+28