about summary refs log tree commit diff
path: root/src/libpanic_abort
AgeCommit message (Expand)AuthorLines
2018-12-31Bound sgx target_env with fortanix as target_vendorYu Ding-1/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-2/+2
2018-12-07Add x86_64-fortanix-unknown-sgx target to libstd and dependenciesJethro Beekman-0/+6
2018-11-08wasm32-unknown-emscripten expects the rust_eh_personality symbolChristopher Serr-1/+4
2018-10-02wasm: Explicitly export all symbols with LLDAlex Crichton-3/+8
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-3/+1
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-08-27Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors-0/+1
2018-08-26rustc: Continue to tweak "std internal symbols"Alex Crichton-2/+2
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-09[nll] libpanic_abort: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-1/+0
2018-07-12Deny bare trait objects in the rest of rustljedrz-0/+1
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