about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-09-01Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkorbors-279/+1713
2018-09-01Auto merge of #53822 - dvc94ch:riscv, r=japaricbors-18/+82
2018-09-01Auto merge of #53762 - flip1995:tool_lints, r=Manishearthbors-55/+235
2018-09-01Auto merge of #53611 - alexcrichton:update-llvm, r=nikomatsakisbors-1/+2
2018-08-31Update LLVM submoduleAlex Crichton-1/+2
2018-08-31Auto merge of #53755 - llogiq:fix-unsound-16bit-range, r=nagisabors-2/+33
2018-08-31Auto merge of #51384 - QuietMisdreavus:extern-version, r=GuillaumeGomezbors-3/+76
2018-08-31Auto merge of #53699 - oli-obk:promotion_stability_hole, r=nikomatsakisbors-7/+93
2018-08-31Auto merge of #53403 - spastorino:move-out-lazily, r=nikomatsakisbors-234/+172
2018-08-31Get rid of token passingOliver Schneider-55/+35
2018-08-31Fix typo and small mistakeflip1995-2/+2
2018-08-31Update testsflip1995-17/+26
2018-08-31Add hint for cfg_attr and fix testflip1995-14/+17
2018-08-31Implement backwards compatibility for tool_lintsflip1995-24/+103
2018-08-31Add deprecated_name argument to the register lint group functionsflip1995-23/+47
2018-08-31Add tests for backward compatflip1995-7/+72
2018-08-31Make `Condvar::new` and `RWLock::new` min const fn for cloudabiOliver Schneider-6/+10
2018-08-31Add test that min const fns can't call unstable min const fns even with the f...Oliver Schneider-2/+16
2018-08-31Restrict most uses of `const_fn` to `min_const_fn`Oliver Schneider-42/+43
2018-08-31Libstd only has `min_const_fn` const fnsOliver Schneider-1/+40
2018-08-31Implement the `min_const_fn` feature gateOliver Schneider-230/+1626
2018-08-31Auto merge of #53832 - pietroalbini:rollup, r=pietroalbinibors-298/+568
2018-08-31Auto merge of #53779 - RalfJung:miri-refactor, r=oli-obkbors-556/+595
2018-08-30Auto merge of #53828 - alexcrichton:dist-llvm-shared, r=japaricbors-5/+7
2018-08-30Run rustfmtSantiago Pastorino-67/+84
2018-08-30Make move out computation lazySantiago Pastorino-189/+110
2018-08-30[RISCV] Disable atomics for riscv32imc-unknown-none-elf.David Craven-1/+2
2018-08-30Rollup merge of #53806 - GuillaumeGomez:fix-ui-issues-foreign-type-impls, r=Q...Pietro Albini-0/+11
2018-08-30Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=ManishearthPietro Albini-52/+52
2018-08-30Rollup merge of #53785 - tbu-:pr_comment, r=Mark-SimulacrumPietro Albini-6/+1
2018-08-30Rollup merge of #53768 - RalfJung:gitignore, r=nikomatsakisPietro Albini-0/+46
2018-08-30Rollup merge of #53756 - dmerejkowsky:fix-comment, r=KodrAusPietro Albini-1/+1
2018-08-30Rollup merge of #53753 - RalfJung:keep-stage, r=nikomatsakisPietro Albini-1/+2
2018-08-30Rollup merge of #53747 - GuillaumeGomez:rustdoc-fixes, r=QuietMisdreavusPietro Albini-0/+6
2018-08-30Rollup merge of #53743 - oconnor663:target_env, r=kennytmPietro Albini-27/+27
2018-08-30Rollup merge of #53740 - japaric:readobj, r=alexcrichtonPietro Albini-0/+1
2018-08-30Rollup merge of #53732 - emilio:foreign-fn, r=nrcPietro Albini-2/+2
2018-08-30Rollup merge of #53727 - estebank:incorrect-deref-suggestion, r=nikomatsakisPietro Albini-17/+36
2018-08-30Rollup merge of #53702 - jkozlowski:correct_version_for_macro_vis_matcher, r=...Pietro Albini-1/+1
2018-08-30Rollup merge of #53655 - jcpst:with_applicability, r=estebankPietro Albini-27/+60
2018-08-30Rollup merge of #53513 - nnethercote:inline-shallow_resolve, r=varkorPietro Albini-2/+11
2018-08-30Rollup merge of #53476 - GuillaumeGomez:try-from-int-error-partial-eq, r=KodrAusPietro Albini-1/+22
2018-08-30Rollup merge of #53472 - eddyb:fx-pls, r=pnkfelixPietro Albini-152/+156
2018-08-30Rollup merge of #53389 - RalfJung:thread-join, r=sfacklerPietro Albini-0/+6
2018-08-30Rollup merge of #53129 - nikomatsakis:issue-51172-tweak-test, r=pnkfelixPietro Albini-8/+8
2018-08-30Rollup merge of #53113 - kpp:more_docs_for_cow, r=GuillaumeGomezPietro Albini-0/+35
2018-08-30Rollup merge of #51760 - GuillaumeGomez:add-another-partialeq-example, r=Quie...Pietro Albini-1/+84
2018-08-30Auto merge of #53803 - pietroalbini:fix-manifest-2, r=alexcrichtonbors-7/+68
2018-08-30rustbuild: Distribute libLLVM.so with rustcAlex Crichton-5/+7
2018-08-30Auto merge of #53535 - TheDarkula:master, r=oli-obkbors-9/+139