Skip to content
Permalink
Branch: master
Commits on Apr 3, 2019
  1. Update install instructions for VS 2019 (#736)

    steveklabnik authored and yoshuawuyts committed Apr 3, 2019
Commits on Mar 26, 2019
  1. Merge pull request #730 from integer32llc/rearrange-whitepapers

    carols10cents committed Mar 26, 2019
    Feature npm on the homepage
  2. Feature npm on the homepage

    carols10cents committed Mar 26, 2019
    The core team decided we should swap out npm for Chucklefish.
Commits on Mar 22, 2019
  1. Tweak installation page (#729)

    kinnison authored and yoshuawuyts committed Mar 22, 2019
    * rustup.hbs: Make generic instructions nicer
    
    The generic installation instructions weren't quite in the same
    style as the others, this makes them a little nicer.
    
    Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
    
    * install-script.hbs: Support case of missing test button
    
    When testing the install page, we can add a button to cycle
    the platform divs.  However we don't include that button in
    normal use which causes a JS console error.  Since we'd like
    the test code to still function in the absence of the button
    this tweak allows for that.
    
    Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
    
    * install-script.hbs: Add support for external override
    
    Sometimes, for example from rustup's documentation, we might
    want to link to the install page for a particular platform,
    but still have that recommend the usual install methods.
    
    This adds the ability to set `platform_override` via a query
    string, also accounting for some people trying to probe options.
    
    For example, we support `?platform_override=generic` to provide
    the variant of the instructions which offer both the curl and
    the windows exe installation methods.
    
    Fixes: #726
    
    Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
  2. Fix comma is awkwardly on the next line (#728)

    spk authored and yoshuawuyts committed Mar 22, 2019
Commits on Mar 15, 2019
  1. Adjust alignment of CLI maintainability section (#727)

    killercup authored and yoshuawuyts committed Mar 15, 2019
Commits on Mar 11, 2019
  1. Update branding for Gremlin (#724)

    mattforni authored and yoshuawuyts committed Mar 11, 2019
  2. changed wasm book link to the published version (#725)

    Maxgy authored and yoshuawuyts committed Mar 11, 2019
  3. Fix markup issues (#722)

    spk authored and yoshuawuyts committed Mar 11, 2019
    * Add missing start p tag on policies/index
    
    * Fix No “p” element in scope but a “p” end tag seen
    
    * Remove extra div on learn/index
  4. Use rustfmt instead of rustfmt-preview for nightly (#721)

    spk authored and yoshuawuyts committed Mar 11, 2019
Commits on Mar 6, 2019
  1. Make external links open in the same tab (#718)

    nathan authored and yoshuawuyts committed Mar 6, 2019
    Fixes #706. Essentially reverts #263.
    
    There is no security issue with same-tab links to external websites. (Indeed, most of the Internet uses them.) The issue described in https://mathiasbynens.github.io/rel-noopener/ applies *only* to links that have `target="_blank"`, the mechanism for opening links in new tabs. If the website sticks to the default behavior of opening links in the same tab, it will never run into this security issue, and it will annoy users significantly less.
    
    Particularly egregious is the "blog" link in the header, which opens in a new tab even though it looks like it's an internal link to a different section of the website. More generally, though, the links which open in a new tab are visually indistinguishable from those that don't; this makes the website unpredictable and frustrating to use.
    
    The changes in #263 are time-consuming to maintain, and they haven't been; see, e.g., the ["watch the videos" link](893f50f) on the homepage or the ["check website status" link](c7b1bfa) in the footer, both of which are same-tab external links added after #263 was merged.
    
    The only link that opened in a new tab prior to b9cd5f3 was [a link to the CC 3.0 BY license](ade6fd2#diff-584da2ea3fa9f00b298d37da19728355). There doesn't seem to have been much reason for this, so I've made it open in the same tab as well.
Commits on Feb 27, 2019
  1. Merge pull request #717 from integer32llc/fix-production-css

    carols10cents committed Feb 27, 2019
    Fix alignment on the production page
  2. Fix alignment on the production page

    carols10cents committed Feb 27, 2019
Commits on Feb 26, 2019
  1. add rustlings to the learn section (#709)

    komaeda authored and yoshuawuyts committed Feb 26, 2019
    * add rustlings to the learn section
    
    * rearrange content to be three columns
  2. Merge pull request #716 from integer32llc/publish-npm-whitepaper

    carols10cents committed Feb 26, 2019
    Publish npm whitepaper
  3. Merge pull request #713 from integer32llc/remove-core-team-email-from…

    carols10cents committed Feb 26, 2019
    …-footer
    
    Replace the core team email with a link to the users forum
Commits on Feb 25, 2019
  1. Publish the npm whitepaper

    carols10cents committed Feb 25, 2019
Commits on Feb 21, 2019
  1. Replace the core team email with a link to the users forum

    carols10cents committed Feb 21, 2019
    The users forum is a more appropriate place for people to ask questions
    and get help.
Commits on Feb 20, 2019
  1. Merge pull request #712 from pietroalbini/pin-nightly-better

    pietroalbini committed Feb 20, 2019
    Pin nightly version on rustup and travis
  2. update readme

    pietroalbini committed Feb 20, 2019
  3. Merge pull request #702 from pietroalbini/improve-governance

    pietroalbini committed Feb 20, 2019
    Reject invalid governance pages and add some tests
Commits on Feb 13, 2019
  1. align contributing.md to 80 chars (#708)

    yoshuawuyts committed Feb 13, 2019
    Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
  2. Halve the size of the ferris gif (#705)

    nagisa authored and yoshuawuyts committed Feb 13, 2019
  3. link to latest eclipse ide for rust developers available (2018-09 at …

    rimathia authored and yoshuawuyts committed Feb 13, 2019
    …this point) (this fixes issue #703) (#704)
Commits on Feb 8, 2019
  1. fix issues caught during review

    pietroalbini committed Feb 6, 2019
Commits on Feb 6, 2019
  1. run rustfmt

    pietroalbini committed Feb 6, 2019
Commits on Feb 4, 2019
  1. Merge pull request #701 from pietroalbini/rustfmt

    pietroalbini committed Feb 4, 2019
    Run rustfmt on the current PR
  2. run rustfmt

    pietroalbini committed Feb 4, 2019
  3. Rework governance section to use rust-lang/team (#700)

    pietroalbini authored and yoshuawuyts committed Feb 4, 2019
    * rework the governance section to use rust-lang/team
    
    * remove old data
Commits on Feb 1, 2019
  1. Merge pull request #693 from pietroalbini/refactorings

    pietroalbini committed Feb 1, 2019
    Random refactorings
Older
You can’t perform that action at this time.