rust/src/librustc
Aaron Hill e9aa0e7540
Use existing Handler to print query stack
When the panic handler is run, the existing Handler may be in a weird
state if it was responsible for triggering the panic. By using a freshly
created Handler, we avoid trying to re-entrantly lock a HandlerInner,
which was causing a double panic on ICEs.
2019-09-26 16:17:00 -04:00
..
benches Remove licenses 2018-12-25 21:08:33 -07:00
dep_graph Privatize DiagnosticBuilder constructors 2019-09-17 09:30:44 -04:00
hir Rollup merge of #64508 - Centril:or-pat-hir, r=matthewjasper 2019-09-25 16:26:18 +02:00
ich Rename subst::Kind to subst::GenericArg 2019-09-26 11:48:05 +01:00
infer Rename subst::Kind to subst::GenericArg 2019-09-26 11:48:05 +01:00
lint Rename subst::Kind to subst::GenericArg 2019-09-26 11:48:05 +01:00
middle Auto merge of #64513 - varkor:sty-begone, r=eddyb 2019-09-26 04:29:18 +00:00
mir Rename subst::Kind to subst::GenericArg 2019-09-26 11:48:05 +01:00
query Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakis 2019-09-26 08:42:34 +00:00
session Rollup merge of #64324 - alexcrichton:share-generics-again, r=michaelwoerister 2019-09-25 03:48:22 +02:00
traits Auto merge of #64515 - varkor:kindedterm, r=oli-obk 2019-09-26 12:34:54 +00:00
ty Use existing Handler to print query stack 2019-09-26 16:17:00 -04:00
util Move librustc panic handler into the new one 2019-08-30 12:34:20 +02:00
arena.rs Aggregation of cosmetic changes made during work on REPL PRs: librustc 2019-09-07 16:27:19 +01:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml with byteorder 1.3, the i128 feature is a NOP 2019-09-16 18:28:05 +02:00
error_codes.rs Add long error explanation for E0312 2019-09-12 12:58:44 +02:00
lib.rs Auto merge of #60584 - jonas-schievink:ice-panic-hook, r=oli-obk 2019-09-15 00:10:08 +00:00
macros.rs Unify all uses of 'gcx and 'tcx. 2019-06-14 18:58:23 +03:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
tests.rs librustc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00

For more information about how rustc works, see the rustc guide.