]> git.lizzy.rs Git - rust.git/history - src/bin
fix exit code on rustc errors
[rust.git] / src / bin /
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
2020-03-11 Ralf Junguse ctfe_backtracte variable for backtrace control
2020-03-06 borsAuto merge of #1209 - RalfJung:track-alloc-id, r=oli-obk
2020-03-06 Ralf Jungadd option to track a particular AllocId (does nothing...
2020-03-02 borsAuto merge of #1202 - RalfJung:symbols, r=RalfJung
2020-03-02 borsAuto merge of #1201 - Aaron1011:fix/bootstrap-xargo...
2020-03-02 Ralf Jungrename xargo -> xargo_check
2020-03-02 Aaron HillRename XARGO env var to XARGO_CHECK
2020-03-01 borsAuto merge of #1199 - RalfJung:cargo-miri, r=RalfJung
2020-03-01 Ralf Jungformat a few things
2020-03-01 Ralf Jungfix trailing indent in xargo files
2020-02-26 borsAuto merge of #1152 - divergentdave:shim-directory...
2020-02-26 borsAuto merge of #1192 - RalfJung:disable-stacked-borrows...
2020-02-26 Ralf Jungfix build failures
2020-02-24 Ralf Jungadd an option to disable Stacked Borrows
2020-02-24 borsAuto merge of #1136 - Aaron1011:feature/check-libstd...
2020-02-24 Ralf Jungrefactor cargo-miri a bit
2020-02-24 Aaron HillUse 'cargo check' to build the sysroot and target crate
2020-02-23 borsAuto merge of #1167 - christianpoveda:shims-refactor...
2020-02-22 borsAuto merge of #1185 - RalfJung:readme, r=RalfJung
2020-02-21 borsAuto merge of #1188 - RalfJung:bootstrap, r=RalfJung
2020-02-21 Ralf Jungdont overwrite bootstrap flags
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-06 Yuki OkushiMore rustup
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 Ralf Jungdisable sysroot checks for distributed binaries
2019-12-22 borsAuto merge of #1101 - christianpoveda:stat-shim, r...
2019-12-14 borsAuto merge of #1113 - RalfJung:vtable, r=RalfJung
2019-12-10 borsAuto merge of #1080 - rust-lang:stacked_borrow_tracing...
2019-12-08 Oliver SchererRename track-id to track-pointer-tag
2019-12-08 Oliver SchererAdd a scheme to find the place where an id was destroyed
2019-12-08 borsAuto merge of #1107 - RalfJung:rustup, r=RalfJung
2019-12-07 borsAuto merge of #1106 - RalfJung:memleak-ignore, r=RalfJung
2019-12-07 Ralf Jungfix all-targets build
2019-12-07 Ralf Jungadd flag to ignore memory leaks
2019-12-01 borsAuto merge of #1087 - RalfJung:toolchain, r=oli-obk
2019-12-01 borsAuto merge of #1088 - RalfJung:globalctxt, r=RalfJung
2019-11-30 Ralf Jungfix for GlobalCtxt changes
2019-11-25 borsAuto merge of #1076 - RalfJung:coercion-test, r=RalfJung
2019-11-24 borsAuto merge of #1072 - RalfJung:locally-built-rustc...
2019-11-23 Ralf Jungcargo-miri: also find Rust sources when being run in...
2019-11-20 borsAuto merge of #1065 - Aaron1011:fix/start-return, r...
2019-11-20 Aaron HillImprove return code propagation.
2019-11-17 borsAuto merge of #1055 - RalfJung:panic-stub, r=RalfJung
2019-11-17 Ralf Jungremove some leftovers from the miri-control-attribute...
2019-11-09 Christian PovedaFix merge conflicts
2019-11-08 borsAuto merge of #1040 - RalfJung:rustup, r=RalfJung
2019-11-08 borsAuto merge of #1043 - RalfJung:cache, r=RalfJung
2019-11-08 Ralf Jungbump minimal xargo version so that it honors the lockfile
2019-10-21 Christian PovedaFix merge conflicts
2019-10-21 borsAuto merge of #991 - christianpoveda:errno-place, r...
2019-10-21 borsAuto merge of #1010 - RalfJung:xargo, r=RalfJung
2019-10-21 Ralf Jungwhen xargo is manually specified, don't try to upgrade it
2019-10-19 borsAuto merge of #1008 - RalfJung:sysroot, r=RalfJung
2019-10-19 Ralf Jungprint sysroot without any escaping
2019-10-16 borsAuto merge of #1002 - RalfJung:workspace, r=RalfJung
2019-10-16 Ralf Jungbetter error when using cargo-miri in a workspace
2019-10-16 borsAuto merge of #987 - christianpoveda:check-unsupported...
2019-10-15 borsAuto merge of #998 - RalfJung:comment, r=RalfJung
2019-10-15 Ralf Jungexplain our shell encoding
2019-10-15 borsAuto merge of #980 - JOE1994:master, r=RalfJung
2019-10-15 borsAuto merge of #975 - christianpoveda:clock-shim, r...
2019-10-15 YOUNGSUK_KIMremove unnecessary line break
next