about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-11-22Auto merge of #56155 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-97/+507
2018-11-22Rollup merge of #56126 - Turbo87:bench-parse, r=alexcrichtonGuillaume Gomez-0/+105
2018-11-22Rollup merge of #56106 - bjorn3:patch-1, r=alexcrichtonGuillaume Gomez-12/+0
2018-11-22Rollup merge of #56078 - ehuss:fix-panic-opt-msg, r=alexcrichtonGuillaume Gomez-5/+5
2018-11-22Rollup merge of #56067 - jethrogb:jb/sgx-target-spec, r=alexcrichtonGuillaume Gomez-0/+93
2018-11-22Rollup merge of #56063 - 0xrgb:patch-1, r=joshtriplettGuillaume Gomez-11/+11
2018-11-22Rollup merge of #56002 - Axary:master, r=estebankGuillaume Gomez-2/+58
2018-11-22Rollup merge of #55980 - csmoe:issue-55891, r=estebankGuillaume Gomez-11/+45
2018-11-22Rollup merge of #55961 - tromey:Bug-55944-vecdeque, r=nikomatsakisGuillaume Gomez-3/+22
2018-11-22Rollup merge of #55784 - meltinglava:master, r=KodrAusGuillaume Gomez-8/+8
2018-11-22Rollup merge of #55485 - petertodd:2018-10-manuallydrop-deref, r=TimNNGuillaume Gomez-2/+2
2018-11-22Rollup merge of #55367 - GuillaumeGomez:private-item-doc-test-lint, r=QuietMi...Guillaume Gomez-43/+158
2018-11-22Auto merge of #53918 - Havvy:doc-sort-by, r=GuillaumeGomezbors-0/+32
2018-11-22Auto merge of #56147 - petrochenkov:impice, r=nikomatsakisbors-2/+71
2018-11-21Auto merge of #56065 - oli-obk:min_const_fn_loop_ice, r=davidtwcobors-5/+16
2018-11-22resolve: Fix some asserts in import validationVadim Petrochenkov-2/+71
2018-11-21Auto merge of #56134 - oli-obk:clippy_documentation, r=nrcbors-0/+2
2018-11-21Auto merge of #56118 - steveklabnik:update-books, r=alexcrichtonbors-58/+45
2018-11-21Forward rust version number to toolsOliver Scherer-0/+2
2018-11-21Auto merge of #56117 - petrochenkov:iempty, r=eddybbors-1/+15
2018-11-21update various stdlib docsSteve Klabnik-37/+22
2018-11-21core/benches/num: Add `from_str/from_str_radix()` benchmarksTobias Bieniek-0/+105
2018-11-21Add x86_64-fortanix-unknown-sgx target to the compilerJethro Beekman-0/+74
2018-11-21Auto merge of #52591 - eddyb:functional-snakes, r=oli-obkbors-144/+129
2018-11-21rustc: implement and use Default on more types.Eduard-Mihai Burtescu-73/+61
2018-11-21rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns.Eduard-Mihai Burtescu-75/+72
2018-11-21Auto merge of #56032 - petrochenkov:stabecip, r=nikomatsakisbors-151/+40
2018-11-20fix more linksSteve Klabnik-12/+10
2018-11-20fix rustbuild to build all the booksSteve Klabnik-11/+15
2018-11-20update booksSteve Klabnik-0/+0
2018-11-21resolve: Make "empty import canaries" invisible from other cratesVadim Petrochenkov-1/+15
2018-11-21Add a couple more testsVadim Petrochenkov-3/+33
2018-11-21Stabilize `extern_crate_item_prelude`Vadim Petrochenkov-148/+7
2018-11-20Auto merge of #56111 - nrc:update, r=kennytmbors-71/+92
2018-11-21Update RLS and RustfmtNick Cameron-71/+92
2018-11-20Auto merge of #55720 - RalfJung:const-eval-raw, r=oli-obkbors-109/+138
2018-11-20Remove incorrect doc comment in rustc_mir::monomorphize::itembjorn3-6/+0
2018-11-20Remove incorrect doc commentbjorn3-6/+0
2018-11-20Auto merge of #55663 - varkor:must_use-traits, r=estebankbors-16/+79
2018-11-20improve error noteAxary-7/+7
2018-11-20Auto merge of #56081 - alexcrichton:update-manifest, r=nrcbors-0/+2
2018-11-20Auto merge of #55983 - oli-obk:static_, r=Mark-Simulacrumbors-0/+34
2018-11-20Auto merge of #56049 - newpavlov:revert_51601, r=sfacklerbors-75/+14
2018-11-19Add temporary renames to manifests for rustfmt/clippyAlex Crichton-0/+2
2018-11-19explain why we can use rawRalf Jung-0/+4
2018-11-19we now do proper validation on scalarsRalf Jung-14/+14
2018-11-19use RawConst in miriRalf Jung-40/+32
2018-11-19Make const_eval_raw query return just an AllocIdRalf Jung-64/+97
2018-11-19Fix error message for `-C panic=xxx`.Eric Huss-5/+5
2018-11-19Auto merge of #55971 - SergioBenitez:skip-non-semantic, r=alexcrichtonbors-6/+141