1. 30 11月, 2019 1 次提交
  2. 26 12月, 2018 1 次提交
  3. 21 12月, 2018 1 次提交
  4. 06 12月, 2017 1 次提交
  5. 04 11月, 2017 1 次提交
    • L
      Remove unused AsciiExt imports and fix tests related to ascii methods · da575807
      Lukas Kalbertodt 提交于
      Many AsciiExt imports have become useless thanks to the inherent ascii
      methods added in the last commits. These were removed. In some places, I
      fully specified the ascii method being called to enforce usage of the
      AsciiExt trait. Note that some imports are not removed but tagged with
      a `#[cfg(stage0)]` attribute. This is necessary, because certain ascii
      methods are not yet available in stage0. All those imports will be
      removed later.
      
      Additionally, failing tests were fixed. The test suite should exit
      successfully now.
      da575807
  6. 14 6月, 2017 1 次提交
  7. 19 5月, 2017 1 次提交
  8. 06 2月, 2017 1 次提交