]> git.lizzy.rs Git - rust.git/history - src
fix python interpreter on Windows
[rust.git] / src /
2020-05-11 Ralf Jungfix warnings for non-Unix builds
2020-05-10 borsAuto merge of #1408 - RalfJung:comments, r=RalfJung
2020-05-10 Ralf Jungfix some comments, and run_compiler return type
2020-05-10 borsAuto merge of #1406 - RalfJung:miri-as-rustc, r=RalfJung
2020-05-10 Ralf Jungwe do not need to set RUSTFLAGS for xargo any more...
2020-05-10 Ralf Jungcargo-miri: never invoke rustc, always go through ...
2020-05-10 borsAuto merge of #1402 - rust-lang:alloc_map_unlock, r...
2020-05-10 Oliver SchererUpdate to rustc changes
2020-05-09 borsAuto merge of #1405 - RalfJung:stage-0, r=RalfJung
2020-05-09 Ralf Jungadjust default sysroot when being rustc
2020-05-09 Ralf Jungmake Miri work in rustc bootstrap stage 0
2020-05-09 borsAuto merge of #1404 - RalfJung:cargo-miri-host-detect...
2020-05-09 Ralf Jungavoid env::var which requires valid UTF-8
2020-05-09 Ralf Jungmore comment
2020-05-09 Ralf JungWording
2020-05-09 Ralf Jungcargo-miri: honor RUSTC env var
2020-05-09 Ralf Jungre-do cargo-miri host/target detection logic to match...
2020-05-09 borsAuto merge of #1403 - RalfJung:rustup, r=RalfJung
2020-05-09 Ralf Jungbump Rust, fix for renames
2020-05-08 borsAuto merge of #1401 - RalfJung:cargo-miri-help, r=RalfJung
2020-05-08 Ralf Jungfix cargo-miri intercepting --help/--version arguments
2020-05-06 borsAuto merge of #1396 - RalfJung:float-cast-tests, r...
2020-05-05 borsAuto merge of #1394 - RalfJung:fs-mode, r=RalfJung
2020-05-05 Ralf Jungfs shim: check that mode is default
2020-05-05 borsAuto merge of #1393 - RalfJung:arg-count-cleanup, r...
2020-05-05 Ralf Jungmake sure we check the size of all arguments
2020-05-05 Ralf Jungfix a comment now that we have concurrency
2020-05-05 Ralf Jungmake sure we check argument count everywhere
2020-05-05 Ralf Jungdeduplicate FD extraction
2020-05-05 borsAuto merge of #1298 - toc-the-younger:check-arg-count...
2020-05-04 Chase AlbertAddress comments.
2020-05-04 Chase AlbertAddress consistency of naming for unused/merely validat...
2020-05-04 Chase AlbertCheck that shims are called with the correct number...
2020-05-04 borsAuto merge of #1392 - RalfJung:win-lock-check, r=RalfJung
2020-05-04 Ralf JungWindows lock primitives: check that we are truly sinle...
2020-05-03 borsAuto merge of #1390 - RalfJung:conc, r=RalfJung
2020-05-03 Ralf Jungfix setting thread name on macOS
2020-05-03 Ralf Jungde-duplicate <unnamed> default thread name
2020-05-03 Ralf Jungyield on x86 'pause' hint
2020-05-03 borsAuto merge of #1387 - RalfJung:rustup, r=RalfJung
2020-05-03 Ralf Jungbump Rust, fix warnings
2020-05-01 borsAuto merge of #1381 - RalfJung:rustup, r=RalfJung
2020-05-01 Ralf Jungrustup; fix for changed error messages
2020-04-30 borsAuto merge of #1379 - RalfJung:macos-fn-name, r=RalfJung
2020-04-30 Ralf Jungmake sure macos function has 'macos' in its name
2020-04-30 borsAuto merge of #1284 - vakaras:add-threads-cr2, r=RalfJung
2020-04-30 Vytautas AstrauskasFix prctl SET_NAME and GET_NAME behaviour.
2020-04-30 borsAuto merge of #1377 - brson:servo-trophy, r=RalfJung
2020-04-30 borsAuto merge of #1378 - RalfJung:workspace-error, r=RalfJung
2020-04-30 Ralf Jungmore helpful error on workspaces
2020-04-29 Vytautas AstrauskasFix a regression in Windows dtors.
2020-04-29 Vytautas AstrauskasUse Entry API in set_dtors_running.
2020-04-29 Vytautas AstrauskasImprove code readability and comments.
2020-04-28 borsAuto merge of #1375 - RalfJung:rustup, r=RalfJung
2020-04-28 Ralf Jungrustup for more LocalDefId changes
2020-04-27 Vytautas AstrauskasFix MacOS and Windows builds.
2020-04-27 Vytautas AstrauskasDelete remaining tls entries after all destructors...
2020-04-27 Vytautas AstrauskasMake From implementations non-failing.
2020-04-27 Vytautas AstrauskasImprove comments.
2020-04-27 Vytautas AstrauskasMerge dtors_running and last_dtor_key fields.
2020-04-27 Vytautas AstrauskasAdd a FIXME.
2020-04-27 Vytautas AstrauskasImprove comments and code clarity.
2020-04-27 Vytautas AstrauskasChange representation and conversion of ThreadId and...
2020-04-27 Vytautas AstrauskasUse DLL_THREAD_DETACH when calling windows TLS destructor.
2020-04-27 Vytautas AstrauskasMake sure to remove thread local data only if we have...
2020-04-27 Vytautas AstrauskasImprove style and comments.
2020-04-27 Vytautas AstrauskasMany small changes to clean up code.
2020-04-27 Vytautas AstrauskasRename global tls dtor to thread dtor.
2020-04-27 Vytautas AstrauskasImprove comments.
2020-04-27 Vytautas AstrauskasImprove Debug formatting of the thread name.
2020-04-27 Vytautas AstrauskasMove copying of the thread name to the client side.
2020-04-27 Vytautas AstrauskasUnify TLS dtors; move stepping outside.
2020-04-27 Vytautas AstrauskasClarify FIXME.
2020-04-27 Vytautas AstrauskasCheck prctl argument types and fix the test.
2020-04-27 Vytautas AstrauskasMake the main thread detached.
2020-04-27 Vytautas AstrauskasFix merge error.
2020-04-27 Vytautas AstrauskasPrint the thread name in Debug.
2020-04-27 Vytautas AstrauskasSmall style fix.
2020-04-27 Vytautas AstrauskasClarify comments about TLS destructor handling in Windo...
2020-04-27 Vytautas AstrauskasTrack if a thread was already joined.
2020-04-27 Vytautas AstrauskasFix how a pthread_create function argument is constructed.
2020-04-27 Vytautas AstrauskasMany small changes to thread management.
2020-04-27 Vytautas AstrauskasImprove prctl, add a test.
2020-04-27 Vytautas AstrauskasChange the warning message.
2020-04-27 Vytautas AstrauskasMove prctl to Linux specific shims.
2020-04-27 Vytautas AstrauskasRename MacOS set global dtor function.
2020-04-27 Vytautas AstrauskasAdd concurrency tests.
2020-04-27 Vytautas AstrauskasImplement thread::yield_now.
2020-04-27 Vytautas AstrauskasAdd a comment explaining global destructors on MacOS.
2020-04-27 Vytautas AstrauskasFix support for MacOS.
2020-04-27 Vytautas AstrauskasRename threads to thread to match the Rust standard...
2020-04-27 Vytautas AstrauskasAdd a missing newline.
2020-04-27 Vytautas AstrauskasCleanup the implementation of adjust_global_const.
2020-04-27 Vytautas AstrauskasFix typo in a comment.
2020-04-27 Vytautas AstrauskasMake an assert message consistent with other asserts.
2020-04-27 Vytautas AstrauskasFix imports.
2020-04-27 Vytautas AstrauskasRename eval_maybe_thread_local_static_const to adjust_g...
2020-04-27 Vytautas AstrauskasAddress some of the reviewers comments.
2020-04-27 Vytautas AstrauskasGenerate thread local allocations in eval_maybe_thread_...
2020-04-27 Vytautas AstrauskasGenerate fresh allocation ids for thread locals in...
next