about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-08-19Allow reallocation to different alignmentTim Diekmann-11/+5
2020-08-18Auto merge of #75635 - Aaron1011:fix/incr-fn-param-names, r=eddybbors-5/+1
2020-08-18Auto merge of #75639 - RalfJung:miri, r=RalfJungbors-10/+8
2020-08-18Auto merge of #75663 - Xanewok:update-rls, r=Mark-Simulacrumbors-0/+0
2020-08-18Bump RLSIgor Matuszewski-0/+0
2020-08-18Auto merge of #75631 - matklad:rust-analyzer-2020-08-17, r=matkladbors-16/+44
2020-08-18update miriRalf Jung-10/+8
2020-08-18Auto merge of #75566 - alasher:master, r=oli-obkbors-3687/+48
2020-08-17Rollup merge of #75637 - ctaggart:wasm32build, r=Mark-SimulacrumTyler Mandry-1/+1
2020-08-17Rollup merge of #75603 - mati865:mingw-out-implib-compat, r=oli-obkTyler Mandry-1/+1
2020-08-17Rollup merge of #75548 - dancrossnyc:master, r=tmandryTyler Mandry-4/+10
2020-08-18Auto merge of #75653 - JohnTitor:rollup-0ejtdfo, r=JohnTitorbors-39/+111
2020-08-18Rollup merge of #75634 - scileo:fix-75581, r=ehussYuki Okushi-1/+1
2020-08-18Rollup merge of #75626 - GuillaumeGomez:cleanup-e0754, r=pickfireYuki Okushi-13/+7
2020-08-18Rollup merge of #75613 - estebank:explain-mut-method, r=petrochenkovYuki Okushi-0/+70
2020-08-18Rollup merge of #75578 - 5M1Sec:master, r=oli-obkYuki Okushi-13/+16
2020-08-18Rollup merge of #75389 - RalfJung:span_label, r=davidtwcoYuki Okushi-12/+17
2020-08-17Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obkbors-304/+303
2020-08-17Update MIR tests with comment verbosity fixAustin Lasher-3679/+30
2020-08-17Suppress verbose MIR comments for trivial typesAustin Lasher-8/+18
2020-08-17Auto merge of #75145 - davidtwco:issue-60607-preallocate-defid-for-lang-items...bors-458/+565
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-304/+303
2020-08-17Auto merge of #74748 - simonvandel:simplify-discriminant-arm, r=wesleywiserbors-267/+381
2020-08-17librustc_metadata::locator: Properly detect file type.Dan Cross-4/+10
2020-08-17update stacker to 0.1.11 to unbreak build for wasm32-unknown-unknownCameron Taggart-1/+1
2020-08-17Auto merge of #75187 - pawanbisht62:feature/incorporate-tracing, r=oli-obkbors-24/+24
2020-08-17Improve displayGuillaume Gomez-6/+4
2020-08-17:arrow_up: rust-analyzerAleksey Kladov-16/+44
2020-08-17Auto merge of #74940 - oli-obk:const_is_null, r=RalfJungbors-3/+180
2020-08-17Make a test platform independentOliver Scherer-7/+11
2020-08-17Clean up E0754 explanationGuillaume Gomez-9/+5
2020-08-17clippy: support `QPath::LangItem`David Wood-130/+117
2020-08-17attempt to improve span_label docsRalf Jung-12/+17
2020-08-17Auto merge of #75592 - RalfJung:miri-int-align, r=oli-obkbors-10/+23
2020-08-17fix typoRalf Jung-1/+1
2020-08-17Mark x86_64-linux-kernel as *Sasha-1/+1
2020-08-17Auto merge of #75568 - ehuss:cloudabi-tier3, r=Mark-Simulacrumbors-5/+2
2020-08-16Allowing raw ptr dereference in const fn5M1Sec-13/+16
2020-08-17Auto merge of #75014 - Amanieu:fix_asm_reg, r=nagisabors-91/+959
2020-08-16Add explanation for `&mut self` method call when expecting `-> Self`Esteban Küber-0/+70
2020-08-16Don't use `dep_graph.with_ignore` when encoding fn param namesAaron Hill-5/+1
2020-08-16Rollup merge of #75569 - tmiasko:emscripten, r=tlivelyTyler Mandry-2/+2
2020-08-16Rollup merge of #75223 - Aaron1011:feature/session-track-caller, r=eddybTyler Mandry-0/+1
2020-08-16Rollup merge of #75177 - JohnTitor:broken-mir-test, r=eddybTyler Mandry-0/+205
2020-08-16Rollup merge of #74399 - mark-i-m:ty-err-4, r=eddybTyler Mandry-15/+12
2020-08-16Rollup merge of #74346 - eddyb:reachable-defs, r=nikomatsakisTyler Mandry-57/+55
2020-08-16Rollup merge of #74314 - eddyb:closure-substs-direct, r=nikomatsakisTyler Mandry-82/+118
2020-08-16Rollup merge of #74204 - ayazhafiz:i/74120, r=eddybTyler Mandry-1/+43
2020-08-16Fix fortanix buildMark Rousskov-1/+1
2020-08-16Implement 'considered equal' for statements, so that for example `_0 = _1` an...Simon Vandel Sillesen-267/+381