about summary refs log tree commit diff
path: root/src/libstd/sys/unix/args.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-251/+0
2020-07-16apply bootstrap cfgsMark Rousskov-2/+2
2020-07-06libstd: remove some mutable statics in sys::unixAndy Russell-8/+11
2020-06-28Rename the lint to clashing_extern_declarations.jumbatm-2/+2
2020-06-20Add ClashingExternDecl lint.jumbatm-0/+2
2020-04-14Add illumos triplePatrick Mooney-0/+1
2019-12-22Format the worldMark Rousskov-60/+65
2019-11-29really_init cmdline args on MiriRalf Jung-1/+7
2019-11-22Make std::sys::unix::args::init a no-op on glibc Linuxleo60228-2/+8
2019-11-22Document ARGV_INIT_ARRAYleo60228-0/+2
2019-11-22Set .init_array priorityleo60228-1/+1
2019-11-22Use .init_array section on glibcleo60228-0/+20
2019-10-06redesign of the interface to the unikernel HermitCoreStefan Lankes-1/+0
2019-08-06redox: convert to target_family unixJeremy Soller-1/+2
2019-05-22Revert "Add implementations of last in terms of next_back on a bunch of Doubl...Steven Fackler-2/+0
2019-05-15Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplettbors-1/+0
2019-05-13Remove bitrig support from rustMarcel Hellwig-1/+0
2019-04-19Add implementations of last in terms of next_back on a bunch of DoubleEndedIt...Kyle Huey-0/+2
2019-02-28libstd => 2018Taiki Endo-16/+14
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-08avoid using the word 'initialized' to talk about that non-reentrant-capable s...Ralf Jung-1/+1
2018-08-06actually, reentrant uninitialized mutex acquisition is outright UBRalf Jung-3/+2
2018-08-06clarify partially initialized Mutex issuesRalf Jung-0/+3
2018-07-30Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ...Colin Finck-1/+2
2018-06-17libstd: add an RAII utility for sys_common::mutex::MutexNODA, Kai-9/+5
2018-01-04[unix] Don't clone command-line args on startupMatt Brubeck-23/+16
2017-09-08Add modifications needed for L4re in libstdTobias Schaffner-0/+1
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-06-21Better Debug for Args and ArgsOsStepan Koltsov-0/+6
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-5/+0
2016-12-03fix objc ABI in std::env::argsMathieu Poumeyrol-2/+15
2016-10-22Add Fuchsia supportRaph Levien-1/+2
2016-10-02Move platform-specific arg handling to sys::argsBrian Anderson-0/+211