summaryrefslogtreecommitdiff
path: root/src/libpanic_abort
Commit message (Expand)AuthorAgeFilesLines
* SGX target: fix panic = abortJethro Beekman2019-02-141-2/+3
* Revert removed #![feature(nll)]Taiki Endo2019-02-101-0/+1
* Remove images' url to make it work even without internet connectionGuillaume Gomez2019-02-071-3/+1
* libpanic_abort => 2018Mazdak Farrokhzad2019-02-032-2/+3
* Bump bootstrap compiler to 1.33 betaMark Rousskov2019-01-261-1/+0
* Stabilize `cfg_target_vendor`, #29718Jethro Beekman2019-01-141-1/+1
* Bound sgx target_env with fortanix as target_vendorYu Ding2018-12-311-1/+2
* Remove licensesMark Rousskov2018-12-251-10/+0
* std: Depend directly on crates.io cratesAlex Crichton2018-12-111-2/+2
* Add x86_64-fortanix-unknown-sgx target to libstd and dependenciesJethro Beekman2018-12-071-0/+6
* wasm32-unknown-emscripten expects the rust_eh_personality symbolChristopher Serr2018-11-081-1/+4
* wasm: Explicitly export all symbols with LLDAlex Crichton2018-10-021-3/+8
* Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone2018-09-271-3/+1
* stabalize infer outlives requirements (RFC 2093).toidiu2018-09-111-1/+0
* Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors2018-08-271-0/+1
|\
| * check that adding infer-outlives requirement to all crates worksNiko Matsakis2018-08-241-0/+1
* | rustc: Continue to tweak "std internal symbols"Alex Crichton2018-08-261-2/+2
|/
* [nll] libpanic_abort: enable feature(nll) for bootstrapmemoryruins2018-08-091-0/+1
* Deny bare_trait_objects globallyTatsuyuki Ishi2018-07-251-1/+0
* Deny bare trait objects in the rest of rustljedrz2018-07-121-0/+1
* std: Minimize size of panicking on wasmAlex Crichton2018-04-131-1/+1
* Move deny(warnings) into rustbuildMark Simulacrum2018-04-081-1/+0
* Inject the `compiler_builtins` crate whenever the `core` crate is injectedOliver Schneider2018-04-071-0/+1
* rustc: Add an option to default hidden visibilityAlex Crichton2018-01-301-0/+3
* Let libpanic_abort call into libc's abort() on CloudABI.Ed Schouten2018-01-051-1/+1
* std: Add a new wasm32-unknown-unknown targetAlex Crichton2017-11-191-7/+8
* *: remove crate_{name,type} attributesTamir Duberstein2017-08-251-2/+0
* Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors2017-01-081-1/+1
|\
| * Remove not(stage0) from deny(warnings)Alex Crichton2016-12-291-1/+1
* | std: Don't build docs for misc facade cratesAlex Crichton2016-12-301-0/+1
|/
* Merge branch 'master' into redoxJeremy Soller2016-12-121-0/+1
|\
| * rustbuild: Add bench = false to std shim cratesUlrik Sverdrup2016-11-261-0/+1
* | Merge branch 'master' into redoxJeremy Soller2016-11-101-1/+1
|\ \ | |/
| * rustc_typeck: correctly track "always-diverges" and "has-type-errors".Eduard Burtescu2016-11-101-1/+1
* | Fixes for stdio and processes on RedoxJeremy Soller2016-11-101-2/+2
|/
* mk: Prepare for a new stage0 compilerAlex Crichton2016-05-311-3/+2
* rustbuild: Add support for crate tests + doctestsAlex Crichton2016-05-121-0/+1
* rustc: Use C++ personalities on MSVCAlex Crichton2016-05-091-13/+36
* rustc: Implement custom panic runtimesAlex Crichton2016-05-092-0/+123