]> git.lizzy.rs Git - rust.git/history - src/bin
Auto merge of #1632 - RalfJung:rustup, r=RalfJung
[rust.git] / src / bin /
2020-10-28 borsAuto merge of #1606 - RalfJung:trophy, r=oli-obk
2020-10-28 borsAuto merge of #1603 - RalfJung:track-raw, r=oli-obk
2020-10-28 Ralf Jungadd an option to track raw pointer tags in Stacked...
2020-10-24 borsAuto merge of #1599 - camelid:default-args-const, r...
2020-10-24 CamelidMake `miri_default_args()` a constant
2020-10-11 borsAuto merge of #1581 - RalfJung:readme, r=RalfJung
2020-10-11 borsAuto merge of #1580 - Aaron1011:feature/backtrace-fn...
2020-10-11 borsAuto merge of #1571 - lzutao:actions, r=RalfJung
2020-10-11 borsAuto merge of #1582 - Aaron1011:rustup-run-compiler...
2020-10-11 Aaron HillRustup
2020-10-04 borsAuto merge of #1563 - lzutao:dummy-actions, r=RalfJung
2020-10-03 borsAuto merge of #1570 - RalfJung:syscalls, r=RalfJung
2020-10-03 Ralf Jungcheck that all syscall arguments are scalars
2020-09-29 borsAuto merge of #1565 - RalfJung:rustup, r=RalfJung
2020-09-29 Ralf Jungrustup; adjust for rustc_driver changes
2020-09-17 borsAuto merge of #1540 - RalfJung:cargo-miri-redone, r...
2020-09-17 Ralf Jungmake sure subcrate tests have the right cwd
2020-08-17 borsAuto merge of #1513 - RalfJung:int-align, r=RalfJung
2020-08-16 Ralf Jungmake alignment check integer-based by default, and...
2020-08-08 borsAuto merge of #1501 - samrat:fix-fs-error-handling...
2020-08-08 borsAuto merge of #1500 - RalfJung:rustup, r=RalfJung
2020-08-08 Ralf Jungrustup
2020-07-11 borsAuto merge of #1474 - RalfJung:canonical, r=RalfJung
2020-07-09 borsAuto merge of #1473 - Stupremee:no-ice-if-no-main-fn...
2020-07-09 Justus KEarly exit if program doesn't contain a main fn
2020-07-03 borsAuto merge of #1466 - RalfJung:target, r=RalfJung
2020-07-02 borsAuto merge of #1463 - RalfJung:track-call-id, r=oli-obk
2020-07-02 Ralf Jungadd option to track call IDs
2020-06-09 borsAuto merge of #1418 - divergentdave:file-sync, r=RalfJung
2020-05-29 borsAuto merge of #1439 - RalfJung:rustup, r=RalfJung
2020-05-29 Ralf Jungstr_strip is stable
2020-05-28 borsAuto merge of #1422 - RalfJung:cargo-miri-workspace...
2020-05-28 borsAuto merge of #1438 - RalfJung:rustup, r=RalfJung
2020-05-28 Ralf Jungmake cargo-miri a separate crate in a workspace
2020-05-28 borsAuto merge of #1437 - RalfJung:strip, r=RalfJung
2020-05-28 Ralf Junguse strip_prefix where it makes sense
2020-05-24 borsAuto merge of #1426 - RalfJung:no-wrapper, r=RalfJung
2020-05-24 Ralf Jungunset RUSTC_WRAPPER for xargo invocation
2020-05-17 borsAuto merge of #1417 - RalfJung:libstd-rebuilds, r=RalfJung
2020-05-17 Ralf Jungfix libstd rebuilds due to RUSTFLAGS changes
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-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-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-08 borsAuto merge of #1401 - RalfJung:cargo-miri-help, r=RalfJung
2020-05-08 Ralf Jungfix cargo-miri intercepting --help/--version arguments
2020-04-30 borsAuto merge of #1284 - vakaras:add-threads-cr2, r=RalfJung
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-28 borsAuto merge of #1375 - RalfJung:rustup, r=RalfJung
2020-04-28 Ralf Jungrustup for more LocalDefId changes
2020-04-27 borsAuto merge of #1354 - divergentdave:dump-alloc-on-undef...
2020-04-25 borsAuto merge of #1366 - RalfJung:rustc-exit, r=RalfJung
2020-04-25 Ralf Jungmake sure we do not discard information on the Ok exit...
2020-04-25 Ralf Jungfix exit code on rustc errors
2020-04-23 borsAuto merge of #1358 - dtolnay:ci, r=RalfJung
2020-04-23 David TolnayKeep MiriCommand out of ask_to_run function
2020-04-23 David TolnayPreserve consistent output whether or not CI is set
2020-04-23 David TolnayDisable interactive prompts in CI
2020-04-18 borsAuto merge of #1325 - RalfJung:float_to_int_unchecked...
2020-04-14 borsAuto merge of #1331 - samrat:macos-mach-timebase-info...
2020-04-14 borsAuto merge of #1332 - RalfJung:disable-alignment-check...
2020-04-13 Ralf Jungadd option to disable alignment checks
2020-04-12 borsAuto merge of #1327 - RalfJung:rustup, r=RalfJung
2020-04-12 Ralf Jungrustup
2020-04-12 borsAuto merge of #1323 - RalfJung:noref, r=RalfJung
2020-04-12 Ralf Jungavoid a bunch of as_ref/as_mut
2020-04-12 borsAuto merge of #1322 - RalfJung:noref, r=RalfJung
2020-04-12 Ralf Jungavoid ref in matches
2020-04-04 borsAuto merge of #1293 - Firstyear:1289-miri-readme, r...
2020-04-04 borsAuto merge of #1300 - RalfJung:rust-src, r=RalfJung
2020-04-04 Ralf JungRust bootstrap sysroot now has src in the same place...
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-25 borsAuto merge of #1261 - RalfJung:cross-gnu, r=RalfJung
2020-03-25 Ralf Jungbump xargo version
2020-03-21 borsAuto merge of #1247 - RalfJung:rustup, r=RalfJung
2020-03-21 Ralf Jungremove no longer needed (and sometimes broken) 'extern...
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-12 borsAuto merge of #1213 - lcnr:master, r=RalfJung
2020-03-11 borsAuto merge of #1221 - RalfJung:rustup, r=RalfJung
next