]> git.lizzy.rs Git - rust.git/history - src/helpers.rs
Detect `std` by checking if the crate defines `#[lang = "start"]` rather than string...
[rust.git] / src / helpers.rs
2020-03-28 JOE1994move OsStr helpers to a separate file
2020-03-28 borsAuto merge of #1265 - RalfJung:float-cast, r=RalfJung
2020-03-28 borsAuto merge of #1263 - RalfJung:shims-limit, r=RalfJung
2020-03-28 Ralf Jungorganize shims and make some only available to libstd...
2020-03-28 borsAuto merge of #1271 - RalfJung:env-clean, r=RalfJung
2020-03-28 borsAuto merge of #1269 - RalfJung:windows-dtor, r=RalfJung
2020-03-28 Ralf Jungrun Windows TLS dtor function
2020-03-27 borsAuto merge of #1266 - JOE1994:write_os_str_to_wide_str...
2020-03-27 JOE1994follow-up to reviews
2020-03-27 JOE1994change helper fn 'write_os_str_to_wide_str'
2020-03-25 borsAuto merge of #1262 - RalfJung:rustup, r=RalfJung
2020-03-25 Ralf Jungrustup; get rid of some try_from that are no longer...
2020-03-24 borsAuto merge of #1251 - RalfJung:win-cross, r=RalfJung
2020-03-24 Ralf Jungmove path methods together, to the bottom of the string...
2020-03-24 Ralf Jungconvert dir separators on path load/store
2020-03-24 Ralf Jungroute all path reading/writing through central read...
2020-03-24 borsAuto merge of #1258 - RalfJung:rustup, r=RalfJung
2020-03-24 borsAuto merge of #1256 - JOE1994:rw_widestr_helpers, r...
2020-03-23 JOE1994helper functions for env_var emulation in Windows
2020-03-23 borsAuto merge of #1255 - RalfJung:os_str_bytes, r=RalfJung
2020-03-23 Ralf Jungfix conditional compilation condition for os_str <...
2020-03-22 borsAuto merge of #1250 - RalfJung:error-context, r=oli-obk
2020-03-22 Ralf Jungmove -Zmiri-disable-isolation hint to help
2020-03-22 borsAuto merge of #1249 - RalfJung:rustup, r=RalfJung
2020-03-22 Ralf Jungplatform -> target
2020-03-19 borsAuto merge of #1219 - RalfJung:error-cleanup, r=RalfJung
2020-03-19 Ralf Junggetting a path should never fail
2020-03-19 Ralf Jungstart messages in lower-case
2020-03-19 Ralf Jungadjust for error reform
2020-03-18 borsAuto merge of #1239 - elichai:2020-03-abort-intrinsics...
2020-03-17 borsAuto merge of #1235 - RalfJung:check-arith, r=RalfJung
2020-03-17 Ralf Jungavoid using unchecked casts or arithmetic
2020-03-02 borsAuto merge of #1178 - RalfJung:rustup-visitor, r=RalfJung
2020-03-02 Ralf Jungadjust for rustc changes
2020-03-01 borsAuto merge of #1197 - RalfJung:rustup, r=RalfJung
2020-03-01 Ralf Jungsome formatting
2020-02-26 borsAuto merge of #1152 - divergentdave:shim-directory...
2020-02-25 David CookReturn length from write_os_str_to_c_str
2020-02-23 David CookUse os_str_length_as_c_str in readdir[64]_r
2020-02-23 borsAuto merge of #1189 - RalfJung:cleanup, r=RalfJung
2020-02-23 Ralf Jungavoid lowercasing platforms
2020-02-23 Ralf Junghelpers.rs cleanup
2020-02-23 borsAuto merge of #1167 - christianpoveda:shims-refactor...
2020-02-22 Christian Povedapanic if target platform is incorrect instead
2020-02-22 Christian Povedaminor fixes
2020-02-19 Christian Povedaadd helper function for target platform checks
2020-02-08 borsAuto merge of #1159 - divergentdave:shim-seek, r=RalfJung
2020-01-30 borsAuto merge of #1163 - RalfJung:raw-cast, r=RalfJung
2020-01-30 borsAuto merge of #1151 - divergentdave:statx-AT_EMPTY_PATH...
2020-01-30 Ralf Jungpass MPlaceTy by-value, as we usually do
2020-01-15 borsAuto merge of #1146 - RalfJung:rustup, r=RalfJung
2020-01-15 Ralf Jungrustup
2020-01-10 borsAuto merge of #1143 - christianpoveda:symlink-shim...
2020-01-07 borsAuto merge of #1140 - RalfJung:no-macos, r=oli-obk
2020-01-07 borsAuto merge of #1142 - JohnTitor:rustup-0107, r=RalfJung
2020-01-06 Yuki OkushiRustup
2020-01-06 borsAuto merge of #1141 - RalfJung:lint-adjust, r=RalfJung
2020-01-06 borsAuto merge of #1137 - anp:track-caller-update, r=RalfJung
2020-01-05 Yuki OkushiRustup
2019-12-31 borsAuto merge of #1134 - RalfJung:macos-hashmap, r=RalfJung
2019-12-31 borsAuto merge of #1130 - christianpoveda:ignore-close...
2019-12-30 borsAuto merge of #1131 - JOE1994:alloc_os_str_as_c_str...
2019-12-28 JOE1994Add helper 'alloc_os_str_as_c_str' and use it in env_va...
2019-12-24 borsAuto merge of #1128 - RalfJung:cleanup, r=RalfJung
2019-12-24 Ralf Jungmake bytes conversion functions private inside read...
2019-12-24 Ralf Junguse new try_from methods
2019-12-23 borsAuto merge of #1124 - RalfJung:sysroot-check, r=oli-obk
2019-12-23 borsAuto merge of #1118 - rust-lang:stacked_borrow_tracing...
2019-12-23 Oliver SchererRustfmt all the things
2019-12-22 borsAuto merge of #1101 - christianpoveda:stat-shim, r...
2019-12-22 Christian Povedaadd `statx` shim for linux
2019-12-08 borsAuto merge of #1108 - RalfJung:rustup, r=RalfJung
2019-12-08 Ralf Jungrustup
2019-12-04 borsAuto merge of #1100 - RalfJung:os_str, r=RalfJung
2019-12-04 Ralf Jungrename helper methods a bit
2019-12-04 borsAuto merge of #1099 - RalfJung:os_str, r=RalfJung
2019-12-04 Ralf Jungavoid allocation in read_os_string_from_c_string
2019-12-03 borsAuto merge of #1094 - Aaron1011:rustup-body, r=RalfJung
2019-12-03 Aaron HillRustup for `BodyCache` changes
2019-12-02 borsAuto merge of #1084 - RalfJung:assert-panic, r=RalfJung
2019-12-02 Ralf Jungbetter span for functions whose frame we push 'manually'
2019-12-02 Ralf Jungimplement proper panicking for other MIR assertions
2019-11-29 borsAuto merge of #1083 - RalfJung:fn-call-helper, r=oli-obk
2019-11-29 Ralf JungAdd and use helper function for calling a machine funct...
2019-11-19 borsAuto merge of #693 - Aaron1011:feature/panic_unwind_fin...
2019-11-19 Ralf Jungcomments and slight refactoring
2019-11-17 Aaron HillSupport unwinding after a panic
2019-11-09 Christian PovedaFix merge conflicts
2019-11-07 Christian PovedaUse TryFrom instead
2019-11-04 Christian PovedaHandle host's `usize` correctly
2019-10-26 borsAuto merge of #1024 - RalfJung:rustup, r=RalfJung
2019-10-26 Ralf Jungrustup for projection interning
2019-10-24 borsAuto merge of #1020 - RalfJung:compiletest, r=RalfJung
2019-10-24 borsAuto merge of #1019 - RalfJung:rustup, r=RalfJung
2019-10-24 Ralf Jungupdate comments and some tweaks
2019-10-24 Ralf Jungrustup: more flexible write_bytes avoids allocations...
2019-10-23 borsAuto merge of #993 - christianpoveda:os_string_helper...
2019-10-23 Christian PovedaFix documentation
2019-10-22 Christian PovedaMake size error distinguishable from other errors
2019-10-22 Christian PovedaUse new write_bytes method
next