about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-06-19Elaborate on why we don't look at frozennessOliver Scherer-0/+2
2019-06-19Don't ICE when pattern matching packed structsOliver Scherer-2/+24
2019-06-19Prevent cyclic locks of `alloc_map`Oliver Scherer-1/+4
2019-06-19Make interning explicitly care about types and the mutability of memoryOliver Scherer-172/+668
2019-06-19Fixmes and style fixesOliver Scherer-0/+5
2019-06-18Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddybbors-223/+419
2019-06-18Auto merge of #61891 - eddyb:lifetime-cleanups, r=oli-obkbors-387/+399
2019-06-18Auto merge of #61932 - matthiaskrgr:submodule_upd, r=oli-obkbors-9/+7
2019-06-18test: normalize away the line/column info in ui/pattern/const-pat-ice.Eduard-Mihai Burtescu-1/+2
2019-06-18Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-77/+103
2019-06-18rustc: reintroduce lifetime bounds where necessary.Eduard-Mihai Burtescu-30/+36
2019-06-18rustc: remove unused lifetimes.Eduard-Mihai Burtescu-17/+17
2019-06-18rustc: remove leftover lifetimes with no bounds from where clauses.Eduard-Mihai Burtescu-28/+7
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-305/+305
2019-06-18submodules: update clippy from be5d17fe to 868f168cMatthias Krüger-9/+7
2019-06-18Auto merge of #61927 - RalfJung:miri, r=oli-obkbors-6/+18
2019-06-18Auto merge of #61822 - JohnTitor:add-long-e0592, r=GuillaumeGomez,Centrilbors-2/+46
2019-06-18update miriRalf Jung-6/+18
2019-06-18Auto merge of #61864 - lzutao:ptr-null, r=sfacklerbors-52/+55
2019-06-18Auto merge of #61771 - ehuss:update-cargo, r=alexcrichtonbors-2/+3
2019-06-17Auto merge of #61915 - Centril:rollup-oire3i8, r=Centrilbors-404/+357
2019-06-17Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...Andrei Homescu-223/+419
2019-06-18Improve wordingYuki Okushi-1/+1
2019-06-17Add `syn` to workspace hack.Eric Huss-2/+3
2019-06-17Update cargoEric Huss-0/+0
2019-06-17Rollup merge of #61908 - matklad:overflow, r=petrochenkovMazdak Farrokhzad-6/+25
2019-06-17Rollup merge of #61893 - chpio:weak_ptr_eq_methods, r=rkruppeMazdak Farrokhzad-14/+14
2019-06-17Rollup merge of #61885 - scottmcm:slice-iter-len-opt, r=rkruppe,RalfJungMazdak Farrokhzad-4/+37
2019-06-17Rollup merge of #61836 - ljedrz:i_still_hate_node_ids, r=ljedrzMazdak Farrokhzad-378/+270
2019-06-17Rollup merge of #61702 - RalfJung:const-enum-cast, r=oli-obkMazdak Farrokhzad-2/+11
2019-06-17remove superfluous spaceljedrz-1/+1
2019-06-17Auto merge of #61781 - christianpoveda:intptrcast-model, r=oli-obk,RalfJungbors-10/+67
2019-06-17fix rebase falloutljedrz-1/+1
2019-06-17change NodeId to HirId in some HIR docsljedrz-7/+7
2019-06-17simplify ICE handling in HirIdValidatorljedrz-12/+0
2019-06-17fix a HIR doc, simplify one HIR-related function callljedrz-3/+2
2019-06-17renamve hir_to_string to node_to_stringljedrz-32/+32
2019-06-17remove _by_hir_id if there is no NodeId counterpartljedrz-164/+164
2019-06-17replace some uses of NodeId with HirIdljedrz-190/+95
2019-06-17don't ICE on large filesAleksey Kladov-6/+25
2019-06-17Auto merge of #61857 - Centril:typeck-extract-expr, r=oli-obkbors-1382/+1543
2019-06-17Make use of `ptr::null(_mut)` instead of casting zeroLzu Tao-52/+55
2019-06-17Auto merge of #58508 - Zoxc:time-crate, r=oli-obkbors-4/+16
2019-06-17Auto merge of #61889 - matthiaskrgr:submodule_upd, r=oli-obkbors-8/+10
2019-06-16Auto merge of #61892 - rijenkii:master, r=Centrilbors-0/+9
2019-06-16Auto merge of #61347 - Centril:stabilize-underscore_const_names, r=petrochenkovbors-80/+134
2019-06-16Auto merge of #61881 - glaubitz:sparc64-ffi-abi, r=petrochenkovbors-2/+2
2019-06-16Auto merge of #61754 - nikomatsakis:trait-caching-perf-3, r=pnkfelixbors-85/+409
2019-06-16Auto merge of #61739 - chansuke:separate-unit-tests, r=petrochenkovbors-5277/+5260
2019-06-16make `Weak::ptr_eq`s into methodsThomas Heck-14/+14