about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-07-18Auto merge of #73441 - alexcrichton:backtrace-gimli, r=Mark-Simulacrumbors-55/+107
2020-07-18Auto merge of #74468 - Manishearth:rollup-5nhvz80, r=Manishearthbors-471/+1715
2020-07-17Rollup merge of #74464 - FedericoPonzi:fix-#67108, r=ManishearthManish Goregaokar-31/+11
2020-07-17Rollup merge of #74457 - Keruspe:install, r=Mark-SimulacrumManish Goregaokar-24/+5
2020-07-17Rollup merge of #74453 - Manishearth:intra-doc-std, r=jyn514Manish Goregaokar-168/+80
2020-07-17Rollup merge of #74450 - aticu:master, r=jonas-schievinkManish Goregaokar-1/+1
2020-07-17Rollup merge of #74449 - tmiasko:cmpxchg-test, r=nikomatsakisManish Goregaokar-0/+60
2020-07-17Rollup merge of #74448 - davidtwco:improper-ctypes-definitions-boxes, r=david...Manish Goregaokar-64/+58
2020-07-17Rollup merge of #74444 - Alexendoo:test-69414, r=nikomatsakisManish Goregaokar-2/+5
2020-07-17Rollup merge of #74441 - eddyb:zlib-on-nixos, r=nagisaManish Goregaokar-38/+66
2020-07-17Rollup merge of #74418 - rye:gha-dedup-shell-setting, r=pietroalbiniManish Goregaokar-132/+5
2020-07-17Rollup merge of #74069 - erikdesjardins:bad-niche, r=nikomatsakisManish Goregaokar-7/+51
2020-07-17Rollup merge of #72414 - KodrAus:feat/stdlazy, r=Mark-SimulacrumManish Goregaokar-4/+1373
2020-07-17Run fmtManish Goregaokar-1/+1
2020-07-18link once_cell feature to #74465Ashley Mannix-51/+51
2020-07-18Allows pathdiff packageFederico Ponzi-0/+1
2020-07-18fixes #67108 by using the external crateFederico Ponzi-31/+10
2020-07-17std: Switch from libbacktrace to gimliAlex Crichton-55/+107
2020-07-17Use intra doc links in std::strManish Goregaokar-153/+73
2020-07-17Auto merge of #74461 - Manishearth:rollup-xadbh00, r=Manishearthbors-1057/+1315
2020-07-17Rollup merge of #74452 - Manishearth:module-type-ns, r=jyn514Manish Goregaokar-15/+26
2020-07-17Rollup merge of #74440 - Abendstolz:patch-1, r=hanna-kruppeManish Goregaokar-1/+1
2020-07-17Rollup merge of #74438 - RalfJung:uninit-lint, r=davidtwcoManish Goregaokar-41/+96
2020-07-17Rollup merge of #74428 - tshepang:better-filter-map-doc, r=jonas-schievinkManish Goregaokar-4/+2
2020-07-17Rollup merge of #74424 - sexxi-goose:move_hir_place, r=nikomatsakisManish Goregaokar-133/+141
2020-07-17Rollup merge of #74416 - NieDzejkob:linker-locale-utf8, r=oli-obkManish Goregaokar-1/+3
2020-07-17Rollup merge of #74411 - jonas-schievink:unbreak-mir, r=matthewjasperManish Goregaokar-16/+11
2020-07-17Rollup merge of #74394 - bjorn3:remove_emscripten_leftover, r=spastorinoManish Goregaokar-13/+2
2020-07-17Rollup merge of #74368 - GuillaumeGomez:css-tidy-check, r=Mark-SimulacrumManish Goregaokar-70/+123
2020-07-17Rollup merge of #74364 - lcnr:lazy-norm-tests, r=nikomatsakisManish Goregaokar-0/+36
2020-07-17Rollup merge of #74300 - lzutao:iterator-intra, r=jyn514Manish Goregaokar-78/+40
2020-07-17Rollup merge of #74288 - haraldh:test_aslr, r=petrochenkovManish Goregaokar-1/+1
2020-07-17Rollup merge of #74251 - shepmaster:bootstrap-target-files, r=Mark-SimulacrumManish Goregaokar-316/+390
2020-07-17Rollup merge of #74169 - ecstatic-morse:dataflow-unreachable, r=pnkfelixManish Goregaokar-12/+42
2020-07-17Rollup merge of #74056 - fusion-engineering-forks:fmt-arguments-as-str, r=Ama...Manish Goregaokar-290/+322
2020-07-17Rollup merge of #74009 - mati865:mingw-tests-implib, r=nikomatsakisManish Goregaokar-54/+41
2020-07-17Rollup merge of #73930 - a1phyr:feature_const_option, r=dtolnayManish Goregaokar-4/+23
2020-07-17Rollup merge of #71670 - GuillaumeGomez:enforce-codeblocks-attribute-check, r...Manish Goregaokar-8/+15
2020-07-17Use intra-doc links in BTreeSet docsManish Goregaokar-15/+7
2020-07-17rustbuild: drop tool::should_installMarc-Antoine Perennou-24/+5
2020-07-17Add test for module ambiguityManish Goregaokar-0/+18
2020-07-17Fix various tests to run on windows-gnuMateusz Mikuła-42/+39
2020-07-17intra-doc links: Resolve modules in type namespaceManish Goregaokar-15/+8
2020-07-17Fix `Safety` docs for `from_raw_parts_mut`aticu-1/+1
2020-07-17Auto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakisbors-1313/+1439
2020-07-17improper_ctypes_definitions: allow `Box`David Wood-64/+58
2020-07-17Remove invalid testMateusz Mikuła-11/+0
2020-07-17Allow matching test by target and envMateusz Mikuła-0/+1
2020-07-17Create implib for dlls when testing MinGW targetsMateusz Mikuła-1/+1
2020-07-17Add tracking issue number for fmt_as_str.Mara Bos-1/+1