about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-17Add requisite feature gates for const assertDylan MacKenzie-0/+22
2020-03-17Rename `from_u32_const` -> `from_u32`Dylan MacKenzie-7/+7
2020-03-17Make `newtype_index` methods constDylan MacKenzie-24/+6
2020-03-17Don't prepend with space before parenGuillaume Gomez-4/+14
2020-03-17rustc_mir: remove extra space when pretty-printing MIR.Ana-Maria Mihalache-2/+2
2020-03-17Rollup merge of #70064 - ehuss:update-books, r=ehussMazdak Farrokhzad-0/+0
2020-03-17Rollup merge of #70061 - JOE1994:patch-2, r=Dylan-DPCMazdak Farrokhzad-3/+3
2020-03-17Rollup merge of #69956 - matthewjasper:fix-region-flags, r=nikomatsakisMazdak Farrokhzad-26/+29
2020-03-17Rollup merge of #69922 - RalfJung:less-intrinsic, r=oli-obkMazdak Farrokhzad-113/+18
2020-03-17Rollup merge of #69735 - tmiasko:bootstrap-sanitizers-hash, r=Mark-SimulacrumMazdak Farrokhzad-31/+67
2020-03-17Rollup merge of #69688 - JohnTitor:move-tidy, r=Mark-SimulacrumMazdak Farrokhzad-1/+2
2020-03-17Rollup merge of #68746 - matthewjasper:metahygiene, r=petrochenkovMazdak Farrokhzad-24/+111
2020-03-17Update tests for erasing regions in typeckMatthew Jasper-89/+110
2020-03-17Erase regions in writebackMatthew Jasper-64/+103
2020-03-17Don't use `TypeckTables` in NiceRegionErrorMatthew Jasper-60/+51
2020-03-17Remove `free_region_map` from `TypeckTables`Matthew Jasper-24/+0
2020-03-16Update booksEric Huss-0/+0
2020-03-17Rollup merge of #70049 - oli-obk:param_env_empty_considered_unimplemented, r=...Mazdak Farrokhzad-24/+64
2020-03-17Rollup merge of #70046 - lzutao:patch-1, r=CentrilMazdak Farrokhzad-12/+4
2020-03-17Rollup merge of #70029 - jonas-schievink:bootstrap, r=CentrilMazdak Farrokhzad-108/+9
2020-03-17Rollup merge of #70000 - petrochenkov:rawkeypars, r=davidtwcoMazdak Farrokhzad-10/+29
2020-03-17Rollup merge of #69881 - Centril:fix-69485, r=oli-obkMazdak Farrokhzad-4/+20
2020-03-17Rollup merge of #69870 - petrochenkov:cfgacc, r=matthewjasperMazdak Farrokhzad-71/+439
2020-03-17Rollup merge of #69811 - petrochenkov:privdiag2, r=estebankMazdak Farrokhzad-42/+114
2020-03-17Ignore wasm3212101111-0/+1
2020-03-16Small fixes in documentationYoungsuk Kim-3/+3
2020-03-17Add testsTim Vermeulen-0/+72
2020-03-17Fix FlattenCompat::{next, next_back}Tim Vermeulen-4/+6
2020-03-16Add missing variable to load in non-std tester as wellGuillaume Gomez-2/+2
2020-03-16Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakisbors-73/+1095
2020-03-16Build dist-android with --enable-profilerrojamd-0/+1
2020-03-16submodules: update clippy from 8485d40a to 23549a8cMatthias Krüger-12/+8
2020-03-16Fiddle `ParamEnv` through to a place that used to use `ParamEnv::empty` in a ...Oliver Scherer-24/+64
2020-03-16Update src/librustdoc/html/static/main.js Guillaume Gomez-1/+1
2020-03-16Rename render::Type to improve namingGuillaume Gomez-8/+8
2020-03-16formattingGuillaume Gomez-27/+24
2020-03-16Add tests for new of variablesGuillaume Gomez-2/+12
2020-03-16Update JS results testerGuillaume Gomez-2/+5
2020-03-16Support type search for arguments and returned typesGuillaume Gomez-103/+222
2020-03-16Make macro metavars respect (non-)hygieneMatthew Jasper-24/+111
2020-03-16Fix wrong dereflzutao-2/+2
2020-03-16Use sublice patterns to avoid computing the lenlzutao-12/+4
2020-03-16make mem::{zeroed,uninitialized} inline(always)Ralf Jung-2/+2
2020-03-16Auto merge of #67133 - oli-obk:it_must_be_a_sign, r=eddybbors-189/+379
2020-03-16rather than removing const_forget_box, stick an attribute on it and explain i...DutchGhost-0/+12
2020-03-16init-large-type test needs optimizationsRalf Jung-0/+1
2020-03-16The const_forget_box was unused, and doesns't add anything to test by itself.DutchGhost-8/+0
2020-03-16Rollup merge of #70036 - mark-i-m:describe-it-4, r=eddybDylan DPC-14/+15
2020-03-16Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasperDylan DPC-211/+260
2020-03-16Rollup merge of #69867 - ayushmishra2005:doc/61137-add-long-error-code-e0628,...Dylan DPC-1/+32