about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-06-15fix `allow(irrefutable_let_patterns)`Niko Matsakis-2/+1
2018-06-12update wording, do not change parserNiko Matsakis-7/+12
2018-06-08rename `irrefutable_let_pattern` to `irrefutable_let_patterns`Niko Matsakis-17/+17
2018-06-06Allowing attributes to be on if let statementsSebastian Malton-1/+1
2018-06-05Implementation of RFC 2086 - Allow Irrefutable Let patternsSebastian Malton-22/+139
2018-06-05Auto merge of #51140 - GuillaumeGomez:doc-keyword, r=QuietMisdreavusbors-66/+218
2018-06-05Auto merge of #51324 - oli-obk:debug_overflow, r=estebankbors-1/+1
2018-06-05Auto merge of #51242 - ytausky:mut-ref, r=estebankbors-39/+114
2018-06-04Auto merge of #51307 - oli-obk:miri_fixes, r=eddybbors-90/+82
2018-06-04Update rustdoc-jsGuillaume Gomez-1/+3
2018-06-04Auto merge of #51340 - Amanieu:hashmap_layout2, r=SimonSapinbors-3/+16
2018-06-04Optimize layout calculations in HashMapAmanieu d'Antras-3/+16
2018-06-04Simplify value field accessOliver Schneider-39/+30
2018-06-04Auto merge of #51328 - oli-obk:no_union_promotion, r=eddybbors-51/+65
2018-06-04Add missing ui testsGuillaume Gomez-0/+24
2018-06-04Add even more testsGuillaume Gomez-0/+3
2018-06-04Put doc keyword behind feature flagGuillaume Gomez-0/+11
2018-06-04Remove useless function call for keyword generation in rustdocGuillaume Gomez-2/+1
2018-06-04Few improvementsGuillaume Gomez-5/+4
2018-06-04Add doc keyword supportGuillaume Gomez-56/+166
2018-06-04slightly improve rustdoc xml path errorGuillaume Gomez-9/+13
2018-06-04Move slice::exact_chunks directly above exact_chunks_mut for more consistent ...Sebastian Dröge-35/+35
2018-06-04Auto merge of #51334 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-51/+360
2018-06-03Rollup merge of #51329 - kennytm:trans-left-over, r=oli-obkMark Simulacrum-2/+0
2018-06-03Rollup merge of #51326 - sdroege:slice-iter-cleanup, r=dtolnayMark Simulacrum-16/+22
2018-06-03Rollup merge of #51323 - nikic:switch-int-lowering, r=nagisaMark Simulacrum-5/+14
2018-06-03Rollup merge of #51317 - oli-obk:incremental_all_the_way, r=Mark-SimulacrumMark Simulacrum-0/+5
2018-06-03Rollup merge of #51299 - faern:const-int-ops, r=oli-obkMark Simulacrum-14/+313
2018-06-03Rollup merge of #51288 - Mark-Simulacrum:delete-is-import, r=eddybMark Simulacrum-14/+6
2018-06-03Auto merge of #51111 - kennytm:intralink-resolution-failure-line-numbers, r=G...bors-13/+108
2018-06-03Auto merge of #50338 - japaric:panic-impl, r=alexcrichtonbors-64/+492
2018-06-03turn run-make test into a run-make-fulldeps testJorge Aparicio-0/+0
2018-06-03Deduplicate and fix a testOliver Schneider-48/+11
2018-06-03Remove is_import fieldMark Simulacrum-14/+6
2018-06-03Auto merge of #50904 - collin5:b50509, r=Mark-Simulacrumbors-111/+148
2018-06-04Remove the unused `-Z trans-time-graph` flag.kennytm-2/+0
2018-06-03Do not promote union field accessesOliver Schneider-3/+54
2018-06-03impl is_tool on Mode enumCollins Abitekaniza-7/+18
2018-06-03Implement TrustedLen for Windows and the 4 Chunks iteratorsSebastian Dröge-0/+15
2018-06-03Remove mention of Slice/SliceMut traits from IterMut documentationSebastian Dröge-3/+1
2018-06-03Move TrustedLen and FusedIterator impl of Iter/IterMut into macroSebastian Dröge-13/+6
2018-06-03update the miri submodule to masterJorge Aparicio-4/+4
2018-06-03update the miri submoduleJorge Aparicio-2/+2
2018-06-03fix tidy errorJorge Aparicio-1/+2
2018-06-03add more testsJorge Aparicio-0/+115
2018-06-03reject `fn panic_impl<T>(_: &PanicInfo) -> !`Jorge Aparicio-2/+36
2018-06-03remove #[unwind(allowed)]Jorge Aparicio-1/+0
2018-06-03fix after rebaseJorge Aparicio-1/+1
2018-06-03undo payload in core::panic! changesJorge Aparicio-126/+37
2018-06-03document that `panic_impl` never passes the FFI boundaryJorge Aparicio-1/+2