rust/compiler/rustc_span/src
Harald Hoyer cadd12b5f0 Implement Make handle_alloc_error default to panic (for no_std + liballoc)
Related: https://github.com/rust-lang/rust/issues/66741

Guarded with `#![feature(default_alloc_error_handler)]` a default
`alloc_error_handler` is called, if a custom allocator is used and no
other custom `#[alloc_error_handler]` is defined.

The panic message does not contain the size anymore, because it would
pull in the fmt machinery, which would blow up the code size
significantly.
2020-10-02 09:00:29 +02:00
..
analyze_source_file mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
source_map mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
symbol mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
analyze_source_file.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
caching_source_map_view.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
def_id.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
edition.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
fatal_error.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
hygiene.rs Rollup merge of #77263 - bugadani:cleanup, r=lcnr 2020-09-27 18:37:29 +02:00
lib.rs /nightly/nightly-rustc 2020-09-23 21:51:56 +02:00
source_map.rs Adds two source span utility functions used in source-based coverage 2020-08-31 18:41:57 -07:00
span_encoding.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
symbol.rs Implement Make handle_alloc_error default to panic (for no_std + liballoc) 2020-10-02 09:00:29 +02:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00