about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-12Auto merge of #52256 - tinco:issue_52255, r=sanxiynbors-8/+5
2018-07-12Fix some run-make tests after object file naming has changed.Michael Woerister-5/+5
2018-07-12Rollup merge of #52298 - RalfJung:dirs, r=Mark-Simulacrumkennytm-1/+1
2018-07-12Rollup merge of #52295 - ljedrz:dyn_libsyntax_ext, r=petrochenkovkennytm-35/+37
2018-07-12Rollup merge of #52287 - ljedrz:dyn_librustc_resolve, r=petrochenkovkennytm-4/+6
2018-07-12Rollup merge of #52277 - kraai:patch-2, r=kennytmkennytm-1/+1
2018-07-12Rollup merge of #52276 - alexcrichton:validate-proc-macro-attr, r=petrochenkovkennytm-4/+78
2018-07-12Rollup merge of #52220 - ljedrz:dyn_bootstrap, r=kennytmkennytm-5/+6
2018-07-12Rollup merge of #52164 - euclio:references, r=TimNNkennytm-13/+11
2018-07-12Rollup merge of #51912 - mbrubeck:more_box_slice_clone, r=alexcrichtonkennytm-0/+24
2018-07-12Rollup merge of #51816 - nodakai:conf-py-tmpfile, r=kennytmkennytm-5/+18
2018-07-12Deny bare trait objects in the rest of rustljedrz-0/+43
2018-07-12Deny bare trait objects in librustc_target and libtestljedrz-7/+12
2018-07-12Deny bare trait objects in src/libserializeljedrz-8/+10
2018-07-12make reference to dirs crate clickable in terminalsRalf Jung-1/+1
2018-07-12Auto merge of #52230 - alexcrichton:attr-and-derive, r=petrochenkovbors-1/+69
2018-07-12Deny bare trait objects in src/libtermljedrz-6/+7
2018-07-12Deny bare trait objects in src/libsyntax_extljedrz-35/+37
2018-07-12Deny bare trait objects in librustc_typeckljedrz-14/+15
2018-07-12Adapt codegen-unit tests to new CGU naming scheme.Michael Woerister-35/+58
2018-07-12Add missing dyn in driver.rsljedrz-1/+1
2018-07-12Deny bare trait objects in src/librustc_save_analysisljedrz-3/+4
2018-07-12Deny bare trait objects in src/librustc_resolveljedrz-4/+6
2018-07-12Don't display default generic parameters in diagnostics that compare types.Mike Hommey-31/+87
2018-07-12Auto merge of #52282 - kennytm:fix-rls-break, r=oli-obkbors-23/+2
2018-07-12Add UI tests for diagnostics comparing typesMike Hommey-0/+518
2018-07-12Deny bare trait objects in librustc_driverljedrz-50/+52
2018-07-12make `RegionValues` generic over its domainNiko Matsakis-15/+15
2018-07-12introduce a generic SCC computationNiko Matsakis-3/+531
2018-07-12strengthen `Idx` to require `Ord + Hash`Niko Matsakis-1/+2
2018-07-12rename `control_flow_graph` to `graph`Niko Matsakis-21/+21
2018-07-12rename `graph` to `control_flow_graph::implementation`Niko Matsakis-12/+16
2018-07-12deconstruct the `ControlFlowGraph` trait into more granular traitsNiko Matsakis-64/+130
2018-07-12rename `constraint_set` to `constraints`Niko Matsakis-6/+5
2018-07-12introduce `ConstraintGraph`, stop mutating constraints in placeNiko Matsakis-94/+76
2018-07-12generate reborrow constraints at type check timeNiko Matsakis-152/+154
2018-07-12fix `debug!`Niko Matsakis-1/+1
2018-07-12Auto merge of #52194 - steveklabnik:remove-plugins, r=QuietMisdreavus,Guillau...bors-58/+12
2018-07-12Update [patch] section of clippy to include clippy_lints.kennytm-23/+2
2018-07-12Auto merge of #52089 - eddyb:issue-51907, r=nagisabors-37/+69
2018-07-11Use fast TLS on FuchsiaTaylor Cramer-6/+1
2018-07-11llvm-tools-preview: fix build-manifestJorge Aparicio-1/+1
2018-07-11Uncapitalize "If"Matt Kraai-1/+1
2018-07-12fix expected output of pretty/cast-lt and issue-4264 testsTinco Andringa-4/+2
2018-07-11rustc: Verify #[proc_macro] is only a wordAlex Crichton-4/+78
2018-07-11Auto merge of #52172 - oli-obk:clippy_in_rls, r=nrcbors-32/+28
2018-07-11Clean up LLVM module naming (just use CodegenUnit names).Michael Woerister-69/+39
2018-07-11simplify assertionsAndy Russell-5/+4
2018-07-11Rollup merge of #52265 - ljedrz:dyn_librustc_codegen_utils, r=oli-obkMark Rousskov-12/+13
2018-07-11Rollup merge of #52261 - ljedrz:dyn_libpanic_unwind, r=alexcrichtonMark Rousskov-17/+18