about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-08Rollup merge of #70789 - lcnr:macros, r=varkorDylan DPC-25/+72
2020-04-08add `VecDeque::make_contiguous` tracking issueBastian Kauschke-1/+1
2020-04-08comment pessimistic yield and saving/restoring stateNiko Matsakis-0/+7
2020-04-08Clean up E0510 explanationGuillaume Gomez-7/+20
2020-04-08Suggest move for closures and async blocks in more cases.Alex Aktsipetrov-64/+80
2020-04-08librustc_resolve: fixup nit in previous commitmarmeladema-3/+3
2020-04-08Replace "rc"/"arc" lang items with Rc/Arc diagnostic items.Eduard-Mihai Burtescu-78/+49
2020-04-07rustc_session: forbid lints override regardless of positionTobias Thiel-2/+25
2020-04-07fix another ICEmark-1/+1
2020-04-07fix ice with trait obj dummy selfmark-4/+2
2020-04-07fix abuses of tykind::errmark-14/+24
2020-04-07Remove unnecessary TypeFlags::NOMINAL_FLAGSTheo Sandstrom-24/+1
2020-04-08track_caller: harden naked interactionsMazdak Farrokhzad-4/+29
2020-04-07Do not suggest adding type param when `use` is already suggestedEsteban Küber-10/+1
2020-04-07Avoid extra &mut in Chain::fold and try_foldJosh Stone-2/+2
2020-04-07Reduce callsites in Chain::last()Josh Stone-11/+10
2020-04-07Reduce callsites in Chain::count()Josh Stone-6/+9
2020-04-08librustc_hir: return LocalDefId instead of DefId in local_def_idmarmeladema-56/+66
2020-04-07Corrects a typo in rustdoc documentation.Theo Sandstrom-3/+3
2020-04-07Update Clippyflip1995-14/+22
2020-04-07Update cargoEric Huss-0/+0
2020-04-07bump MiriRalf Jung-7/+10
2020-04-07Remove old mir-opt test format.Ana-Maria Mihalache-244/+2
2020-04-07Implement Chain with Option fusesJosh Stone-149/+106
2020-04-07Normalize away pairs of line:col numbers.Ana-Maria Mihalache-167/+167
2020-04-07Add EMIT_MIR_FOR_EACH_BIT_WIDTH to tests that need it.Ana-Maria Mihalache-488/+1855
2020-04-07--bless more mir-opt tests.Ana-Maria Mihalache-1013/+2254
2020-04-07Further improve commentsJonas Schievink-3/+4
2020-04-07remove false positives of unused_bracesBastian Kauschke-25/+72
2020-04-07wf: refactor `compute_trait_ref`Bastian Kauschke-155/+151
2020-04-07--bless all mir-opt tests.Ana-Maria Mihalache-3046/+6572
2020-04-07Rollup merge of #70857 - faern:use-assoc-int-float-consts, r=dtolnayDylan DPC-68/+52
2020-04-07Rollup merge of #70854 - faern:use-assoc-int-submodules, r=dtolnayDylan DPC-0/+0
2020-04-07Rollup merge of #70846 - tmiasko:compiler-builtins-codegen-units, r=alexcrichtonDylan DPC-1/+48
2020-04-07Rollup merge of #70762 - RalfJung:miri-leak-check, r=oli-obkDylan DPC-76/+116
2020-04-07Rollup merge of #70201 - cuviper:clone_into, r=dtolnayDylan DPC-8/+36
2020-04-07Clean up E0507 explanationGuillaume Gomez-6/+6
2020-04-07Auto merge of #70837 - nnethercote:speed-up-find_library_crate, r=petrochenkovbors-21/+45
2020-04-07Use a `SmallVec` for `Cache::predecessors`.Nicholas Nethercote-5/+11
2020-04-07Auto merge of #70164 - eddyb:walk-generic-arg, r=nikomatsakisbors-603/+618
2020-04-06Forward OsStr::clone_into to the inner VecJosh Stone-2/+13
2020-04-06Implement ToOwned::clone_into for CStrJosh Stone-0/+17
2020-04-07linker: Some minor code cleanupVadim Petrochenkov-58/+38
2020-04-07Speed up path searching with `find_library_crate`.Nicholas Nethercote-21/+45
2020-04-07Add some more commentsJonas Schievink-0/+11
2020-04-06Use split_at in slice's ToOwned::clone_intoJosh Stone-6/+6
2020-04-07Use assoc integer constants in librustc_*Linus Färnstrand-18/+14
2020-04-07Use assoc integer constants in libserializeLinus Färnstrand-10/+10
2020-04-07linker: Factor out more parts of `linker_with_args` and add some docsVadim Petrochenkov-121/+183
2020-04-07linker: Add more markup and comments to code producing linker argumentsVadim Petrochenkov-23/+61