summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-17implement Error::source for Box<T: Error>s3bk-0/+4
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-16type_alias_enum_variants: cleanup redundant 'allow(unused)'.Mazdak Farrokhzad-8/+5
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
2019-06-16if if if ifRijenkii-0/+9
2019-06-16Fix tidyVadim Petrochenkov-18/+21
2019-06-16Separate libsyntax_ext modulechansuke-215/+212
2019-06-16Separate libfmt_macros modulechansuke-245/+244
2019-06-16Separate bootstrap modulechansuke-658/+657
2019-06-16Separate libtest modulechansuke-1031/+1029
2019-06-16Separate libserialize modulechansuke-212/+210
2019-06-16Separate librustcdoc modulechansuke-510/+507
2019-06-16Separate librustc modulechansuke-708/+707
2019-06-16Separate librustc_metadata modulechansuke-49/+48
2019-06-16Separate librustc_lint modulechansuke-23/+22
2019-06-16Separate librustc_data_structures modulechansuke-915/+913
2019-06-16Separate librustc_codegen_ssa modulechansuke-95/+94
2019-06-16submodules: update clippy from 7b2a7a22 to be5d17feMatthias Krüger-8/+10
2019-06-16Separate libgraphviz modulechansuke-382/+381
2019-06-16Separate libarena::lib modulechansuke-215/+214
2019-06-16Separate liballoc modulechansuke-1/+1
2019-06-16compiletest: Move pass mode update into a separate functionVadim Petrochenkov-32/+36
2019-06-16Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelixbors-738/+856
2019-06-16compiletest: Remove `skip-codegen`Vadim Petrochenkov-401/+315
2019-06-16compiletest: Validate pass modes harderVadim Petrochenkov-32/+49
2019-06-16compiletest: Introduce `// {check,build,run}-pass` pass modesVadim Petrochenkov-56/+32
2019-06-16Add special behaviour when int is zeroChristian Poveda-2/+6
2019-06-16make example code typecheck at leastRalf Jung-3/+11
2019-06-16keep links in local crate where possibleRalf Jung-9/+9
2019-06-16Replace to_bits by force_bits and move size as parameterChristian Poveda-6/+14
2019-06-16Change to_ptr by force_ptrChristian Poveda-7/+7
2019-06-16Add force_bits and force_ptr methodsChristian Poveda-1/+46
2019-06-15Help LLVM better optimize slice::Iter(Mut)::lenScott McMurray-4/+37
2019-06-16Rollup merge of #61869 - Centril:cleanup-feature-gates, r=alexregMazdak Farrokhzad-3/+2
2019-06-16Rollup merge of #61866 - sinkuu:redundant_clone, r=petrochenkovMazdak Farrokhzad-16/+17
2019-06-16Rollup merge of #61832 - RalfJung:miri, r=oli-obkMazdak Farrokhzad-18/+6