summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | Auto merge of #78195 - tmiasko:instcombine, r=jonas-schievinkbors2020-10-214-3/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Disable "optimization to avoid load of address" in InstCombineTomasz Miąsko2020-10-214-3/+8
| | |_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Auto merge of #77250 - Aaron1011:feature/flat-token-collection, r=petrochenkovbors2020-10-217-167/+254
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Rewrite `collect_tokens` implementations to use a flattened bufferAaron Hill2020-10-197-167/+254
| |/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Auto merge of #78178 - JohnTitor:rollup-dslazzj, r=JohnTitorbors2020-10-2190-741/+1102
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Rollup merge of #78118 - spastorino:inline-const-followups, r=petrochenkovYuki Okushi2020-10-213-3/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | Add inline const macro testSantiago Pastorino2020-10-191-0/+12
| | * | | | | | | | | | | | | | | | | | | Allow NtBlock to parse on check inline const next tokenSantiago Pastorino2020-10-191-1/+5
| | * | | | | | | | | | | | | | | | | | | Do not print braces again print_anon_const already does itSantiago Pastorino2020-10-191-2/+0
| * | | | | | | | | | | | | | | | | | | | Rollup merge of #78101 - RalfJung:foreign-static, r=oli-obkYuki Okushi2020-10-216-17/+25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | fix Rvalue::ty for ThreadLocalRefRalf Jung2020-10-195-14/+19
| | * | | | | | | | | | | | | | | | | | | | fix static_ptr_ty for foreign statics, and more comments in check_unsafetyRalf Jung2020-10-192-0/+6
| | * | | | | | | | | | | | | | | | | | | | remove what seems to be an outdated commentRalf Jung2020-10-191-3/+0
| * | | | | | | | | | | | | | | | | | | | | Rollup merge of #78094 - camelid:rustdoc-fix-source-title, r=jyn514Yuki Okushi2020-10-211-7/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | Apply some review suggestionsCamelid2020-10-201-5/+5
| | * | | | | | | | | | | | | | | | | | | | | rustdoc: Show the correct source filename, without `.html`Camelid2020-10-181-9/+8
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Rollup merge of #78063 - camelid:improve-cannot-multiply-error, r=estebankYuki Okushi2020-10-2118-17/+33
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | Improve wording of "cannot multiply" type errorCamelid2020-10-1718-17/+33
| * | | | | | | | | | | | | | | | | | | | | | Rollup merge of #78056 - ssomers:btree_chop_up_1, r=dtolnayYuki Okushi2020-10-214-222/+239
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | BTreeMap: split off most code of remove and split_offStein Somers2020-10-184-222/+239
| * | | | | | | | | | | | | | | | | | | | | | | Rollup merge of #78002 - estebank:issue-77598, r=oli-obkYuki Okushi2020-10-2157-475/+754
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | review commentsEsteban Küber2020-10-2055-132/+133
| | * | | | | | | | | | | | | | | | | | | | | | | Tweak "object unsafe" errorsEsteban Küber2020-10-2057-421/+699
| * | | | | | | | | | | | | | | | | | | | | | | | Rollup merge of #77726 - fusion-engineering-forks:static-pin, r=dtolnayYuki Okushi2020-10-211-0/+28
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |/ / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | Add missing `mut`.Mara Bos2020-10-151-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | Reword safety guarantee of Pin::static_{ref,mut}.Mara Bos2020-10-131-6/+6
| * | | | | | | | | | | | | | | | | | | | | | | | Add Pin::static_mut.Mara Bos2020-10-121-0/+14
| * | | | | | | | | | | | | | | | | | | | | | | | Rename Pin::new_static to Pin::static_ref.Mara Bos2020-10-121-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | Make Pin::new_static const.Mara Bos2020-10-091-1/+2
| * | | | | | | | | | | | | | | | | | | | | | | | Add Pin::new_static.Mara Bos2020-10-081-0/+13
* | | | | | | | | | | | | | | | | | | | | | | | | Auto merge of #77244 - ssomers:btree_love_the_leaf_edge, r=Mark-Simulacrumbors2020-10-201-52/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | BTreeMap: less sharing, more similarity between leaf and internal nodesStein Somers2020-10-201-45/+36
| * | | | | | | | | | | | | | | | | | | | | | | | BTreeMap: reuse BoxedNode instances directly instead of their contentsStein Somers2020-10-201-7/+3
* | | | | | | | | | | | | | | | | | | | | | | | | Auto merge of #78162 - GuillaumeGomez:rollup-6a4qiqu, r=GuillaumeGomezbors2020-10-2022-90/+242
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Rollup merge of #78157 - GuillaumeGomez:remove-unused-type, r=jyn514Guillaume Gomez2020-10-201-9/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | Remove unused type from librustdocGuillaume Gomez2020-10-201-9/+0
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Rollup merge of #78145 - LingMan:ast_pretty_mut, r=jonas-schievinkGuillaume Gomez2020-10-202-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | Drop unneeded `mut`LingMan2020-10-202-3/+3
| | | |_|_|/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Rollup merge of #78144 - bugadani:elements-nodrop, r=oli-obkGuillaume Gomez2020-10-201-2/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | Track element count only for types that need dropDániel Buga2020-10-201-2/+6
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Rollup merge of #78133 - JohnTitor:mir-tests, r=lcnrGuillaume Gomez2020-10-205-0/+108
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | Add test for issue-77911Yuki Okushi2020-10-201-0/+16
| | * | | | | | | | | | | | | | | | | | | | | | | | Add test for issue-76375Yuki Okushi2020-10-202-0/+29
| | * | | | | | | | | | | | | | | | | | | | | | | | Add test for issue-75053Yuki Okushi2020-10-201-0/+48
| | * | | | | | | | | | | | | | | | | | | | | | | | Add test for issue-68841Yuki Okushi2020-10-201-0/+15
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Rollup merge of #78129 - mbartlett21:patch-1, r=kennytmGuillaume Gomez2020-10-201-6/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | Wrapping intrinsics update linkmbartlett212020-10-201-6/+6
| | | |/ / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Rollup merge of #78076 - est31:orphan_mod, r=Mark-SimulacrumGuillaume Gomez2020-10-203-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | Move orphan module-name/mod.rs files into module-name.rs filesest312020-10-183-0/+0
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Rollup merge of #78070 - RalfJung:const-panic-test, r=oli-obkGuillaume Gomez2020-10-206-70/+90
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \