]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-05-17 borsAuto merge of #1415 - RalfJung:test-suite-filter, r...
2020-05-17 Ralf Jungadd test suite filter example to README and 'cargo...
2020-05-16 borsAuto merge of #1413 - RalfJung:catch_with_exit_code...
2020-05-16 Ralf Junguse new rustc_driver::catch_with_exit_code
2020-05-14 borsAuto merge of #1411 - RalfJung:ci, r=RalfJung
2020-05-14 Ralf Jungtest Linux on macOS host
2020-05-11 borsAuto merge of #1407 - RalfJung:appveyor, r=RalfJung
2020-05-11 Ralf Jungalways lock on CI
2020-05-11 Ralf JungWindows CI: rely on stable cargo
2020-05-11 Ralf Jungfix python interpreter on Windows
2020-05-11 Ralf Jungfix warnings for non-Unix builds
2020-05-11 Ralf Jungplay with bash on AppVeyor
2020-05-11 borsAuto merge of #1409 - RalfJung:compiletest-no-rustc...
2020-05-11 Ralf Jungfmt
2020-05-11 Ralf Jungcompiletest: no need to call rustc here
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 Jungfix dead link in README
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 Ralf Jungrustup
2020-05-10 Oliver SchererUpdate to rustc changes
2020-05-09 borsAuto merge of #1405 - RalfJung:stage-0, r=RalfJung
2020-05-09 Ralf JungTypo
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-07 borsAuto merge of #1400 - RalfJung:rustup, r=RalfJung
2020-05-07 Ralf Jungrustup
2020-05-07 borsAuto merge of #1397 - brson:tikv-2, r=RalfJung
2020-05-07 Ralf Jungadjust wording
2020-05-07 borsAuto merge of #1398 - RalfJung:rustup, r=RalfJung
2020-05-07 Ralf Jungrustup; fix error messages
2020-05-07 Brian AndersonAdd two more TiKV bugs to trophy case
2020-05-06 borsAuto merge of #1396 - RalfJung:float-cast-tests, r...
2020-05-06 Ralf Jungcopy some float cast tests from rustc
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-05 Chase AlbertCorrect the test.
2020-05-04 Chase AlbertAddress comments.
2020-05-04 Chase AlbertTest for too many args.
2020-05-04 Chase AlbertAddress consistency of naming for unused/merely validat...
2020-05-04 Chase AlbertAdd a test for check_arg_count.
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 Jungrename single-threaded sync test
2020-05-04 Ralf Jungrustup
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 Jungalso test panic from thread with name
2020-05-03 Ralf Jungalso test std::hint::spin_loop
2020-05-03 Ralf Jungtest panics in threads
2020-05-03 Ralf Jungyield on x86 'pause' hint
2020-05-03 Ralf Jungexplain what happens in a test
2020-05-03 borsAuto merge of #1387 - RalfJung:rustup, r=RalfJung
2020-05-03 Ralf Jungbump Rust, fix warnings
2020-05-02 borsAuto merge of #1386 - RalfJung:trophy, r=RalfJung
2020-05-02 borsAuto merge of #1383 - brson:tikv-trophy, r=RalfJung
2020-05-02 Ralf Jungtrophy case: consistent wording (X doing Y)
2020-05-02 Ralf JungAdjust wording
2020-05-02 borsAuto merge of #1385 - RalfJung:rustup, r=RalfJung
2020-05-02 Ralf Jungrustup
2020-05-02 borsAuto merge of #1384 - RalfJung:rustup, r=RalfJung
2020-05-02 Ralf Jungrustup for fixed error messages
2020-05-01 Brian AndersonAdd another tikv stacked borrowing error to trophy...
2020-05-01 borsAuto merge of #1381 - RalfJung:rustup, r=RalfJung
2020-05-01 Ralf Jungrustup; fix for changed error messages
2020-05-01 borsAuto merge of #1380 - RalfJung:rustup, r=RalfJung
2020-05-01 Ralf Jungrustup, adjust error messages
2020-04-30 borsAuto merge of #1379 - RalfJung:macos-fn-name, r=RalfJung
2020-04-30 Ralf JungREADME tweak
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 Ralf JungTweak error wording
2020-04-30 borsAuto merge of #1378 - RalfJung:workspace-error, r=RalfJung
2020-04-30 Ralf Jungmore helpful error on workspaces
2020-04-30 Brian AndersonAdd servo_arc to trophy case
2020-04-29 Vytautas AstrauskasFix a regression in Windows dtors.
2020-04-29 Vytautas AstrauskasUse Entry API in set_dtors_running.
next