about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-07-15Constify most non-trait `Duration` methods as described in #72440marmeladema-19/+86
2020-07-15Auto merge of #74113 - lcnr:type-dependent-consts-2, r=eddybbors-622/+1547
2020-07-15unify Instance::resolveBastian Kauschke-12/+15
2020-07-15unsafety_check_result_for_const_argBastian Kauschke-4/+4
2020-07-15WithOptConstParam::dummy -> WithOptConstParam::unknownBastian Kauschke-20/+21
2020-07-15ty_def_id -> def_id_for_type_ofBastian Kauschke-5/+5
2020-07-15improve namingBastian Kauschke-160/+184
2020-07-15cleanupBastian Kauschke-8/+48
2020-07-15update promoted_mirBastian Kauschke-16/+20
2020-07-15update const arg queriesBastian Kauschke-138/+154
2020-07-15update testBastian Kauschke-12/+4
2020-07-15only call `typeck_tables_of_const_arg` for const argsBastian Kauschke-4/+15
2020-07-15mir opt cross compileBastian Kauschke-12/+12
2020-07-15mir_built is a lieBastian Kauschke-155/+154
2020-07-15decode stuffBastian Kauschke-3/+3
2020-07-15ui test diffBastian Kauschke-2/+22
2020-07-15mir opt diffBastian Kauschke-36/+36
2020-07-15const generics work!Bastian Kauschke-141/+301
2020-07-15continue mir pipelineBastian Kauschke-31/+78
2020-07-15optimized_mirBastian Kauschke-11/+43
2020-07-15InstanceDef::ItemBastian Kauschke-58/+80
2020-07-15typeck all the tablesBastian Kauschke-2/+38
2020-07-15const_eval_resolveBastian Kauschke-28/+96
2020-07-15ConstKind::UnevaluatedBastian Kauschke-37/+53
2020-07-15begin using `WithOptParam`Bastian Kauschke-10/+67
2020-07-15introduce the query `opt_const_param_of`Bastian Kauschke-125/+169
2020-07-15add const generic testsBastian Kauschke-0/+333
2020-07-15Auto merge of #74214 - nnethercote:change-SymbolName-name, r=eddybbors-67/+76
2020-07-15Auto merge of #71272 - jclulow:illumos-x86-ci, r=pietroalbinibors-0/+215
2020-07-15Undo the `const_str` changes from the previous commit.Nicholas Nethercote-14/+17
2020-07-15Change `SymbolName::name` to a `&str`.Nicholas Nethercote-83/+89
2020-07-15Auto merge of #74175 - nnethercote:more-static-symbols, r=oli-obkbors-745/+991
2020-07-15Remove lots of `Symbol::as_str()` calls.Nicholas Nethercote-96/+121
2020-07-15Add and use more static symbols.Nicholas Nethercote-579/+794
2020-07-15Fix the ordering of the static symbols.Nicholas Nethercote-64/+66
2020-07-15Rename `sym::nontrapping_fptoint`.Nicholas Nethercote-6/+10
2020-07-14Rollup merge of #74340 - davidtwco:issue-73747-improper-ctypes-defns-is-zst-w...Manish Goregaokar-16/+30
2020-07-14Rollup merge of #74336 - davidtwco:issue-73112-cross-crate-packed-type-diagno...Manish Goregaokar-25/+65
2020-07-14Rollup merge of #74332 - ehuss:update-cargo, r=ehussManish Goregaokar-0/+0
2020-07-14Rollup merge of #74272 - davidtwco:issue-73626-multiline-mixed-comments, r=Ma...Manish Goregaokar-2/+47
2020-07-14Rollup merge of #74271 - lzutao:cmdbytes, r=LukasKalbertodtManish Goregaokar-14/+12
2020-07-14Rollup merge of #74263 - RalfJung:thread-local, r=Mark-SimulacrumManish Goregaokar-67/+83
2020-07-14Rollup merge of #74252 - shepmaster:bootstrap-rust-destdir, r=Mark-SimulacrumManish Goregaokar-0/+5
2020-07-14Rollup merge of #74228 - estebank:unsized-param, r=davidtwcoManish Goregaokar-437/+554
2020-07-14Rollup merge of #74211 - estebank:struct-pat-as-unit, r=petrochenkovManish Goregaokar-139/+239
2020-07-14Rollup merge of #73759 - GuillaumeGomez:stdin-examples, r=Dylan-DPCManish Goregaokar-0/+31
2020-07-14Reword messageEsteban Küber-34/+35
2020-07-14Remove redundant explanatory `note` for type parametersEsteban Küber-98/+6
2020-07-14lint: use `transparent_newtype_field` to avoid ICEDavid Wood-16/+30
2020-07-14Suggest borrowing in more unsized fn param casesEsteban Küber-49/+80