about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-02-04Implement proper C ABI lowering for RISC-Vmsizanoen1-15/+331
2020-02-03Auto merge of #68772 - matthewjasper:relate-opt, r=davidtwcobors-2/+42
2020-02-03Auto merge of #68756 - JohnTitor:fix-ice-save-analysis-2, r=davidtwcobors-3/+5
2020-02-03Auto merge of #68735 - JohnTitor:fix-ice-0202, r=estebankbors-2/+2
2020-02-02Auto merge of #68720 - wesleywiser:llvm_time_trace, r=davidtwcobors-0/+48
2020-02-02Auto merge of #68774 - RalfJung:miri, r=RalfJungbors-7/+9
2020-02-02bump MiriRalf Jung-7/+9
2020-02-02Rollup merge of #68769 - Centril:unwrap, r=petrochenkovMazdak Farrokhzad-4/+3
2020-02-02Rollup merge of #68764 - Centril:self-semantic, r=petrochenkovMazdak Farrokhzad-87/+453
2020-02-02Rollup merge of #68763 - JohnTitor:do-not-sugg-dup-bounds, r=estebankMazdak Farrokhzad-32/+49
2020-02-02Rollup merge of #68760 - Tyg13:compile_fail_ui_test, r=CentrilMazdak Farrokhzad-194/+168
2020-02-02Rollup merge of #68733 - cata0309:patch-1, r=Dylan-DPCMazdak Farrokhzad-2/+2
2020-02-02parser: avoid re-wrapping NtItemMazdak Farrokhzad-4/+3
2020-02-02parser: address review comments re. `self`.Mazdak Farrokhzad-128/+124
2020-02-02Avoid exponential behaviour when relating typesMatthew Jasper-2/+42
2020-02-02Do not suggest duplicate boundsYuki Okushi-32/+49
2020-02-02parser: move restrictions re. `self` to `ast_validation`.Mazdak Farrokhzad-56/+426
2020-02-02Auto merge of #68737 - Centril:fix-68710, r=petrochenkovbors-0/+17
2020-02-02pretty: print attrs in struct exprMazdak Farrokhzad-0/+17
2020-02-02compiletest: error if `compile-fail` header in ui test.Tyler Lanphear-194/+168
2020-02-02Auto merge of #68754 - JohnTitor:clippy-up, r=JohnTitorbors-7/+7
2020-02-02Auto merge of #68672 - jonas-schievink:dedup-witness, r=Zoxcbors-24/+30
2020-02-02Fix ICE with save-analysisYuki Okushi-3/+5
2020-02-02Update ClippyYuki Okushi-7/+7
2020-02-02Rollup merge of #68740 - JohnTitor:do-not-sugg-underscore, r=CentrilYuki Okushi-0/+35
2020-02-02Rollup merge of #68736 - TimDiekmann:remove-alloc, r=AmanieuYuki Okushi-7/+0
2020-02-02Rollup merge of #68727 - xfix:remove-comment-about-pretty-printer-in-format-t...Yuki Okushi-6/+0
2020-02-02Rollup merge of #68681 - bobrippling:fix-matched-angle-brackets, r=CentrilYuki Okushi-1/+82
2020-02-02Rollup merge of #68460 - sinkuu:emit_mir_buffered, r=Mark-SimulacrumYuki Okushi-15/+37
2020-02-02Do not suggest things named underscoreYuki Okushi-0/+35
2020-02-01Avoid qualified path recovery when not followed by identifierRob Pilling-1/+5
2020-02-01Improve wording and docs for qualified path recoveryRob Pilling-7/+14
2020-02-01Move colon-check to recover_colon_before_qpath_proj()Rob Pilling-15/+23
2020-02-01Add support for enabling the LLVM time-trace featureWesley Wiser-0/+48
2020-02-01Simplify span usage and avoid .eat()Rob Pilling-5/+5
2020-02-01Deduplicate generator interior typesJonas Schievink-24/+30
2020-02-01Auto merge of #68133 - Centril:slimmer-syntax, r=petrochenkovbors-354/+396
2020-02-01pretty: raise recursion_limit = 256Mazdak Farrokhzad-0/+1
2020-02-01fix fallout in testsMazdak Farrokhzad-9/+13
2020-02-01pretty: injected_crate_name -> has_injected_crateMazdak Farrokhzad-6/+5
2020-02-01syntax: reexport attr globalsMazdak Farrokhzad-7/+8
2020-02-01remove rustc_ast_pretty dep from rustcMazdak Farrokhzad-2/+0
2020-02-01pacify the parallel compilerMazdak Farrokhzad-5/+5
2020-02-01syntax::print -> new crate rustc_ast_prettyMazdak Farrokhzad-81/+105
2020-02-011. move allow_internal_unstable to rustc_attrMazdak Farrokhzad-27/+21
2020-02-011. move node_id to syntaxMazdak Farrokhzad-86/+82
2020-02-01Move builtin attribute logic to new rustc_attr crate.Mazdak Farrokhzad-53/+102
2020-02-01syntax: simplify HasAttrs codeMazdak Farrokhzad-22/+12
2020-02-01pretty: remove ParseSess dependencyMazdak Farrokhzad-35/+23
2020-02-01syntax: move GLOBALS to attr moduleMazdak Farrokhzad-41/+38