summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-18Rollup merge of #69189 - matthewjasper:erase-the-world, r=nikomatsakisMazdak Farrokhzad-237/+264
2020-03-18Rollup merge of #69139 - GuillaumeGomez:cleanup-e0308, r=Dylan-DPCMazdak Farrokhzad-42/+60
2020-03-18Rollup merge of #67749 - gilescope:keyword-in, r=Dylan-DPCMazdak Farrokhzad-5/+56
2020-03-18Tidy: fix running rustfmt twiceEric Huss-0/+3
2020-03-18--bless windows testMazdak Farrokhzad-5/+13
2020-03-18fix rebase falloutMazdak Farrokhzad-7/+4
2020-03-18fix pre-expansion linting infraMazdak Farrokhzad-44/+67
2020-03-18use pretty-compare-only in a testMazdak Farrokhzad-0/+1
2020-03-18tweak outline module parsing spansMazdak Farrokhzad-49/+55
2020-03-18parser/expand: minor cleanupMazdak Farrokhzad-17/+2
2020-03-18add test for stripped nested outline moduleMazdak Farrokhzad-0/+13
2020-03-18{rustc_parse -> rustc_expand}::configMazdak Farrokhzad-16/+8
2020-03-18{rustc_parse::parser -> rustc_expand}::moduleMazdak Farrokhzad-10/+7
2020-03-18move Directory -> parser::moduleMazdak Farrokhzad-23/+24
2020-03-18parse: module parsing -> item.rsMazdak Farrokhzad-65/+66
2020-03-18outline modules: parse -> expand.Mazdak Farrokhzad-180/+116
2020-03-18extract error_on_circular_moduleMazdak Farrokhzad-9/+19
2020-03-18extract parse_external_moduleMazdak Farrokhzad-5/+15
2020-03-18de-fatalize outline module parsingMazdak Farrokhzad-27/+52
2020-03-18expand: use push_directoryMazdak Farrokhzad-9/+9
2020-03-18decouple eval_src_mod from ParserMazdak Farrokhzad-40/+29
2020-03-18decouple push_directory from ParserMazdak Farrokhzad-18/+23
2020-03-18detach submod_path from ParserMazdak Farrokhzad-187/+192
2020-03-18extract error_on_circular_moduleMazdak Farrokhzad-10/+20
2020-03-18extract parse_modMazdak Farrokhzad-17/+18
2020-03-18submod_path: use id.spanMazdak Farrokhzad-16/+11
2020-03-18simplify submod_pathMazdak Farrokhzad-14/+12
2020-03-18extract error_decl_mod_in_blockMazdak Farrokhzad-13/+12
2020-03-18extract error_cannot_declare_mod_hereMazdak Farrokhzad-27/+27
2020-03-18submod_path_from_attr: simplify & documentMazdak Farrokhzad-12/+13
2020-03-18std: Don't abort process when printing panics in testsAlex Crichton-4/+56
2020-03-18increase stack slack for x86_64-pc-windows-gnuRalf Jung-3/+4
2020-03-18fixes to `Option::{zip,zip_with}`Waffle-11/+9
2020-03-18add `Option::{zip,zip_with}` methods under "option_zip" gateWaffle-0/+60
2020-03-18Auto merge of #69907 - ehuss:update-cargo, r=ehussbors-0/+0
2020-03-17Update cargoEric Huss-0/+0
2020-03-17Update const-eval testsDylan MacKenzie-70/+46
2020-03-18Auto merge of #68915 - timvermeulen:non_fused_iter, r=Amanieubors-9/+90
2020-03-18rustc_infer: remove InferCtxt::closure_sig as the FnSig is always shallowly k...Eduard-Mihai Burtescu-76/+51
2020-03-18Use copy bound in atomic operations to generate simpler MIRTomasz Miąsko-15/+15
2020-03-17Remove infinite loop detectorDylan MacKenzie-421/+0
2020-03-17Use `const_eval_limit` instead of infinite loop detectorDylan MacKenzie-73/+25
2020-03-17Auto merge of #70020 - matthiaskrgr:submodule_upd, r=ehussbors-12/+8
2020-03-17review feedback: add a comment describing the situationJoshua M. Clulow-0/+6
2020-03-17Add issue referenceJonas Schievink-1/+1
2020-03-17Don't create AST fragments when lowering to HIRJonas Schievink-30/+34
2020-03-17Clarify commentJonas Schievink-1/+1
2020-03-17Make `ResumeTy` contents privateJonas Schievink-1/+1
2020-03-17Split up large `FnDecl` expressionJonas Schievink-14/+13
2020-03-17Remove useless derives on `GenFuture`Jonas Schievink-1/+0