about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-07-02rustc_save_analysis: avoid using TypeckTables::empty for SaveContext.Eduard-Mihai Burtescu-23/+31
2020-07-02rustc_privacy: avoid using TypeckTables::empty for {Name,Type}PrivacyVisitor.Eduard-Mihai Burtescu-98/+58
2020-07-02rustc_passes/dead: avoid using TypeckTables::empty for MarkSymbolVisitor.Eduard-Mihai Burtescu-19/+26
2020-07-02rustc_passes/reachable: avoid using TypeckTables::empty for ReachableContext.Eduard-Mihai Burtescu-10/+18
2020-07-02rustc_driver/pretty: avoid using TypeckTables::empty for TypedAnnotation.Eduard-Mihai Burtescu-10/+20
2020-07-01Auto merge of #72053 - Mark-Simulacrum:32bitcheck, r=pietroalbinibors-0/+9
2020-07-01Rollup merge of #73847 - pierwill:pierwill-cursor-doc, r=matthewjasperManish Goregaokar-2/+2
2020-07-01Rollup merge of #73846 - pierwill:pierwill-patch-2, r=joshtriplettManish Goregaokar-1/+1
2020-07-01Rollup merge of #73828 - nop:fix/parameter-name-help, r=estebankManish Goregaokar-11/+11
2020-07-01Rollup merge of #73806 - Aaron1011:feature/approx-universal-upper, r=estebankManish Goregaokar-12/+101
2020-07-01Rollup merge of #73805 - poliorcetics:type-keyword, r=kennytmManish Goregaokar-2/+37
2020-07-01Rollup merge of #73778 - nbdd0121:const_likely, r=oli-obkManish Goregaokar-6/+47
2020-07-01Rollup merge of #73776 - aszenz:refactor_mir_module, r=wesleywiserManish Goregaokar-492/+509
2020-07-01Rollup merge of #73752 - TyPR124:invalid-parameter-error, r=LukasKalbertodtManish Goregaokar-0/+1
2020-07-01Rollup merge of #73716 - poliorcetics:static-keyword, r=LukasKalbertodtManish Goregaokar-3/+76
2020-07-01Rollup merge of #73705 - lcnr:skip_binder, r=nikomatsakisManish Goregaokar-303/+242
2020-07-01Rollup merge of #73678 - Keno:patch-1, r=LukasKalbertodtManish Goregaokar-1/+4
2020-07-01Rollup merge of #73548 - tshepang:fix-rustdoc-warnings, r=ecstatic-morseManish Goregaokar-98/+99
2020-07-01Rollup merge of #73466 - matthiaskrgr:char_into_string, r=dtolnayManish Goregaokar-0/+15
2020-07-01Rollup merge of #72445 - anp:stabilize-track-caller, r=oli-obkManish Goregaokar-99/+36
2020-07-01Rollup merge of #72369 - Lucretiel:socketaddr-parse, r=dtolnayManish Goregaokar-193/+289
2020-07-01Rollup merge of #72071 - PankajChaudhary5:ErrorCode-E0687, r=davidtwcoManish Goregaokar-1/+39
2020-07-01Verify UI tests work in pass=check modeMark Rousskov-0/+9
2020-07-01Auto merge of #73863 - pietroalbini:revert-8bc3122311d, r=Mark-Simulacrumbors-45/+36
2020-06-30Stabilize `#[track_caller]`.Adam Perry-99/+36
2020-07-01Auto merge of #73706 - Aaron1011:fix/proc-macro-foreign-span, r=petrochenkovbors-43/+226
2020-06-30Add force-host to test aux file used by proc-macroAaron Hill-2/+4
2020-06-30Bring net/parser.rs up to modern up to date with modern rust patternsNathan West-193/+289
2020-06-30Auto merge of #73456 - tmiasko:musl-libdir, r=Mark-Simulacrumbors-7/+19
2020-06-30Auto merge of #73888 - RalfJung:miri, r=RalfJungbors-7/+9
2020-06-30update MiriRalf Jung-7/+9
2020-06-30remove rustdoc warningsTshepang Lekhonkhobe-98/+99
2020-06-30update `equal_up_to_regions`Bastian Kauschke-5/+5
2020-06-30remove unused `TypeError::ProjectionBoundsLength`Bastian Kauschke-10/+0
2020-06-30change `skip_binder` to use T by valueBastian Kauschke-83/+78
2020-06-30stop taking references in RelateBastian Kauschke-228/+182
2020-06-30Auto merge of #73658 - dylanmckay:avr-update-llvm-submodule-with-picks, r=cuv...bors-0/+0
2020-06-29Normalize symbol ids to 0 in test stdoutAaron Hill-9/+13
2020-06-29Serialize all foreign `SourceFile`s into proc-macro crate metadataAaron Hill-43/+220
2020-06-29Auto merge of #73374 - alexcrichton:compiler-bulitins-debug-assertions, r=Mar...bors-32/+8
2020-06-29Revert "ci: allow gating gha on everything but macOS"Pietro Albini-45/+36
2020-06-29rustbuild: Move compiler-builtins build logic to manifestAlex Crichton-32/+8
2020-06-29Auto merge of #73391 - pickfire:liballoc-panic-doc, r=Mark-Simulacrumbors-11/+5
2020-06-29Auto merge of #73032 - yoshuawuyts:stabilize-leading_trailing_ones, r=Amanieubors-13/+12
2020-06-28Auto merge of #72437 - ecstatic-morse:stabilize-const-if-match, r=oli-obkbors-1757/+348
2020-06-28Edit cursor.prev() method docs in lexerpierwill-2/+2
2020-06-28Fix small nitsAlexis Bourget-4/+3
2020-06-28Apply suggestions, reformulating some paragraphs and improving some examplesAlexis Bourget-38/+36
2020-06-28Use `LocalDefId` in HIR const-checkerDylan MacKenzie-4/+4
2020-06-28Remove `ignore-tidy-filelength`Dylan MacKenzie-2/+0