about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-07-02Rollup merge of #73853 - pierwill:pierwill-multispan-doc, r=jonas-schievinkManish Goregaokar-1/+3
2020-07-02Rollup merge of #73812 - petrochenkov:prettyref, r=varkorManish Goregaokar-24/+24
2020-07-02Rollup merge of #73684 - richkadel:llvm-coverage-map-gen-2, r=wesleywiserManish Goregaokar-93/+585
2020-07-02Rollup merge of #73622 - LeSeulArtichaut:unsafe-libcore, r=nikomatsakisManish Goregaokar-436/+877
2020-07-02Rollup merge of #73564 - petrochenkov:ehdr, r=AmanieuManish Goregaokar-14/+19
2020-07-02Rollup merge of #73414 - lzutao:slice_strip, r=dtolnayManish Goregaokar-0/+62
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-01Implement slice_strip featureLzu Tao-0/+62
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-30Bless failing testsLeSeulArtichaut-99/+105
2020-06-30Bring net/parser.rs up to modern up to date with modern rust patternsNathan West-193/+289
2020-06-30Deny unsafe ops in unsafe fns, part 6LeSeulArtichaut-93/+185
2020-06-30Auto merge of #73456 - tmiasko:musl-libdir, r=Mark-Simulacrumbors-7/+19
2020-06-30Deny unsafe ops in unsafe fns, part 5LeSeulArtichaut-47/+108
2020-06-30Deny unsafe ops in unsafe fns, part 4LeSeulArtichaut-40/+108
2020-06-30Deny unsafe ops in unsafe fns, part 3LeSeulArtichaut-113/+181
2020-06-30Deny unsafe ops in unsafe fns, part 2LeSeulArtichaut-37/+103
2020-06-30Deny unsafe ops in unsafe fns, part 1LeSeulArtichaut-31/+111
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-29add spans to injected coverage countersRich Kadel-93/+585