about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-10-15Stabilize proc macros generating `macro_rules` itemsVadim Petrochenkov-1/+1
2019-10-14Rollup merge of #65398 - estebank:capitalization-only, r=varkorTyler Mandry-1/+2
2019-10-14Rollup merge of #65260 - nnethercote:optimize-LexicalResolve-expansion, r=nik...Tyler Mandry-10/+16
2019-10-14Rollup merge of #65170 - petrochenkov:cload, r=eddybTyler Mandry-4/+14
2019-10-14Auto merge of #64987 - oli-obk:code_reuse_prevents_bugs, r=eddybbors-9/+7
2019-10-14rustc_metadata: Remove resolutions for extern crate items from `CStore`Vadim Petrochenkov-4/+8
2019-10-14rustc_metadata: Use `CrateSource` where appropriateVadim Petrochenkov-0/+6
2019-10-14Auto merge of #65399 - Centril:rollup-6lzj0w5, r=Centrilbors-190/+331
2019-10-14Rollup merge of #65392 - Centril:nt-to-tt, r=Mark-SimulacrumMazdak Farrokhzad-2/+12
2019-10-14Rollup merge of #65379 - Centril:refactor-bso_and_cc, r=petrochenkovMazdak Farrokhzad-183/+296
2019-10-14Rollup merge of #65363 - Centril:less-pprust, r=Mark-SimulacrumMazdak Farrokhzad-1/+2
2019-10-14Rollup merge of #65292 - JohnTitor:add-backticks, r=varkor,CentrilMazdak Farrokhzad-3/+3
2019-10-14Rollup merge of #65215 - JohnTitor:long-explanation-e0697, r=GuillaumeGomezMazdak Farrokhzad-1/+18
2019-10-13Bring attention to suggestions when the only difference is capitalizationEsteban Küber-1/+2
2019-10-14Auto merge of #65240 - michaelwoerister:sp-review-3, r=Mark-Simulacrumbors-1/+1
2019-10-13lowering: connect to parser via function pointer insteadMazdak Farrokhzad-10/+8
2019-10-13lowering: don't rely on parser directly.Mazdak Farrokhzad-6/+14
2019-10-13token: extract Nonterminal::to_tokenstream to parser.Mazdak Farrokhzad-1/+5
2019-10-13Rollup merge of #65369 - tmiasko:sanitizers-keep-names, r=varkorMazdak Farrokhzad-1/+9
2019-10-13Rollup merge of #65214 - Amanieu:cfg_atomic, r=alexcrichtonMazdak Farrokhzad-11/+14
2019-10-13refactor session::config::build_session_options_and_crate_configMazdak Farrokhzad-183/+296
2019-10-13Rollup merge of #65320 - memoryruins:const_err, r=oli-obkMazdak Farrokhzad-1/+2
2019-10-13Don't discard value names when using address or memory sanitizerTomasz Miąsko-1/+9
2019-10-13Auto merge of #65182 - anp:reify-shim, r=eddybbors-1/+43
2019-10-13ast: remove implicit pprust dependency via Display.Mazdak Farrokhzad-1/+2
2019-10-13Apply suggestionYuki Okushi-5/+5
2019-10-11Rollup merge of #65283 - petrochenkov:softstab2, r=estebankTyler Mandry-3/+11
2019-10-11Rollup merge of #65277 - csmoe:fix-move, r=estebankTyler Mandry-0/+4
2019-10-11Rollup merge of #65263 - mbStavola:dedup-raw-item-fns, r=CentrilTyler Mandry-21/+12
2019-10-11Rollup merge of #65200 - xfix:patch-20, r=GuillaumeGomezTyler Mandry-5/+9
2019-10-11Rollup merge of #64986 - skinny121:fn-ptr-const-generics, r=varkorTyler Mandry-140/+153
2019-10-11Report lint in external macrosmemoryruins-1/+2
2019-10-11resolve_for_fn_ptr checks that the instance is an Item before returning shim.Adam Perry-10/+12
2019-10-11Auto merge of #64716 - jonhoo:stabilize-mem-take, r=SimonSapinbors-1/+0
2019-10-11Print lifetimes with backticksYuki Okushi-3/+3
2019-10-11Add long error explanation for E0697Yuki Okushi-1/+18
2019-10-10stability: Do not use `buffer_lint` after lowering to HIRVadim Petrochenkov-3/+11
2019-10-10query generator kind for error reportingcsmoe-0/+4
2019-10-10Auto merge of #59546 - sfanxiang:interminable-ub, r=nagisabors-0/+3
2019-10-10Instance::resolve_for_fn_ptr unconditionally resolves first.Adam Perry-9/+13
2019-10-10Improve docs for InstanceDef::ReifyShim.Adam Perry-1/+4
2019-10-10Preserve output of raw pointers in mir dump.ben-1/+8
2019-10-09Qualify LangItemMatt Stavola-1/+1
2019-10-09Delegate is_{freeze,copy,sized}_raw to is_item_rawMatt Stavola-21/+12
2019-10-10Remove `tag` from `iterate_until_fixed_point()`.Nicholas Nethercote-4/+4
2019-10-10Special-case `ReEmpty` in `expand_node()`.Nicholas Nethercote-1/+9
2019-10-10Tweak `tcx` usage in `lub_concrete_regions()`.Nicholas Nethercote-5/+3
2019-10-10Auto merge of #65077 - estebank:mut-trait-expected, r=nikomatsakisbors-22/+107
2019-10-09Clarify comment, dedupe match arms in shim.rs.Adam Perry-1/+3
2019-10-09Return ReifyShim from Instance::resolve_for_fn_ptr when track_caller present.Adam Perry-2/+2