Historique des commits

Auteur SHA1 Message Date
  Alex Crawford cd2f2a45bb Enforce that there are no warnings in clippy check il y a 4 ans
  Alex Crawford cc7fe85d70 Collapse redundant closure il y a 4 ans
  Alex Crawford 0f69c60e43 Remove unnecessary clones il y a 4 ans
  Alex Crawford 400432802e Remove an unneeded semicolon il y a 4 ans
  Alex Crawford 5361a7b73c Silence warning about mapping to unit type il y a 4 ans
  Alex Crawford ac67edd318 Silence a few warnings from clippy il y a 4 ans
  Alex Crawford 902817e2aa Use iterators instead of manually looping il y a 4 ans
  Alex Crawford e4e4e3ab80 Remove some unneeded imports and a variable il y a 4 ans
  Alex Crawford 1ff8edf201 Clean up a couple of if-blocks il y a 4 ans
  Alex Crawford ddb876bec4 Remove redundant field names from structs il y a 4 ans
  Dario Nieuwenhuis b175faedcb Merge pull request #398 from smoltcp-rs/simultaneous-close il y a 4 ans
  Dario Nieuwenhuis d98e5ed038 Merge pull request #399 from smoltcp-rs/medium-ip-part1 il y a 4 ans
  Dario Nieuwenhuis 38d5329353 Merge pull request #402 from crawford/clippy il y a 4 ans
  Alex Crawford 95bbd24869 Clean up iterator chains il y a 4 ans
  Alex Crawford ebe2449bcc Remove some redundant closures il y a 4 ans
  Alex Crawford dc7de0a550 Use subsec_millis where possible il y a 4 ans
  Alex Crawford 48539a84dc Prefer elided lifetimes il y a 4 ans
  Alex Crawford 57029d6e5d Prefer assignment operators il y a 4 ans
  Alex Crawford 48323b5980 Silence warning about matches macro il y a 4 ans
  Alex Crawford 5c335f8fe7 Silence warning about is_empty method il y a 4 ans
  Alex Crawford 86e778c446 Silence warning about non-exhaustive pattern il y a 4 ans
  Alex Crawford 63bf644992 Dereference match expressions to clean up patterns il y a 4 ans
  Alex Crawford 38a5008541 Prefer if-let syntax over single-pattern match il y a 4 ans
  Alex Crawford 323dfe2ab6 Use is_empty instead of length comparison il y a 4 ans
  Dario Nieuwenhuis 961c7007ed Split Packet into EthernetPacket and IpPacket. il y a 4 ans
  Dario Nieuwenhuis df6704ce9c Remove "None" variant from Packet, use Option<Packet> instead. il y a 5 ans
  Dario Nieuwenhuis 2219af77b2 tcp: fix racey simultaneous close not sending FIN. il y a 4 ans
  Dario Nieuwenhuis ac605ce84c Merge pull request #396 from smoltcp-rs/rust-2018 il y a 4 ans
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 il y a 4 ans
  Dario Nieuwenhuis 73bb62a2b0 Merge pull request #394 from smoltcp-rs/async il y a 4 ans