index
:
delta/rust-libc.git
auto-libc
azure-pipelines
dependabot/add-v2-config-file
dependabot/cargo/ctest-0.2.1
dependabot/cargo/ctest-0.2.2
dependabot/cargo/ctest-0.2.7
dependabot/cargo/ctest-0.2.8
dependabot/cargo/ctest-bf780a0
gh-pages
gha
homu-tmp
main
master
mirrors-cdn
msvc-crt-link
try
woops
github.com: rust-lang/libc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop support for CloudABI
kellda
2021-02-03
1
-6
/
+0
*
Fix build with rustc-dep-of-std in the latest nightly
Amanieu d'Antras
2021-01-20
1
-4
/
+1
*
Fix conflict between no_std and no_core when building rustc with custom libc
Isaac Woods
2021-01-09
1
-1
/
+1
*
Fix bootstrap on redox
Josh Triplett
2020-10-04
1
-2
/
+5
*
Add support for building with static glibc
Josh Triplett
2020-09-21
1
-1
/
+1
*
Fix ordering of allowed lints
Yuki Okushi
2020-07-03
1
-3
/
+3
*
Update comment to clarify
Yuki Okushi
2020-07-02
1
-4
/
+4
*
Import `core::ops` to use `Range` syntax
Yuki Okushi
2020-05-26
1
-0
/
+2
*
Add c typedefs for the Sony PSP
Marko Mijalkovic
2020-05-07
1
-0
/
+6
*
Remove license headers
Yuki Okushi
2020-04-11
1
-9
/
+0
*
Update lint name
Yuki Okushi
2020-03-05
1
-2
/
+5
*
Fix feature name
Aaron Hill
2019-10-28
1
-1
/
+1
*
Add support for declaring 'const fn'
Aaron Hill
2019-10-27
1
-0
/
+1
*
Formatting
gnzlbg
2019-08-17
1
-1
/
+4
*
Rename armv7-wrs-vxworks target
gnzlbg
2019-08-17
1
-3
/
+4
*
Do not deny warnings by default.
gnzlbg
2019-08-16
1
-1
/
+3
*
Define the C interface to vxWorks for x86, x86_64, ARM, ARM 64-bit, PowerPC, ...
Baoshan Pang
2019-08-09
1
-2
/
+5
*
Added vxworks libc references - worked on by danielmccormick and taehyun-lee
Taehyun Lee
2019-08-09
1
-0
/
+3
*
Add libc_thread_local cfg and unstable feature
Joe Richey
2019-07-10
1
-0
/
+1
*
Refactor fixed-width integer types into its own module
gnzlbg
2019-05-29
1
-0
/
+24
*
Move Redox support into unix module
Jeremy Soller
2019-05-04
1
-3
/
+1
*
Recognize WASI as either a target_env or a target_os.
Dan Gohman
2019-04-23
1
-1
/
+1
*
Add intiial support for wasm32-unknown-wasi
Alex Crichton
2019-03-27
1
-1
/
+4
*
Add essential target_vendor check for sgx
Yu Ding
2019-03-08
1
-1
/
+1
*
remove redefinition of c_char and w_char, remove typo
Stefan Lankes
2019-03-02
1
-1
/
+1
*
Merge remote-tracking branch 'rustlang/master'
Stefan Lankes
2019-03-02
1
-182
/
+56
|
\
|
*
Link docs for other platforms in docs.rs
gnzlbg
2019-03-02
1
-0
/
+4
|
*
Auto merge of #1270 - gnzlbg:no_extern_std, r=gnzlbg
bors
2019-02-22
1
-3
/
+0
|
|
\
|
|
*
Do not import the std library with use_std
gnzlbg
2019-02-22
1
-3
/
+0
|
*
|
Unnecessary pub use when private module use is available
gnzlbg
2019-02-21
1
-3
/
+3
|
|
/
|
*
Fix build of `rustc-dep-of-std` feature
Alex Crichton
2019-02-21
1
-9
/
+3
|
*
Remove more documentation cruft
gnzlbg
2019-02-20
1
-2
/
+1
|
*
Test that targets without a libstd component build on CI using xargo
gnzlbg
2019-02-20
1
-58
/
+44
|
*
Generate a proper landing page for the master docs
gnzlbg
2019-02-13
1
-146
/
+17
|
*
Cleanup dox mess
gnzlbg
2019-02-13
1
-1
/
+24
*
|
add HermitCore support even if it doesn't have a UNIX interface
Stefan Lankes
2019-03-02
1
-0
/
+3
|
/
*
Fix build on all platforms
gnzlbg
2019-02-07
1
-13
/
+46
*
Check style using rustfmt and reformat
gnzlbg
2019-02-07
1
-1
/
+4
*
Check for Copy impls for all types
Bryant Mairs
2019-02-02
1
-0
/
+1
*
Check for Debug impls for all types
Bryant Mairs
2019-02-02
1
-0
/
+2
*
Remove unstable `libc` feature on rustc-dep-of-std
0.2.44
Alex Crichton
2018-11-21
1
-9
/
+1
*
Prepare for being included via crates.io into std
Alex Crichton
2018-11-21
1
-5
/
+16
*
splice the common libc functions and ctypes throughout the library
gnzlbg
2018-11-21
1
-72
/
+65
*
Add SGX C types.
gnzlbg
2018-11-20
1
-182
/
+52
*
Factor out platforms for which libc is empty
gnzlbg
2018-11-20
1
-165
/
+154
*
re-format
gnzlbg
2018-11-19
1
-75
/
+102
*
De-duplicate c_cvoid definitions
Isaac Woods
2018-10-04
1
-18
/
+22
*
Re-export core::ffi::c_void if supported
Isaac Woods
2018-09-18
1
-11
/
+16
*
Add some switch-related libc typedefs
roblabla
2018-08-02
1
-0
/
+6
*
Remove `#![custom_attribute]`
Alex Crichton
2018-07-03
1
-1
/
+1
[next]