Skip to content
  1. Jan 16, 2020
  2. Jan 15, 2020
  3. Jan 14, 2020
  4. Jan 13, 2020
  5. Jan 11, 2020
  6. Jan 10, 2020
    • Gavin Wood's avatar
      Fixes for pallets (#4595) · effe4899
      Gavin Wood authored
      * Move rebond to the end
      
      * Fix identity module
      
      * Fix order of things in tresury
      
      * Fixes
      
      * Fix.
      
      * Fix test
      
      * Fix test
      effe4899
    • Igor Matuszewski's avatar
      Remove now unused `lang_items` feature in IO primitives (#4596) · 8dc5675b
      Igor Matuszewski authored
      We don't use any explicit `#[lang = ...]` items anymore (`panic_fmt`
      is replaced with now-stable `#[panic_implementation]`, OOM is handled
      via `alloc_error_handler` directly etc.), so I thought it'd be good to
      remove it for clarity to limit used nightly features.
      8dc5675b