about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-11Regression test for #56870Adrian Budau-0/+38
2019-08-11Rollup merge of #63464 - Mark-Simulacrum:deref-instance, r=eddybMark Rousskov-7/+7
2019-08-11Rollup merge of #63453 - Mark-Simulacrum:rustdoc-clean-2, r=GuillaumeGomezMark Rousskov-347/+322
2019-08-11Rollup merge of #63442 - lzutao:vec-bin-search-insert, r=Mark-SimulacrumMark Rousskov-0/+11
2019-08-11Rollup merge of #63441 - bjorn3:patch-1, r=Mark-SimulacrumMark Rousskov-2/+3
2019-08-11Rollup merge of #63440 - RalfJung:ctfe-backtrace, r=oli-obkMark Rousskov-1/+1
2019-08-11Rollup merge of #63433 - RalfJung:miri-call, r=oli-obkMark Rousskov-12/+67
2019-08-11Rollup merge of #63346 - RalfJung:zeroed-lint, r=eddybMark Rousskov-24/+361
2019-08-11Rollup merge of #61969 - MikailBag:master, r=CentrilMark Rousskov-0/+30
2019-08-11Update RLSIgor Matuszewski-0/+0
2019-08-11parser: {check,expect}_lifetime into ty.rsMazdak Farrokhzad-19/+19
2019-08-11parser: move into generics.rsMazdak Farrokhzad-272/+278
2019-08-11parser: move into stmt.rsMazdak Farrokhzad-464/+477
2019-08-11Add initial files for iOS catalyst / macabi supportBenedikt Terhechte-3/+31
2019-08-11parser: move parse_fn_block_decl into expr.rsMazdak Farrokhzad-60/+56
2019-08-11parser: move parse_ident_or_underscore into item.rsMazdak Farrokhzad-11/+11
2019-08-11parser: split into {ty, path}.rsMazdak Farrokhzad-899/+930
2019-08-11parser: split into {item,module}.rsMazdak Farrokhzad-2218/+2251
2019-08-11Copy ty::Instance instead of passing by referenceMark Rousskov-7/+7
2019-08-11Derive Debug for NativeLibrary and NativeLibraryKindbjorn3-2/+2
2019-08-11Reduce nesting in externalfiles implementationMark Rousskov-28/+14
2019-08-11Drop RefCell from IdMap in markdown renderingMark Rousskov-31/+22
2019-08-11Remove fmt::Display impls on Markdown structsMark Rousskov-39/+34
2019-08-11Remove thread-local for playground configMark Rousskov-117/+147
2019-08-11Remove unnecessary channelMark Rousskov-6/+3
2019-08-11Use a HashSet instead of VecMark Rousskov-6/+4
2019-08-11Don't store all traits in DocContextMark Rousskov-7/+5
2019-08-11Store typed PassesMark Rousskov-68/+65
2019-08-11Replace Arc with Rc around external_traitsMark Rousskov-3/+2
2019-08-11Remove ReentrantMutexMark Rousskov-15/+9
2019-08-11Use entry API in store_pathMark Rousskov-6/+2
2019-08-11Remove crate_name from DocContextMark Rousskov-13/+8
2019-08-11Move def_id_to_path to use site in visit_astMark Rousskov-20/+19
2019-08-11rustdoc: Replace HirVec with slices in doctreeMark Rousskov-21/+21
2019-08-11Remove `HAS_NORMALIZABLE_PROJECTION`Matthew Jasper-17/+8
2019-08-11Don't gensym `Self` parametersMatthew Jasper-25/+2
2019-08-11Remove `is_self` and `has_self_ty` methodsMatthew Jasper-143/+128
2019-08-11Auto merge of #63446 - Centril:refactor-lowering, r=oli-obkbors-2780/+2912
2019-08-11parser: split into pat.rsMazdak Farrokhzad-633/+642
2019-08-11docs: add stdlib env::var(_os) panicTom Milligan-0/+12
2019-08-11parser: split into expr.rsMazdak Farrokhzad-1667/+1712
2019-08-11update clippyRalf Jung-8/+8
2019-08-11note down some more future plansRalf Jung-0/+2
2019-08-11allow the lint if a few UB-demonstrating doc testsRalf Jung-1/+5
2019-08-11proper doc comment for 'recovered' field of variantRalf Jung-2/+2
2019-08-11note a FIXMERalf Jung-0/+1
2019-08-11add tuple_fields convenience method and use it in a few placesRalf Jung-18/+25
2019-08-11fix a commentRalf Jung-1/+1
2019-08-11warn for more casesRalf Jung-16/+204
2019-08-11add basic lint testing for misuse of mem::zeroed and mem::uninitializedRalf Jung-1/+136