about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-09Inline reserve_node_idsMark Rousskov-13/+5
2019-11-09Move pretty parsing into Session optionsMark Rousskov-280/+299
2019-11-09Move next_node_id to ResolverMark Rousskov-64/+64
2019-11-09Auto merge of #66242 - Centril:rollup-h73ztr1, r=Centrilbors-323/+453
2019-11-09Rollup merge of #66226 - lzutao:asm-usage-link, r=CentrilMazdak Farrokhzad-0/+4
2019-11-09Rollup merge of #66172 - jsgf:stabilize-atfile, r=nikomatsakisMazdak Farrokhzad-17/+1
2019-11-09Rollup merge of #66134 - estebank:unknown-formatting-trait, r=nikomatsakisMazdak Farrokhzad-59/+104
2019-11-09Rollup merge of #66050 - smaeul:patch/powerpc-abi-2, r=eddybMazdak Farrokhzad-32/+11
2019-11-09Rollup merge of #65994 - estebank:where-bound, r=nikomatsakisMazdak Farrokhzad-18/+147
2019-11-09Rollup merge of #65949 - ecstatic-morse:promote-only-pass, r=eddybMazdak Farrokhzad-197/+186
2019-11-09Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats...bors-1640/+269
2019-11-08Auto merge of #66194 - alexcrichton:update-clang, r=Mark-Simulacrumbors-16/+38
2019-11-08Clean up dead code in `qualify_consts`Dylan MacKenzie-21/+0
2019-11-08Bless tests now that we do promotion if `min_const_fn` failsDylan MacKenzie-28/+7
2019-11-08Use new `PromoteTemps` for promotionDylan MacKenzie-48/+27
2019-11-08Add a `PromoteTemps` passDylan MacKenzie-35/+137
2019-11-08Stop returning promotables from `mir_const_qualif`Dylan MacKenzie-66/+16
2019-11-08add link to unstable book for asm! macroLzu Tao-0/+4
2019-11-08Rollup merge of #66188 - Centril:fnsig, r=davidtwcoMazdak Farrokhzad-182/+167
2019-11-08Rollup merge of #66154 - RalfJung:to_usize, r=oli-obkMazdak Farrokhzad-14/+14
2019-11-08Rollup merge of #66043 - RalfJung:memory-get-raw, r=cramertjMazdak Farrokhzad-43/+46
2019-11-08Rollup merge of #66007 - estebank:remove-here, r=CentrilMazdak Farrokhzad-156/+156
2019-11-08Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obkMazdak Farrokhzad-804/+260
2019-11-08ast::ItemKind::Fn: use ast::FnSigMazdak Farrokhzad-63/+51
2019-11-08ast::MethodSig -> ast::FnSigMazdak Farrokhzad-19/+19
2019-11-08hir::MethodSig -> hir::FnSigMazdak Farrokhzad-25/+26
2019-11-08hir::ItemKind::Fn: use hir::MethodSigMazdak Farrokhzad-81/+77
2019-11-08miri: Rename to_{u,i}size to to_machine_{u,i}sizeRalf Jung-14/+14
2019-11-08rename Memory::get methods to get_raw to indicate their unchecked natureRalf Jung-43/+46
2019-11-08Auto merge of #66066 - ecstatic-morse:remove-promotion-from-qualify-consts, r...bors-439/+79
2019-11-08Rollup merge of #66190 - eddyb:primflt, r=CentrilYuki Okushi-35/+29
2019-11-08Rollup merge of #66165 - Wind-River:master_xyz, r=alexcrichtonYuki Okushi-12/+17
2019-11-08Rollup merge of #66157 - srinivasreddy:improv, r=alexcrichtonYuki Okushi-9/+9
2019-11-08Rollup merge of #66123 - GuillaumeGomez:no-more-hidden-elements, r=Dylan-DPCYuki Okushi-15/+51
2019-11-08Rollup merge of #66056 - petrochenkov:metapriv, r=eddybYuki Okushi-169/+171
2019-11-08Rollup merge of #66049 - RalfJung:missing-spans, r=alexcrichtonYuki Okushi-106/+114
2019-11-08Rollup merge of #65580 - SimonSapin:maybeuninit-array, r=AmanieuYuki Okushi-0/+63
2019-11-08Rollup merge of #65554 - gliderkite:bufreader-doc-enhance, r=KodrAusYuki Okushi-2/+5
2019-11-08Auto merge of #64882 - ehuss:stabilize-bare-extern, r=eddybbors-29/+101
2019-11-07Attempt to fix *.yml confguration on AzureAlex Crichton-2/+2
2019-11-07Update clang to build LLVM to 9.0.0Alex Crichton-14/+36
2019-11-07rustc_metadata: Rename `schema` to `rmeta`Vadim Petrochenkov-14/+14
2019-11-07rustc_metadata: Privatize more entitiesVadim Petrochenkov-15/+14
2019-11-07rustc_metadata: Privatize everything in decoderVadim Petrochenkov-54/+54
2019-11-07rustc_metadata: Move cstore_impl into mod decoderVadim Petrochenkov-2/+6
2019-11-07rustc_metadata: Privatize everything in schema and schema/tableVadim Petrochenkov-82/+80
2019-11-07rustc_metadata: Move decoder/encoder/table into mod schemaVadim Petrochenkov-11/+12
2019-11-07rustc_target: inline abi::FloatTy into abi::Primitive.Eduard-Mihai Burtescu-35/+29
2019-11-07Update for unstable option refactoring.Eric Huss-6/+2
2019-11-07Remove docs on --extern metadata precedence.Eric Huss-3/+2