index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
common
Age
Commit message (
Expand
)
Author
Lines
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-862
/
+0
2024-01-07
Update test for `E0796` and `static_mut_ref` lint
Obei Sideg
-0
/
+4
2023-10-28
Remove asmjs from library
Jubilee Young
-1
/
+0
2023-10-22
use visibility to check unused imports and delete some stmts
bohan
-0
/
+1
2023-09-22
Add Minimal Std implementation for UEFI
Ayush Singh
-1
/
+1
2023-09-01
fix(std): Rename os_str_bytes to encoded_bytes
Ed Page
-3
/
+3
2023-08-14
add a csky-unknown-linux-gnuabiv2 target
Dirreke
-0
/
+1
2023-07-24
remove additional [allow(unused_unsafe)]
James Dietz
-9
/
+0
2023-07-24
delete [allow(...)] from issue #74838
James Dietz
-4
/
+0
2023-07-18
support for mips32r6 as a target_arch value
chenx97
-0
/
+1
2023-07-18
support for mips64r6 as a target_arch value
chenx97
-0
/
+1
2023-06-04
Avoid unwind across `extern "C"` in `thread_local::fast_local.rs`
Thom Chiovoloni
-11
/
+32
2023-05-13
refactor: Remove redundant, private OsStr::bytes
Ed Page
-3
/
+3
2023-05-05
Rollup merge of #110946 - RalfJung:tls-realstd, r=m-ou-se
Yuki Okushi
-1
/
+6
2023-05-02
Rollup merge of #110895 - Ayush1325:thread-local-fix, r=thomcc
Dylan DPC
-1
/
+1
2023-04-28
handle cfg(bootstrap)
Pietro Albini
-3
/
+3
2023-04-28
avoid duplicating TLS state between test std and realstd
Ralf Jung
-1
/
+6
2023-04-27
Remove all in target_thread_local cfg
Ayush Singh
-1
/
+1
2023-04-26
Restructure and rename thread local things in std.
Mara Bos
-305
/
+274
2023-04-11
Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser
Michael Goulet
-0
/
+1
2023-04-04
library/std: Add support for loongarch64
zhaixiaojuan
-0
/
+1
2023-03-31
Workaround #109797 on windows-gnu
John Kåre Alsaker
-1
/
+3
2023-03-29
Use #[inline] on Windows for thread local access
John Kåre Alsaker
-48
/
+4
2023-03-10
Moved thread_local implementation to sys::common
Ayush Singh
-315
/
+717
2023-03-10
Split __thread_local_inner macro
Ayush Singh
-0
/
+316
2023-01-21
library/std/sys_common: Define MIN_ALIGN for m68k-unknown-linux-gnu
John Paul Adrian Glaubitz
-0
/
+1
2022-11-26
Remove redundant `all` in cfg
Chris Denton
-6
/
+6
2022-10-03
Reduce CString allocations in std as much as possible
Alex Saveau
-0
/
+128
2022-03-16
resolve the conflict in compiler/rustc_session/src/parse.rs
codehorseman
-1
/
+1
2022-01-13
Set the allocation MIN_ALIGN for espidf to 4.
Scott Mabin
-2
/
+8
2021-11-10
std: Get the standard library compiling for wasm64
Alex Crichton
-1
/
+2
2021-08-10
STD support for the ESP-IDF framework
ivmarkov
-1
/
+2
2021-04-14
Update documentation
Christiaan Dirkx
-2
/
+12
2021-04-14
Move `std::sys_common::alloc` to `std::sys::common`
Christiaan Dirkx
-0
/
+49