about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-02-14Rollup merge of #58296 - estebank:hidden-suggestion, r=oli-obkMazdak Farrokhzad-69/+245
2019-02-14Rollup merge of #58267 - estebank:match-arms, r=matthewjasperMazdak Farrokhzad-62/+206
2019-02-14Rollup merge of #58258 - nnethercote:shrink-hir-Expr, r=michaelwoeristerMazdak Farrokhzad-10/+23
2019-02-14Rollup merge of #57992 - Matthias247:waker4, r=cramertjMazdak Farrokhzad-470/+239
2019-02-14Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnikMazdak Farrokhzad-50/+65
2019-02-14Rollup merge of #57451 - dlrobertson:can_use_as_ref_nit, r=estebankMazdak Farrokhzad-13/+18
2019-02-13mask `compiler_builtins` docsAndy Russell-1/+6
2019-02-14Reduce the size of `hir::Expr`.Nicholas Nethercote-10/+23
2019-02-13Return without a reference in unix Weak::get()Josh Stone-5/+4
2019-02-13Check the self-type of inherent associated constantsMatthew Jasper-30/+74
2019-02-13Avoid allocation in std::sys::unix::weakJosh Stone-3/+3
2019-02-13Whitelist the ARM v6 target-featuregnzlbg-0/+1
2019-02-13Use posix_spawn_file_actions_addchdir_np when possibleJosh Stone-2/+22
2019-02-13Propagate region constraints more precisely from closuresMatthew Jasper-66/+142
2019-02-13Buffer and migrate nice region errorsMatthew Jasper-21/+23
2019-02-13Avoid propagating redundant outlives constraints from closuresMatthew Jasper-49/+93
2019-02-13specify "upper camel case" in style lintAndy Russell-126/+139
2019-02-13Add `impl From<!> for Infallible`Simon Sapin-0/+7
2019-02-13suggestion-diagnostics: as_ref improve snippetDan Robertson-13/+18
2019-02-13miri: test with slightly larger BTreesRalf Jung-8/+10
2019-02-13review failures in heap, slice, vecRalf Jung-4/+32
2019-02-13review failures in btree, stringRalf Jung-6/+42
2019-02-13review failures in binary_heap, str, vec_dequeRalf Jung-33/+23
2019-02-13the formatting issue got fixedRalf Jung-3/+3
2019-02-13review or fix remaining miri failures in libcoreRalf Jung-9/+28
2019-02-13Rollup merge of #58420 - dvdhrm:target-uefi-comments, r=nagisaMazdak Farrokhzad-12/+17
2019-02-13Rollup merge of #58400 - gnzlbg:fix_driver, r=oli-obkMazdak Farrokhzad-0/+5
2019-02-13Rollup merge of #58386 - Zoxc:fix-54242, r=michaelwoeristerMazdak Farrokhzad-58/+73
2019-02-13Rollup merge of #58381 - davidtwco:issue-42944, r=estebankMazdak Farrokhzad-17/+63
2019-02-13Rollup merge of #58354 - matthewjasper:mir-dump-fixes, r=wesleywiserMazdak Farrokhzad-2/+69
2019-02-13Rollup merge of #58276 - varkor:missing-stability-attr-top-level, r=davidtwcoMazdak Farrokhzad-22/+40
2019-02-13Rollup merge of #58272 - fitzgen:num-format-code-size, r=Mark-SimulacrumMazdak Farrokhzad-74/+157
2019-02-13Rollup merge of #58202 - varkor:deprecated-future-external, r=GuillaumeGomezMazdak Farrokhzad-92/+134
2019-02-13Rollup merge of #58167 - ljedrz:HirIdify_body_id, r=ZoxcMazdak Farrokhzad-147/+175
2019-02-13libpanic_unwind => 2018: remove unused extern crate.Mazdak Farrokhzad-3/+0
2019-02-13libpanic_unwind => 2018: fix ICEs.Mazdak Farrokhzad-6/+7
2019-02-13libpanic_unwind => 2018Mazdak Farrokhzad-12/+13
2019-02-13Stabilize TryFrom and TryIntoSimon Sapin-38/+30
2019-02-13Use convert::Infallible instead of never in the blanket TryFrom implSimon Sapin-5/+15
2019-02-13Add a convert::Infallible empty enum, make string::ParseError an aliasSimon Sapin-36/+97
2019-02-13review or fix miri failures in iter, slice, cell, timeRalf Jung-15/+11
2019-02-13mark failures expected due to panicsRalf Jung-15/+15
2019-02-13simplified conditionalClint Frederickson-3/+1
2019-02-13fix Box::into_unique effecitvely transmuting to a raw ptrRalf Jung-3/+8
2019-02-13fix invalidating references in BTree iteratorsRalf Jung-13/+21
2019-02-13fix overlapping mutable and shared references in BTreeMap's into_slices_mutRalf Jung-3/+22
2019-02-13check if `used_place` and `moved_place` are equal when determining if the mov...Clint Frederickson-4/+2
2019-02-13Convert old doc links to current editionLzu Tao-50/+65
2019-02-13Auto merge of #56951 - oli-obk:auto_toolstate_issue, r=kennytmbors-3/+83
2019-02-13Move the intrinsics into a submoduleValentin Tolmer-215/+249