Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
HEAD
/
library
401aaf4
Rollup merge of #143382 - fee1-dead-contrib:push-trrymlzqmmoz, r=jhpratt
by Matthias Krüger
· 19 hours ago
82fbbdd
Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-dead
by Matthias Krüger
· 24 hours ago
744ca59
Rollup merge of #143909 - nik-rev:patch-1, r=jhpratt
by Matthias Krüger
· 24 hours ago
a7009e9
Rollup merge of #143967 - oli-obk:const-option-methods, r=fee1-dead
by Matthias Krüger
· 34 hours ago
68b415a
Make slices `[const] PartialEq`
by Oli Scherer
· 2 days ago
250648e
Make `derive_const` usable within libcore again
by Oli Scherer
· 2 days ago
9d29583
Make `NonZero` `const PartialEq`
by Oli Scherer
· 2 days ago
2f5722c
Make `Option` `const PartialEq`
by Oli Scherer
· 2 days ago
853333d
constify `Option` methods
by Oli Scherer
· 2 days ago
465ae94
Rollup merge of #143631 - hkBst:update-escaper-2, r=compiler-errors
by Matthias Krüger
· 2 days ago
08fa971
Rollup merge of #143326 - hkBst:rm-deprecated-1, r=jhpratt
by Matthias Krüger
· 2 days ago
7e041c4
Rollup merge of #144002 - martinomburajr:patch-1, r=ibraheemdev
by León Orell Valerian Liehr
· 2 days ago
36a362b
Rollup merge of #143856 - mladedav:dm/private-reexport, r=petrochenkov
by León Orell Valerian Liehr
· 2 days ago
b9fd2bc
Rollup merge of #143829 - a1phyr:trim_borrowed_buf, r=ChrisDenton
by León Orell Valerian Liehr
· 2 days ago
ac98b4e
Rollup merge of #143820 - nazo6:fix-optimize-for-size, r=Mark-Simulacrum
by León Orell Valerian Liehr
· 2 days ago
83288db
Rollup merge of #143595 - fee1-dead-contrib:push-sylpykzkmynr, r=RalfJung,fee1-dead
by León Orell Valerian Liehr
· 2 days ago
2f87953
Rollup merge of #143592 - ChrisDenton:uwp-link, r=Mark-Simulacrum
by León Orell Valerian Liehr
· 2 days ago
96a9df4
Rollup merge of #143990 - camsteffen:localkey-cell, r=tgross35
by Samuel Tardieu
· 3 days ago
9eda137
Rollup merge of #143921 - oli-obk:const-index, r=fee1-dead
by Samuel Tardieu
· 3 days ago
096a66d
Rollup merge of #143738 - rocurley:float_tests_refactor_2, r=tgross35
by Samuel Tardieu
· 3 days ago
37aba83
Rollup merge of #143355 - hkBst:cleanup-shift-double-bitmask, r=Mark-Simulacrum
by Samuel Tardieu
· 3 days ago
f1d8446
Update poison.rs
by Martin Ombura Jr.
· 3 days ago
1120cb2
Add LocalKey<Cell>::update
by Cameron Steffen
· 4 days ago
3f2dc2b
add `const_make_global`; err for `const_allocate` ptrs if didn't call
by Deadbeef
· 4 days ago
3014e79
Auto merge of #143877 - xizheyin:143813, r=scottmcm,saethlin
by bors
· 4 days ago
d627e25
make `std_detect` public dependency of `std`
by David Mládek
· 4 days ago
010e3ef
Rollup merge of #143941 - folkertdev:cfg-select-docs, r=traviscross
by Samuel Tardieu
· 4 days ago
2e37e24
Rollup merge of #143910 - ChrisDenton:no-symbolization, r=tgross35
by Samuel Tardieu
· 4 days ago
460a627
Rollup merge of #143907 - Kijewski:pr-inline-split_at_unchecked, r=Mark-Simulacrum
by Samuel Tardieu
· 4 days ago
2b4ede7
constify `Index` trait and its slice impls
by Oli Scherer
· 4 days ago
cb7d52f
constify some methods using `SliceIndex`
by Oli Scherer
· 4 days ago
b5230e5
constify `SliceIndex` trait
by Oli Scherer
· 4 days ago
7f2065a
Auto merge of #142885 - a1phyr:borrowed_cursor_to_buf, r=Mark-Simulacrum
by bors
· 5 days ago
d0153f5
update `cfg_select!` documentation
by Folkert de Vries
· 5 days ago
30b46e3
Rollup merge of #143710 - joshtriplett:random-updates, r=joshtriplett
by Samuel Tardieu
· 5 days ago
74b5ac5
Rollup merge of #141809 - ChrisDenton:no-cleaup, r=jhpratt
by Samuel Tardieu
· 5 days ago
c8fb37a
Don't call WSACleanup on process exit
by Chris Denton
· 5 days ago
9fd3886
Add experimental backtrace-trace-only std feature
by Chris Denton
· 5 days ago
b5312fe
Rollup merge of #143917 - theemathas:change-allocated-object-to-allocation, r=oli-obk
by Jakub Beránek
· 5 days ago
70301da
Rollup merge of #143881 - orlp:once-state-repr, r=tgross35
by Jakub Beránek
· 5 days ago
a7ad680
Rollup merge of #143875 - fee1-dead-contrib:push-zvqrmzrprpzt, r=compiler-errors
by Jakub Beránek
· 5 days ago
6080c75
Change "allocated object" to "allocation".
by Tim (Theemathas) Chirananthavat
· 5 days ago
f5485e5
docs(alloc::fmt): Make `type` optional, instead of matching the empty string
by Nik Revenco
· 6 days ago
6760cd2
core: make `str::split_at_unchecked()` inline
by René Kijewski
· 6 days ago
e9182f1
Auto merge of #143461 - folkertdev:cfg-select-builtin-macro, r=petrochenkov
by bors
· 6 days ago
6b02597
update issue number for `const_trait_impl`
by Deadbeef
· 6 days ago
ccd6d6c
Rollup merge of #143774 - oli-obk:const_from, r=fee1-dead
by Matthias Krüger
· 6 days ago
061bd28
Rollup merge of #143554 - okaneco:const_slice_rotate, r=Amanieu,tgross35
by Matthias Krüger
· 6 days ago
3689b80
make `cfg_select` a builtin macro
by Folkert de Vries
· 6 days ago
f041962
Add comment why we use zero for COMPLETE
by Orson Peters
· 6 days ago
a2d4139
Use zero for initialized Once state
by Orson Peters
· 6 days ago
377aa76
Attempt to fix up SGX for random API updates
by Josh Triplett
· 6 days ago
48caa5f
std::vec: Add UB check in `from_parts_in`
by xizheyin
· 6 days ago
090c177
std::vec: Add UB check in `from_raw_parts_in`
by xizheyin
· 6 days ago
1cab09e
`std::vec`: Upgrade `debug_assert` to UB check in `set_len`
by xizheyin
· 6 days ago
10866f4
Fix typo in `std::vec`
by xizheyin
· 6 days ago
95b5a08
Rollup merge of #143803 - RalfJung:const-trait-tracking, r=compiler-errors
by León Orell Valerian Liehr
· 6 days ago
5d56459
Rollup merge of #143776 - no1wudi:fix, r=tgross35
by León Orell Valerian Liehr
· 6 days ago
915e535
Auto merge of #143810 - matthiaskrgr:rollup-iw7a23z, r=matthiaskrgr
by bors
· 7 days ago
2f9c9ce
Auto merge of #143766 - matthiaskrgr:rollup-0x7t69s, r=matthiaskrgr
by bors
· 7 days ago
5d7db7e
Fixed a core crate compilation failure when enabling the `optimize_for_size` feature on some targets
by nazo6
· 7 days ago
3751e13
slice: Mark `rotate_left`, `rotate_right` unstably const
by okaneco
· 8 days ago
140fc18
Rollup merge of #143647 - ColtenOuO:master, r=ChrisDenton
by Matthias Krüger
· 8 days ago
5e20385
random: Provide a `Distribution<T>` trait
by Josh Triplett
· 8 days ago
b94083e
fix const_ops tracking issue
by Ralf Jung
· 8 days ago
0c81bf8
fix PartialEq const feature name and const_cmp tracking issue
by Ralf Jung
· 8 days ago
79769f2
Consolidate classify tests
by Roger Curley
· 8 days ago
d2c1900
Consolidate is_normal tests
by Roger Curley
· 8 days ago
7dd2811
Consolidate is_finite tests
by Roger Curley
· 8 days ago
e3d8367
Consolidate is_infinite tests
by Roger Curley
· 8 days ago
1b8904c
Consolidate is_nan
by Roger Curley
· 8 days ago
868020e
Consolidate one tests
by Roger Curley
· 8 days ago
fc01eed
Consolidate negative zero tests
by Roger Curley
· 8 days ago
0c01322
Consolidate zero tests
by Roger Curley
· 8 days ago
c2e6b39
Consolidate neg_infinity tests
by Roger Curley
· 8 days ago
c5e67b4
Consolidate test_num tests
by Roger Curley
· 8 days ago
cfb66e5
Consolidate infinity tests
by Roger Curley
· 8 days ago
0748462
std: move NuttX to use arc4random for random number generation
by Huang Qi
· 8 days ago
e681d1a
constify `From` and `Into`
by Oli Scherer
· 8 days ago
2ffaa1e
Rollup merge of #143611 - GrigorenkoPV:ParseIntError, r=tgross35
by Matthias Krüger
· 8 days ago
5cbf7cf
Rollup merge of #143568 - Ayush1325:uefi-tcp4-timeout, r=tgross35
by Matthias Krüger
· 8 days ago
2730beb
Rollup merge of #142391 - LevitatingBusinessMan:setsid, r=workingjubilee
by Matthias Krüger
· 8 days ago
855e0fe
Auto merge of #142911 - mejrs:unsized, r=compiler-errors
by bors
· 8 days ago
3c11029
docs: clarify “dag” in std::sys_common doc comment
by Colten
· 8 days ago
a5aff96
Rollup merge of #143642 - Kobzol:stdarch-push, r=Amanieu
by Trevor Gross
· 9 days ago
6c4502d
Rollup merge of #143660 - cuviper:lib-doc-false, r=tgross35
by Matthias Krüger
· 9 days ago
92f9480
Rollup merge of #143651 - Fulgen301:seh-exception-ptr, r=ChrisDenton
by Matthias Krüger
· 9 days ago
b4089bf
Rollup merge of #143640 - oli-obk:const-fn-traits, r=compiler-errors
by Matthias Krüger
· 9 days ago
a17559b
Rollup merge of #143668 - biabbas:vxworks, r=Noratrieb
by Matthias Krüger
· 9 days ago
bdf1941
Rollup merge of #143652 - moulins:doc-unsize-trait-upcasting, r=compiler-errors
by Matthias Krüger
· 9 days ago
a0c7887
Rollup merge of #136906 - chenyukang:yukang-fix-136741-closure-body, r=oli-obk
by Matthias Krüger
· 9 days ago
119574f
Auto merge of #143721 - tgross35:rollup-sjdfp6r, r=tgross35
by bors
· 9 days ago
9af7bda
Rollup merge of #143396 - rocurley:float_tests_refactor, r=tgross35
by Trevor Gross
· 9 days ago
ebd3940
Rollup merge of #143265 - scottmcm:mention-as-chunks, r=ibraheemdev
by Trevor Gross
· 9 days ago
73d3adc
Rollup merge of #141996 - Daniel-Aaron-Bloom:dollar_crate, r=petrochenkov
by Trevor Gross
· 9 days ago
cf3fb76
Auto merge of #143696 - oli-obk:constable-type-id2, r=RalfJung
by bors
· 9 days ago
e0f7687
rust: library: Add setsid method to CommandExt trait
by LevitatingBusinessMan (Rein Fernhout)
· 9 days ago
bc2001f
Refactor nan tests
by Roger Curley
· 9 days ago
93db9e7
Remove uncessary parens in closure body with unused lint
by yukang
· 9 days ago
607fbd8
Auto merge of #143405 - tgross35:update-builtins, r=tgross35
by bors
· 10 days ago
Next »