about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-21Rollup merge of #70051 - Zoxc:opt-find, r=eddybDylan DPC-19/+56
2020-03-21Rollup merge of #70003 - eddyb:symbol-mangling-reify-shims, r=nikomatsakisDylan DPC-8/+18
2020-03-21Arrange for zero to be canonicalMark Rousskov-253/+242
2020-03-21Push the byte of LAST_CHUNK_MAP into the arrayMark Rousskov-46/+49
2020-03-21parse: nix unused `root_module_name`.Mazdak Farrokhzad-22/+7
2020-03-21replace some adhoc logic with article_and_descrMark Mansi-19/+26
2020-03-21lowering: remove librustc dependencyMazdak Farrokhzad-1/+0
2020-03-21{rustc::hir::map -> rustc_hir}::definitionsMazdak Farrokhzad-18/+22
2020-03-21move CrateDisambiguator -> rustc_astMazdak Farrokhzad-52/+48
2020-03-21dep_graph.assert_ignored() -> rustc_interfaceMazdak Farrokhzad-8/+5
2020-03-21add_elided_lifetime_in_path_suggestion -> rustc_sessionMazdak Farrokhzad-46/+46
2020-03-21lowering: bug! -> panic!Mazdak Farrokhzad-18/+17
2020-03-21separate out an arena for HIRMazdak Farrokhzad-41/+65
2020-03-21move move stuff into declare_arena!Mazdak Farrokhzad-102/+101
2020-03-21move more logic into declare_arena!Mazdak Farrokhzad-62/+62
2020-03-21merge impl_arena_allocatable & declare_arenaMazdak Farrokhzad-16/+10
2020-03-21move DropArena -> libarenaMazdak Farrokhzad-86/+82
2020-03-21remove unused unit values (clippy::unused_unit)Matthias Krüger-35/+11
2020-03-21make some let-if-bindings more idiomatic (clippy::useless_let_if_seq)Matthias Krüger-46/+41
2020-03-21clarify when we pass () to functions (clippy::unit_arg)Matthias Krüger-10/+14
2020-03-21Deduplicate test and primary range_search definitionsMark Rousskov-101/+103
2020-03-21Allow `hir().find` to return `None`John Kåre Alsaker-19/+56
2020-03-21Return NonZeroU64 from ThreadId::as_u64.Thomas Bächler-4/+4
2020-03-21Add a test for out-of-line module passed through a proc macroVadim Petrochenkov-0/+13
2020-03-21Add missing -Z unstable-options flagAlex Tokarev-1/+6
2020-03-21resolve: Avoid "self-confirming" import resolutions in one more caseVadim Petrochenkov-0/+24
2020-03-21Validate git setup before accessing functionalityDillon Amburgey-11/+43
2020-03-21Add a right shift mappingMark Rousskov-833/+814
2020-03-21Tweak wording for std::io::Read::read functionadrian5-1/+1
2020-03-21Add explanation message for E0224Nixon Enraght-Moony-3/+24
2020-03-21slightly change the `Iterator::map_while` docsWaffle-14/+4
2020-03-21Shrink bitset words through functional mappingMark Rousskov-432/+1211
2020-03-21don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-3/+3
2020-03-21remove redundant returns (clippy::needless_return)Matthias Krüger-7/+5
2020-03-21use let instead of match for matches with single bindings (clippy::match_sing...Matthias Krüger-12/+16
2020-03-21Remove CARGO_BUILD_TARGET from bootstrap.pylzutao-0/+4
2020-03-21don't convert results to options just for matching (clippy::if_let_some_result)Matthias Krüger-2/+2
2020-03-21Bless testsLeSeulArtichaut-115/+68
2020-03-21Test pretty printing more and fix overzealous type substitutionStein Somers-3/+11
2020-03-21Only display definition on typoLeSeulArtichaut-1/+1
2020-03-21symbol_names: treat ReifyShim like VtableShim.Eduard-Mihai Burtescu-8/+18
2020-03-21Improve tests display for rustdoc-js-std testerGuillaume Gomez-0/+1
2020-03-21Pick the last version of the different files if there is more than oneGuillaume Gomez-2/+22
2020-03-21rustc_typeck: move comment about inference variables to where it makes sense.Eduard-Mihai Burtescu-3/+7
2020-03-21rustc: make {Closure,Generator}Substs::split as cheap as possible.Eduard-Mihai Burtescu-67/+31
2020-03-21Clean up rustdoc js tester source code and move common code in one placeGuillaume Gomez-589/+330
2020-03-21rustc: keep upvars tupled in {Closure,Generator}Substs.Eduard-Mihai Burtescu-332/+353
2020-03-21fix type of const params in associated types.Bastian Kauschke-4/+54
2020-03-21Rollup merge of #70119 - eddyb:typeck-tables-local-def-id, r=petrochenkovDylan DPC-125/+94
2020-03-21Rollup merge of #70032 - lcnr:issue69970, r=varkorDylan DPC-37/+84