Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
HEAD
/
src
/
etc
647c051
Regenerate completions after removing `./x suggest`
by Jieyou Xu
· 5 days ago
2ec48e0
Rollup merge of #143850 - fmease:comptest-simp-docck-handling, r=jieyouxu
by Jakub Beránek
· 5 days ago
25794b1
Compiletest: Simplify {Html,Json}DocCk directive handling
by León Orell Valerian Liehr
· 6 days ago
b4b00c7
Rollup merge of #143785 - bjorn3:faster_ra_build_script_build, r=Kobzol
by Matthias Krüger
· 6 days ago
507fd38a
htmldocck: better error messages for negative raw directives
by binarycat
· 8 days ago
ae1075b
Update description for flag
by bjorn3
· 8 days ago
3fe3edb
Add --compile-time-deps argument for x check
by bjorn3
· 8 days ago
64456e0
tidy: add `auto:` prefix to --extra-checks syntax
by binarycat
· 11 days ago
1a1f561
Update completions
by Jakub Beránek
· 2 weeks ago
c76d032
setup CI and tidy to use typos for spellchecking and fix few typos
by klensy
· 2 weeks ago
aeea2e5
Remove unused bootstrap flag
by Jakub Beránek
· 4 weeks ago
f461997
Rename `build` to `host_target`
by Jakub Beránek
· 6 weeks ago
cfe78d9
Rollup merge of #141970 - onur-ozkan:skip-stage1-std, r=Kobzol
by Matthias Krüger
· 6 weeks ago
c843bec
update `skip_std_check_if_no_download_rustc` doc-comments
by onur-ozkan
· 6 weeks ago
d88c6db
Add link to correct documentation in htmldocck.py
by Derukugi
· 6 weeks ago
f1e6afd
bless tidy
by onur-ozkan
· 7 weeks ago
59fbe04
move `test-float-parse` tool into `src/tools` dir
by onur-ozkan
· 7 weeks ago
8788b6a
test-float-parse: apply `cfg(not(bootstrap))`
by Jieyou Xu
· 7 weeks ago
163cb4e
Auto merge of #141062 - ChaiTRex:ide_fmt_2024, r=Mark-Simulacrum
by bors
· 8 weeks ago
250869e
float: Add `f16` to `test-float-parse`
by Trevor Gross
· 9 weeks ago
a6bf524
Update IDEs to use rustfmt 2024, fix Zed settings
by Chai T. Rex
· 9 weeks ago
8955c6c
Rollup merge of #139843 - thaliaarchi:editor-file-associations, r=Mark-Simulacrum
by Chris Denton
· 3 months ago
5523c87
Update libcore.natvis for Pin.
by Mara Bos
· 3 months ago
d1e82ba
Setup editor file associations for non-rs extensions
by Thalia Archibald
· 3 months ago
82f0446
Rollup merge of #139214 - bjorn3:edition_2024_rustfmt, r=compiler-errors
by Stuart Cook
· 4 months ago
770fcbf
Move test-float-parse to the 2024 edition
by bjorn3
· 4 months ago
624eb85
chore: remove redundant backtick
by highcloudwind
· 4 months ago
0fc6279
Rollup merge of #138606 - heiseish:131365-extended, r=Mark-Simulacrum
by Jacob Pratt
· 4 months ago
b5eaeaf
update completion files
by onur-ozkan
· 4 months ago
43152ad
wix: allow to skip more components
by klensy
· 4 months ago
a56b1d2
fix missing rustfmt and clippy for msi
by Giang Dao
· 4 months ago
99aa4ed
replace config.toml to bootstrap.toml in src/ci, src/etc/* and tests/run-make
by bit-aloo
· 4 months ago
199e714
Rollup merge of #137968 - dingxiangfei2009:patch-1, r=Mark-Simulacrum
by 许杰友 Jieyou Xu (Joe)
· 4 months ago
8c91fae
Remove separate `src/tools/x` from rust-analyzer settings
by Josh Stone
· 4 months ago
1c7aaf9
Update rand to 0.9.0
by Chris Denton
· 4 months ago
9b8accb
Rollup merge of #134063 - tgross35:dec2flt-refactoring, r=Noratrieb
by 许杰友 Jieyou Xu (Joe)
· 5 months ago
2010bba
Auto merge of #137927 - matthiaskrgr:rollup-yj463ns, r=matthiaskrgr
by bors
· 5 months ago
69ef2fc
fix: properly escape regexes
by wieDasDing
· 5 months ago
1305212
Rollup merge of #137618 - yotamofek:pr/pre-push-hook, r=Mark-Simulacrum
by Matthias Krüger
· 5 months ago
19a909a
dec2flt: Refactor float traits
by Trevor Gross
· 5 months ago
7603e01
Simplify parallelization in test-float-parse
by Trevor Gross
· 5 months ago
797ef64
htmldocck: catch and error on deprecated syntax
by Yotam Ofek
· 5 months ago
41a7c83
Skip `tidy` in pre-push hook if the user is deleting a remote branch
by Yotam Ofek
· 5 months ago
307f160
Rollup merge of #135354 - Walnut356:msvc_lldb, r=wesleywiser
by Jacob Pratt
· 5 months ago
d9f125d
Add support for the Zed IDE to `./x setup`
by Chai T. Rex
· 5 months ago
d6f5d34
fix string and tuple struct formatting
by Walnut
· 5 months ago
0819c16
Fix import/attribute errors related to `SBTypeStaticField`
by Walnut
· 5 months ago
22e4491
Update bootstrap completions
by Jakub Beránek
· 5 months ago
e730dfc
Rollup merge of #135812 - Walnut356:gdb_osstring, r=Mark-Simulacrum
by Jacob Pratt
· 6 months ago
a9495e0
change lookup from `OsString.inner.inner.0` -> `OsString.inner.inner.bytes`
by Walnut
· 6 months ago
8e61502
core: add `#![warn(unreachable_pub)]`
by Urgau
· 6 months ago
0f12b8c
slots fix
by Walnut
· 6 months ago
e8c5e09
doc comment for get_template_args
by Walnut
· 6 months ago
2be8812
tidy
by Walnut
· 6 months ago
a3adcd2
add alternate inner type lookup for hashmap/set when template args missing
by Walnut
· 6 months ago
0bf0817
More robust sequence formatter
by Walnut
· 6 months ago
f725ad7
more robust tuple summary
by Walnut
· 6 months ago
4f59533
add alternate inner type lookup for vec/string for missing template args
by Walnut
· 6 months ago
2b8ff75
add MSVC str providers
by Walnut
· 6 months ago
009994a
organize lldb_commands
by Walnut
· 6 months ago
c425660
add msvc enum providers
by Walnut
· 6 months ago
71b6d49
add MSVC slice providers
by Walnut
· 6 months ago
8b14227
add MSVC tuple providers
by Walnut
· 6 months ago
ee2b8ee
Revert "fix missing rustfmt and clippy for msi"
by Pietro Albini
· 6 months ago
f3d404a
Rollup merge of #134291 - Walnut356:type_annots, r=tgross35
by Jacob Pratt
· 7 months ago
693a0d5
use python built in type annotations
by Walnut
· 7 months ago
a0b3452
Fix typos
by ericlehong
· 7 months ago
4fd3baa
Add `--no-capture` as a bootstrap argument
by clubby789
· 7 months ago
bc1737b
Generate shell completions for x as well
by Ryan Mehri
· 7 months ago
4d669fb
Auto merge of #133134 - Walnut356:synth_prov, r=Mark-Simulacrum
by bors
· 7 months ago
536516f
Reformat Python code with `ruff`
by Jakub Beránek
· 8 months ago
fd13717
rust_analyzer_settings: force use of 'nightly' toolchain
by Ralf Jung
· 8 months ago
9b4a247
add explicit synthetic lookup for tuples
by Walnut
· 8 months ago
8ecac88
force expanded formatting for non-synthetic types
by Walnut
· 8 months ago
0b0fda9
Rollup merge of #132803 - wangjingcun:master, r=Mark-Simulacrum
by Matthias Krüger
· 8 months ago
673b3d3
restrict synthetic types to standard library types
by Walnut
· 8 months ago
ee877c3
Bump bootstrap deps
by clubby789
· 8 months ago
5e4b33f
Fix broken url
by wangjingcun
· 8 months ago
2206968
Use a separate dir for r-a builds consistently in helix config
by Maybe Lapkin
· 8 months ago
4b7bfaa
Rollup merge of #132333 - tshepang:patch-4, r=workingjubilee
by Matthias Krüger
· 9 months ago
b6a49d8
Remove unncessary option for default rust-analyzer setting
by yukang
· 9 months ago
ee4b044
rust_analyzer_helix.toml: add library/ manifest
by Tshepang Mbambo
· 9 months ago
6f82a95
Rename `command-list.rs` to `directive-list.rs`
by Zalathar
· 9 months ago
d792e1f
remove dead code in CGREP script
by jyn
· 9 months ago
17ac4c8
Rollup merge of #131365 - heiseish:fix-issue-101993, r=Mark-Simulacrum
by Matthias Krüger
· 9 months ago
f5577a8
fix missing rustfmt and clippy for msi
by Giang Dao
· 9 months ago
0a9c87b
rename RcBox in other places too
by Jonathan Dönszelmann
· 9 months ago
456be10
bootstrap: Consolidate editor LSP setup
by Kajetan Puchalski
· 10 months ago
9b24fae
bootstrap: Add support for ./x setup vim
by Kajetan Puchalski
· 10 months ago
dfc7e39
bootstrap: Add support for ./x setup helix
by Kajetan Puchalski
· 10 months ago
c53d4c7
bootstrap: Add support for ./x setup emacs
by Kajetan Puchalski
· 10 months ago
243c6d6
Rollup merge of #130932 - mrkajetanp:editors, r=jieyouxu
by Matthias Krüger
· 10 months ago
6453f7e
etc: Add rust-analyzer configs for eglot & helix
by Kajetan Puchalski
· 10 months ago
a4a591a
Rollup merge of #130517 - bjorn3:update_ra_config, r=onur-ozkan
by Guillaume Gomez
· 10 months ago
c682aa1
Reformat using the new identifier sorting from rustfmt
by Michael Goulet
· 10 months ago
4788e8c
Add the library workspace to the suggested rust-analyzer config
by bjorn3
· 10 months ago
11ee513
Remove unused option from x.py
by Gurinder Singh
· 11 months ago
3701687
Generate completions after version updates
by Trevor Gross
· 11 months ago
ee5d15c
regenerate `./x` completions
by Rémy Rakic
· 11 months ago
bc9ca29
clarify that `--rustc-args` is for compiletest tests
by Rémy Rakic
· 11 months ago
Next »