0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 14:17:49 -04:00
deno/cli/tools
Nathan Whitaker ee4c14a550
chore: update to rust 1.85 (#28236)
Updates to use rust 1.85. Doesn't move to the 2024 edition, as that's a
fair bit more involved.

A nice side benefit is that the new rustc version seems to lead to a
slight reduction in binary size (at least on mac):

```
    FILE SIZE   
 -------------- 
  +4.3%  +102Ki    __DATA_CONST,__const
  [NEW] +69.3Ki    __TEXT,__literals
  [NEW] +68.5Ki    Rebase Info
  +5.0% +39.9Ki    __TEXT,__unwind_info
   +57% +8.85Ki    [__TEXT]
  [NEW] +8.59Ki    Lazy Binding Info
  [NEW] +5.16Ki    __TEXT,__stub_helper
  [NEW] +3.58Ki    Export Info
  [NEW] +3.42Ki    __DATA,__la_symbol_ptr
  -0.1%    -726    [12 Others]
 -21.4% -3.10Ki    [__DATA_CONST]
 -95.8% -3.39Ki    __DATA_CONST,__got
 -20.9% -3.43Ki    [__DATA]
  -0.5% -4.52Ki    Code Signature
 -100.0% -11.6Ki    [__LINKEDIT]
  -1.0% -43.5Ki    Symbol Table
  -1.6% -44.0Ki    __TEXT,__gcc_except_tab
  -0.2% -48.1Ki    __TEXT,__const
  -3.3% -78.6Ki    __TEXT,__eh_frame
  -0.7%  -320Ki    __TEXT,__text
  -1.5%  -334Ki    String Table
  -0.5%  -586Ki    TOTAL
```
2025-02-25 08:50:01 -08:00
..
bench chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
coverage chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
doc refactor: update deno_doc, use prismjs, remove internal reference html generation logic (#26885) 2024-11-19 08:56:04 -08:00
init fix(init): force --reload if npm or jsr package (#28150) 2025-02-18 13:43:32 +01:00
jupyter refactor(lsp): remove Send + Sync requirement (#28035) 2025-02-12 13:37:47 +00:00
lint chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
pm chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
publish chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
repl refactor(lsp): remove Send + Sync requirement (#28035) 2025-02-12 13:37:47 +00:00
run chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
test fix(install): don't error on unknown media types in install (#28234) 2025-02-21 12:20:55 -08:00
check.rs refactor(cli): extract TypeChecker to separate module (#28235) 2025-02-21 21:00:29 +00:00
clean.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
compile.rs fix(compile): never include the specified output executable in itself (#27877) 2025-02-06 23:23:10 +00:00
doc.rs fix(lint): update deno_lint (#28271) 2025-02-24 18:05:17 +01:00
fmt.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
info.rs fix(check): support sloppy imports with "compilerOptions.rootDirs" (#27973) 2025-02-05 23:08:10 +00:00
installer.rs refactor: separate publish from pm subcommands (#28237) 2025-02-21 17:02:33 -05:00
mod.rs refactor: separate publish from pm subcommands (#28237) 2025-02-21 17:02:33 -05:00
serve.rs refactor: create deno_lib crate (#27673) 2025-01-15 09:35:46 -05:00
task.rs fix(task): support --frozen flag (#28094) 2025-02-13 13:22:15 +01:00
upgrade.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00