about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-24rustc_metadata: Remove `RwLock` from `CStore`Vadim Petrochenkov-25/+26
2019-10-24Turn crate store into a resolver outputVadim Petrochenkov-100/+102
2019-10-24rustc: Combine resolver outputs into a single structVadim Petrochenkov-50/+41
2019-10-24resolve: Privatize all resolver fieldsVadim Petrochenkov-50/+61
2019-10-24rustc: Add a convenience alias for `dyn MetadataLoader + Sync`Vadim Petrochenkov-10/+12
2019-10-24rustc_metadata: Move some code aroundVadim Petrochenkov-98/+84
2019-10-24rustc_metadata: Remove unnecessary use of crate store in plugin loaderVadim Petrochenkov-83/+41
2019-10-24rustc_driver: Remove unnecessary use of crate storeVadim Petrochenkov-7/+7
2019-10-25Don't assert for different instance on impl trait aliascsmoe-2/+18
2019-10-24rustc_typeck: compute better spans for inferred_outlives.Eduard-Mihai Burtescu-29/+39
2019-10-24rustc: add `Span`s to `inferred_outlives_of` predicates.Eduard-Mihai Burtescu-23/+39
2019-10-24workaround msys2 bugMateusz Mikuła-0/+23
2019-10-24reorder TomlTarget struct's fields based on the order in config.toml.exampleGuanqun Lu-2/+2
2019-10-24reorder Rust struct's fields based on the order in config.toml.exampleGuanqun Lu-5/+5
2019-10-24reorder Install struct's fields based on the order in config.toml.exampleGuanqun Lu-1/+1
2019-10-24reorder Build struct's fields based on the order in config.toml.exampleGuanqun Lu-4/+4
2019-10-24reorder Llvm struct's fields based on the order in config.toml.exampleGuanqun Lu-3/+3
2019-10-24Update clippyManish Goregaokar-21/+16
2019-10-24self-profiling: Update measureme to 0.4.0 and use new RAII-based API.Michael Woerister-31/+11
2019-10-24self-profiling: Remove unused methods from profiler.Michael Woerister-48/+0
2019-10-24Update hashbrown to 0.6.2Alex Crichton-1/+1
2019-10-24Changed APIT with explicit generic args span to specific arg spansSydney Acksman-14/+29
2019-10-24Add UI tests for `array::IntoIter` implsLukas Kalbertodt-0/+216
2019-10-24Add unit tests for `array::IntoIter`Lukas Kalbertodt-1/+207
2019-10-24Add `array::IntoIter` as a consuming/by-value array iteratorLukas Kalbertodt-0/+273
2019-10-24Avoid ICE when adjusting bad self tyEsteban Küber-5/+96
2019-10-24Auto merge of #65474 - Mark-Simulacrum:rustc-dev-split, r=pietroalbinibors-55/+173
2019-10-24Deprecated proc_macro doesn't trigger warning on build librarywangxiangqing-0/+2
2019-10-23Tweak format string error to point at arguments alwaysEsteban Küber-6/+19
2019-10-24Adjust the tracking issue for `untagged_unions`.Mazdak Farrokhzad-8/+16
2019-10-24rustc_typeck: don't record direct callees in generator_interior.Eduard-Mihai Burtescu-14/+41
2019-10-24pre-expansion gate type_ascriptionMazdak Farrokhzad-17/+14
2019-10-24pre-expansion gate box_syntaxMazdak Farrokhzad-9/+11
2019-10-24pre-expansion gate label_break_valueMazdak Farrokhzad-8/+12
2019-10-24dedup GAT gate checksMazdak Farrokhzad-16/+21
2019-10-24pre-expansion gate try_blocksMazdak Farrokhzad-8/+13
2019-10-24pre-expansion gate exclusive_range_patternMazdak Farrokhzad-28/+33
2019-10-24pre-expansion gate box_patternsMazdak Farrokhzad-16/+23
2019-10-24pre-expansion gate decl_macroMazdak Farrokhzad-7/+24
2019-10-24pre-expansion gate const_genericsMazdak Farrokhzad-26/+37
2019-10-24pre-expansion gate crate_visibility_modifierMazdak Farrokhzad-9/+17
2019-10-24pre-expansion gate associated_type_boundsMazdak Farrokhzad-17/+28
2019-10-24pre-expansion gate trait_alias.Mazdak Farrokhzad-10/+24
2019-10-24syntax: reject `trait Foo: Bar = Baz;`.Mazdak Farrokhzad-13/+40
2019-10-24Fix default "disable-shortcuts" feature valueGuillaume Gomez-1/+1
2019-10-23ignore uninhabited non-exhaustive variant fieldsDavid Wood-49/+75
2019-10-23Rollup merge of #65704 - RalfJung:exact-size, r=oli-obkMazdak Farrokhzad-5/+9
2019-10-23Rollup merge of #65696 - varkor:nll-chalk-const-generics-issue, r=eddybMazdak Farrokhzad-30/+98
2019-10-23Rollup merge of #65691 - GuillaumeGomez:2018-edition-E0659, r=Dylan-DPCMazdak Farrokhzad-9/+9
2019-10-23Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddybMazdak Farrokhzad-364/+246