summary refs log tree commit diff
path: root/src/libpanic_abort
AgeCommit message (Expand)AuthorLines
2018-04-13std: Minimize size of panicking on wasmAlex Crichton-1/+1
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-04-07Inject the `compiler_builtins` crate whenever the `core` crate is injectedOliver Schneider-0/+1
2018-01-30rustc: Add an option to default hidden visibilityAlex Crichton-0/+3
2018-01-05Let libpanic_abort call into libc's abort() on CloudABI.Ed Schouten-1/+1
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-7/+8
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-2/+0
2017-01-08Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors-1/+1
2016-12-30std: Don't build docs for misc facade cratesAlex Crichton-0/+1
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-12Merge branch 'master' into redoxJeremy Soller-0/+1
2016-11-26rustbuild: Add bench = false to std shim cratesUlrik Sverdrup-0/+1
2016-11-10Merge branch 'master' into redoxJeremy Soller-1/+1
2016-11-10Fixes for stdio and processes on RedoxJeremy Soller-2/+2
2016-11-10rustc_typeck: correctly track "always-diverges" and "has-type-errors".Eduard Burtescu-1/+1
2016-05-31mk: Prepare for a new stage0 compilerAlex Crichton-3/+2
2016-05-12rustbuild: Add support for crate tests + doctestsAlex Crichton-0/+1
2016-05-09rustc: Use C++ personalities on MSVCAlex Crichton-13/+36
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-0/+123