]> git.lizzy.rs Git - rust.git/history - src/shims/os_str.rs
`rustc_target::abi::LayoutOf` -> `rustc_middle::ty::layout::LayoutOf`
[rust.git] / src / shims / os_str.rs
2021-09-06 hyd-dev`rustc_target::abi::LayoutOf` -> `rustc_middle::ty...
2021-07-17 borsAuto merge of #1851 - RalfJung:provenance-overhaul...
2021-07-16 Ralf Jungadjust Miri to Pointer type overhaul
2021-07-04 borsAuto merge of #1845 - Smittyvb:fix-after-mir-alloc...
2021-07-04 SmittyMake work after mir-alloc-oom
2021-05-19 borsAuto merge of #1804 - RalfJung:ptrless-allocs, r=RalfJung
2021-05-19 Ralf Jungfix write_os_str_to_wide_str
2021-05-19 Ralf Jungupdate for Memory API changes
2021-05-17 borsAuto merge of #1805 - RalfJung:c_str, r=RalfJung
2021-05-17 Ralf Jungstop relying on c_str/wide_str helpers in rustc
2021-05-16 borsAuto merge of #1801 - RalfJung:rustfmt, r=oli-obk
2021-05-16 Ralf Jungformat much of Miri
2020-11-29 borsAuto merge of #1617 - JCTyblaidd:data_race_detector...
2020-11-11 borsAuto merge of #1623 - RalfJung:rustup, r=RalfJung
2020-11-11 Ralf Jungrustup
2020-10-15 borsAuto merge of #1583 - est31:target_refactor, r=RalfJung
2020-10-15 est31Replace target.target with target
2020-10-04 borsAuto merge of #1564 - Aaron1011:readlink, r=RalfJung
2020-10-04 Aaron HillProperly capitalize PathConversion
2020-10-04 Aaron HillMove `convert_path_separator` to trait and use it in...
2020-10-04 Aaron HillMake helper functions freestanding
2020-10-04 Aaron HillMove some helper functions around
2020-10-04 Aaron HillImplement `readlink`
2020-04-20 borsAuto merge of #1335 - vakaras:add-threads-noop, r=RalfJung
2020-04-20 Vytautas AstrauskasMove the stack to the evaluator to make Miri compile...
2020-04-04 borsAuto merge of #1293 - Firstyear:1289-miri-readme, r...
2020-04-03 borsAuto merge of #1294 - JOE1994:windows_instant, r=RalfJung
2020-04-02 borsAuto merge of #1299 - RalfJung:rustup, r=RalfJung
2020-04-02 Ralf Jungrustup for import changes
2020-03-30 borsAuto merge of #1270 - RalfJung:incremental, r=RalfJung
2020-03-30 borsAuto merge of #1279 - divergentdave:open_O_EXCL, r...
2020-03-30 borsAuto merge of #1281 - RalfJung:rustup, r=RalfJung
2020-03-30 Ralf Jungadjust for librustc rename; reduce 'extern crate' to...
2020-03-29 borsAuto merge of #1278 - JOE1994:cow, r=RalfJung
2020-03-29 JOE1994fix fn read_path_from_wide_str
2020-03-29 JOE1994make 'fn convert_path_separator' to take Cow<> (to...
2020-03-29 borsAuto merge of #1268 - JOE1994:dir, r=RalfJung
2020-03-29 JOE1994small refactorings to 'src/shims/os_str.rs' & 'src...
2020-03-29 JOE1994fix 'magic boolean' to enum
2020-03-29 JOE1994Follow-up to reviews from RalfJung
2020-03-29 JOE1994Windows shims for GetCurrentDirectoryW/SetCurrentDirectoryW
2020-03-28 borsAuto merge of #1276 - RalfJung:scalar-precise-sizes...
2020-03-28 borsAuto merge of #1275 - JOE1994:move_string_helpers,...
2020-03-28 JOE1994visually separate conditional imports in 'os_str.rs'
2020-03-28 JOE1994move OsStr helpers to a separate file